Daniele Varrazzo
|
2218e73c28
|
Merge branch 'master' into ws
|
2017-12-02 14:47:29 +00:00 |
|
Jon Dufresne
|
94bb238b70
|
Remove sorted() workaround; available on all supported Pythons
Introduced in Python 2.4 and the oldest supported Python is 2.7.
https://docs.python.org/2/library/functions.html#sorted
|
2017-12-01 22:03:38 -08:00 |
|
Jon Dufresne
|
e335d6d223
|
Trim trailing whitespace from all files throughout project
Many editors automatically trim whitespace on save. By trimming all
files in one go, makes future diffs cleaner without extraneous
whitespace changes.
|
2017-12-01 21:42:14 -08:00 |
|
Daniele Varrazzo
|
b721421633
|
A bunch of typos fixed in the examples by Josh Kupershmidt
|
2011-12-15 23:58:22 +00:00 |
|
Daniele Varrazzo
|
ad76b5ba3c
|
* psycopg/psycopgmodule.c: fixed exceptions refcount.
* fixed lots of doctrings and added Epydoc-generated docs support.
|
2005-11-26 07:47:48 +00:00 |
|
Federico Di Gregorio
|
c281a38236
|
Releasing 2.0b4.
|
2005-07-17 04:26:27 +00:00 |
|
Federico Di Gregorio
|
9c284f4570
|
psycopg->psycopg2 switch in the examples.
|
2005-06-13 06:25:06 +00:00 |
|
Federico Di Gregorio
|
e816aa07b6
|
Adding missing __conform__ methods before release.
|
2005-03-02 14:51:24 +00:00 |
|
Federico Di Gregorio
|
c904d97f69
|
Initial psycopg 2 import after SVN crash.
|
2004-10-19 03:17:12 +00:00 |
|