1. 353053d [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) by Serhiy Storchaka · 4 years, 10 months ago
  2. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 4 years, 11 months ago
  3. 5c77730 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Miss Islington (bot) · 4 years, 11 months ago
  4. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 5 years ago
  5. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 5 years ago
  6. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  7. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  8. 4d8c8c0 bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) by Paul Ganssle · 5 years ago
  9. 89427cd bpo-32417: Make timedelta arithmetic respect subclasses (#10902) by Paul Ganssle · 5 years ago
  10. 454b3d4 bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by MichaelSaah · 5 years ago
  11. 1133a8c bpo-22005: Fix condition for unpickling a date object. (GH-11025) by Serhiy Storchaka · 6 years ago
  12. 8452ca1 bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) by Serhiy Storchaka · 6 years ago
  13. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  14. b37672d bpo-35059: Cleanup usage of Python macros (GH-10648) by Victor Stinner · 6 years ago
  15. 3ec0f49 bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Serhiy Storchaka · 6 years ago
  16. 0d12672 bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416) by Paul Ganssle · 6 years ago
  17. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  18. 3df8540 bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Paul Ganssle · 6 years ago
  19. d6a61f2 Elaborate datetime.timedelta docstring (GH-7458) by Chris Barker · 6 years ago
  20. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 6 years ago
  21. 4988453 closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_results. (GH-8869) by Alexey Izbyshev · 6 years ago
  22. 096329f bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862) by Paul Ganssle · 6 years ago
  23. 96d1e69 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) by Ammar Askar · 6 years ago
  24. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  25. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  26. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  27. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 6 years ago
  28. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 6 years ago
  29. 9f1b7b9 bpo-32403: Faster date and datetime constructors (#4993) by Paul Ganssle · 6 years ago
  30. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 6 years ago
  31. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 7 years ago
  32. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  33. 4ffd465 bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (#3947) by Serhiy Storchaka · 7 years ago
  34. db12ef7 Refactor multiplication and division of timedelta and float. (#3656) by Serhiy Storchaka · 7 years ago
  35. 865e4b4 bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (#3227) by Oren Milman · 7 years ago
  36. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  37. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  38. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  39. 314d6fc bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) by Serhiy Storchaka · 7 years ago
  40. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  41. 05e218c Merge 3.6 by Victor Stinner · 7 years ago
  42. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  43. 12bc027 Merge 3.6 by Victor Stinner · 8 years ago
  44. 423c16b Issue #29140: Fix hash(datetime.time) by Victor Stinner · 8 years ago
  45. 5ab81d7 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. by Serhiy Storchaka · 8 years ago
  46. 20401de Use _PyObject_CallMethodIdObjArgs() in _datetime by Victor Stinner · 8 years ago
  47. ddc120f Fix refleak introduced in change 032cbdb596fe by Victor Stinner · 8 years ago
  48. 2b63597 build_struct_time() uses Py_BuildValue() by Victor Stinner · 8 years ago
  49. 4c38154 Don't parenthesis in _PyObject_CallMethodId() format by Victor Stinner · 8 years ago
  50. e425bd9 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  51. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  52. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  53. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  54. f8d7d41 Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. by Serhiy Storchaka · 8 years ago
  55. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  56. ac965ca stop using Py_LL and Py_ULL by Benjamin Peterson · 8 years ago
  57. 130bbe5 #28067: Fixed another typo. by Alexander Belopolsky · 8 years ago
  58. abd143b #28067: Fixed a typo. by Alexander Belopolsky · 8 years ago
  59. 6d88fa5 Closes #28067: Do not call localtime (gmtime) in datetime module. by Alexander Belopolsky · 8 years ago
  60. dec2df3 fix dummy macro by Benjamin Peterson · 8 years ago
  61. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  62. ad8c83a Avoid inefficient way to call functions without argument by Victor Stinner · 8 years ago
  63. d1584d3 Issue #27809: tzinfo_reduce() uses fast call by Victor Stinner · 8 years ago
  64. 47649ab Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. by Alexander Belopolsky · 8 years ago
  65. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  66. 8e1d3a2 Issue 24773: Added a time_t overflow check. by Alexander Belopolsky · 8 years ago
  67. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  68. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  69. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  70. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  71. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  72. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  73. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  74. 16b698b merge by Alexander Belopolsky · 8 years ago
  75. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  76. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  77. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 9 years ago
  78. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  79. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  80. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  81. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  82. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  83. c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  84. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  85. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  86. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  87. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  88. 1e2b688 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  89. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  90. 69cc487 Revert change 0eb8c182131e: by Victor Stinner · 9 years ago
  91. 90fd895 Issue #22241: Fix a compiler waring by Victor Stinner · 9 years ago
  92. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  93. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  94. 2ec5bd6 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  95. 2ec5587 Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest by Victor Stinner · 9 years ago
  96. a53ec7a Backed out changeset b690bf218702 by Victor Stinner · 9 years ago
  97. 265e125 Issue #23517: datetime.datetime.fromtimestamp() and by Victor Stinner · 9 years ago
  98. bbdda21 Move assertion inside _PyTime_ObjectToTimeval() by Victor Stinner · 9 years ago
  99. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  100. e4a994d Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and by Victor Stinner · 9 years ago