summaryrefslogtreecommitdiff
path: root/psycopg/adapter_datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-2/+2
* Several function names shortenedDaniele Varrazzo2019-03-171-1/+1
* Dropped debug info for microprotocols/adapters initializationDaniele Varrazzo2019-03-161-2/+0
* Removed support for mxDateTime as the default date and time adapterJon Dufresne2019-03-161-4/+0
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Date/time modules initialized in separate functionsDaniele Varrazzo2019-01-221-1/+1
* Moved datatime compatibility macros with othersDaniele Varrazzo2018-01-101-6/+0
* define a "polyfill" inline for python 2 compatibilityGlyph2017-12-121-0/+6
* use accessor macros for pypy3 compatibilityGlyph2017-12-121-2/+4
* Avoid a possible null deref, tz might be NULL.Gabriel Kihlman2016-04-181-1/+1
* Cast time into timetz when the tzinfo field is set.Hyunjun Kim2014-11-131-1/+4
* Don't import psycopg2.tz into the C extensionDaniele Varrazzo2014-08-281-17/+23
* Dropped almost-no-op customized objects repr()Daniele Varrazzo2014-08-151-7/+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-27/+1
* Raise an exception in case of failed localtime_r callDaniele Varrazzo2012-03-041-0/+11
* Merge branch 'python2' into python3Daniele Varrazzo2011-02-011-1/+1
|\
| * Hopefully really fixed crash in datetime adapter.Daniele Varrazzo2011-02-011-1/+1
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-24/+24
|\ \ | |/
| * Fixed "historical" reference leak in TimestampFromTicksDaniele Varrazzo2011-01-031-24/+24
* | Function psycopg_ensure_bytes converted in a "filter" stealing a ref.Daniele Varrazzo2010-12-311-9/+3
* | Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-3/+3
* | Use psycopg_ensure_bytes() to unify Py2/3 code paths.Daniele Varrazzo2010-12-311-51/+65
* | Datetime adaptation in bytes.Daniele Varrazzo2010-12-311-11/+18
* | The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-6/+10
* | 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/+6
|/
* datetime module initialized as it is supposed to be.Daniele Varrazzo2010-11-191-18/+26
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-2/+1
* Micrsoft Visual C Compile FixJason Erickson2010-05-171-2/+3
* Fixed TimeFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-2/+2
* Fixed TimestampFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-1/+1
* Cast datetime into timestamptz when the tzinfo field is set.Daniele Varrazzo2010-05-151-1/+5
* Explicit cast of the SQL representation of time-related objects.Daniele Varrazzo2010-05-151-2/+17
* 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
* Preparing release 2.0.7.Federico Di Gregorio2008-04-141-3/+5
* Fixed test segfault due to double decref.Federico Di Gregorio2008-03-171-9/+10
* * Add HIDDEN attribute to datetime related global variables.James Henstridge2008-01-221-8/+8
* * psycopg/typecast_array.c (typecast_array_scan): set an initialJames Henstridge2008-01-131-2/+2
* Aggressive threading on fetch (and a new bug!)Federico Di Gregorio2007-09-191-6/+5
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-46/+51
* Fixed fractionary seconds >59 problem (closes: #131)Federico Di Gregorio2006-09-301-13/+15
* Fractionary seconds fix (closes: #130)Federico Di Gregorio2006-09-301-2/+6