summaryrefslogtreecommitdiff
path: root/psycopg/adapter_list.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-1/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Handle failed allocation in list adaptationcode-cleanupDaniele Varrazzo2019-01-211-1/+3
* Fixed adaptation of lists of empty listsfix-788Daniele Varrazzo2018-10-301-1/+15
* Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-181-32/+81
* Fixed adaptation of lists of NoneDaniele Varrazzo2015-06-021-1/+15
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-14/+0
* Fixed segfault in List functionDaniele Varrazzo2014-08-151-3/+3
* Dropped almost-no-op customized objects repr()Daniele Varrazzo2014-08-151-6/+1
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-2/+1
* Added tp_clear method for objects with GC supportDaniele Varrazzo2013-04-051-12/+16
* Dropped encoding attribute from list adapterDaniele Varrazzo2013-04-051-15/+5
* PyType_GenericAlloc is the default allocator: no need to specifyDaniele Varrazzo2013-03-201-1/+1
* Dropped "customized" pg_free functionsDaniele Varrazzo2013-03-201-27/+1
* Proper type check in prepare() methods for list, binary, qstringDaniele Varrazzo2012-03-041-3/+3
* Use a global object for NULLDaniele Varrazzo2011-02-171-4/+7
* Indentation fixedDaniele Varrazzo2011-02-171-6/+6
* Dropped correct roundtrip of empty arrayDaniele Varrazzo2011-02-151-1/+1
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-1/+1
* Redefining the microprotocol on Py3 as returning bytes.Daniele Varrazzo2010-12-311-7/+3
* Empty lists correctly roundtrip.Daniele Varrazzo2010-12-311-1/+1
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-3/+7
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-3/+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-7/+4
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-4/+2
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Use Py_CLEAR() in a few more places, and do INCREF's before setting James Henstridge2008-07-211-5/+5
* * psycopg/adapter_list.c (list_traverse): add cyclic GC traversalJames Henstridge2008-07-011-3/+13
* Add more const qualifiers.James Henstridge2008-01-211-3/+3
* * psycopg/typecast_array.c (typecast_array_scan): set an initialJames Henstridge2008-01-131-4/+4
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-29/+34
* Added support for NULL in arrays (closes: #154)Federico Di Gregorio2007-01-191-3/+7
* Piet Delport patches: 3 of 3.Federico Di Gregorio2006-09-231-1/+1
* (Really) fixed list adaptation.Federico Di Gregorio2006-06-111-1/+1
* Fixed list adaptation.Federico Di Gregorio2006-06-111-1/+1
* Code cleanup.Federico Di Gregorio2005-10-181-3/+3
* ZPsycopgDA work.Federico Di Gregorio2005-05-261-4/+0
* Array support completed (closes: #1).Federico Di Gregorio2005-04-101-0/+301