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