aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_datetime.py
Commit message (Expand)AuthorAge
* Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-2...Serhiy Storchaka2021-10-01
* Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)Pablo Galindo Salgado2021-09-30
* bpo-45229: Make datetime tests discoverable (GH-28615)Serhiy Storchaka2021-09-29
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-03
* bpo-31043: fixed test_datetime run twice. (GH-2891)Utkarsh Upadhyay2017-07-26
* bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay2017-07-25
* bpo-30822: Fix testing of datetime module. (#2530) (#2783)Utkarsh Upadhyay2017-07-21
* Revert "bpo-30822: Fix testing of datetime module." (#2588)Victor Stinner2017-07-05
* bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (#2534)Serhiy Storchaka2017-07-02
* bpo-30822: Fix testing of datetime module. (#2530)Utkarsh Upadhyay2017-07-02
* Issue #24773: Made ZoneInfoCompleteTest a TestSuit.Alexander Belopolsky2016-07-24
* Make test_datetime a better citizen (issue #22540)Antoine Pitrou2014-10-03
* Fix obscure failures of datetime-related tests due to the datetime tests fail...Georg Brandl2012-02-20
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-23
* Issue #9000: datetime.timezone objects now have eval-friendly repr.Alexander Belopolsky2010-07-06
* Added two more test cases for datetimeAlexander Belopolsky2010-07-05
* Added more tests for utctimetuple()Alexander Belopolsky2010-07-05
* Added more test casesAlexander Belopolsky2010-06-23
* Test future pickle protocols. Thanks Antoine Pitrou for suggestion.Alexander Belopolsky2010-06-23
* Issue #9051: Instances of timezone class can now be pickled.Alexander Belopolsky2010-06-23
* Added more test casesAlexander Belopolsky2010-06-22
* Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.Alexander Belopolsky2010-06-21
* Issue #6641: Original commit for this issue, r82053, introduced aAlexander Belopolsky2010-06-18
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-17
* Minor changes to the choice of assert methodsAlexander Belopolsky2010-06-15
* Issue #5094: The ``datetime`` module now has a simple concrete classAlexander Belopolsky2010-06-14
* Issue #1289118: datetime.timedelta objects can now be multiplied by floatAlexander Belopolsky2010-05-31
* Merged revisions 81566 via svnmerge fromAlexander Belopolsky2010-05-27
* Merged revisions 81559 via svnmerge fromAlexander Belopolsky2010-05-26
* Merged revisions 81555 via svnmerge fromAlexander Belopolsky2010-05-26
* Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediateMark Dickinson2010-05-08
* Issue #2706: Add support for dividing a timedelta by another timedelta.Mark Dickinson2010-04-20
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* use assert[Not]In where appropriateEzio Melotti2010-01-23
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* (issue 7413 does not concern py3k, I merge the test nonetheless)Amaury Forgeot d'Arc2009-12-29
* Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-05
* Merged revisions 76529 via svnmerge fromAntoine Pitrou2009-11-25
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge...Benjamin Peterson2009-01-18
* merge from trunkBenjamin Peterson2008-10-11
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-17
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Added __format__ method to datetime.datetime, datetime.date, and datetime.time.Eric Smith2007-09-11