summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Notify object exposed in the extensions module.Daniele Varrazzo2010-11-051-1/+1
* The Inet type knows how to adapt itself.Daniele Varrazzo2010-09-251-1/+4
* Added PostgreSQL 9.0 error codes.Daniele Varrazzo2010-09-231-0/+2
* Added deprecation warning to register_tstz_w_secsFederico Di Gregorio2010-07-131-1/+2
* Dropped logging.basicConfig() call.Daniele Varrazzo2010-07-091-3/+0
* Dropped register_tstz_w_secs() implementation.Daniele Varrazzo2010-05-201-45/+7
* Added evaluable representation for the FixedOffsetTimezone object.Daniele Varrazzo2010-05-151-0/+4
* Fixed typo in LocalTimezone doc.Daniele Varrazzo2010-05-151-1/+1
* Added typecasters for arrays of specific MX/Py time-related types.Daniele Varrazzo2010-05-151-0/+2
* Changed 'psyco_wait()' to only take the connection.Daniele Varrazzo2010-04-211-3/+2
* Added 'get_wait_callback()' function.Daniele Varrazzo2010-04-211-1/+1
* Added wait callback and functions to deal with it.Daniele Varrazzo2010-04-212-0/+30
* PY* and MX* typecasters imported into the extensions module.Daniele Varrazzo2010-04-141-0/+3
* DECIMAL typecaster imported into the extensions module.Daniele Varrazzo2010-04-141-1/+1
* NOTIFYs fix and poll status changesFederico Di Gregorio2010-04-051-2/+2
* Make asynchronous connections produce asynchronous cursors by defaultJan UrbaƄski2010-04-051-8/+8
* Support asynchronous connection buildingFederico Di Gregorio2010-04-051-0/+5
* Use the default role for cross referencing Python objects.Daniele Varrazzo2010-02-264-10/+10
* Added documentation for the 'pool' module.Daniele Varrazzo2010-02-261-2/+2
* Completed documentation for errorcodes module.Daniele Varrazzo2010-02-161-2/+2
* Typo fixed in DictRow doc.Daniele Varrazzo2010-02-161-1/+1
* Added errorcodes.lookup() function.Daniele Varrazzo2010-02-151-0/+16
* Error codes updated to include all errors between PostgreSQL 8.1 and 8.4.Daniele Varrazzo2010-02-151-49/+68
* Inet adapter fixed.Daniele Varrazzo2010-02-141-1/+5
* License change for lib/errorcodes.pyFederico Di Gregorio2010-02-141-9/+17
* Added other info about tz module.Daniele Varrazzo2010-02-141-3/+5
* Added documentation for the extras module.Daniele Varrazzo2010-02-141-20/+29
* Fixed Inet constructor.Daniele Varrazzo2010-02-141-1/+1
* Stop the loop variable used to create __all__ leaking in the module.Daniele Varrazzo2010-02-143-3/+4
* Binary was not imported from _psycopg; now it isFederico Di Gregorio2010-02-131-1/+1
* SQL_IN adapter is now automatically registeredFederico Di Gregorio2010-02-133-4/+7
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-126-54/+102
* Fixed register_tstz_w_secs() errorFederico Di Gregorio2010-02-101-1/+1
* Added support for UUID arraysFederico Di Gregorio2009-10-041-3/+24
* Fixed bug in RealDictCursor when prefetchingFederico Di Gregorio2009-05-091-22/+39
* Applied DictRow "diet" patchFederico Di Gregorio2009-05-091-0/+5
* Added missing dict methods in DictRowFederico Di Gregorio2009-04-191-0/+11
* Removed spurious printFederico Di Gregorio2009-03-161-1/+0
* Support for seconds in time zone offsetsFederico Di Gregorio2009-03-021-0/+49
* Fixed error in register_type()Federico Di Gregorio2009-03-021-10/+15
* Removed some spurious tabsFederico Di Gregorio2009-02-231-6/+5
* Added adapter to handle float('inf') and float('nan')Federico Di Gregorio2009-01-231-1/+1
* Added inet supportFederico Di Gregorio2008-09-241-2/+37
* Support for NULLs in UUIDFederico Di Gregorio2008-09-231-2/+2
* Added suppport for UUID and related test.Federico Di Gregorio2008-09-191-1/+42
* Added XXXARRAY imports to psycopg2.extenionsFederico Di Gregorio2008-05-301-0/+4
* Merge changes from psycopg2/trunk via psycopg2.r243.James Henstridge2008-05-051-1/+2
|\
| * Merge from 2.0 branch up to r839.Federico Di Gregorio2006-09-301-0/+324
| * Fixed syntax error in lib/extras.py.Federico Di Gregorio2006-09-101-1/+2
| * Added some file-like attributes to lobject.Federico Di Gregorio2006-09-021-1/+2