.. |
adapter_asis.c
|
Use Py_CLEAR() in a few more places, and do INCREF's before setting
|
2008-07-21 13:41:54 +08:00 |
adapter_asis.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
adapter_binary.c
|
Use Py_CLEAR() in a few more places, and do INCREF's before setting
|
2008-07-21 13:41:54 +08:00 |
adapter_binary.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
adapter_datetime.c
|
Use Py_CLEAR() in a few more places, and do INCREF's before setting
|
2008-07-21 13:41:54 +08:00 |
adapter_datetime.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
adapter_list.c
|
Use Py_CLEAR() in a few more places, and do INCREF's before setting
|
2008-07-21 13:41:54 +08:00 |
adapter_list.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
adapter_mxdatetime.c
|
Use Py_CLEAR() in a few more places, and do INCREF's before setting
|
2008-07-21 13:41:54 +08:00 |
adapter_mxdatetime.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
adapter_pboolean.c
|
Use Py_CLEAR() in a few more places, and do INCREF's before setting
|
2008-07-21 13:41:54 +08:00 |
adapter_pboolean.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
adapter_qstring.c
|
Merge from jh
|
2008-07-26 15:10:02 +02:00 |
adapter_qstring.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
config.h
|
Fixed build error on SUN
|
2008-05-05 15:55:51 +02:00 |
connection_int.c
|
COPY problem tests and partial fix
|
2008-05-27 17:40:19 +02:00 |
connection_type.c
|
Merge from jh
|
2008-07-26 15:10:02 +02:00 |
connection.h
|
COPY problem tests and partial fix
|
2008-05-27 17:40:19 +02:00 |
cursor_int.c
|
* psycopg/cursor_type.c (cursor_setup): incref before setting
|
2008-05-28 17:45:37 +08:00 |
cursor_type.c
|
Use Py_CLEAR() in a few more places, and do INCREF's before setting
|
2008-07-21 13:41:54 +08:00 |
cursor.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
lobject_int.c
|
* psycopg/lobject.h (lobjectObject): remove "mode" struct member,
|
2008-05-06 18:12:50 +08:00 |
lobject_type.c
|
* psycopg/lobject_type.c (lobject_setup): use
|
2008-07-23 16:57:10 +08:00 |
lobject.h
|
* psycopg/lobject.h (lobjectObject): remove "mode" struct member,
|
2008-05-06 18:12:50 +08:00 |
microprotocols_proto.c
|
Fixed both Python 2.5 and 64 bit problems.
|
2007-04-10 06:36:18 +00:00 |
microprotocols_proto.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
microprotocols.c
|
Fixed both Python 2.5 and 64 bit problems.
|
2007-04-10 06:36:18 +00:00 |
microprotocols.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
pgtypes.h
|
Added aync.txt to distribution.
|
2005-11-29 12:01:46 +00:00 |
pgversion.h
|
Initial psycopg 2 import after SVN crash.
|
2004-10-19 03:17:12 +00:00 |
pqpath.c
|
Added XXXARRAY imports to psycopg2.extenions
|
2008-05-30 00:39:50 +02:00 |
pqpath.h
|
Some changes to the lobject code to match changes in pqpath.[ch].
|
2008-05-05 12:07:24 +08:00 |
psycopg.h
|
* psycopg/psycopg.h (NotSupportedError_doc): clean up
|
2008-09-23 17:22:37 +08:00 |
psycopgmodule.c
|
Merge changes from psycopg2/trunk via psycopg2.r243.
|
2008-05-05 10:37:24 +08:00 |
python.h
|
* psycopg/connection_type.c:
|
2008-05-28 09:00:36 +08:00 |
typecast_array.c
|
* psycopg/*.[ch]: add const qualifier to various string arguments
|
2008-01-21 17:34:08 +00:00 |
typecast_basic.c
|
* psycopg/*.[ch]: add const qualifier to various string arguments
|
2008-01-21 17:34:08 +00:00 |
typecast_basic.c.old
|
Initial psycopg 2 import after SVN crash.
|
2004-10-19 03:17:12 +00:00 |
typecast_binary.c
|
* psycopg/*.[ch]: add const qualifier to various string arguments
|
2008-01-21 17:34:08 +00:00 |
typecast_binary.h
|
* psycypg/*.h: apply HIDDEN to all global variables and functions
|
2008-01-21 05:54:01 +00:00 |
typecast_builtins.c
|
* psycopg/typecast.c (typecast_pydatetime): make array static.
|
2008-01-21 21:41:17 +00:00 |
typecast_datetime.c
|
* psycopg/typecast.c (typecast_parse_time): give the correct
|
2008-03-17 04:06:44 +00:00 |
typecast_mxdatetime.c
|
* psycopg/typecast.c (typecast_parse_time): give the correct
|
2008-03-17 04:06:44 +00:00 |
typecast.c
|
* psycopg/typecast.c (typecast_traverse): implement cyclic GC
|
2008-05-28 17:22:40 +08:00 |
typecast.h
|
* psycopg/*.[ch]: add const qualifier to various string arguments
|
2008-01-21 17:34:08 +00:00 |