modeling-cvs Mailing List for Object-Relational Bridge for python (Page 5)
Status: Abandoned
Brought to you by:
sbigaret
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(54) |
Apr
(29) |
May
(94) |
Jun
(47) |
Jul
(156) |
Aug
(132) |
Sep
(40) |
Oct
(6) |
Nov
(18) |
Dec
(24) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(18) |
Feb
(59) |
Mar
(7) |
Apr
|
May
(8) |
Jun
(2) |
Jul
(12) |
Aug
(15) |
Sep
(12) |
Oct
(6) |
Nov
(25) |
Dec
(1) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
(27) |
Mar
|
Apr
(16) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sebastien B. <sbi...@us...> - 2004-08-02 19:59:08
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21321/Modeling/DatabaseAdaptors/OracleAdaptorLayer Modified Files: OracleAdaptor.py OracleAdaptorChannel.py OracleAdaptorContext.py OracleSQLExpression.py OracleSchemaGeneration.py __init__.py oracle_utils.py Log Message: Encoding defined, in conformance with pep-0263 Index: oracle_utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/oracle_utils.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** oracle_utils.py 20 Jul 2004 06:21:39 -0000 1.2 --- oracle_utils.py 2 Aug 2004 19:58:54 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: OracleSchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleSchemaGeneration.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OracleSchemaGeneration.py 20 Jul 2004 06:21:39 -0000 1.2 --- OracleSchemaGeneration.py 2 Aug 2004 19:58:54 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: OracleSQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleSQLExpression.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OracleSQLExpression.py 20 Jul 2004 06:21:39 -0000 1.4 --- OracleSQLExpression.py 2 Aug 2004 19:58:54 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: OracleAdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptorContext.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OracleAdaptorContext.py 20 Jul 2004 06:21:39 -0000 1.2 --- OracleAdaptorContext.py 2 Aug 2004 19:58:54 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: OracleAdaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptor.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OracleAdaptor.py 20 Jul 2004 06:21:38 -0000 1.2 --- OracleAdaptor.py 2 Aug 2004 19:58:54 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: OracleAdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptorChannel.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OracleAdaptorChannel.py 20 Jul 2004 06:21:38 -0000 1.2 --- OracleAdaptorChannel.py 2 Aug 2004 19:58:54 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/__init__.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** __init__.py 20 Jul 2004 06:21:39 -0000 1.3 --- __init__.py 2 Aug 2004 19:58:54 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python |
From: Sebastien B. <sbi...@us...> - 2004-08-02 19:59:03
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21321/Modeling/DatabaseAdaptors/MySQLAdaptorLayer Modified Files: MySQLAdaptor.py MySQLAdaptorChannel.py MySQLAdaptorContext.py MySQLSQLExpression.py MySQLSchemaGeneration.py __init__.py Log Message: Encoding defined, in conformance with pep-0263 Index: MySQLSQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLSQLExpression.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** MySQLSQLExpression.py 20 Jul 2004 06:21:38 -0000 1.10 --- MySQLSQLExpression.py 2 Aug 2004 19:58:53 -0000 1.11 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: MySQLAdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLAdaptorContext.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MySQLAdaptorContext.py 20 Jul 2004 06:21:38 -0000 1.2 --- MySQLAdaptorContext.py 2 Aug 2004 19:58:53 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: MySQLAdaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLAdaptor.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MySQLAdaptor.py 20 Jul 2004 06:21:38 -0000 1.4 --- MySQLAdaptor.py 2 Aug 2004 19:58:53 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: MySQLSchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLSchemaGeneration.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MySQLSchemaGeneration.py 20 Jul 2004 06:21:38 -0000 1.3 --- MySQLSchemaGeneration.py 2 Aug 2004 19:58:53 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/__init__.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** __init__.py 20 Jul 2004 06:21:38 -0000 1.7 --- __init__.py 2 Aug 2004 19:58:53 -0000 1.8 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: MySQLAdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLAdaptorChannel.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MySQLAdaptorChannel.py 20 Jul 2004 06:21:38 -0000 1.3 --- MySQLAdaptorChannel.py 2 Aug 2004 19:58:53 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python |
From: Sebastien B. <sbi...@us...> - 2004-08-02 19:59:03
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21321/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer Modified Files: AbstractDBAPI2Adaptor.py AbstractDBAPI2AdaptorChannel.py AbstractDBAPI2AdaptorContext.py AbstractDBAPI2SchemaGeneration.py __init__.py Log Message: Encoding defined, in conformance with pep-0263 Index: AbstractDBAPI2SchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2SchemaGeneration.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AbstractDBAPI2SchemaGeneration.py 20 Jul 2004 06:21:37 -0000 1.2 --- AbstractDBAPI2SchemaGeneration.py 2 Aug 2004 19:58:53 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: AbstractDBAPI2AdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2AdaptorContext.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AbstractDBAPI2AdaptorContext.py 20 Jul 2004 06:21:37 -0000 1.7 --- AbstractDBAPI2AdaptorContext.py 2 Aug 2004 19:58:53 -0000 1.8 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: AbstractDBAPI2Adaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2Adaptor.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AbstractDBAPI2Adaptor.py 20 Jul 2004 06:21:37 -0000 1.4 --- AbstractDBAPI2Adaptor.py 2 Aug 2004 19:58:53 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: AbstractDBAPI2AdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2AdaptorChannel.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AbstractDBAPI2AdaptorChannel.py 20 Jul 2004 06:21:37 -0000 1.5 --- AbstractDBAPI2AdaptorChannel.py 2 Aug 2004 19:58:53 -0000 1.6 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 20 Jul 2004 06:21:37 -0000 1.2 --- __init__.py 2 Aug 2004 19:58:53 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python |
From: Sebastien B. <sbi...@us...> - 2004-08-02 19:59:03
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21321/Modeling/DatabaseAdaptors Modified Files: __init__.py Log Message: Encoding defined, in conformance with pep-0263 Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 20 Jul 2004 06:21:37 -0000 1.2 --- __init__.py 2 Aug 2004 19:58:53 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:25
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/ModelMasons Modified Files: CMFModelMason.py ModelMason.py PyModelMason.py __init__.py Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: CMFModelMason.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/CMFModelMason.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CMFModelMason.py 10 Jan 2003 10:45:45 -0000 1.2 --- CMFModelMason.py 20 Jul 2004 06:21:40 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: ModelMason.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/ModelMason.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ModelMason.py 26 May 2003 15:44:48 -0000 1.7 --- ModelMason.py 20 Jul 2004 06:21:40 -0000 1.8 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: PyModelMason.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/PyModelMason.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PyModelMason.py 27 May 2003 17:03:57 -0000 1.10 --- PyModelMason.py 20 Jul 2004 06:21:40 -0000 1.11 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 10 Jan 2003 10:45:45 -0000 1.2 --- __init__.py 20 Jul 2004 06:21:40 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:25
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/DatabaseAdaptors/MySQLAdaptorLayer Modified Files: MySQLAdaptor.py MySQLAdaptorChannel.py MySQLAdaptorContext.py MySQLSQLExpression.py MySQLSchemaGeneration.py __init__.py mysql_utils.py Added Files: LICENSE Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: MySQLSQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLSQLExpression.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** MySQLSQLExpression.py 15 Feb 2004 20:30:36 -0000 1.9 --- MySQLSQLExpression.py 20 Jul 2004 06:21:38 -0000 1.10 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- --- COPYING DELETED --- --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) Index: MySQLAdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLAdaptorContext.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MySQLAdaptorContext.py 10 Jan 2003 10:45:45 -0000 1.1 --- MySQLAdaptorContext.py 20 Jul 2004 06:21:38 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: MySQLAdaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLAdaptor.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MySQLAdaptor.py 20 Jan 2004 19:43:32 -0000 1.3 --- MySQLAdaptor.py 20 Jul 2004 06:21:38 -0000 1.4 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: MySQLSchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLSchemaGeneration.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MySQLSchemaGeneration.py 17 Dec 2003 17:12:58 -0000 1.2 --- MySQLSchemaGeneration.py 20 Jul 2004 06:21:38 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: mysql_utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/mysql_utils.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysql_utils.py 20 Jan 2004 20:26:42 -0000 1.1 --- mysql_utils.py 20 Jul 2004 06:21:38 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python - # (c) 2001, 2002, 2003 Sebastien Bigaret # ! # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling 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 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. # ! # This file is part of the Modeling Framework. # + # This code is distributed under a "3-clause BSD"-style license; + # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/__init__.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** __init__.py 15 Feb 2004 20:31:27 -0000 1.6 --- __init__.py 20 Jul 2004 06:21:38 -0000 1.7 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: MySQLAdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/MySQLAdaptorChannel.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MySQLAdaptorChannel.py 17 Feb 2004 18:53:40 -0000 1.2 --- MySQLAdaptorChannel.py 20 Jul 2004 06:21:38 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:25
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer Modified Files: SQLiteAdaptor.py SQLiteAdaptorChannel.py SQLiteAdaptorContext.py SQLiteSQLExpression.py SQLiteSchemaGeneration.py __init__.py Added Files: LICENSE Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: SQLiteAdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/SQLiteAdaptorContext.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SQLiteAdaptorContext.py 11 Jun 2003 11:10:16 -0000 1.1 --- SQLiteAdaptorContext.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: SQLiteAdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/SQLiteAdaptorChannel.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SQLiteAdaptorChannel.py 11 Jun 2003 11:10:15 -0000 1.1 --- SQLiteAdaptorChannel.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: SQLiteSQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/SQLiteSQLExpression.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SQLiteSQLExpression.py 30 Aug 2003 17:01:48 -0000 1.4 --- SQLiteSQLExpression.py 20 Jul 2004 06:21:39 -0000 1.5 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) Index: SQLiteAdaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/SQLiteAdaptor.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SQLiteAdaptor.py 2 Aug 2003 08:07:15 -0000 1.2 --- SQLiteAdaptor.py 20 Jul 2004 06:21:39 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- --- COPYING DELETED --- Index: SQLiteSchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/SQLiteSchemaGeneration.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SQLiteSchemaGeneration.py 17 Dec 2003 17:11:52 -0000 1.5 --- SQLiteSchemaGeneration.py 20 Jul 2004 06:21:39 -0000 1.6 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- """ --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- """ Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 24 Aug 2003 14:15:13 -0000 1.2 --- __init__.py 20 Jul 2004 06:21:39 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- """ --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- """ |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:24
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/DatabaseAdaptors Modified Files: __init__.py Added Files: LICENSE Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details --- COPYING DELETED --- --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 10 Jan 2003 10:45:45 -0000 1.1 --- __init__.py 20 Jul 2004 06:21:37 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:24
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/ModelMasons/Python_bricks Modified Files: __init__.py Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 10 Jan 2003 10:45:45 -0000 1.2 --- __init__.py 20 Jul 2004 06:21:40 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:24
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/doc/HomePage Modified Files: licence.tex Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: licence.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage/licence.tex,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** licence.tex 23 Feb 2003 12:53:59 -0000 1.2 --- licence.tex 20 Jul 2004 06:21:40 -0000 1.3 *************** *** 16,19 **** --- 16,59 ---- \begin{rawhtml}<hr noshade>\end{rawhtml} + \section{Versions 0.9pre18 and higher} + \begin{centering} + \begin{verbatim} + Modeling Framework: an Object-Relational Bridge for python + + Copyright (c) 2001 - 2004 Sébastien Bigaret <sbi...@us...> + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of its copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + \end{verbatim} + \end{centering} + + + \section{Versions 0.8 to 0.9pre17.1} + \begin{centering} \begin{verbatim} *************** *** 37,40 **** --- 77,128 ---- \end{centering} + \section{Publicly released versions prior to 0.7a5-1 (inclusive)} + + \begin{centering} + \begin{verbatim} + This software is Copyright (c) 2001, 2002 Sébastien Bigaret and + Contributors. + + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions in source code must retain the above copyright + notice, this list of conditions, and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions, and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + 3. Neither the name of the copyright holder (S?bastien Bigaret) nor + the names of its contributors may be used to endorse or promote + products derived from this software without specific prior + written permission. + + 4. If any files are modified, you must cause the modified files to + carry prominent notices stating that you changed the files and + the date of any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + \end{verbatim} + \end{centering} + \input{www/menu-inline-end} \end{document} |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:23
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer Modified Files: AbstractDBAPI2Adaptor.py AbstractDBAPI2AdaptorChannel.py AbstractDBAPI2AdaptorContext.py AbstractDBAPI2SchemaGeneration.py __init__.py Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: AbstractDBAPI2SchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2SchemaGeneration.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AbstractDBAPI2SchemaGeneration.py 10 Jan 2003 10:45:45 -0000 1.1 --- AbstractDBAPI2SchemaGeneration.py 20 Jul 2004 06:21:37 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- --- COPYING DELETED --- Index: AbstractDBAPI2AdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2AdaptorContext.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AbstractDBAPI2AdaptorContext.py 28 Jan 2004 14:54:09 -0000 1.6 --- AbstractDBAPI2AdaptorContext.py 20 Jul 2004 06:21:37 -0000 1.7 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: AbstractDBAPI2Adaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2Adaptor.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AbstractDBAPI2Adaptor.py 27 May 2003 17:01:52 -0000 1.3 --- AbstractDBAPI2Adaptor.py 20 Jul 2004 06:21:37 -0000 1.4 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: AbstractDBAPI2AdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/AbstractDBAPI2AdaptorChannel.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AbstractDBAPI2AdaptorChannel.py 21 Feb 2003 09:15:21 -0000 1.4 --- AbstractDBAPI2AdaptorChannel.py 20 Jul 2004 06:21:37 -0000 1.5 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 10 Jan 2003 10:45:45 -0000 1.1 --- __init__.py 20 Jul 2004 06:21:37 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:23
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer Modified Files: PostgresqlAdaptor.py PostgresqlAdaptorChannel.py PostgresqlAdaptorContext.py PostgresqlSQLExpression.py PostgresqlSchemaGeneration.py __init__.py pg_utils.py Added Files: LICENSE Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details --- COPYING DELETED --- Index: PostgresqlAdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/PostgresqlAdaptorChannel.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PostgresqlAdaptorChannel.py 10 Jan 2003 10:45:45 -0000 1.1 --- PostgresqlAdaptorChannel.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: PostgresqlAdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/PostgresqlAdaptorContext.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PostgresqlAdaptorContext.py 20 Feb 2003 11:51:43 -0000 1.3 --- PostgresqlAdaptorContext.py 20 Jul 2004 06:21:39 -0000 1.4 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: PostgresqlAdaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/PostgresqlAdaptor.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PostgresqlAdaptor.py 20 Feb 2003 11:48:58 -0000 1.5 --- PostgresqlAdaptor.py 20 Jul 2004 06:21:39 -0000 1.6 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: PostgresqlSQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/PostgresqlSQLExpression.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PostgresqlSQLExpression.py 31 Aug 2003 13:58:22 -0000 1.8 --- PostgresqlSQLExpression.py 20 Jul 2004 06:21:39 -0000 1.9 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) Index: pg_utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/pg_utils.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pg_utils.py 20 Feb 2003 11:48:58 -0000 1.2 --- pg_utils.py 20 Jul 2004 06:21:39 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/__init__.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** __init__.py 20 Jan 2004 19:44:00 -0000 1.5 --- __init__.py 20 Jul 2004 06:21:39 -0000 1.6 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: PostgresqlSchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/PostgresqlSchemaGeneration.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PostgresqlSchemaGeneration.py 1 Feb 2003 16:09:35 -0000 1.2 --- PostgresqlSchemaGeneration.py 20 Jul 2004 06:21:39 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:23
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/DatabaseAdaptors/OracleAdaptorLayer Modified Files: OracleAdaptor.py OracleAdaptorChannel.py OracleAdaptorContext.py OracleSQLExpression.py OracleSchemaGeneration.py __init__.py oracle_utils.py Added Files: LICENSE Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: oracle_utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/oracle_utils.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oracle_utils.py 19 Aug 2003 22:03:34 -0000 1.1 --- oracle_utils.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: OracleSchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleSchemaGeneration.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleSchemaGeneration.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleSchemaGeneration.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: OracleSQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleSQLExpression.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OracleSQLExpression.py 15 Dec 2003 15:05:00 -0000 1.3 --- OracleSQLExpression.py 20 Jul 2004 06:21:39 -0000 1.4 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) --- COPYING DELETED --- Index: OracleAdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptorContext.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleAdaptorContext.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleAdaptorContext.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: OracleAdaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptor.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleAdaptor.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleAdaptor.py 20 Jul 2004 06:21:38 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: OracleAdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptorChannel.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleAdaptorChannel.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleAdaptorChannel.py 20 Jul 2004 06:21:38 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 24 Aug 2003 14:15:13 -0000 1.2 --- __init__.py 20 Jul 2004 06:21:39 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:14
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304 Modified Files: CHANGES setup.py Added Files: LICENSE Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: setup.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/setup.py,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** setup.py 22 Feb 2004 17:36:55 -0000 1.38 --- setup.py 20 Jul 2004 06:21:36 -0000 1.39 *************** *** 2,25 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sébastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- """The Modeling Framework is an Object-Relational Bridge for python --- 2,14 ---- # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- """The Modeling Framework is an Object-Relational Bridge for python *************** *** 49,53 **** Development Status :: 4 - Beta Intended Audience :: Developers ! License :: OSI Approved :: GNU General Public License (GPL) Operating System :: OS Independent Programming Language :: Python --- 38,42 ---- Development Status :: 4 - Beta Intended Audience :: Developers ! License :: OSI Approved :: BSD License Operating System :: OS Independent Programming Language :: Python *************** *** 83,87 **** setup(name="ModelingCore", version="0.9-pre-17.1", ! license ="GNU General Public License", description=short_description, author="Sébastien Bigaret", --- 72,76 ---- setup(name="ModelingCore", version="0.9-pre-17.1", ! license ="BSD License", description=short_description, author="Sébastien Bigaret", Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** CHANGES 22 May 2004 10:56:44 -0000 1.51 --- CHANGES 20 Jul 2004 06:21:36 -0000 1.52 *************** *** 5,10 **** Current release is: 0.9-pre-17.1 / See also: TODO, INSTALL and doc/ ! * ** Distributed under the GNU General Public License ** ! -------------------------------------------------------- * Fixed bug #938096: QualifierParser fails when an attribute's name begins --- 5,12 ---- Current release is: 0.9-pre-17.1 / See also: TODO, INSTALL and doc/ ! ** Distributed under a 3-clause BSD-style license, see LICENSE for details ** ! ----------------------------------------------------------------------------- ! ! * Now distributed under a 3-clause BSD-style license, see LICENSE for details * Fixed bug #938096: QualifierParser fails when an attribute's name begins *************** *** 22,27 **** * Fixed bug #918103: infinite loop when spark is not installed ! 0.9-pre-17.1 (2004/02/22) ! ------------------------- * Fixed bug #902106: impossible to load a model if ZODB is installed. --- 24,29 ---- * Fixed bug #918103: infinite loop when spark is not installed ! 0.9-pre-17.1 (2004/02/22) (last version under the GPL, next releases ! ------------------------- are under a 3-clause BSD-style license) * Fixed bug #902106: impossible to load a model if ZODB is installed. --- COPYING DELETED --- --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:06
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/utilities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/utilities Modified Files: ApplicationModelSet.py EditingContextSessioning.py Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: ApplicationModelSet.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/utilities/ApplicationModelSet.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApplicationModelSet.py 10 Jan 2003 10:45:45 -0000 1.2 --- ApplicationModelSet.py 20 Jul 2004 06:21:57 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: EditingContextSessioning.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/utilities/EditingContextSessioning.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EditingContextSessioning.py 9 Mar 2003 20:28:44 -0000 1.1 --- EditingContextSessioning.py 20 Jul 2004 06:21:57 -0000 1.2 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- """ --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- """ |
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:06
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/scripts Modified Files: bug861048.py mdl_compile_model.py mdl_generate_DB_schema.py mdl_generate_python_code.py mdl_validate_model.py Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: mdl_compile_model.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_compile_model.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mdl_compile_model.py 25 Apr 2003 18:13:35 -0000 1.1 --- mdl_compile_model.py 20 Jul 2004 06:21:56 -0000 1.2 *************** *** 2,25 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- """ --- 2,14 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- """ Index: bug861048.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/bug861048.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bug861048.py 14 Feb 2004 17:59:32 -0000 1.3 --- bug861048.py 20 Jul 2004 06:21:41 -0000 1.4 *************** *** 2,25 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling 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 -*- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- """ Index: mdl_validate_model.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_validate_model.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mdl_validate_model.py 14 Feb 2004 17:59:33 -0000 1.6 --- mdl_validate_model.py 20 Jul 2004 06:21:56 -0000 1.7 *************** *** 3,26 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 3,15 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: mdl_generate_python_code.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_generate_python_code.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mdl_generate_python_code.py 14 Feb 2004 17:59:33 -0000 1.7 --- mdl_generate_python_code.py 20 Jul 2004 06:21:56 -0000 1.8 *************** *** 3,26 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 3,15 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: mdl_generate_DB_schema.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_generate_DB_schema.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mdl_generate_DB_schema.py 22 Feb 2004 18:50:48 -0000 1.10 --- mdl_generate_DB_schema.py 20 Jul 2004 06:21:56 -0000 1.11 *************** *** 3,26 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling 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 Modeling 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 Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 3,15 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |
Update of /cvsroot/modeling/NotificationFramework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30060 Modified Files: CHANGES Notification.py NotificationCenter.py README __init__.py log.py setup.py vertoo.data Added Files: LICENSE Removed Files: COPYING 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: NotificationCenter.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/NotificationCenter.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** NotificationCenter.py 15 Feb 2004 14:03:56 -0000 1.11 --- NotificationCenter.py 22 Jun 2004 18:51:05 -0000 1.12 *************** *** 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: vertoo.data =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/vertoo.data,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** vertoo.data 2 Feb 2004 21:40:34 -0000 1.4 --- vertoo.data 22 Jun 2004 18:51:05 -0000 1.5 *************** *** 1 **** ! notification-framework = major:0; minor:6; release:1; \ No newline at end of file --- 1 ---- ! notification-framework = major:0; minor:7; release:x; \ No newline at end of file --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/__init__.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** __init__.py 15 Feb 2004 14:03:56 -0000 1.6 --- __init__.py 22 Jun 2004 18:51:05 -0000 1.7 *************** *** 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. #----------------------------------------------------------------------------- """ *************** *** 29,33 **** The complete documentation can found in module `NotificationCenter`. ! It is distributed under the GNU General Public License. `Download the last release at sourceforge`_ --- 18,23 ---- The complete documentation can found in module `NotificationCenter`. ! It is distributed under a 3-clause BSD-style license; ! see the LICENSE file for details. `Download the last release at sourceforge`_ *************** *** 95,97 **** """ ! __version__="0.6.1" --- 85,87 ---- """ ! __version__="0.7" Index: Notification.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/Notification.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Notification.py 15 Feb 2004 14:03:56 -0000 1.7 --- Notification.py 22 Jun 2004 18:51:05 -0000 1.8 *************** *** 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: log.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/log.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** log.py 15 Feb 2004 14:03:56 -0000 1.6 --- log.py 22 Jun 2004 18:51:05 -0000 1.7 *************** *** 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. #----------------------------------------------------------------------------- --- COPYING DELETED --- Index: README =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 26 May 2003 12:41:26 -0000 1.1 --- README 22 Jun 2004 18:51:05 -0000 1.2 *************** *** 6,8 **** at http://modeling.sourceforge.net/API/Notification-API/index.html ! It is distributed under the GNU General Public License. --- 6,9 ---- at http://modeling.sourceforge.net/API/Notification-API/index.html ! It is distributed under a 3-clause BSD-style license; ! see the LICENSE file for details. Index: setup.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/setup.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** setup.py 14 Feb 2004 19:44:11 -0000 1.13 --- setup.py 22 Jun 2004 18:51:05 -0000 1.14 *************** *** 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 ! # #----------------------------------------------------------------------------- """Notification Framework: Observer Design Pattern --- 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. #----------------------------------------------------------------------------- """Notification Framework: Observer Design Pattern *************** *** 39,43 **** Development Status :: 5 - Production/Stable Intended Audience :: Developers ! License :: OSI Approved :: GNU General Public License (GPL) Operating System :: OS Independent Programming Language :: Python --- 28,32 ---- Development Status :: 5 - Production/Stable Intended Audience :: Developers ! License :: OSI Approved :: BSD License Operating System :: OS Independent Programming Language :: Python *************** *** 60,65 **** setup(name="NotificationFramework", ! version="0.6.1", ! license ="GNU General Public License", description=short_description, author="Sebastien Bigaret", --- 49,54 ---- setup(name="NotificationFramework", ! version="0.7", ! license ="BSD License", description=short_description, author="Sebastien Bigaret", Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/CHANGES,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CHANGES 15 Feb 2004 14:03:56 -0000 1.11 --- CHANGES 22 Jun 2004 18:51:05 -0000 1.12 *************** *** 1,2 **** --- 1,5 ---- + 0.7 [2004/06/22] + + Now distributed under a 3-clause BSD-style license, see LICENSE for details - All docstrings updated for epydoc + reStructuredText |
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. #----------------------------------------------------------------------------- |
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:57:13
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26503/Modeling Modified Files: QualifierParser.py Log Message: Fixed bug #938096: QualifierParser fails when an attribute's name begins w/ a keyword, such as AND, OR (e.g. attribute 'origin'), etc. Index: QualifierParser.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/QualifierParser.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** QualifierParser.py 22 Mar 2004 20:30:28 -0000 1.14 --- QualifierParser.py 22 May 2004 10:56:45 -0000 1.15 *************** *** 174,185 **** def t_operator(self, s): ! r' AND | and | OR | or ' trace('Token Operator: %s',s) ! self.rv.append(Token(type=s.upper())) def t_not_operator(self, s): ! r' NOT | not ' trace('Token NOT: %s',s) ! self.rv.append(Token(type=s.upper())) def t_comp_op(self, s): --- 174,189 ---- def t_operator(self, s): ! r' AND[ (] | and[ (] | OR[ (] | or[ (] ' trace('Token Operator: %s',s) ! self.rv.append(Token(type=s[:-1].upper())) ! if s[-1]=='(': ! self.t_paren_open(s[-1]) def t_not_operator(self, s): ! r' NOT[ (] | not[ (] ' trace('Token NOT: %s',s) ! self.rv.append(Token(type=s[:-1].upper())) ! if s[-1]=='(': ! self.t_paren_open(s[-1]) def t_comp_op(self, s): *************** *** 189,196 **** def t_comp_op2(self, s): ! r' in | IN ' trace('Token COMP_OP2: %s',s) ! self.rv.append(Token(type=s.lower())) ! def t_number(self, s): r' \d+ ' --- 193,202 ---- def t_comp_op2(self, s): ! r' in[ [] | IN[ [] ' trace('Token COMP_OP2: %s',s) ! self.rv.append(Token(type=s[:-1].lower())) ! if s[-1]=='[': ! self.t_square_bracket_open(s[-1]) ! def t_number(self, s): r' \d+ ' |
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:57:13
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26503/Modeling/tests Modified Files: test_Qualifier.py Log Message: Fixed bug #938096: QualifierParser fails when an attribute's name begins w/ a keyword, such as AND, OR (e.g. attribute 'origin'), etc. Index: test_Qualifier.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Qualifier.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** test_Qualifier.py 14 Feb 2004 18:17:21 -0000 1.11 --- test_Qualifier.py 22 May 2004 10:56:46 -0000 1.12 *************** *** 329,332 **** --- 329,346 ---- self.assertEqual(None, q) + def test_10_attributes_names_and_operators_names(self): + "[Qualifier] Attributes' names beginning w/ AND,OR,NOT,IN" + # bug #938096 + q=qualifierWithQualifierFormat('orbit == 1') + self.failUnless(isinstance(q, KeyValueQualifier)) + q=qualifierWithQualifierFormat('and_factors in [ "and", "AND"]') + self.failUnless(isinstance(q, KeyValueQualifier)) + q=qualifierWithQualifierFormat('notification == "warning"') + self.failUnless(isinstance(q, KeyValueQualifier)) + q=qualifierWithQualifierFormat('NOTIFICATION == "WARNING"') + self.failUnless(isinstance(q, KeyValueQualifier)) + q=qualifierWithQualifierFormat('inside != "outside"') + self.failUnless(isinstance(q, KeyValueQualifier)) + # Build the test suite def test_suite(): |
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:56:58
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26503 Modified Files: CHANGES Log Message: Fixed bug #938096: QualifierParser fails when an attribute's name begins w/ a keyword, such as AND, OR (e.g. attribute 'origin'), etc. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** CHANGES 22 May 2004 10:51:09 -0000 1.50 --- CHANGES 22 May 2004 10:56:44 -0000 1.51 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * Fixed bug #938096: QualifierParser fails when an attribute's name begins + w/ a keyword, such as AND, OR (e.g. attribute 'origin'), etc. + * EditingContext.faultForGlobalID(): parameter anEditingContext now defaults to self |
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:51:20
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25709/Modeling Modified Files: EditingContext.py Log Message: isaChildOf(): explicitely returns false for self; faultForGlobalID(): parameter anEditingContext now defaults to self Index: EditingContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/EditingContext.py,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** EditingContext.py 16 Feb 2004 20:01:06 -0000 1.32 --- EditingContext.py 22 May 2004 10:51:09 -0000 1.33 *************** *** 1078,1084 **** def isaChildOf(self, anEditingContext): """ ! Tells whether the self is a child of the supplied EditingContext, either ! directly or indirectly """ try: currentEC=self --- 1078,1090 ---- def isaChildOf(self, anEditingContext): """ ! Tells whether ``self`` is a child of ``anEditingContext``, either directly ! (``anEditingContext`` is its parent) or indirectly (``anEditingContext`` ! is its grand-parent, or grand-grand-parent, etc.). ! ! Note that ``self`` is not a child of ``self``. """ + if anEditingContext==self: + return 0 + try: currentEC=self *************** *** 1090,1094 **** return 0 ! def faultForGlobalID(self, aGlobalID, anEditingContext): """ Searches for an object registered within the EditingContext with the --- 1096,1100 ---- return 0 ! def faultForGlobalID(self, aGlobalID, anEditingContext=None): """ Searches for an object registered within the EditingContext with the *************** *** 1098,1101 **** --- 1104,1110 ---- If anEditingContext is a child of self, """ + if anEditingContext is None: + anEditingContext=self + if anEditingContext.isaChildOf(self): # One of our child ECs forwarded the message |
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:51:20
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25709 Modified Files: CHANGES Log Message: isaChildOf(): explicitely returns false for self; faultForGlobalID(): parameter anEditingContext now defaults to self Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** CHANGES 22 May 2004 09:54:41 -0000 1.49 --- CHANGES 22 May 2004 10:51:09 -0000 1.50 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * EditingContext.faultForGlobalID(): parameter anEditingContext now defaults + to self + * Added missing support for mx.DateTime.Time, as requested by Ernesto Revilla --patch posted on the ml the 29th Feb 2004. |
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:51:19
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25709/Modeling/tests Modified Files: test_EditingContext.py Log Message: isaChildOf(): explicitely returns false for self; faultForGlobalID(): parameter anEditingContext now defaults to self Index: test_EditingContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** test_EditingContext.py 14 Feb 2004 18:17:21 -0000 1.7 --- test_EditingContext.py 22 May 2004 10:51:10 -0000 1.8 *************** *** 97,100 **** --- 97,107 ---- print objects[0].__dict__ + def test_04_isaChildOf(self): + "[EditingContext] isaChildOf" + ec=EditingContext() + self.failIf(ec.isaChildOf(ec)) + self.failUnless(EditingContext(ec).isaChildOf(ec)) + self.failUnless(EditingContext(EditingContext(ec)).isaChildOf(ec)) + class TestParentChildEditingContextConfigurations(unittest.TestCase): def test_01_unimplemented(self): |
From: Sebastien B. <sbi...@us...> - 2004-05-22 09:54:55
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15698/Modeling Modified Files: Attribute.py Log Message: Added support for mx.DateTime.Time Index: Attribute.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Attribute.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Attribute.py 22 Feb 2004 17:31:37 -0000 1.21 --- Attribute.py 22 May 2004 09:54:41 -0000 1.22 *************** *** 57,61 **** import types, string, sys, time from cgi import escape ! from mx.DateTime import DateTime, DateFrom # Module constants --- 57,61 ---- import types, string, sys, time from cgi import escape ! from mx.DateTime import DateTime, DateFrom, Time # Module constants *************** *** 77,81 **** def date_types(): "Returns the set of valid date types" ! avail_types=[ type(DateTime(0)) ] try: import DCOracle2 --- 77,81 ---- def date_types(): "Returns the set of valid date types" ! avail_types=[ type(DateTime(0)), type(Time(0)) ] try: import DCOracle2 |