Commit Graph

9 Commits

Author SHA1 Message Date
Jon Dufresne
9de46e416e Use print() function instead of print statement throughout project
Forward compatible with newer Pythons.
2017-12-10 10:51:07 -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
Chris Mildebrandt
693dedf4da cleanup remaining GPL license text 2014-05-20 09:50:53 -07:00
Erwin de Keijzer
0258e90ef0 Fixed DNS typo in examples 2014-03-24 18:36:33 +01:00
Daniele Varrazzo
b721421633 A bunch of typos fixed in the examples by Josh Kupershmidt 2011-12-15 23:58:22 +00:00
Federico Di Gregorio
611606d532 Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
Federico Di Gregorio
9c284f4570 psycopg->psycopg2 switch in the examples. 2005-06-13 06:25:06 +00:00
Federico Di Gregorio
30b2ba6ebf .executemany() fixes. 2005-03-12 09:19:59 +00:00
Federico Di Gregorio
3cf4b7ca6f Finished COPY TO/COPY FROM implementation. 2005-03-02 14:07:03 +00:00