COMMITS
/ Lib/test/test_datetime.py March 22, 2026
S
gh-143959: Fix test_datetime if _datetime is unavailable (GH-145248)
Serhiy Storchaka committed
June 8, 2024
N
gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (#120243)
Nikita Sobolev committed
March 23, 2023
P
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle committed
October 1, 2021
S
Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)" (GH-28667)
Serhiy Storchaka committed
September 30, 2021
P
Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)
Pablo Galindo Salgado committed
September 29, 2021
S
bpo-45229: Make datetime tests discoverable (GH-28615)
Serhiy Storchaka committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi committed
July 26, 2017
U
bpo-31043: fixed test_datetime run twice. (GH-2891)
Utkarsh Upadhyay committed
July 25, 2017
U
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay committed
July 21, 2017
U
bpo-30822: Fix testing of datetime module. (#2530) (#2783)
Utkarsh Upadhyay committed
July 5, 2017
V
Revert "bpo-30822: Fix testing of datetime module." (#2588)
Victor Stinner committed
July 2, 2017
S
bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (#2534)
Serhiy Storchaka committed
U
bpo-30822: Fix testing of datetime module. (#2530)
Utkarsh Upadhyay committed
July 24, 2016
A
Issue #24773: Made ZoneInfoCompleteTest a TestSuit.
Alexander Belopolsky committed
October 3, 2014
A
Make test_datetime a better citizen (issue #22540)
Antoine Pitrou committed
February 20, 2012
July 23, 2010
A
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky committed
July 6, 2010
A
Issue #9000: datetime.timezone objects now have eval-friendly repr.
Alexander Belopolsky committed
July 5, 2010
A
Added two more test cases for datetime
Alexander Belopolsky committed
A
Added more tests for utctimetuple()
Alexander Belopolsky committed
June 23, 2010
A
Added more test cases
Alexander Belopolsky committed
A
Test future pickle protocols. Thanks Antoine Pitrou for suggestion.
Alexander Belopolsky committed
A
Issue #9051: Instances of timezone class can now be pickled.
Alexander Belopolsky committed
June 22, 2010
A
Added more test cases
Alexander Belopolsky committed
June 21, 2010
A
Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.
Alexander Belopolsky committed
June 18, 2010
A
Issue #6641: Original commit for this issue, r82053, introduced a
Alexander Belopolsky committed
June 17, 2010
A
Issue #6641: The datetime.strptime method now supports the %z directive.
Alexander Belopolsky committed
June 15, 2010
A
Minor changes to the choice of assert methods
Alexander Belopolsky committed
June 14, 2010
A
Issue #5094: The ``datetime`` module now has a simple concrete class
Alexander Belopolsky committed
May 31, 2010
A
Issue #1289118: datetime.timedelta objects can now be multiplied by float
Alexander Belopolsky committed
May 27, 2010
A
Merged revisions 81566 via svnmerge from
Alexander Belopolsky committed
May 26, 2010
A
Merged revisions 81559 via svnmerge from
Alexander Belopolsky committed
A
Merged revisions 81555 via svnmerge from
Alexander Belopolsky committed
May 8, 2010
M
Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate
Mark Dickinson committed
April 20, 2010
M
Issue #2706: Add support for dividing a timedelta by another timedelta.
Mark Dickinson committed
January 24, 2010
E
Merged revisions 77727 via svnmerge from
Ezio Melotti committed
January 23, 2010
E
use assert[Not]In where appropriate
Ezio Melotti committed
January 19, 2010
B
use assert[Not]In where appropriate
Benjamin Peterson committed
December 29, 2009
A
(issue 7413 does not concern py3k, I merge the test nonetheless)
Amaury Forgeot d'Arc committed
December 5, 2009
M
Issue #7435: Remove duplicate int/long tests, and other
Mark Dickinson committed
November 25, 2009
A
Merged revisions 76529 via svnmerge from
Antoine Pitrou committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
January 27, 2009
M
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson committed
January 18, 2009
B
Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from
Benjamin Peterson committed
October 11, 2008
B
merge from trunk
Benjamin Peterson committed
June 10, 2008
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
March 16, 2008
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
February 17, 2008
E
Fixes for shared 2.6 code that implements PEP 3101, advanced string
Eric Smith committed