[Modeling-cvs] NotificationFramework/tests compare_perfs.py,1.3,1.4 run.py,1.5,1.6 test_Notification
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-06-22 18:51:16
|
Update of /cvsroot/modeling/NotificationFramework/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30060/tests Modified Files: compare_perfs.py run.py test_Notification.py test_NotificationCenter.py testmodule.py utils.py Log Message: 0.7 [2004/06/22] Now distributed under a 3-clause BSD-style license, see LICENSE for details - All docstrings updated for epydoc + reStructuredText - Added attribute __version__ to package NotificationFramework - Updated the files to conform to PEP-0263: source encoding is iso-8859-1 Index: testmodule.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/testmodule.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** testmodule.py 14 Feb 2004 19:44:12 -0000 1.4 --- testmodule.py 22 Jun 2004 18:51:06 -0000 1.5 *************** *** 1,24 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # Notification Framework: "Observer" Design Pattern for python ! # (c) 2001, 2002, 2003 Sébastien Bigaret ! # # This file is part of the Notification Framework. ! # ! # The Notification Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Notification Framework is distributed in the hope that it will be ! # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- __version__='$Revision$'[11:-2] --- 1,13 ---- # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Notification Framework: "Observer" Design Pattern for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Notification Framework. ! # ! # This code is distributed under a 3-clause BSD-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- __version__='$Revision$'[11:-2] Index: compare_perfs.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/compare_perfs.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** compare_perfs.py 14 Feb 2004 19:44:12 -0000 1.3 --- compare_perfs.py 22 Jun 2004 18:51:06 -0000 1.4 *************** *** 2,25 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # Notification Framework: "Observer" Design Pattern for python ! # (c) 2001, 2002, 2003 Sébastien Bigaret ! # # This file is part of the Notification Framework. ! # ! # The Notification Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Notification Framework is distributed in the hope that it will be ! # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 2,14 ---- # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Notification Framework: "Observer" Design Pattern for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Notification Framework. ! # ! # This code is distributed under a 3-clause BSD-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: test_Notification.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/test_Notification.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** test_Notification.py 14 Feb 2004 19:44:12 -0000 1.7 --- test_Notification.py 22 Jun 2004 18:51:06 -0000 1.8 *************** *** 2,25 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # Notification Framework: "Observer" Design Pattern for python ! # (c) 2001, 2002, 2003 Sébastien Bigaret ! # # This file is part of the Notification Framework. ! # ! # The Notification Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Notification Framework is distributed in the hope that it will be ! # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 2,14 ---- # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Notification Framework: "Observer" Design Pattern for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Notification Framework. ! # ! # This code is distributed under a 3-clause BSD-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: utils.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/utils.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** utils.py 14 Feb 2004 19:44:12 -0000 1.5 --- utils.py 22 Jun 2004 18:51:06 -0000 1.6 *************** *** 1,24 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # Notification Framework: "Observer" Design Pattern for python ! # (c) 2001, 2002, 2003 Sébastien Bigaret ! # # This file is part of the Notification Framework. ! # ! # The Notification Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Notification Framework is distributed in the hope that it will be ! # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,13 ---- # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Notification Framework: "Observer" Design Pattern for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Notification Framework. ! # ! # This code is distributed under a 3-clause BSD-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: run.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/run.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** run.py 14 Feb 2004 19:44:12 -0000 1.5 --- run.py 22 Jun 2004 18:51:06 -0000 1.6 *************** *** 2,25 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # Notification Framework: "Observer" Design Pattern for python ! # (c) 2001, 2002, 2003 Sébastien Bigaret ! # # This file is part of the Notification Framework. ! # ! # The Notification Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Notification Framework is distributed in the hope that it will be ! # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 2,14 ---- # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Notification Framework: "Observer" Design Pattern for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Notification Framework. ! # ! # This code is distributed under a 3-clause BSD-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: test_NotificationCenter.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/test_NotificationCenter.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** test_NotificationCenter.py 14 Feb 2004 19:44:12 -0000 1.9 --- test_NotificationCenter.py 22 Jun 2004 18:51:06 -0000 1.10 *************** *** 1,24 **** #! /usr/bin/env python #----------------------------------------------------------------------------- - # # Notification Framework: "Observer" Design Pattern for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Notification Framework. ! # ! # The Notification Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Notification Framework is distributed in the hope that it will be ! # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,14 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Notification Framework: "Observer" Design Pattern for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Notification Framework. ! # ! # This code is distributed under a 3-clause BSD-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |