summaryrefslogtreecommitdiff
path: root/psycopg/adapter_mxdatetime.c
Commit message (Expand)AuthorAgeFilesLines
* Dropped almost-no-op customized objects repr()Daniele Varrazzo2014-08-151-7/+1
* Dropped GC support for several objectsDaniele Varrazzo2013-04-051-11/+2
* Dropped "customized" pg_free functionsDaniele Varrazzo2013-03-201-27/+1
* Don't fail import if mx.DateTime module is not found at import timeDaniele Varrazzo2011-06-041-3/+5
* 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-2/+2
* Internal imports simplified.Daniele Varrazzo2010-12-121-8/+7
* mx.DateTime module initialized as it is supposed to be.Daniele Varrazzo2010-11-191-14/+22
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-2/+1
* Explicit cast of the SQL representation of time-related objects.Daniele Varrazzo2010-05-151-7/+7
* 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
* * Add HIDDEN attribute to datetime related global variables.James Henstridge2008-01-221-1/+1
* * tests/__init__.py (test_suite): add date tests to test suite.James Henstridge2008-01-161-38/+37
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-56/+63
* Fixed problem with locales in mx.DateTime adaptation.Federico Di Gregorio2007-01-161-13/+12
* mx fix to build on win32.Federico Di Gregorio2006-09-021-1/+1
* Definitely fixed date and time adapting problems (for mx too!)Federico Di Gregorio2005-11-161-18/+44
* Releasing 2.0 beta 5.2_0_BETA_5Federico Di Gregorio2005-10-181-15/+11
* Code cleanup.Federico Di Gregorio2005-10-181-3/+4
* Ported mxDateTime formatting changes from 1.1.x.Federico Di Gregorio2005-08-221-8/+34
* 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/+392