This commit was generated by cvs2svn to compensate for changes in r431,
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 8 Nov 2006 21:37:49 +0000 (21:37 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 8 Nov 2006 21:37:49 +0000 (21:37 +0000)
commite5bdc26e1423689c0ab3204931335787737946ea
tree221b8e937cf0173ec966cd6cfbcab0bb4c7cf72c
parentf8dd312990da7cc744e1c148bfd395c18492f3f1
This commit was generated by cvs2svn to compensate for changes in r431,
which included commits to RCS files with non-trunk default branches.
223 files changed:
psycopg2/AUTHORS [new file with mode: 0644]
psycopg2/ChangeLog [new file with mode: 0644]
psycopg2/INSTALL [new file with mode: 0644]
psycopg2/LICENSE [new file with mode: 0644]
psycopg2/MANIFEST [new file with mode: 0644]
psycopg2/MANIFEST.in [new file with mode: 0644]
psycopg2/PKG-INFO [new file with mode: 0644]
psycopg2/README [new file with mode: 0644]
psycopg2/ZPsycopgDA/DA.py [new file with mode: 0644]
psycopg2/ZPsycopgDA/__init__.py [new file with mode: 0644]
psycopg2/ZPsycopgDA/db.py [new file with mode: 0644]
psycopg2/ZPsycopgDA/dtml/add.dtml [new file with mode: 0644]
psycopg2/ZPsycopgDA/dtml/browse.dtml [new file with mode: 0644]
psycopg2/ZPsycopgDA/dtml/edit.dtml [new file with mode: 0644]
psycopg2/ZPsycopgDA/dtml/table_info.dtml [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/bin.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/date.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/datetime.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/field.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/float.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/int.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/stable.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/table.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/text.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/time.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/view.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/icons/what.gif [new file with mode: 0644]
psycopg2/ZPsycopgDA/pool.py [new file with mode: 0644]
psycopg2/debian/changelog [new file with mode: 0644]
psycopg2/debian/control [new file with mode: 0644]
psycopg2/debian/copyright [new file with mode: 0644]
psycopg2/debian/rules [new file with mode: 0755]
psycopg2/doc/ChangeLog-1.x [new file with mode: 0644]
psycopg2/doc/HACKING [new file with mode: 0644]
psycopg2/doc/SUCCESS [new file with mode: 0644]
psycopg2/doc/TODO [new file with mode: 0644]
psycopg2/doc/api-screen.css [new file with mode: 0644]
psycopg2/doc/api/epydoc.css [new file with mode: 0644]
psycopg2/doc/api/index.html [new file with mode: 0644]
psycopg2/doc/api/private/__builtin__.list-class.html [new file with mode: 0644]
psycopg2/doc/api/private/__builtin__.object-class.html [new file with mode: 0644]
psycopg2/doc/api/private/__builtin__.type-class.html [new file with mode: 0644]
psycopg2/doc/api/private/datetime.tzinfo-class.html [new file with mode: 0644]
psycopg2/doc/api/private/epydoc.css [new file with mode: 0644]
psycopg2/doc/api/private/exceptions.Exception-class.html [new file with mode: 0644]
psycopg2/doc/api/private/exceptions.StandardError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/frames.html [new file with mode: 0644]
psycopg2/doc/api/private/help.html [new file with mode: 0644]
psycopg2/doc/api/private/index.html [new file with mode: 0644]
psycopg2/doc/api/private/indices.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2-module.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.DataError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.DatabaseError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.Error-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.IntegrityError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.InterfaceError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.InternalError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.NotSupportedError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.OperationalError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.ProgrammingError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.Warning-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2._psycopg-module.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2._psycopg.ISQLQuote-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2._psycopg.connection-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2._psycopg.cursor-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.extensions-module.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.extras-module.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.extras.DictConnection-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.extras.DictCursor-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.extras.DictRow-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.extras.SQL_IN-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.pool-module.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.pool.AbstractConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.pool.PersistentConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.pool.PoolError-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.pool.SimpleConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.pool.ThreadedConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.psycopg1-module.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.psycopg1.connection-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.psycopg1.cursor-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.tz-module.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.tz.FixedOffsetTimezone-class.html [new file with mode: 0644]
psycopg2/doc/api/private/psycopg2.tz.LocalTimezone-class.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-everything.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-psycopg2-module.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-psycopg2._psycopg-module.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-psycopg2.extensions-module.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-psycopg2.extras-module.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-psycopg2.pool-module.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-psycopg2.psycopg1-module.html [new file with mode: 0644]
psycopg2/doc/api/private/toc-psycopg2.tz-module.html [new file with mode: 0644]
psycopg2/doc/api/private/toc.html [new file with mode: 0644]
psycopg2/doc/api/private/trees.html [new file with mode: 0644]
psycopg2/doc/api/public/__builtin__.list-class.html [new file with mode: 0644]
psycopg2/doc/api/public/__builtin__.object-class.html [new file with mode: 0644]
psycopg2/doc/api/public/__builtin__.type-class.html [new file with mode: 0644]
psycopg2/doc/api/public/datetime.tzinfo-class.html [new file with mode: 0644]
psycopg2/doc/api/public/epydoc.css [new file with mode: 0644]
psycopg2/doc/api/public/exceptions.Exception-class.html [new file with mode: 0644]
psycopg2/doc/api/public/exceptions.StandardError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/frames.html [new file with mode: 0644]
psycopg2/doc/api/public/help.html [new file with mode: 0644]
psycopg2/doc/api/public/index.html [new file with mode: 0644]
psycopg2/doc/api/public/indices.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2-module.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.DataError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.DatabaseError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.Error-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.IntegrityError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.InterfaceError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.InternalError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.NotSupportedError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.OperationalError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.ProgrammingError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.Warning-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2._psycopg-module.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.extensions-module.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.extras-module.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.extras.DictConnection-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.extras.DictCursor-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.extras.DictRow-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.extras.SQL_IN-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.pool-module.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.pool.AbstractConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.pool.PersistentConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.pool.PoolError-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.pool.SimpleConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.pool.ThreadedConnectionPool-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.psycopg1-module.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.psycopg1.connection-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.psycopg1.cursor-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.tz-module.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.tz.FixedOffsetTimezone-class.html [new file with mode: 0644]
psycopg2/doc/api/public/psycopg2.tz.LocalTimezone-class.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-everything.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-psycopg2-module.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-psycopg2._psycopg-module.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-psycopg2.extensions-module.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-psycopg2.extras-module.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-psycopg2.pool-module.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-psycopg2.psycopg1-module.html [new file with mode: 0644]
psycopg2/doc/api/public/toc-psycopg2.tz-module.html [new file with mode: 0644]
psycopg2/doc/api/public/toc.html [new file with mode: 0644]
psycopg2/doc/api/public/trees.html [new file with mode: 0644]
psycopg2/doc/async.txt [new file with mode: 0644]
psycopg2/doc/extensions.html [new file with mode: 0644]
psycopg2/doc/extensions.rst [new file with mode: 0644]
psycopg2/examples/binary.py [new file with mode: 0644]
psycopg2/examples/copy_from.py [new file with mode: 0644]
psycopg2/examples/copy_to.py [new file with mode: 0644]
psycopg2/examples/cursor.py [new file with mode: 0644]
psycopg2/examples/dialtone.py [new file with mode: 0644]
psycopg2/examples/dict.py [new file with mode: 0644]
psycopg2/examples/dt.py [new file with mode: 0644]
psycopg2/examples/encoding.py [new file with mode: 0644]
psycopg2/examples/fetch.py [new file with mode: 0644]
psycopg2/examples/lastrowid.py [new file with mode: 0644]
psycopg2/examples/mogrify.py [new file with mode: 0644]
psycopg2/examples/myfirstrecipe.py [new file with mode: 0644]
psycopg2/examples/notify.py [new file with mode: 0644]
psycopg2/examples/simple.py [new file with mode: 0644]
psycopg2/examples/somehackers.jpg [new file with mode: 0644]
psycopg2/examples/threads.py [new file with mode: 0644]
psycopg2/examples/tz.py [new file with mode: 0644]
psycopg2/examples/usercast.py [new file with mode: 0644]
psycopg2/examples/whereareyou.jpg [new file with mode: 0644]
psycopg2/lib/__init__.py [new file with mode: 0644]
psycopg2/lib/extensions.py [new file with mode: 0644]
psycopg2/lib/extras.py [new file with mode: 0644]
psycopg2/lib/pool.py [new file with mode: 0644]
psycopg2/lib/psycopg1.py [new file with mode: 0644]
psycopg2/lib/tz.py [new file with mode: 0644]
psycopg2/psycopg/adapter_asis.c [new file with mode: 0644]
psycopg2/psycopg/adapter_asis.h [new file with mode: 0644]
psycopg2/psycopg/adapter_binary.c [new file with mode: 0644]
psycopg2/psycopg/adapter_binary.h [new file with mode: 0644]
psycopg2/psycopg/adapter_datetime.c [new file with mode: 0644]
psycopg2/psycopg/adapter_datetime.h [new file with mode: 0644]
psycopg2/psycopg/adapter_list.c [new file with mode: 0644]
psycopg2/psycopg/adapter_list.h [new file with mode: 0644]
psycopg2/psycopg/adapter_mxdatetime.c [new file with mode: 0644]
psycopg2/psycopg/adapter_mxdatetime.h [new file with mode: 0644]
psycopg2/psycopg/adapter_pboolean.c [new file with mode: 0644]
psycopg2/psycopg/adapter_pboolean.h [new file with mode: 0644]
psycopg2/psycopg/adapter_qstring.c [new file with mode: 0644]
psycopg2/psycopg/adapter_qstring.h [new file with mode: 0644]
psycopg2/psycopg/config.h [new file with mode: 0644]
psycopg2/psycopg/connection.h [new file with mode: 0644]
psycopg2/psycopg/connection_int.c [new file with mode: 0644]
psycopg2/psycopg/connection_type.c [new file with mode: 0644]
psycopg2/psycopg/cursor.h [new file with mode: 0644]
psycopg2/psycopg/cursor_int.c [new file with mode: 0644]
psycopg2/psycopg/cursor_type.c [new file with mode: 0644]
psycopg2/psycopg/microprotocols.c [new file with mode: 0644]
psycopg2/psycopg/microprotocols.h [new file with mode: 0644]
psycopg2/psycopg/microprotocols_proto.c [new file with mode: 0644]
psycopg2/psycopg/microprotocols_proto.h [new file with mode: 0644]
psycopg2/psycopg/pgtypes.h [new file with mode: 0644]
psycopg2/psycopg/pgversion.h [new file with mode: 0644]
psycopg2/psycopg/pqpath.c [new file with mode: 0644]
psycopg2/psycopg/pqpath.h [new file with mode: 0644]
psycopg2/psycopg/psycopg.h [new file with mode: 0644]
psycopg2/psycopg/psycopgmodule.c [new file with mode: 0644]
psycopg2/psycopg/python.h [new file with mode: 0644]
psycopg2/psycopg/typecast.c [new file with mode: 0644]
psycopg2/psycopg/typecast.h [new file with mode: 0644]
psycopg2/psycopg/typecast_array.c [new file with mode: 0644]
psycopg2/psycopg/typecast_basic.c [new file with mode: 0644]
psycopg2/psycopg/typecast_binary.c [new file with mode: 0644]
psycopg2/psycopg/typecast_binary.h [new file with mode: 0644]
psycopg2/psycopg/typecast_builtins.c [new file with mode: 0644]
psycopg2/psycopg/typecast_datetime.c [new file with mode: 0644]
psycopg2/psycopg/typecast_mxdatetime.c [new file with mode: 0644]
psycopg2/scripts/buildtypes.py [new file with mode: 0644]
psycopg2/scripts/ext2html.py [new file with mode: 0755]
psycopg2/scripts/makedocs.py [new file with mode: 0755]
psycopg2/scripts/maketypes.sh [new file with mode: 0755]
psycopg2/setup.cfg [new file with mode: 0644]
psycopg2/setup.py [new file with mode: 0644]
psycopg2/tests/dbapi20.py [new file with mode: 0644]
psycopg2/tests/extras_dictcursor.py [new file with mode: 0644]
psycopg2/tests/test_psycopg2_dbapi20.py [new file with mode: 0644]
psycopg2/tests/types_basic.py [new file with mode: 0644]