summaryrefslogtreecommitdiff
path: root/lib/tz.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-141-13/+32
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-1/+1
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-0/+1
* Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
* 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