1. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  2. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  3. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  4. ff493c9 Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  5. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  6. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  7. f6f5618 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 12 years ago
  8. 0c687e5 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 12 years ago
  9. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  10. 8050ca9 Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and by Victor Stinner · 12 years ago
  11. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  12. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  13. 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
  14. 49ce068 Strengthen the tests for format '%Y', in relation with issue #13305. by Florent Xicluna · 13 years ago
  15. 4409493 Relax %Y test. by Alexander Belopolsky · 13 years ago
  16. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  17. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  18. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  19. b8bb466 Issue #1777412: extended year range of strftime down to 1000. by Alexander Belopolsky · 14 years ago
  20. 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 14 years ago
  21. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  22. 3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. by Eric Smith · 14 years ago
  23. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 14 years ago
  24. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 14 years ago
  25. 38005e8 #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags. by Georg Brandl · 14 years ago
  26. aeb0398 Make python version of fromtimestamp behave more like C. by Alexander Belopolsky · 14 years ago
  27. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago