drop support for psycopg2 and pycurl
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 27 May 2008 12:50:05 +0000 (12:50 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 27 May 2008 12:50:05 +0000 (12:50 +0000)
commit958a016698f676694ce8501dea6367f6604b6fc1
tree785ab568e63ff66d119104725acbba236ec0df41
parent8711362afb2a503aff4694a4975e52c0df083688
drop support for psycopg2 and pycurl
269 files changed:
Makefile
PLCAPI.spec
psycopg2/AUTHORS [deleted file]
psycopg2/ChangeLog [deleted file]
psycopg2/INSTALL [deleted file]
psycopg2/LICENSE [deleted file]
psycopg2/MANIFEST [deleted file]
psycopg2/MANIFEST.in [deleted file]
psycopg2/PKG-INFO [deleted file]
psycopg2/README [deleted file]
psycopg2/ZPsycopgDA/DA.py [deleted file]
psycopg2/ZPsycopgDA/__init__.py [deleted file]
psycopg2/ZPsycopgDA/db.py [deleted file]
psycopg2/ZPsycopgDA/dtml/add.dtml [deleted file]
psycopg2/ZPsycopgDA/dtml/browse.dtml [deleted file]
psycopg2/ZPsycopgDA/dtml/edit.dtml [deleted file]
psycopg2/ZPsycopgDA/dtml/table_info.dtml [deleted file]
psycopg2/ZPsycopgDA/icons/bin.gif [deleted file]
psycopg2/ZPsycopgDA/icons/date.gif [deleted file]
psycopg2/ZPsycopgDA/icons/datetime.gif [deleted file]
psycopg2/ZPsycopgDA/icons/field.gif [deleted file]
psycopg2/ZPsycopgDA/icons/float.gif [deleted file]
psycopg2/ZPsycopgDA/icons/int.gif [deleted file]
psycopg2/ZPsycopgDA/icons/stable.gif [deleted file]
psycopg2/ZPsycopgDA/icons/table.gif [deleted file]
psycopg2/ZPsycopgDA/icons/text.gif [deleted file]
psycopg2/ZPsycopgDA/icons/time.gif [deleted file]
psycopg2/ZPsycopgDA/icons/view.gif [deleted file]
psycopg2/ZPsycopgDA/icons/what.gif [deleted file]
psycopg2/ZPsycopgDA/pool.py [deleted file]
psycopg2/debian/changelog [deleted file]
psycopg2/debian/control [deleted file]
psycopg2/debian/copyright [deleted file]
psycopg2/debian/rules [deleted file]
psycopg2/doc/ChangeLog-1.x [deleted file]
psycopg2/doc/HACKING [deleted file]
psycopg2/doc/SUCCESS [deleted file]
psycopg2/doc/TODO [deleted file]
psycopg2/doc/api-screen.css [deleted file]
psycopg2/doc/api/epydoc.css [deleted file]
psycopg2/doc/api/index.html [deleted file]
psycopg2/doc/api/private/__builtin__.list-class.html [deleted file]
psycopg2/doc/api/private/__builtin__.object-class.html [deleted file]
psycopg2/doc/api/private/__builtin__.type-class.html [deleted file]
psycopg2/doc/api/private/datetime.tzinfo-class.html [deleted file]
psycopg2/doc/api/private/epydoc.css [deleted file]
psycopg2/doc/api/private/exceptions.Exception-class.html [deleted file]
psycopg2/doc/api/private/exceptions.StandardError-class.html [deleted file]
psycopg2/doc/api/private/frames.html [deleted file]
psycopg2/doc/api/private/help.html [deleted file]
psycopg2/doc/api/private/index.html [deleted file]
psycopg2/doc/api/private/indices.html [deleted file]
psycopg2/doc/api/private/psycopg2-module.html [deleted file]
psycopg2/doc/api/private/psycopg2.DataError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.DatabaseError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.Error-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.IntegrityError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.InterfaceError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.InternalError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.NotSupportedError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.OperationalError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.ProgrammingError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.Warning-class.html [deleted file]
psycopg2/doc/api/private/psycopg2._psycopg-module.html [deleted file]
psycopg2/doc/api/private/psycopg2._psycopg.ISQLQuote-class.html [deleted file]
psycopg2/doc/api/private/psycopg2._psycopg.connection-class.html [deleted file]
psycopg2/doc/api/private/psycopg2._psycopg.cursor-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.extensions-module.html [deleted file]
psycopg2/doc/api/private/psycopg2.extras-module.html [deleted file]
psycopg2/doc/api/private/psycopg2.extras.DictConnection-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.extras.DictCursor-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.extras.DictRow-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.extras.SQL_IN-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.pool-module.html [deleted file]
psycopg2/doc/api/private/psycopg2.pool.AbstractConnectionPool-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.pool.PersistentConnectionPool-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.pool.PoolError-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.pool.SimpleConnectionPool-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.pool.ThreadedConnectionPool-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.psycopg1-module.html [deleted file]
psycopg2/doc/api/private/psycopg2.psycopg1.connection-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.psycopg1.cursor-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.tz-module.html [deleted file]
psycopg2/doc/api/private/psycopg2.tz.FixedOffsetTimezone-class.html [deleted file]
psycopg2/doc/api/private/psycopg2.tz.LocalTimezone-class.html [deleted file]
psycopg2/doc/api/private/toc-everything.html [deleted file]
psycopg2/doc/api/private/toc-psycopg2-module.html [deleted file]
psycopg2/doc/api/private/toc-psycopg2._psycopg-module.html [deleted file]
psycopg2/doc/api/private/toc-psycopg2.extensions-module.html [deleted file]
psycopg2/doc/api/private/toc-psycopg2.extras-module.html [deleted file]
psycopg2/doc/api/private/toc-psycopg2.pool-module.html [deleted file]
psycopg2/doc/api/private/toc-psycopg2.psycopg1-module.html [deleted file]
psycopg2/doc/api/private/toc-psycopg2.tz-module.html [deleted file]
psycopg2/doc/api/private/toc.html [deleted file]
psycopg2/doc/api/private/trees.html [deleted file]
psycopg2/doc/api/public/__builtin__.list-class.html [deleted file]
psycopg2/doc/api/public/__builtin__.object-class.html [deleted file]
psycopg2/doc/api/public/__builtin__.type-class.html [deleted file]
psycopg2/doc/api/public/datetime.tzinfo-class.html [deleted file]
psycopg2/doc/api/public/epydoc.css [deleted file]
psycopg2/doc/api/public/exceptions.Exception-class.html [deleted file]
psycopg2/doc/api/public/exceptions.StandardError-class.html [deleted file]
psycopg2/doc/api/public/frames.html [deleted file]
psycopg2/doc/api/public/help.html [deleted file]
psycopg2/doc/api/public/index.html [deleted file]
psycopg2/doc/api/public/indices.html [deleted file]
psycopg2/doc/api/public/psycopg2-module.html [deleted file]
psycopg2/doc/api/public/psycopg2.DataError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.DatabaseError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.Error-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.IntegrityError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.InterfaceError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.InternalError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.NotSupportedError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.OperationalError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.ProgrammingError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.Warning-class.html [deleted file]
psycopg2/doc/api/public/psycopg2._psycopg-module.html [deleted file]
psycopg2/doc/api/public/psycopg2.extensions-module.html [deleted file]
psycopg2/doc/api/public/psycopg2.extras-module.html [deleted file]
psycopg2/doc/api/public/psycopg2.extras.DictConnection-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.extras.DictCursor-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.extras.DictRow-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.extras.SQL_IN-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.pool-module.html [deleted file]
psycopg2/doc/api/public/psycopg2.pool.AbstractConnectionPool-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.pool.PersistentConnectionPool-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.pool.PoolError-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.pool.SimpleConnectionPool-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.pool.ThreadedConnectionPool-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.psycopg1-module.html [deleted file]
psycopg2/doc/api/public/psycopg2.psycopg1.connection-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.psycopg1.cursor-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.tz-module.html [deleted file]
psycopg2/doc/api/public/psycopg2.tz.FixedOffsetTimezone-class.html [deleted file]
psycopg2/doc/api/public/psycopg2.tz.LocalTimezone-class.html [deleted file]
psycopg2/doc/api/public/toc-everything.html [deleted file]
psycopg2/doc/api/public/toc-psycopg2-module.html [deleted file]
psycopg2/doc/api/public/toc-psycopg2._psycopg-module.html [deleted file]
psycopg2/doc/api/public/toc-psycopg2.extensions-module.html [deleted file]
psycopg2/doc/api/public/toc-psycopg2.extras-module.html [deleted file]
psycopg2/doc/api/public/toc-psycopg2.pool-module.html [deleted file]
psycopg2/doc/api/public/toc-psycopg2.psycopg1-module.html [deleted file]
psycopg2/doc/api/public/toc-psycopg2.tz-module.html [deleted file]
psycopg2/doc/api/public/toc.html [deleted file]
psycopg2/doc/api/public/trees.html [deleted file]
psycopg2/doc/async.txt [deleted file]
psycopg2/doc/extensions.html [deleted file]
psycopg2/doc/extensions.rst [deleted file]
psycopg2/examples/binary.py [deleted file]
psycopg2/examples/copy_from.py [deleted file]
psycopg2/examples/copy_to.py [deleted file]
psycopg2/examples/cursor.py [deleted file]
psycopg2/examples/dialtone.py [deleted file]
psycopg2/examples/dict.py [deleted file]
psycopg2/examples/dt.py [deleted file]
psycopg2/examples/encoding.py [deleted file]
psycopg2/examples/fetch.py [deleted file]
psycopg2/examples/lastrowid.py [deleted file]
psycopg2/examples/mogrify.py [deleted file]
psycopg2/examples/myfirstrecipe.py [deleted file]
psycopg2/examples/notify.py [deleted file]
psycopg2/examples/simple.py [deleted file]
psycopg2/examples/somehackers.jpg [deleted file]
psycopg2/examples/threads.py [deleted file]
psycopg2/examples/tz.py [deleted file]
psycopg2/examples/usercast.py [deleted file]
psycopg2/examples/whereareyou.jpg [deleted file]
psycopg2/lib/__init__.py [deleted file]
psycopg2/lib/extensions.py [deleted file]
psycopg2/lib/extras.py [deleted file]
psycopg2/lib/pool.py [deleted file]
psycopg2/lib/psycopg1.py [deleted file]
psycopg2/lib/tz.py [deleted file]
psycopg2/psycopg/adapter_asis.c [deleted file]
psycopg2/psycopg/adapter_asis.h [deleted file]
psycopg2/psycopg/adapter_binary.c [deleted file]
psycopg2/psycopg/adapter_binary.h [deleted file]
psycopg2/psycopg/adapter_datetime.c [deleted file]
psycopg2/psycopg/adapter_datetime.h [deleted file]
psycopg2/psycopg/adapter_list.c [deleted file]
psycopg2/psycopg/adapter_list.h [deleted file]
psycopg2/psycopg/adapter_mxdatetime.c [deleted file]
psycopg2/psycopg/adapter_mxdatetime.h [deleted file]
psycopg2/psycopg/adapter_pboolean.c [deleted file]
psycopg2/psycopg/adapter_pboolean.h [deleted file]
psycopg2/psycopg/adapter_qstring.c [deleted file]
psycopg2/psycopg/adapter_qstring.h [deleted file]
psycopg2/psycopg/config.h [deleted file]
psycopg2/psycopg/connection.h [deleted file]
psycopg2/psycopg/connection_int.c [deleted file]
psycopg2/psycopg/connection_type.c [deleted file]
psycopg2/psycopg/cursor.h [deleted file]
psycopg2/psycopg/cursor_int.c [deleted file]
psycopg2/psycopg/cursor_type.c [deleted file]
psycopg2/psycopg/microprotocols.c [deleted file]
psycopg2/psycopg/microprotocols.h [deleted file]
psycopg2/psycopg/microprotocols_proto.c [deleted file]
psycopg2/psycopg/microprotocols_proto.h [deleted file]
psycopg2/psycopg/pgtypes.h [deleted file]
psycopg2/psycopg/pgversion.h [deleted file]
psycopg2/psycopg/pqpath.c [deleted file]
psycopg2/psycopg/pqpath.h [deleted file]
psycopg2/psycopg/psycopg.h [deleted file]
psycopg2/psycopg/psycopgmodule.c [deleted file]
psycopg2/psycopg/python.h [deleted file]
psycopg2/psycopg/typecast.c [deleted file]
psycopg2/psycopg/typecast.h [deleted file]
psycopg2/psycopg/typecast_array.c [deleted file]
psycopg2/psycopg/typecast_basic.c [deleted file]
psycopg2/psycopg/typecast_binary.c [deleted file]
psycopg2/psycopg/typecast_binary.h [deleted file]
psycopg2/psycopg/typecast_builtins.c [deleted file]
psycopg2/psycopg/typecast_datetime.c [deleted file]
psycopg2/psycopg/typecast_mxdatetime.c [deleted file]
psycopg2/scripts/buildtypes.py [deleted file]
psycopg2/scripts/ext2html.py [deleted file]
psycopg2/scripts/makedocs.py [deleted file]
psycopg2/scripts/maketypes.sh [deleted file]
psycopg2/setup.cfg [deleted file]
psycopg2/setup.py [deleted file]
psycopg2/tests/dbapi20.py [deleted file]
psycopg2/tests/extras_dictcursor.py [deleted file]
psycopg2/tests/test_psycopg2_dbapi20.py [deleted file]
psycopg2/tests/types_basic.py [deleted file]
pycurl/COPYING [deleted file]
pycurl/ChangeLog [deleted file]
pycurl/INSTALL [deleted file]
pycurl/MANIFEST.in [deleted file]
pycurl/Makefile [deleted file]
pycurl/PKG-INFO [deleted file]
pycurl/README [deleted file]
pycurl/TODO [deleted file]
pycurl/doc/callbacks.html [deleted file]
pycurl/doc/curlmultiobject.html [deleted file]
pycurl/doc/curlobject.html [deleted file]
pycurl/doc/pycurl.html [deleted file]
pycurl/examples/basicfirst.py [deleted file]
pycurl/examples/file_upload.py [deleted file]
pycurl/examples/linksys.py [deleted file]
pycurl/examples/retriever-multi.py [deleted file]
pycurl/examples/retriever.py [deleted file]
pycurl/examples/sfquery.py [deleted file]
pycurl/examples/xmlrpc_curl.py [deleted file]
pycurl/python/curl/__init__.py [deleted file]
pycurl/setup.py [deleted file]
pycurl/setup_win32_ssl.py [deleted file]
pycurl/src/Makefile [deleted file]
pycurl/src/pycurl.c [deleted file]
pycurl/tests/test.py [deleted file]
pycurl/tests/test_cb.py [deleted file]
pycurl/tests/test_debug.py [deleted file]
pycurl/tests/test_getinfo.py [deleted file]
pycurl/tests/test_gtk.py [deleted file]
pycurl/tests/test_internals.py [deleted file]
pycurl/tests/test_memleak.py [deleted file]
pycurl/tests/test_multi.py [deleted file]
pycurl/tests/test_multi2.py [deleted file]
pycurl/tests/test_multi3.py [deleted file]
pycurl/tests/test_multi4.py [deleted file]
pycurl/tests/test_multi5.py [deleted file]
pycurl/tests/test_multi6.py [deleted file]
pycurl/tests/test_multi_vs_thread.py [deleted file]
pycurl/tests/test_post.py [deleted file]
pycurl/tests/test_post2.py [deleted file]
pycurl/tests/test_post3.py [deleted file]
pycurl/tests/test_stringio.py [deleted file]
pycurl/tests/test_xmlrpc.py [deleted file]
pycurl/tests/util.py [deleted file]