Daniele Varrazzo
|
2af563227a
|
make_errorcodes updated to the current page style
|
2011-12-16 14:49:49 +00:00 |
|
Daniele Varrazzo
|
29932c488f
|
errorcodes map updated to PostgreSQL 9.1
|
2011-08-22 17:29:14 +01:00 |
|
Daniele Varrazzo
|
b6e710b0fc
|
Fixed refcount bug in copy_to() and copy_expert() methods too
|
2011-06-07 00:08:29 +01:00 |
|
Daniele Varrazzo
|
2a1b2b5713
|
Added script to demonstrate the refcount bug during copy
from https://bugzilla.redhat.com/show_bug.cgi?id=711095
|
2011-06-07 00:08:29 +01:00 |
|
Daniele Varrazzo
|
332acccc6e
|
Replace b('str') with b'str' in Python 3
This avoids an encode() call for each of these constants.
Use a custom 2to3 fixer in setup.py to perform the conversion.
|
2011-01-13 11:37:40 +00:00 |
|
Daniele Varrazzo
|
a44441f5e5
|
Added script to look for refcounting bugs
|
2011-01-03 21:34:46 +01:00 |
|
Daniele Varrazzo
|
75a6f783c5
|
Added PostgreSQL 9.0 error codes.
|
2010-09-23 23:43:23 +01:00 |
|
Daniele Varrazzo
|
a320f25a2a
|
Completed documentation for errorcodes module.
|
2010-02-16 00:38:44 +00:00 |
|
Daniele Varrazzo
|
3da7a33ffb
|
Added script to update the errorcodes module.
|
2010-02-15 01:12:13 +00:00 |
|
Daniele Varrazzo
|
8246b28563
|
Removed files used by the Epydoc documentation.
|
2010-02-14 00:39:49 +01:00 |
|
Federico Di Gregorio
|
3937ea3ece
|
Added aync.txt to distribution.
|
2005-11-29 12:01:46 +00:00 |
|
Daniele Varrazzo
|
ad76b5ba3c
|
* psycopg/psycopgmodule.c: fixed exceptions refcount.
* fixed lots of doctrings and added Epydoc-generated docs support.
|
2005-11-26 07:47:48 +00:00 |
|
Federico Di Gregorio
|
cb9cec57c0
|
Array support for all basic types.
|
2005-03-23 11:02:13 +00:00 |
|
Federico Di Gregorio
|
07a38c31cd
|
Starting array work.
|
2005-03-22 14:20:20 +00:00 |
|
Federico Di Gregorio
|
9316c6af53
|
Optimizations to type casting (in preparation to array support.)
|
2005-03-12 06:39:47 +00:00 |
|
Federico Di Gregorio
|
c904d97f69
|
Initial psycopg 2 import after SVN crash.
|
2004-10-19 03:17:12 +00:00 |
|