psycopg2/scripts
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
..
buildtypes.py Array support for all basic types. 2005-03-23 11:02:13 +00:00
fix_b.py Replace b('str') with b'str' in Python 3 2011-01-13 11:37:40 +00:00
make_errorcodes.py Added PostgreSQL 9.0 error codes. 2010-09-23 23:43:23 +01:00
maketypes.sh Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
refcounter.py Added script to look for refcounting bugs 2011-01-03 21:34:46 +01:00