psycopg2/psycopg
Daniele Varrazzo 202c002c5c * Docstrings added/fixed
* Added __all__ attributes to Python modules to explicit the package API
2006-01-12 18:36:57 +00:00
..
adapter_asis.c Code cleanup. 2005-10-18 01:29:47 +00:00
adapter_asis.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_binary.c Code cleanup. 2005-10-18 01:29:47 +00:00
adapter_binary.h * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
adapter_datetime.c Code cleanup. 2005-10-18 01:29:47 +00:00
adapter_datetime.h * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
adapter_list.c Code cleanup. 2005-10-18 01:29:47 +00:00
adapter_list.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_mxdatetime.c Definitely fixed date and time adapting problems (for mx too!) 2005-11-16 17:30:45 +00:00
adapter_mxdatetime.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_pboolean.c Code cleanup. 2005-10-18 01:29:47 +00:00
adapter_pboolean.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_qstring.c Code cleanup. 2005-10-18 01:29:47 +00:00
adapter_qstring.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
config.h We should now build on ZETA. 2005-10-18 03:57:52 +00:00
connection_int.c Connection encoding case fix (closes: #83). 2006-01-01 09:10:17 +00:00
connection_type.c * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
connection.h Implemented named cursors. 2005-10-22 06:59:31 +00:00
cursor_int.c Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
cursor_type.c * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
cursor.h Implemented named cursors. 2005-10-22 06:59:31 +00:00
microprotocols_proto.c * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
microprotocols_proto.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
microprotocols.c Extra attributes for ProgrammingError exception. 2006-01-05 08:13:03 +00:00
microprotocols.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +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 Extra attributes for ProgrammingError exception. 2006-01-05 08:13:03 +00:00
pqpath.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
psycopg.h * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
psycopgmodule.c * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
python.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
typecast_array.c Fixed problem with array results that begin with "[...]=". (Closes: #80) 2005-12-11 08:21:20 +00:00
typecast_basic.c Code cleanup. 2005-10-18 01:29:47 +00:00
typecast_basic.c.old Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
typecast_binary.c Code cleanup. 2005-10-18 01:29:47 +00:00
typecast_binary.h chunk/buffer patch applied. 2005-05-09 08:11:43 +00:00
typecast_builtins.c Fixed very stupid typo that resulted in a very big bug (reported by Andrea Arcangeli.) 2005-12-06 05:38:39 +00:00
typecast_datetime.c New time/date locale-safe typecasting code. 2005-11-14 11:57:45 +00:00
typecast_mxdatetime.c New time/date locale-safe typecasting code. 2005-11-14 11:57:45 +00:00
typecast.c Fixed problem with "fractionary" time zones (Closes: #78). 2005-12-11 07:50:27 +00:00
typecast.h Code cleanup. 2005-10-18 01:29:47 +00:00