summaryrefslogtreecommitdiff
path: root/examples/dialtone.py
Commit message (Collapse)AuthorAgeFilesLines
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-6/+6
| | | | Forward compatible with newer Pythons.
* Merge branch 'master' into wsDaniele Varrazzo2017-12-021-7/+0
|\
| * Remove sorted() workaround; available on all supported PythonsJon Dufresne2017-12-011-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 projectJon Dufresne2017-12-011-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 KupershmidtDaniele Varrazzo2011-12-151-3/+3
|
* * psycopg/psycopgmodule.c: fixed exceptions refcount.Daniele Varrazzo2005-11-261-7/+4
| | | | * fixed lots of doctrings and added Epydoc-generated docs support.
* Releasing 2.0b4.Federico Di Gregorio2005-07-171-2/+3
|
* psycopg->psycopg2 switch in the examples.Federico Di Gregorio2005-06-131-2/+2
|
* Adding missing __conform__ methods before release.Federico Di Gregorio2005-03-021-4/+5
|
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+145