Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant parentheses | Hugo | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 1 | -5/+7 |
| | |||||
* | Fixed pickling of FixedOffsetTimezone objects | Daniele Varrazzo | 2012-10-21 | 1 | -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__ superclass | Daniele Varrazzo | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Dropped redundant call to FixedOffsetTimezone.__init__ | Daniele Varrazzo | 2012-10-21 | 1 | -1/+0 |
| | |||||
* | Cache FixedOffsetTimezone instances | Menno Smits | 2012-01-30 | 1 | -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 Smits | 2012-01-30 | 1 | -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 Varrazzo | 2010-05-15 | 1 | -0/+4 |
| | |||||
* | Fixed typo in LocalTimezone doc. | Daniele Varrazzo | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | Use the default role for cross referencing Python objects. | Daniele Varrazzo | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Added other info about tz module. | Daniele Varrazzo | 2010-02-14 | 1 | -3/+5 |
| | |||||
* | SQL_IN adapter is now automatically registered | Federico Di Gregorio | 2010-02-13 | 1 | -1/+0 |
| | |||||
* | Changes license to LGPL3 + OpenSSL exception on all source files | Federico Di Gregorio | 2010-02-12 | 1 | -9/+17 |
| | |||||
* | * psycopg/psycopgmodule.c: fixed exceptions refcount. | Daniele Varrazzo | 2005-11-26 | 1 | -1/+1 |
| | | | | * fixed lots of doctrings and added Epydoc-generated docs support. | ||||
* | Better docstrings for lib/ modules. | Federico Di Gregorio | 2005-10-18 | 1 | -0/+6 |
| | |||||
* | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 1 | -0/+94 |