X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2FMANIFEST;fp=psycopg2%2FMANIFEST;h=c8538ea0df93cbbc0b80d01475a9e3041492c5de;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/MANIFEST b/psycopg2/MANIFEST new file mode 100644 index 0000000..c8538ea --- /dev/null +++ b/psycopg2/MANIFEST @@ -0,0 +1,222 @@ +AUTHORS +ChangeLog +INSTALL +LICENSE +MANIFEST +MANIFEST.in +README +setup.cfg +setup.py +ZPsycopgDA/DA.py +ZPsycopgDA/__init__.py +ZPsycopgDA/db.py +ZPsycopgDA/pool.py +ZPsycopgDA/dtml/add.dtml +ZPsycopgDA/dtml/browse.dtml +ZPsycopgDA/dtml/edit.dtml +ZPsycopgDA/dtml/table_info.dtml +ZPsycopgDA/icons/bin.gif +ZPsycopgDA/icons/date.gif +ZPsycopgDA/icons/datetime.gif +ZPsycopgDA/icons/field.gif +ZPsycopgDA/icons/float.gif +ZPsycopgDA/icons/int.gif +ZPsycopgDA/icons/stable.gif +ZPsycopgDA/icons/table.gif +ZPsycopgDA/icons/text.gif +ZPsycopgDA/icons/time.gif +ZPsycopgDA/icons/view.gif +ZPsycopgDA/icons/what.gif +debian/changelog +debian/control +debian/copyright +debian/rules +doc/ChangeLog-1.x +doc/HACKING +doc/SUCCESS +doc/TODO +doc/api-screen.css +doc/async.txt +doc/extensions.html +doc/extensions.rst +doc/api/epydoc.css +doc/api/index.html +doc/api/private/__builtin__.list-class.html +doc/api/private/__builtin__.object-class.html +doc/api/private/__builtin__.type-class.html +doc/api/private/datetime.tzinfo-class.html +doc/api/private/epydoc.css +doc/api/private/exceptions.Exception-class.html +doc/api/private/exceptions.StandardError-class.html +doc/api/private/frames.html +doc/api/private/help.html +doc/api/private/index.html +doc/api/private/indices.html +doc/api/private/psycopg2-module.html +doc/api/private/psycopg2.DataError-class.html +doc/api/private/psycopg2.DatabaseError-class.html +doc/api/private/psycopg2.Error-class.html +doc/api/private/psycopg2.IntegrityError-class.html +doc/api/private/psycopg2.InterfaceError-class.html +doc/api/private/psycopg2.InternalError-class.html +doc/api/private/psycopg2.NotSupportedError-class.html +doc/api/private/psycopg2.OperationalError-class.html +doc/api/private/psycopg2.ProgrammingError-class.html +doc/api/private/psycopg2.Warning-class.html +doc/api/private/psycopg2._psycopg-module.html +doc/api/private/psycopg2._psycopg.ISQLQuote-class.html +doc/api/private/psycopg2._psycopg.connection-class.html +doc/api/private/psycopg2._psycopg.cursor-class.html +doc/api/private/psycopg2.extensions-module.html +doc/api/private/psycopg2.extras-module.html +doc/api/private/psycopg2.extras.DictConnection-class.html +doc/api/private/psycopg2.extras.DictCursor-class.html +doc/api/private/psycopg2.extras.DictRow-class.html +doc/api/private/psycopg2.extras.SQL_IN-class.html +doc/api/private/psycopg2.pool-module.html +doc/api/private/psycopg2.pool.AbstractConnectionPool-class.html +doc/api/private/psycopg2.pool.PersistentConnectionPool-class.html +doc/api/private/psycopg2.pool.PoolError-class.html +doc/api/private/psycopg2.pool.SimpleConnectionPool-class.html +doc/api/private/psycopg2.pool.ThreadedConnectionPool-class.html +doc/api/private/psycopg2.psycopg1-module.html +doc/api/private/psycopg2.psycopg1.connection-class.html +doc/api/private/psycopg2.psycopg1.cursor-class.html +doc/api/private/psycopg2.tz-module.html +doc/api/private/psycopg2.tz.FixedOffsetTimezone-class.html +doc/api/private/psycopg2.tz.LocalTimezone-class.html +doc/api/private/toc-everything.html +doc/api/private/toc-psycopg2-module.html +doc/api/private/toc-psycopg2._psycopg-module.html +doc/api/private/toc-psycopg2.extensions-module.html +doc/api/private/toc-psycopg2.extras-module.html +doc/api/private/toc-psycopg2.pool-module.html +doc/api/private/toc-psycopg2.psycopg1-module.html +doc/api/private/toc-psycopg2.tz-module.html +doc/api/private/toc.html +doc/api/private/trees.html +doc/api/public/__builtin__.list-class.html +doc/api/public/__builtin__.object-class.html +doc/api/public/__builtin__.type-class.html +doc/api/public/datetime.tzinfo-class.html +doc/api/public/epydoc.css +doc/api/public/exceptions.Exception-class.html +doc/api/public/exceptions.StandardError-class.html +doc/api/public/frames.html +doc/api/public/help.html +doc/api/public/index.html +doc/api/public/indices.html +doc/api/public/psycopg2-module.html +doc/api/public/psycopg2.DataError-class.html +doc/api/public/psycopg2.DatabaseError-class.html +doc/api/public/psycopg2.Error-class.html +doc/api/public/psycopg2.IntegrityError-class.html +doc/api/public/psycopg2.InterfaceError-class.html +doc/api/public/psycopg2.InternalError-class.html +doc/api/public/psycopg2.NotSupportedError-class.html +doc/api/public/psycopg2.OperationalError-class.html +doc/api/public/psycopg2.ProgrammingError-class.html +doc/api/public/psycopg2.Warning-class.html +doc/api/public/psycopg2._psycopg-module.html +doc/api/public/psycopg2.extensions-module.html +doc/api/public/psycopg2.extras-module.html +doc/api/public/psycopg2.extras.DictConnection-class.html +doc/api/public/psycopg2.extras.DictCursor-class.html +doc/api/public/psycopg2.extras.DictRow-class.html +doc/api/public/psycopg2.extras.SQL_IN-class.html +doc/api/public/psycopg2.pool-module.html +doc/api/public/psycopg2.pool.AbstractConnectionPool-class.html +doc/api/public/psycopg2.pool.PersistentConnectionPool-class.html +doc/api/public/psycopg2.pool.PoolError-class.html +doc/api/public/psycopg2.pool.SimpleConnectionPool-class.html +doc/api/public/psycopg2.pool.ThreadedConnectionPool-class.html +doc/api/public/psycopg2.psycopg1-module.html +doc/api/public/psycopg2.psycopg1.connection-class.html +doc/api/public/psycopg2.psycopg1.cursor-class.html +doc/api/public/psycopg2.tz-module.html +doc/api/public/psycopg2.tz.FixedOffsetTimezone-class.html +doc/api/public/psycopg2.tz.LocalTimezone-class.html +doc/api/public/toc-everything.html +doc/api/public/toc-psycopg2-module.html +doc/api/public/toc-psycopg2._psycopg-module.html +doc/api/public/toc-psycopg2.extensions-module.html +doc/api/public/toc-psycopg2.extras-module.html +doc/api/public/toc-psycopg2.pool-module.html +doc/api/public/toc-psycopg2.psycopg1-module.html +doc/api/public/toc-psycopg2.tz-module.html +doc/api/public/toc.html +doc/api/public/trees.html +examples/binary.py +examples/copy_from.py +examples/copy_to.py +examples/cursor.py +examples/dialtone.py +examples/dict.py +examples/dt.py +examples/encoding.py +examples/fetch.py +examples/lastrowid.py +examples/mogrify.py +examples/myfirstrecipe.py +examples/notify.py +examples/simple.py +examples/somehackers.jpg +examples/threads.py +examples/tz.py +examples/usercast.py +examples/whereareyou.jpg +lib/__init__.py +lib/extensions.py +lib/extras.py +lib/pool.py +lib/psycopg1.py +lib/tz.py +psycopg/adapter_asis.c +psycopg/adapter_asis.h +psycopg/adapter_binary.c +psycopg/adapter_binary.h +psycopg/adapter_datetime.c +psycopg/adapter_datetime.h +psycopg/adapter_list.c +psycopg/adapter_list.h +psycopg/adapter_mxdatetime.c +psycopg/adapter_mxdatetime.h +psycopg/adapter_pboolean.c +psycopg/adapter_pboolean.h +psycopg/adapter_qstring.c +psycopg/adapter_qstring.h +psycopg/config.h +psycopg/connection.h +psycopg/connection_int.c +psycopg/connection_type.c +psycopg/cursor.h +psycopg/cursor_int.c +psycopg/cursor_type.c +psycopg/microprotocols.c +psycopg/microprotocols.h +psycopg/microprotocols_proto.c +psycopg/microprotocols_proto.h +psycopg/pgtypes.h +psycopg/pgversion.h +psycopg/pqpath.c +psycopg/pqpath.h +psycopg/psycopg.h +psycopg/psycopgmodule.c +psycopg/python.h +psycopg/typecast.c +psycopg/typecast.h +psycopg/typecast_array.c +psycopg/typecast_basic.c +psycopg/typecast_binary.c +psycopg/typecast_binary.h +psycopg/typecast_builtins.c +psycopg/typecast_datetime.c +psycopg/typecast_mxdatetime.c +scripts/buildtypes.py +scripts/ext2html.py +scripts/makedocs.py +scripts/maketypes.sh +tests/dbapi20.py +tests/extras_dictcursor.py +tests/test_psycopg2_dbapi20.py +tests/types_basic.py