summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35066: Make trailing percent test more portable. (GH-15907)Miss Islington (bot)2019-09-111-4/+9
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Miss Islington (bot)2019-08-291-9/+18
* [3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (...Pablo Galindo2019-08-231-0/+5
* bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226)Paul Ganssle2019-08-151-0/+25
* [3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezon...Serhiy Storchaka2019-08-041-44/+30
* [3.7] bpo-37579: Improve equality behavior for pure Python datetime and time ...Xtreak2019-07-141-0/+20
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Miss Islington (bot)2019-06-181-0/+35
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-061-1/+1
* bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)Miss Islington (bot)2019-01-141-0/+11
* [3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Py...Serhiy Storchaka2018-12-071-0/+116
* bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)Miss Islington (bot)2018-11-201-6/+37
* bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH...Miss Islington (bot)2018-10-231-0/+40
* bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)Miss Islington (bot)2018-10-221-0/+9
* bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...Miss Islington (bot)2018-08-231-1/+8
* bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385...Miss Islington (bot)2018-07-251-1/+6
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)Miss Islington (bot)2018-06-101-9/+16
* Datetime test coverage (GH-7544) (GH-7551)Miss Islington (bot)2018-06-091-3/+9
* Test that new_timezone can return the UTC singleton (gh-5318) (#5819)Miss Islington (bot)2018-02-221-0/+22
* [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)Miss Islington (bot)2018-02-041-1/+1
* bpo-10381: Add timezone to datetime C API (#5032)Paul Ganssle2018-01-241-0/+181
* bpo-32403: Faster date and datetime constructors (#4993)Paul Ganssle2018-01-161-0/+92
* bpo-15873: Implement [date][time].fromisoformat (#4699)Paul Ganssle2017-12-211-1/+411
* Remove duplicated import from datetime tests (#4444)Riccardo Magliocchetti2017-11-201-2/+0
* bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt...Paul Ganssle2017-11-091-0/+14
* Closes bpo-31800: Support for colon when parsing time offsets (#4015)Mario Corchero2017-10-261-0/+4
* bpo-31752: Fix possible crash in timedelta constructor called with custom int...Serhiy Storchaka2017-10-231-0/+20
* bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a ba...Oren Milman2017-09-191-0/+20
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)Alexander Belopolsky2017-07-311-9/+18
* bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay2017-07-251-3/+13
* bpo-30822: Fix testing of datetime module. (#2530) (#2783)Utkarsh Upadhyay2017-07-211-5/+7
* Revert "bpo-30822: Fix testing of datetime module." (#2588)Victor Stinner2017-07-051-7/+5
* bpo-30822: Fix testing of datetime module. (#2530)Utkarsh Upadhyay2017-07-021-5/+7
* bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)Serhiy Storchaka2017-03-311-0/+5
* Fix test_datetime on WindowsVictor Stinner2017-02-101-2/+3
* Fix test_datetime on system with 32-bit time_tVictor Stinner2017-02-101-3/+7
* Fix datetime.fromtimestamp(): check boundsVictor Stinner2017-02-101-0/+36
* Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-211-0/+7
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Issue #27834: Avoid overflow error in ZoneInfo.invert().Alexander Belopolsky2016-08-231-3/+3
* Issue #24773: Include Tallinn 1999-10-31 transition in tests.Alexander Belopolsky2016-08-171-3/+0
* Issue #24773: Skip system tests for transitions in year 2037 and later.Alexander Belopolsky2016-08-121-3/+5
* Issue #24773: Fix and speed-up ZoneInfoCompleteTest.Alexander Belopolsky2016-08-111-13/+13
* Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-081-0/+5
* Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-1/+12
* Issue 24773: Use the standard Asia/Tehran name in the Iran test.Alexander Belopolsky2016-07-301-1/+1
* Issue #24773: Fixed tests failures on systems with 32-bit time_t.Alexander Belopolsky2016-07-261-0/+5
* Issue 24773: Make zoneinfo tests more robust. (reapply)Alexander Belopolsky2016-07-251-2/+5
* Reindented Lib/test/datetimetester.py.Alexander Belopolsky2016-07-241-2/+2
* Issue #24773: Made ZoneInfoCompleteTest a TestSuit.Alexander Belopolsky2016-07-241-18/+21