psycopg2/psycopg
2013-04-20 02:21:58 +01:00
..
_psycopg.vc9.amd64.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
_psycopg.vc9.x86.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
adapter_asis.c Dropped GC support for several objects 2013-04-05 01:02:47 +01:00
adapter_asis.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_binary.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
adapter_binary.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_datetime.c Dropped GC support for several objects 2013-04-05 01:02:47 +01:00
adapter_datetime.h Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
adapter_list.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
adapter_list.h Dropped encoding attribute from list adapter 2013-04-05 00:35:02 +01:00
adapter_mxdatetime.c Dropped GC support for several objects 2013-04-05 01:02:47 +01:00
adapter_mxdatetime.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pboolean.c Dropped GC support for several objects 2013-04-05 01:02:47 +01:00
adapter_pboolean.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pdecimal.c Dropped GC support for several objects 2013-04-05 01:02:47 +01:00
adapter_pdecimal.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pfloat.c Dropped GC support for several objects 2013-04-05 01:02:47 +01:00
adapter_pfloat.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pint.c Dropped GC support for several objects 2013-04-05 01:02:47 +01:00
adapter_pint.h Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +01:00
adapter_qstring.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
adapter_qstring.h Avoid encoding strdup in qstring adapter 2013-04-05 00:00:42 +01:00
bytes_format.c Use more compact macros to annotate functions for the static checker 2012-03-01 02:53:28 +00:00
config.h Long ifdef reformatted for readibility 2013-04-20 02:21:58 +01:00
connection_int.c Fixed leak of cancel key on connection.reset() 2013-03-20 16:43:16 +00:00
connection_type.c Use NULL instead of an empty string as PyObject_CallMethod format 2013-04-07 17:26:57 +01:00
connection.h Added cursor_factory connection attribute and connect() parameter 2013-04-07 02:30:12 +01:00
cursor_int.c Better use of Py_CLEAR and implicit zeroed-out structures 2013-03-20 23:53:20 +00:00
cursor_type.c Merge branch 'drop-py24' into devel 2013-04-05 01:29:25 +01:00
cursor.h Added support with cursors without scroll clause 2012-08-15 09:44:44 +01:00
diagnostics_type.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
diagnostics.h psycopg2.Error object and type renamed more consistently 2013-03-20 00:03:58 +00:00
error_type.c Merge branch 'drop-py24' into devel 2013-04-05 01:29:25 +01:00
error.h psycopg2.Error object and type renamed more consistently 2013-03-20 00:03:58 +00:00
green.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
green.h Documentation cleanup 2011-02-19 16:16:28 +00:00
lobject_int.c Merge remote-tracking branch 'piro/devel' into devel 2012-03-08 12:28:52 +01:00
lobject_type.c Merge branch 'drop-py24' into devel 2013-04-05 01:29:25 +01:00
lobject.h Store a PGresult in the Exception error 2013-03-19 23:42:54 +00:00
microprotocols_proto.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
microprotocols_proto.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
microprotocols.c Store a PGresult in the Exception error 2013-03-19 23:42:54 +00:00
microprotocols.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
notify_type.c Dropped GC support from Xid and Notify types 2013-04-02 01:50:31 +01:00
notify.h Notify and Xid objects and types renamed for consistency 2013-03-20 01:48:05 +00:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pqpath.c Static-type psycopg_escape_string connection parameter 2013-04-05 00:07:36 +01:00
pqpath.h Dropped IFCLEARPGRES macro 2013-03-20 01:48:17 +00:00
psycopg.h Static-type psycopg_escape_string connection parameter 2013-04-05 00:07:36 +01:00
psycopgmodule.c Fixed build on windows 2013-04-06 01:34:12 +01:00
python.h Dropped support for Python 2.4 2013-03-20 23:40:13 +00:00
typecast_array.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
typecast_basic.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
typecast_binary.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
typecast_binary.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
typecast_builtins.c Add a type converter to handle untyped empty arrays. 2011-02-20 12:28:10 +00:00
typecast_datetime.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
typecast_mxdatetime.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
typecast.c Use the Py_RETURN_NONE macro 2013-04-05 01:25:05 +01:00
typecast.h Further modeling of exception raising 2012-03-04 04:38:44 +00:00
utils.c Static-type psycopg_escape_string connection parameter 2013-04-05 00:07:36 +01:00
xid_type.c Dropped GC support from Xid and Notify types 2013-04-02 01:50:31 +01:00
xid.h Notify and Xid objects and types renamed for consistency 2013-03-20 01:48:05 +00:00