From: Billy G. A. <bal...@us...> - 2002-12-01 22:20:16
|
Update of /cvsroot/pypgsql/pypgsql In directory sc8-pr-cvs1:/tmp/cvs-serv21854 Modified Files: MANIFEST Log Message: 01DEC2002 bga Updated the manifest file to reflect reality :-) Index: MANIFEST =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/MANIFEST,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** MANIFEST 27 Oct 2002 06:06:01 -0000 1.9 --- MANIFEST 1 Dec 2002 22:20:12 -0000 1.10 *************** *** 28,41 **** examples/demo2a.py examples/demo2b.py pyPgSQL/PgSQL.py pyPgSQL/__init__.py pyPgSQL/libpq/__init__.py test/PgSQLTestCases.py test/regression/pgconnection.py test/regression/pgresult.py test/regression/pgversion.py test/regression/unicode_tests.py - port/strtok.c - port/port.h - port/strtoll.c - port/strtoull.c --- 28,42 ---- examples/demo2a.py examples/demo2b.py + port/port.h + port/strtok.c + port/strtoll.c + port/strtoull.c pyPgSQL/PgSQL.py pyPgSQL/__init__.py pyPgSQL/libpq/__init__.py test/PgSQLTestCases.py + test/regression/array.py test/regression/pgconnection.py test/regression/pgresult.py test/regression/pgversion.py test/regression/unicode_tests.py |