1. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  2. d0c1f77 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  3. 0c0d537 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  4. fca2232 Issue #20220: Revert time zone test debugging, revision 139c18943d9b by Martin Panter · 9 years ago
  5. 51eca24 Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 9 years ago
  6. f242aeb Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 9 years ago
  7. e28209f Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 9 years ago
  8. 63c1ebb Issue #25168: Temporary timezone and cache debugging by Martin Panter · 9 years ago
  9. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  10. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  11. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  12. c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  13. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  14. 5ebfe42 Oops, fix test_microsecond_rounding() by Victor Stinner · 9 years ago
  15. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  16. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  17. cd5d765 cleanup datetime code by Victor Stinner · 9 years ago
  18. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  19. 69cc487 Revert change 0eb8c182131e: by Victor Stinner · 9 years ago
  20. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  21. 8820a35 Issue #23517: Skip a datetime test on Windows by Victor Stinner · 9 years ago
  22. adfefa5 Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in by Victor Stinner · 9 years ago
  23. 2ec5bd6 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  24. 2ec5587 Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest by Victor Stinner · 9 years ago
  25. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  26. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  27. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  28. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago
  29. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  30. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  31. 392f413 Make test_datetime a better citizen (issue #22540) by Antoine Pitrou · 10 years ago
  32. 6c7a418 Closes issue #20858: Enhancements/fixes to pure-python datetime module by Alexander Belopolsky · 10 years ago
  33. a22d823 merge by Raymond Hettinger · 10 years ago
  34. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
  35. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 11 years ago
  36. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  37. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  38. 9289713 Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  39. 3df4dcc Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  40. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  41. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  42. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  43. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  44. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  45. ff493c9 Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  46. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  47. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  48. f6f5618 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 12 years ago
  49. 0c687e5 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 12 years ago
  50. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  51. 8050ca9 Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and by Victor Stinner · 13 years ago
  52. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  53. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  54. 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 · 13 years ago
  55. 49ce068 Strengthen the tests for format '%Y', in relation with issue #13305. by Florent Xicluna · 13 years ago
  56. 4409493 Relax %Y test. by Alexander Belopolsky · 13 years ago
  57. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  58. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
  59. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  60. b8bb466 Issue #1777412: extended year range of strftime down to 1000. by Alexander Belopolsky · 14 years ago
  61. 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 14 years ago
  62. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  63. 3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. by Eric Smith · 14 years ago
  64. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 14 years ago
  65. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 14 years ago
  66. 38005e8 #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags. by Georg Brandl · 14 years ago
  67. aeb0398 Make python version of fromtimestamp behave more like C. by Alexander Belopolsky · 14 years ago
  68. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago