psycopg2/psycopg
Daniele Varrazzo 789dda1173 lobject read and write can deal with both bytes and unicode
On write, unicode is encoded in connection encoding.
On read, respect the lobject mode 't' or 'b'.
2011-01-10 00:46:51 +00: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 Merge branch 'python2' into python3 2011-01-03 21:43:02 +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 the proper printf placeholders to avoid warnings on 64 bit builds 2011-01-03 20:44:57 +01:00
config.h Win32 *time_r fix 2010-11-09 00:20:58 +00:00
connection_int.c Merge branch 'python2' into python3 2011-01-03 21:43:02 +01:00
connection_type.c Large object mode parsing refactored 2011-01-10 00:46:51 +00:00
connection.h Merge branch 'python2' into python3 2011-01-03 21:43:02 +01:00
cursor_int.c Merge branch 'python2' into python3 2011-01-02 03:28:00 +01:00
cursor_type.c Merge branch 'python2' into python3 2011-01-03 21:43:02 +01:00
cursor.h Merge branch 'python2' into python3 2011-01-03 21:43:02 +01: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 Large object mode parsing refactored 2011-01-10 00:46:51 +00:00
lobject_type.c lobject read and write can deal with both bytes and unicode 2011-01-10 00:46:51 +00:00
lobject.h Large object mode parsing refactored 2011-01-10 00:46:51 +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 Merge branch 'python2' into python3 2011-01-01 17:14:54 +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 Merge branch 'python2' into python3 2011-01-10 00:46:02 +00: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 Don't define a CObject API in Python 3.2 2011-01-08 01:24:16 +00:00
python.h Fixed compiling on Python versions before 2.6 2011-01-03 19:18:50 +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 Fixed compiling on Python versions before 2.6 2011-01-03 19:18:50 +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 Fixed 2-phase commit support in Python 3. 2010-12-31 03:18:27 +01:00
xid.h Internal imports simplified. 2010-12-12 13:39:32 +00:00