.. |
_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
|
Check if the object wrapped in binary is not None before trying the other types
|
2012-03-05 02:08:45 +00:00 |
adapter_binary.h
|
Fix multiple misspellings
|
2013-04-26 10:17:17 +01:00 |
adapter_datetime.c
|
Raise an exception in case of failed localtime_r call
|
2012-03-04 04:17:03 +00: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
|
Proper type check in prepare() methods for list, binary, qstring
|
2012-03-04 17:59:51 +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
|
Dropped GIL release around function calling PyMem_Malloc
|
2012-05-22 17:22:57 +01:00 |
adapter_qstring.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07: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
|
2014-04-07 17:16:52 +01:00 |
connection_int.c
|
Fixed dsn and closed attributes in failing connection subclasses.
|
2014-04-07 17:53:38 +01:00 |
connection_type.c
|
Fixed dsn and closed attributes in failing connection subclasses.
|
2014-04-07 17:53:38 +01:00 |
connection.h
|
Fixed leak of cancel key on connection.reset()
|
2013-03-20 16:49:52 +00:00 |
cursor_int.c
|
Use more compact macros to annotate functions for the static checker
|
2012-03-01 02:53:28 +00:00 |
cursor_type.c
|
Use the do-while 0 idiom for cursor guards macro
|
2014-04-07 17:49:34 +01:00 |
cursor.h
|
Don't segfault on uninitialized cursor
|
2014-04-07 17:51:53 +01:00 |
green.c
|
Close the connection on error in callback
|
2012-10-09 02:01:29 +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
|
Fixed dealloc of lobject->smode
|
2014-04-07 17:43:44 +01:00 |
lobject.h
|
Further modeling of exception raising
|
2012-03-04 04:38:44 +00:00 |
microprotocols_proto.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
microprotocols_proto.h
|
Fix multiple misspellings
|
2013-04-26 10:17:17 +01:00 |
microprotocols.c
|
Guard from failed keys creation during adaptation
|
2012-03-04 04:40:44 +00: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
|
Fix multiple misspellings
|
2013-04-26 10:17:17 +01:00 |
pqpath.h
|
Discard any result produced by cursor.executemany()
|
2012-10-11 22:27:35 +01:00 |
psycopg.h
|
Fix multiple misspellings
|
2013-04-26 10:17:17 +01:00 |
psycopgmodule.c
|
Fix multiple misspellings
|
2013-04-26 10:17:17 +01:00 |
python.h
|
Added compatibility PyErr_WarnEx macro for Python 2.4
|
2012-10-09 02:01:29 +01:00 |
typecast_array.c
|
Fixed infinite loop when parsing '{' as array
|
2012-09-20 03:19:24 +01:00 |
typecast_basic.c
|
Check for errors in float adaptation
|
2012-03-04 04:43:14 +00:00 |
typecast_binary.c
|
Fix multiple misspellings
|
2013-04-26 10:17:17 +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
|
Expressions rewritten in a more normal way
|
2012-03-04 04:47:21 +00:00 |
typecast_mxdatetime.c
|
Expressions rewritten in a more normal way
|
2012-03-04 04:47:21 +00:00 |
typecast.c
|
Stricter types usage in several PyArg_ParseTuple calls
|
2012-03-04 18:01:08 +00:00 |
typecast.h
|
Further modeling of exception raising
|
2012-03-04 04:38:44 +00:00 |
utils.c
|
Use more compact macros to annotate functions for the static checker
|
2012-03-01 02:53:28 +00:00 |
xid_type.c
|
Fixed tpc_recover() with RealDictStuff
|
2012-08-14 23:29:19 +01:00 |
xid.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |