summaryrefslogtreecommitdiff
path: root/lib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove workaround for decimal moduleJon Dufresne2017-11-261-8/+4
* Use an import style reported not broken on Python 3.6Daniele Varrazzo2017-06-171-1/+1
* Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-4/+10
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-10/+11
* Allow make_dsn to take no parameterDaniele Varrazzo2016-03-031-0/+3
* Added docs about make_dsnDaniele Varrazzo2016-03-031-2/+2
* Verify that the dsn is not manipulated by make_dsn if not necessaryDaniele Varrazzo2016-03-031-3/+0
* Implementation of make_dsn in PythonDaniele Varrazzo2016-03-031-47/+6
* Add libpq version discoveryOleksandr Shulgin2015-06-011-1/+1
* Make Column picklable on Python >= 3.3Daniele Varrazzo2015-02-081-1/+0
* Allow pickling of cursor.descriptionOwen Raccuglia2015-02-081-0/+1
* Dropped __all__ from modulesDaniele Varrazzo2013-04-071-4/+0
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-2/+9
* Dropped support for Python 2.4Daniele Varrazzo2013-03-201-17/+0
* Raise TypeError instead of InterfaceError on bad params on connect()Daniele Varrazzo2012-09-261-2/+2
* Improved error message on connect when kwargs are passed together with dnsDaniele Varrazzo2012-09-261-3/+2
* Dropped quirks in connection arguments handlingDaniele Varrazzo2012-09-251-26/+26
* Reproducing/documenting odd behaviours of connect()Daniele Varrazzo2011-11-171-2/+6
* Escape parameters to the connection strings as required by PQconnectdbDaniele Varrazzo2011-11-171-1/+20
* connect() supports generic keyword arguments passed to the dsnDaniele Varrazzo2011-11-171-1/+60
* Decimal adapter registration moved from C to PythonDaniele Varrazzo2011-10-141-0/+12
* Fixed version checkDaniele Varrazzo2011-06-041-6/+2
* Import _psycopg as the first module in the packageDaniele Varrazzo2011-02-171-1/+6
* Only use absolute imports in the packageDaniele Varrazzo2011-01-081-8/+8
* Fixed adaptation of None in composite types (ticket #26).Daniele Varrazzo2011-01-011-0/+1
* Stop the loop variable used to create __all__ leaking in the module.Daniele Varrazzo2010-02-141-1/+2
* SQL_IN adapter is now automatically registeredFederico Di Gregorio2010-02-131-1/+7
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-9/+17
* * Docstrings added/fixedDaniele Varrazzo2006-01-121-1/+13
* Added warnings. Federico Di Gregorio2005-11-151-4/+14
* Better fix for py2exe and related tools.Federico Di Gregorio2005-11-151-1/+17
* psycopg1 compatibility module.Federico Di Gregorio2005-04-031-2/+0
* License changes. Fixes. Added register_adapter().Federico Di Gregorio2005-01-201-0/+8
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+28