psycopg2/lib
Menno Smits 1469a56512 Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)
The offset displayed was always positive and somewhat confusing. The
offset displayed now is the offset that the instance was created
with.

Also added some tests for initialisation.
2012-01-30 13:27:01 +00:00
..
__init__.py Reproducing/documenting odd behaviours of connect() 2011-11-17 21:51:24 +00:00
errorcodes.py errorcodes map updated to PostgreSQL 9.1 2011-08-22 17:29:14 +01:00
extensions.py Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value 2011-12-15 12:53:48 +00:00
extras.py 'register_composite()' also works with tables 2011-12-15 20:11:17 +00:00
pool.py Check the connection status before putting back into the pool 2011-08-09 11:44:30 +01:00
psycopg1.py A couple of fixes to psycopg1 2011-12-15 13:06:32 +00:00
tz.py Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative) 2012-01-30 13:27:01 +00:00