summaryrefslogtreecommitdiff
path: root/psycopg/adapter_asis.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-3/+1
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-1/+1
* Added PY_2, PY_3 macros and used uniformlyDaniele Varrazzo2019-03-161-1/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-14/+0
* Dropped almost-no-op customized objects repr()Daniele Varrazzo2014-08-151-7/+1
* Name the types after the module they are exposed fromDaniele Varrazzo2014-08-151-2/+2
* Dropped GC support for several objectsDaniele Varrazzo2013-04-051-9/+2
* PyType_GenericAlloc is the default allocator: no need to specifyDaniele Varrazzo2013-03-201-1/+1
* Dropped "customized" pg_free functionsDaniele Varrazzo2013-03-201-29/+1
* Use a global object for NULLDaniele Varrazzo2011-02-171-1/+2
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-5/+16
* Redefining the microprotocol on Py3 as returning bytes.Daniele Varrazzo2010-12-311-1/+1
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-1/+1
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-2/+0
* Using PyVarObject_HEAD_INIT macro.Daniele Varrazzo2010-12-211-2/+1
* Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-4/+4
* Changed Python const RO -> READONLY.Daniele Varrazzo2010-12-121-1/+1
* Internal imports simplified.Daniele Varrazzo2010-12-121-8/+6
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-2/+1
* Replaced PyObject_CallFunction() with *ObjArgs() where more efficient.Daniele Varrazzo2010-11-091-1/+1
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-13/+17
* Use Py_CLEAR() in a few more places, and do INCREF's before setting James Henstridge2008-07-211-2/+2
* * psycopg/adapter_asis.c (asis_traverse): add cyclic GC traversalJames Henstridge2008-07-011-3/+10
* * psycopg/typecast_array.c (typecast_array_scan): set an initialJames Henstridge2008-01-131-2/+2
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-20/+27
* Code cleanup.Federico Di Gregorio2005-10-181-3/+3
* mingw patch from Daniele Varazzo.Federico Di Gregorio2005-04-101-1/+1
* AsIs str fix by Matt Goodall.Federico Di Gregorio2005-03-031-1/+1
* Added __conform__ to all adapters (typos excluded.)Federico Di Gregorio2005-03-031-1/+1
* Added __conform__ to all adapters.Federico Di Gregorio2005-03-031-8/+12
* Adaptation fixes (a lot.)Federico Di Gregorio2005-02-281-0/+223