summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pfloat.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
* 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-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 escape for negative numbers prefixed by minus operatorDaniele Varrazzo2011-05-301-3/+22
* Add negative infinity support for Python->pg conversionMarti Raudsepp2011-02-121-2/+6
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-7/+20
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-2/+2
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-1/+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
* Fixed float loss of precisionFederico Di Gregorio2009-11-091-1/+1
* Added adapter to handle float('inf') and float('nan')Federico Di Gregorio2009-01-231-0/+246