psycopg2/psycopg
2010-12-31 03:18:27 +01:00
..
adapter_asis.c Fixed adaptation in several adapters. 2010-12-31 03:18:27 +01:00
adapter_asis.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_binary.c Fixed adaptation in several adapters. 2010-12-31 03:18:27 +01:00
adapter_binary.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_datetime.c Function psycopg_ensure_bytes converted in a "filter" stealing a ref. 2010-12-31 03:18:27 +01:00
adapter_datetime.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_list.c Fixed adaptation in several adapters. 2010-12-31 03:18:27 +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 Fixed adaptation in several adapters. 2010-12-31 03:18:27 +01:00
adapter_pboolean.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_pdecimal.c Fixed adaptation in several adapters. 2010-12-31 03:18:27 +01:00
adapter_pdecimal.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_pfloat.c Fixed adaptation in several adapters. 2010-12-31 03:18:27 +01:00
adapter_pfloat.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
adapter_qstring.c Fixed adaptation in several adapters. 2010-12-31 03:18:27 +01:00
adapter_qstring.h Added Python codec name to the connection. 2010-12-21 04:02:14 +00:00
bytes_format.c Use unicode keys as strings in Py3. 2010-12-31 03:18:27 +01:00
config.h Win32 *time_r fix 2010-11-09 00:20:58 +00:00
connection_int.c Function psycopg_ensure_bytes converted in a "filter" stealing a ref. 2010-12-31 03:18:27 +01:00
connection_type.c Added utility method to return a string in the connection encoding. 2010-12-31 03:18:27 +01:00
connection.h Added utility method to return a string in the connection encoding. 2010-12-31 03:18:27 +01:00
cursor_int.c Internal imports simplified. 2010-12-12 13:39:32 +00:00
cursor_type.c Use unicode keys as strings in Py3. 2010-12-31 03:18:27 +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 Fixed adaptation in several adapters. 2010-12-31 03:18:27 +01:00
microprotocols.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
notify_type.c Added utility method to return a string in the connection encoding. 2010-12-31 03:18:27 +01: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 Fixed COPY FROM to deal with decoded files. 2010-12-31 03:18:27 +01:00
pqpath.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
psycopg.h Added utility function to convert bytes to string in Python 3. 2010-12-31 03:18:27 +01:00
psycopgmodule.c Added utility method to return a string in the connection encoding. 2010-12-31 03:18:27 +01: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 In Py3, decode the tuple values before passing to the typecaster. 2010-12-31 03:18:27 +01:00
typecast.h Internal imports simplified. 2010-12-12 13:39:32 +00:00
utils.c Function psycopg_ensure_bytes converted in a "filter" stealing a ref. 2010-12-31 03:18:27 +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