summaryrefslogtreecommitdiff
path: root/lib/tz.py
Commit message (Expand)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
* 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
* Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)Menno Smits2012-01-301-1/+2
* 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
* 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