summaryrefslogtreecommitdiff
path: root/tests/test_dates.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed test in asian time zonesDaniele Varrazzo2018-01-101-1/+2
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Always import the system unittestJon Dufresne2017-12-011-1/+2
* Added back timestamptz[] default castfix-578Daniele Varrazzo2017-07-241-0/+5
* Consider redshift interval supported after further testsDaniele Varrazzo2017-06-161-1/+3
* Parse a number as microseconds when casting intervalbug-558Daniele Varrazzo2017-06-161-0/+19
* Return objects with timezone parsing infinity timestamptzDaniele Varrazzo2017-03-221-0/+19
* Skip test on PG version with bad interval roundingfix-512Daniele Varrazzo2017-03-011-0/+1
* Handle overflow in interval parsingDaniele Varrazzo2017-02-241-0/+18
* Parse interval only using integersDaniele Varrazzo2017-02-241-4/+21
* Try to fix the same problem in windowsDaniele Varrazzo2017-02-241-1/+20
* Fixed integer overflow in interval typecasterDaniele Varrazzo2017-02-241-0/+4
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-34/+45
* More tests tweaksDaniele Varrazzo2015-02-081-1/+1
* Don't test date 24:00 before PG 8.4Daniele Varrazzo2015-02-081-1/+2
* Convert Postgres time 24:00 into 00:00Daniele Varrazzo2015-02-081-0/+12
* Cast time into timetz when the tzinfo field is set.Hyunjun Kim2014-11-131-1/+11
* Added regression test for infinity parsing in datesDaniele Varrazzo2013-05-111-2/+10
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-9/+6
* Fixed pickling of FixedOffsetTimezone objectsDaniele Varrazzo2012-10-211-0/+18
* Cache FixedOffsetTimezone instancesMenno Smits2012-01-301-0/+7
* Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)Menno Smits2012-01-301-1/+20
* Renamed shadowed test methodMenno Smits2012-01-291-1/+1
* Work around mxDateTime 3.2.0 segfault in testsDaniele Varrazzo2011-11-011-6/+6
* Test suite fixed to make it compatible with the ctypes implementationDaniele Varrazzo2011-10-191-6/+9
* Test tweaked to deal with missing usecs in BC timestampsDaniele Varrazzo2011-06-031-1/+5
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+22
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+22
| * All tests made executable.Daniele Varrazzo2011-01-071-0/+0
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-3/+3
* | Some light cleanup for Py3 conversion.Daniele Varrazzo2010-12-211-9/+9
|/
* Handle time zones with seconds in the UTC offset.Daniele Varrazzo2010-05-201-36/+20
* Fixed time test to be independent from the TZ it runs.Daniele Varrazzo2010-05-151-2/+2
* Fixed TimeFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-2/+13
* Fixed TimestampFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-0/+11
* Cast datetime into timestamptz when the tzinfo field is set.Daniele Varrazzo2010-05-151-1/+12
* Explicit cast of the SQL representation of time-related objects.Daniele Varrazzo2010-05-151-0/+91
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-3/+4
* Fixed test_dates failures in older version of PythonFederico Di Gregorio2009-04-011-4/+4
* * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full testJames Henstridge2009-02-171-59/+145
* * psycopg/typecast.c (typecast_parse_time): Fix up handling ofJames Henstridge2009-02-171-1/+4
* Add tests for time zone parsing, for "HH", "HH:MM" and "HH:MM:SS" forms. James Henstridge2009-02-171-0/+39
* 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com>James Henstridge2008-04-201-1/+1
* * psycopg/typecast.c (typecast_parse_time): give the correctJames Henstridge2008-03-171-233/+19
* * tests/__init__.py (test_suite): add date tests to test suite.James Henstridge2008-01-161-0/+468