Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use print() function instead of print statement throughout project | Jon Dufresne | 2017-12-10 | 1 | -6/+6 |
| | | | | Forward compatible with newer Pythons. | ||||
* | Merge branch 'master' into ws | Daniele Varrazzo | 2017-12-02 | 1 | -7/+0 |
|\ | |||||
| * | Remove sorted() workaround; available on all supported Pythons | Jon Dufresne | 2017-12-01 | 1 | -7/+0 |
| | | | | | | | | | | | | Introduced in Python 2.4 and the oldest supported Python is 2.7. https://docs.python.org/2/library/functions.html#sorted | ||||
* | | Trim trailing whitespace from all files throughout project | Jon Dufresne | 2017-12-01 | 1 | -34/+34 |
|/ | | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes. | ||||
* | A bunch of typos fixed in the examples by Josh Kupershmidt | Daniele Varrazzo | 2011-12-15 | 1 | -3/+3 |
| | |||||
* | * psycopg/psycopgmodule.c: fixed exceptions refcount. | Daniele Varrazzo | 2005-11-26 | 1 | -7/+4 |
| | | | | * fixed lots of doctrings and added Epydoc-generated docs support. | ||||
* | Releasing 2.0b4. | Federico Di Gregorio | 2005-07-17 | 1 | -2/+3 |
| | |||||
* | psycopg->psycopg2 switch in the examples. | Federico Di Gregorio | 2005-06-13 | 1 | -2/+2 |
| | |||||
* | Adding missing __conform__ methods before release. | Federico Di Gregorio | 2005-03-02 | 1 | -4/+5 |
| | |||||
* | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 1 | -0/+145 |