summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
Commit message (Expand)AuthorAgeFilesLines
* mergeAlexander Belopolsky2016-03-251-0/+8
|\
| * Issue#26616:Fixed a bug in datetime.astimezone() method.Alexander Belopolsky2016-03-251-0/+8
* | Issue #19265: Improve test coverage of datetime.tzinfoBerker Peksag2016-03-191-0/+3
|\ \ | |/
| * Issue #19265: Improve test coverage of datetime.tzinfoBerker Peksag2016-03-191-0/+3
* | Revert change 291d47954618Victor Stinner2016-03-121-2/+2
* | Always test datetime.strftime("%4Y")Victor Stinner2016-03-111-2/+2
* | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-6/+42
* | Issue #26198: Make datetime error tests more lenient.Serhiy Storchaka2016-02-081-3/+3
|\ \ | |/
| * Issue #26198: Make datetime error tests more lenient.Serhiy Storchaka2016-02-081-3/+3
* | Issue #20220: Revert time zone test debugging, revision 139c18943d9bMartin Panter2015-11-161-10/+1
* | Issue #9051: Added tests for pickling and copying the timezone objects.Serhiy Storchaka2015-11-161-1/+28
|\ \ | |/
| * Issue #9051: Added tests for pickling and copying the timezone objects.Serhiy Storchaka2015-11-161-1/+28
| |\
| | * Issue #9051: Added tests for pickling and copying the timezone objects.Serhiy Storchaka2015-11-161-1/+28
| | * Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
| * | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
* | | Issue #25168: Temporary timezone and cache debuggingMartin Panter2015-11-141-1/+10
* | | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
|\ \ \
| * \ \ Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
| |\ \ \ | | |/ / | |/| |
| | * | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
| | |/
| * | Merge 3.4 (datetime rounding)Victor Stinner2015-09-181-6/+17
| |\ \ | | |/
| | * Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methodsVictor Stinner2015-09-181-4/+20
* | | Oops, fix test_microsecond_rounding()Victor Stinner2015-09-181-2/+2
* | | cleanup datetime codeVictor Stinner2015-09-081-1/+1
* | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-081-2/+2
* | | Revert change 0eb8c182131e:Victor Stinner2015-09-081-6/+12
* | | Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.Alexander Belopolsky2015-09-061-1/+2
* | | Issue #23517: Skip a datetime test on WindowsVictor Stinner2015-09-051-3/+3
* | | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode inVictor Stinner2015-09-041-2/+10
* | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-031-5/+6
* | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearestVictor Stinner2015-09-021-9/+5
|/ /
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* | Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-0/+34
|\ \ | |/
| * Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-0/+34
* | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-2/+0
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-5/+6
|\ \ | |/
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-5/+6
* | Make test_datetime a better citizen (issue #22540)Antoine Pitrou2014-10-031-1/+1
* | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-281-5/+89
* | mergeRaymond Hettinger2014-07-251-0/+11
|\ \ | |/
| * Issue #22044: Fixed premature DECREF in call_tzinfo_method.Raymond Hettinger2014-07-251-0/+11
* | remove the ability of datetime.time to be considered false (closes #13936)Benjamin Peterson2014-03-201-16/+5
|/
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-0/+1
|\
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-0/+1
* | Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-79/+80
|\ \ | |/
| * Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-79/+80
* | #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18466: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-1/+1
* | Fixes #8860: Round half-microseconds to even in the timedelta constructor.Alexander Belopolsky2013-08-041-0/+4
|/
* Closes #15973: fix a segmentation fault when comparing timezone objects.Georg Brandl2012-09-221-0/+2
* Issue #9527: tm_gmtoff has 'correct' sign.Alexander Belopolsky2012-06-221-2/+4