summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pdecimal.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
* 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-5/+30
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-6/+14
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-3/+3
* 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
* fixed crash in pdecimal_str with a few Python 2.5.x releases.Daniele Varrazzo2010-11-091-14/+26
* Fixed repr for Decimal wrapper.Daniele Varrazzo2010-11-091-1/+1
* Fixed Python 2.4 segfault related to decimal implementationFederico Di Gregorio2010-02-281-3/+18
* Fixed problem with decimal.Decimal conversionsFederico Di Gregorio2010-02-211-0/+253