1. 143672c bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14726) by Miss Islington (bot) · 5 years ago
  2. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  3. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 5 years ago
  4. 89427cd bpo-32417: Make timedelta arithmetic respect subclasses (#10902) by Paul Ganssle · 5 years ago
  5. 8452ca1 bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) by Serhiy Storchaka · 6 years ago
  6. 3df8540 bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Paul Ganssle · 6 years ago
  7. 96d1e69 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) by Ammar Askar · 6 years ago
  8. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  9. bcb032e bpo-33810 Remove unused code from datetime.py. (GH-7549) by Alexander Belopolsky · 6 years ago
  10. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 7 years ago
  11. 191e993 bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (#4176) by Paul Ganssle · 7 years ago
  12. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  13. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  14. 287c559 bpo-30822: Fix testing of datetime module. (#2530) (#2783) by Utkarsh Upadhyay · 7 years ago
  15. 8207c17 Revert "bpo-30822: Fix testing of datetime module." (#2588) by Victor Stinner · 7 years ago
  16. 98b6bc3 bpo-30822: Fix testing of datetime module. (#2530) by Utkarsh Upadhyay · 7 years ago
  17. 51b90d2 Issue #24773: fix datetime.time constructor docstring by Victor Stinner · 8 years ago
  18. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  19. 47649ab Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. by Alexander Belopolsky · 8 years ago
  20. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  21. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  22. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  23. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  24. dd780e4 Issue #27125: Remove duplicated words in exception message by Martin Panter · 8 years ago
  25. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  26. 43dab4b Merge 'used with permission' additions by Brett Cannon · 8 years ago
  27. 07b954d Add some "used with permission" mentions where external resources are referenced. by Brett Cannon · 8 years ago
  28. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  29. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  30. cd5d765 cleanup datetime code by Victor Stinner · 9 years ago
  31. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  32. 69cc487 Revert change 0eb8c182131e: by Victor Stinner · 9 years ago
  33. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  34. adfefa5 Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in by Victor Stinner · 9 years ago
  35. 2ec5bd6 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  36. 2ec5587 Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest by Victor Stinner · 9 years ago
  37. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  38. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  39. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 9 years ago
  40. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  41. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  42. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  43. 6c7a418 Closes issue #20858: Enhancements/fixes to pure-python datetime module by Alexander Belopolsky · 10 years ago
  44. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  45. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 10 years ago
  46. da0bea2 improve comment by Benjamin Peterson · 11 years ago
  47. f908efb make lists uniformly integers for the benefit of pypy by Benjamin Peterson · 11 years ago
  48. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  49. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  50. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  51. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  52. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  53. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  54. d24abee #17571: merge with 3.3. by Ezio Melotti · 11 years ago
  55. f756f94 #17571: remove broken links in datetime.py docstring. by Ezio Melotti · 11 years ago
  56. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  57. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  58. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  59. ff493c9 Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  60. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  61. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  62. 016ef55 Removed redundant code by Alexander Belopolsky · 12 years ago
  63. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  64. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  65. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  66. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  67. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  68. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  69. b8bb466 Issue #1777412: extended year range of strftime down to 1000. by Alexander Belopolsky · 14 years ago
  70. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 14 years ago
  71. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 14 years ago
  72. aeb0398 Make python version of fromtimestamp behave more like C. by Alexander Belopolsky · 14 years ago
  73. a565874 Use _datetime docstring if _datetime is available. by Alexander Belopolsky · 14 years ago
  74. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago