summaryrefslogtreecommitdiff
path: root/psycopg/typecast_datetime.c
Commit message (Expand)AuthorAgeFilesLines
* PyPy does not have PyDateTime_TimeZone_UTCJohn Vandenberg2021-12-031-1/+1
* Raise an error for dates > 10K instead of returning Y9999Daniele Varrazzo2021-11-111-3/+0
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-151-2/+11
* Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-141-33/+46
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* 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-2/+0
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Raise NotSupportedError fetching iso_8601 intervalsDaniele Varrazzo2018-05-201-0/+5
* Fixed parsing interval from micros on 32 bitDaniele Varrazzo2017-06-171-2/+1
* Parse a number as microseconds when casting intervalbug-558Daniele Varrazzo2017-06-161-0/+53
* Return objects with timezone parsing infinity timestamptzDaniele Varrazzo2017-03-221-67/+129
* Handle overflow in interval parsingDaniele Varrazzo2017-02-241-2/+14
* Make sure to use 64 bits in interval parsing accumulatorsDaniele Varrazzo2017-02-241-12/+10
* Parse interval only using integersDaniele Varrazzo2017-02-241-31/+36
* Try to fix the same problem in windowsDaniele Varrazzo2017-02-241-4/+4
* Fixed integer overflow in interval typecasterDaniele Varrazzo2017-02-241-4/+4
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-4/+4
* Expressions rewritten in a more normal wayDaniele Varrazzo2012-03-041-1/+1
* Further modeling of exception raisingDaniele Varrazzo2012-03-041-1/+1
* Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-1/+1
* Work around CentOS 5.5 x86_64 buld problem.Daniele Varrazzo2010-12-041-1/+1
* datetime module initialized as it is supposed to be.Daniele Varrazzo2010-11-191-16/+27
* Handle time zones with seconds in the UTC offset.Daniele Varrazzo2010-05-201-18/+9
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-13/+17
* * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full testJames Henstridge2009-02-171-17/+53
* * psycopg/typecast.c (typecast_parse_time): give the correctJames Henstridge2008-03-171-2/+6
* * Add HIDDEN attribute to datetime related global variables.James Henstridge2008-01-221-5/+5
* * psycopg/*.[ch]: add const qualifier to various string argumentsJames Henstridge2008-01-211-5/+5
* int->size_t transition.Federico Di Gregorio2007-04-131-9/+12
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-21/+23
* Fixed problem with year > 9999.Federico Di Gregorio2007-01-161-1/+4
* New time/date locale-safe typecasting code.Federico Di Gregorio2005-11-141-49/+53
* Small changes to interval parsing.Federico Di Gregorio2005-11-031-5/+5
* Code cleanup.Federico Di Gregorio2005-10-181-4/+4
* INTERVAL overflow fix.Federico Di Gregorio2005-06-241-2/+2
* Various fixes.Federico Di Gregorio2005-05-091-2/+2
* Optimizations to type casting (in preparation to array support.)Federico Di Gregorio2005-03-121-22/+10
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+287