summaryrefslogtreecommitdiff
path: root/lib/tz.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant parenthesesHugo2017-11-281-1/+1
|
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-5/+7
|
* Fixed pickling of FixedOffsetTimezone objectsDaniele Varrazzo2012-10-211-2/+5
| | | | | | | I have also verified that the fixed class can unpickle instance pickled with the buggy one and viceversa. Fixes ticket #135.
* More idiomatic way to call FixedOffsetTimezone.__new__ superclassDaniele Varrazzo2012-10-211-1/+1
|
* Dropped redundant call to FixedOffsetTimezone.__init__Daniele Varrazzo2012-10-211-1/+0
|
* Cache FixedOffsetTimezone instancesMenno Smits2012-01-301-1/+20
| | | | | | | Avoid creating new a new FixedOffsetTimezone instance if one with the same offset and name has been created before. This will save memory when returning many rows containing "timestamp with timezone" columns, and also improves comparability.
* Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)Menno Smits2012-01-301-1/+2
| | | | | | | | 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.
* Added evaluable representation for the FixedOffsetTimezone object.Daniele Varrazzo2010-05-151-0/+4
|
* Fixed typo in LocalTimezone doc.Daniele Varrazzo2010-05-151-1/+1
|
* Use the default role for cross referencing Python objects.Daniele Varrazzo2010-02-261-1/+1
|
* Added other info about tz module.Daniele Varrazzo2010-02-141-3/+5
|
* SQL_IN adapter is now automatically registeredFederico Di Gregorio2010-02-131-1/+0
|
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-9/+17
|
* * psycopg/psycopgmodule.c: fixed exceptions refcount.Daniele Varrazzo2005-11-261-1/+1
| | | | * fixed lots of doctrings and added Epydoc-generated docs support.
* Better docstrings for lib/ modules.Federico Di Gregorio2005-10-181-0/+6
|
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+94