summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pboolean.c
Commit message (Expand)AuthorAgeFilesLines
* Dropped PSYCOPG_NEW_BOOLEAN flagDaniele Varrazzo2014-08-241-9/+0
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-14/+0
* Dropped almost-no-op customized objects repr()Daniele Varrazzo2014-08-151-8/+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-11/+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
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-7/+7
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-4/+4
* 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/+5
* 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-12/+16
* Use Py_CLEAR() in a few more places, and do INCREF's before setting James Henstridge2008-07-211-2/+2
* * psycopg/adapter_qstring.c (qstring_traverse): add cyclic GCJames Henstridge2008-07-181-3/+12
* * 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
* Boolean fix for arrays.Federico Di Gregorio2006-04-241-0/+9
* Code cleanup.Federico Di Gregorio2005-10-181-3/+4
* mingw patch from Daniele Varazzo.Federico Di Gregorio2005-04-101-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-7/+12
* Adaptation fixes (a lot.)Federico Di Gregorio2005-02-281-2/+2
* Renaming types.Federico Di Gregorio2004-12-131-1/+1
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+223