psycopg2/psycopg
2010-12-31 03:18:26 +01:00
..
adapter_asis.c Redefining the microprotocol on Py3 as returning bytes. 2010-12-31 03:18:26 +01:00
adapter_asis.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_binary.c Redefining the microprotocol on Py3 as returning bytes. 2010-12-31 03:18:26 +01:00
adapter_binary.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_datetime.c Use psycopg_ensure_bytes() to unify Py2/3 code paths. 2010-12-31 03:18:26 +01:00
adapter_datetime.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_list.c Redefining the microprotocol on Py3 as returning bytes. 2010-12-31 03:18:26 +01:00
adapter_list.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_mxdatetime.c Import structmember/stringobject headers from python.h. 2010-12-21 04:02:13 +00:00
adapter_mxdatetime.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_pboolean.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
adapter_pboolean.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_pdecimal.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
adapter_pdecimal.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_pfloat.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
adapter_pfloat.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_qstring.c Redefining the microprotocol on Py3 as returning bytes. 2010-12-31 03:18:26 +01:00
adapter_qstring.h Added Python codec name to the connection. 2010-12-21 04:02:14 +00:00
bytes_format.c Added PyBytes_Format function. 2010-12-31 03:18:26 +01:00
config.h Win32 *time_r fix 2010-11-09 00:20:58 +00:00
connection_int.c Use psycopg_ensure_bytes() to unify Py2/3 code paths. 2010-12-31 03:18:26 +01:00
connection_type.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
connection.h Added Python codec name to the connection. 2010-12-21 04:02:14 +00:00
cursor_int.c Internal imports simplified. 2010-12-12 13:39:32 +00:00
cursor_type.c Redefining the microprotocol on Py3 as returning bytes. 2010-12-31 03:18:26 +01:00
cursor.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
green.c Internal imports simplified. 2010-12-12 13:39:32 +00:00
green.h Dropped large object support when psycopg is in green mode. 2010-05-09 20:34:02 +01:00
lobject_int.c Internal imports simplified. 2010-12-12 13:39:32 +00:00
lobject_type.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
lobject.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
microprotocols_proto.c Import structmember/stringobject headers from python.h. 2010-12-21 04:02:13 +00:00
microprotocols_proto.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
microprotocols.c Redefining the microprotocol on Py3 as returning bytes. 2010-12-31 03:18:26 +01:00
microprotocols.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
notify_type.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
notify.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pqpath.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
pqpath.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
psycopg.h Added utility function to get bytes from a str/unicode. 2010-12-31 03:18:26 +01:00
psycopgmodule.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
python.h Added utility function to get bytes from a str/unicode. 2010-12-31 03:18:26 +01:00
typecast_array.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
typecast_basic.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
typecast_binary.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
typecast_binary.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
typecast_builtins.c * psycopg/typecast.c (typecast_pydatetime): make array static. 2008-01-21 21:41:17 +00:00
typecast_datetime.c Using Py_TYPE and Py_REFCNT macros. 2010-12-21 04:02:13 +00:00
typecast_mxdatetime.c Work around CentOS 5.5 x86_64 buld problem. 2010-12-04 13:51:21 +00:00
typecast.c Added typecasters repr(). 2010-12-31 03:18:26 +01:00
typecast.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
utils.c Added utility function to get bytes from a str/unicode. 2010-12-31 03:18:26 +01:00
xid_type.c The library can be compiled with Python 3. 2010-12-21 04:24:36 +00:00
xid.h Internal imports simplified. 2010-12-12 13:39:32 +00:00