1. ede9084 bpo-31043: fixed test_datetime run twice. (GH-2891) by Utkarsh Upadhyay · 7 years ago
  2. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  3. 287c559 bpo-30822: Fix testing of datetime module. (#2530) (#2783) by Utkarsh Upadhyay · 7 years ago
  4. 8207c17 Revert "bpo-30822: Fix testing of datetime module." (#2588) by Victor Stinner · 7 years ago
  5. 34b5487 bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (#2534) by Serhiy Storchaka · 7 years ago
  6. 98b6bc3 bpo-30822: Fix testing of datetime module. (#2530) by Utkarsh Upadhyay · 7 years ago
  7. 4719ae7 Issue #24773: Made ZoneInfoCompleteTest a TestSuit. by Alexander Belopolsky · 8 years ago
  8. 392f413 Make test_datetime a better citizen (issue #22540) by Antoine Pitrou · 10 years ago
  9. e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. by Georg Brandl · 12 years ago
  10. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  11. a11d8c0 Issue #9000: datetime.timezone objects now have eval-friendly repr. by Alexander Belopolsky · 14 years ago
  12. d87e932 Added two more test cases for datetime by Alexander Belopolsky · 14 years ago
  13. f34e82e Added more tests for utctimetuple() by Alexander Belopolsky · 14 years ago
  14. 5e307de Added more test cases by Alexander Belopolsky · 14 years ago
  15. 33b94c9 Test future pickle protocols. Thanks Antoine Pitrou for suggestion. by Alexander Belopolsky · 14 years ago
  16. 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 14 years ago
  17. 1b40292 Added more test cases by Alexander Belopolsky · 14 years ago
  18. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  19. f568218 Issue #6641: Original commit for this issue, r82053, introduced a by Alexander Belopolsky · 14 years ago
  20. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  21. 05cc203 Minor changes to the choice of assert methods by Alexander Belopolsky · 14 years ago
  22. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  23. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  24. f03a616 Merged revisions 81566 via svnmerge from by Alexander Belopolsky · 14 years ago
  25. c4e4a8d Merged revisions 81559 via svnmerge from by Alexander Belopolsky · 14 years ago
  26. d5442cd Merged revisions 81555 via svnmerge from by Alexander Belopolsky · 14 years ago
  27. 0381e3f Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate by Mark Dickinson · 14 years ago
  28. 7c186e2 Issue #2706: Add support for dividing a timedelta by another timedelta. by Mark Dickinson · 14 years ago
  29. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  30. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  31. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  32. ca5f1a7 (issue 7413 does not concern py3k, I merge the test nonetheless) by Amaury Forgeot d'Arc · 15 years ago
  33. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  34. be6859d Merged revisions 76529 via svnmerge from by Antoine Pitrou · 15 years ago
  35. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  36. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  37. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  38. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  39. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  40. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  41. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  42. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  43. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  44. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  45. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  46. 1ba3114 Added __format__ method to datetime.datetime, datetime.date, and datetime.time. by Eric Smith · 17 years ago
  47. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  48. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  49. be6fe54 Make test_datetime.py pass by killing all references to cPickle in it. by Guido van Rossum · 17 years ago
  50. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  51. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  52. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  53. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  54. e3d1d41 Fix datetime and its test. by Guido van Rossum · 17 years ago
  55. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  56. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  57. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  58. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  59. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  60. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  61. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  62. 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
  63. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  64. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  65. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  66. f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 19 years ago
  67. 5a8a037 Use descriptors. by Guido van Rossum · 20 years ago
  68. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  69. 528ca53 SF bug #1028306: date-datetime comparison by Tim Peters · 20 years ago
  70. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  71. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  72. 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 20 years ago
  73. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  74. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  75. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  76. eb1a496 test_subclass_date(): Beefed this up, to check that new instance by Tim Peters · 21 years ago
  77. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  78. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  79. 68124bb The Python implementation of datetime was changed in ways that no longer by Tim Peters · 21 years ago
  80. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  81. 275666f Merge the test part of the below checkin to the sandbox and Zope3, so by Guido van Rossum · 21 years ago
  82. 8440761 SF bug 680864: test_datetime fails for non-unix epoch by Tim Peters · 21 years ago
  83. 35ad641 Build pickler_choices list in a lazier way. by Tim Peters · 21 years ago
  84. 49992f9 cPickle now implements enough of protocol 2 to enable all cross-pickling tests. by Guido van Rossum · 22 years ago
  85. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  86. 96940c9 Changed the tests to stop using __setstate__(). __setstate__() no by Tim Peters · 22 years ago
  87. 177e41a Change the approach to pickling to use __reduce__ everywhere. Most by Guido van Rossum · 22 years ago
  88. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  89. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  90. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  91. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 22 years ago
  92. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  93. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  94. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  95. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  96. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  97. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  98. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  99. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  100. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago