summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pfloat.c
Commit message (Expand)AuthorAgeFilesLines
* 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