psycopg2/psycopg
Daniele Varrazzo db987250c8 Avoid installing Error.__reduce_ex__ on Python 2.4
It is not used by the pickle protocol, and if called manually fails in an
unsettling way, probably because the exceptions were old-style classes.
2012-01-14 18:01:15 +00: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 Use a global object for NULL 2011-02-17 20:09:52 +00:00
adapter_asis.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_binary.c Make Binary(None) work as expected, adapting to NULL 2011-02-18 14:19:57 +00:00
adapter_binary.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_datetime.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07: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 a global object for NULL 2011-02-17 20:09:52 +00:00
adapter_list.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_mxdatetime.c Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
adapter_mxdatetime.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pboolean.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pboolean.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pdecimal.c Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +01:00
adapter_pdecimal.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pfloat.c Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +01:00
adapter_pfloat.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pint.c Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +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 Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_qstring.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
bytes_format.c Dropped unused variable 2011-11-01 07:42:22 +00:00
config.h No strcasecmp function with MSVC 2011-06-05 23:33:28 +01:00
connection_int.c Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value 2011-12-15 12:53:48 +00:00
connection_type.c Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value 2011-12-15 12:53:48 +00:00
connection.h Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value 2011-12-15 12:53:48 +00:00
cursor_int.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
cursor_type.c fetchmany accepts None as size, meaning the default arraysize 2012-01-10 01:32:45 +00:00
cursor.h First try at curs.withhold implementation 2011-07-05 10:28:34 +02:00
green.c Avoid a deadlock using concurrent green threads on the same connection 2011-06-05 16:22:54 +01:00
green.h Documentation cleanup 2011-02-19 16:16:28 +00:00
lobject_int.c Docs/cleanup for the lo_creat patch 2012-01-10 21:51:34 +00:00
lobject_type.c Dropped isolation level from the connection object 2011-06-03 00:10:24 +01:00
lobject.h Dropped isolation level from the connection object 2011-06-03 00:10:24 +01:00
microprotocols_proto.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
microprotocols_proto.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
microprotocols.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
microprotocols.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
notify_type.c Merge remote branch 'jason/devel' into devel 2011-02-19 16:25:31 +00:00
notify.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pqpath.c Map error classes 20 and HV to more specific exceptions 2011-12-16 12:26:27 +00:00
pqpath.h Added pqpath functions to get/set the value for GUC parameters 2011-06-05 15:36:02 +01:00
psycopg.h The cursor name can be a non-valid PostgreSQL identifier 2011-02-23 01:53:25 +00:00
psycopgmodule.c Avoid installing Error.__reduce_ex__ on Python 2.4 2012-01-14 18:01:15 +00:00
python.h Merge branch 'transaction-control' into devel 2011-06-03 01:48:24 +01:00
typecast_array.c Fixed typecasting of arrays containing consecutive backslashes 2011-09-22 18:14:16 +01:00
typecast_basic.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
typecast_binary.c Added tests for our own bytea parser 2011-03-26 12:59:14 +00: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 Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
typecast_mxdatetime.c Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
typecast.c Added new_array_type() function 2011-09-22 15:51:21 +01:00
typecast.h Added new_array_type() function 2011-09-22 15:51:21 +01:00
utils.c The cursor name can be a non-valid PostgreSQL identifier 2011-02-23 01:53:25 +00:00
xid_type.c Dropped redundant semicolons at the end of internal queries 2011-06-08 09:22:35 +01:00
xid.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00