summaryrefslogtreecommitdiff
path: root/psycopg/microprotocols.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Dropped debug info for microprotocols/adapters initializationDaniele Varrazzo2019-03-161-2/+0
* Added PY_2, PY_3 macros and used uniformlyDaniele Varrazzo2019-03-161-1/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* General cleanup of module init shenanigansmodule-init-cleanupDaniele Varrazzo2019-01-231-5/+9
* Give precedence to '__conform__()' over superclasses choosing adapterDaniele Varrazzo2017-02-051-10/+10
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-3/+1
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-3/+3
* Store a PGresult in the Exception errorDaniele Varrazzo2013-03-191-1/+1
* Guard from failed keys creation during adaptationDaniele Varrazzo2012-03-041-7/+10
* Check errors in module typecasters initDaniele Varrazzo2012-02-231-7/+13
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-011-5/+0
|\
| * Dropped conversion from None to NULL in adapter.Daniele Varrazzo2010-12-311-5/+0
* | Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-1/+1
* | Redefining the microprotocol on Py3 as returning bytes.Daniele Varrazzo2010-12-311-1/+14
* | The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-2/+6
* | Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-2/+0
* | Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-4/+6
* | Internal imports simplified.Daniele Varrazzo2010-12-121-8/+5
|/
* Check the presence of a mro.Daniele Varrazzo2010-11-091-1/+1
* Less lookups and more efficient calls in microprotocols_adapt().Daniele Varrazzo2010-11-091-9/+29
* Less lookups and more efficient calls in microprotocols_getquoted().Daniele Varrazzo2010-11-091-20/+31
* Use the adapter of an object superclass if available.Daniele Varrazzo2010-11-081-4/+59
* Use faster function to build tuples in adaptation.Daniele Varrazzo2010-11-081-4/+7
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Now adapt() errors include the type nameFederico Di Gregorio2009-11-251-1/+3
* Fixed error when adapt()ing NoneFederico Di Gregorio2009-03-091-0/+5
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-6/+7
* Extra attributes for ProgrammingError exception.Federico Di Gregorio2006-01-051-1/+1
* Fixed wrong refcnt on None.Federico Di Gregorio2005-05-151-0/+2
* Array support completed (closes: #1).Federico Di Gregorio2005-04-101-0/+37
* Adaptation fixes (a lot.)Federico Di Gregorio2005-02-281-5/+6
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+121