1. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  2. 423c16b Issue #29140: Fix hash(datetime.time) by Victor Stinner · 7 years ago
  3. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  4. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  5. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  6. ac965ca stop using Py_LL and Py_ULL by Benjamin Peterson · 8 years ago
  7. 130bbe5 #28067: Fixed another typo. by Alexander Belopolsky · 8 years ago
  8. abd143b #28067: Fixed a typo. by Alexander Belopolsky · 8 years ago
  9. 6d88fa5 Closes #28067: Do not call localtime (gmtime) in datetime module. by Alexander Belopolsky · 8 years ago
  10. dec2df3 fix dummy macro by Benjamin Peterson · 8 years ago
  11. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  12. ad8c83a Avoid inefficient way to call functions without argument by Victor Stinner · 8 years ago
  13. d1584d3 Issue #27809: tzinfo_reduce() uses fast call by Victor Stinner · 8 years ago
  14. 47649ab Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. by Alexander Belopolsky · 8 years ago
  15. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  16. 8e1d3a2 Issue 24773: Added a time_t overflow check. by Alexander Belopolsky · 8 years ago
  17. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  18. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  19. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  20. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  21. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  22. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  23. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  24. 16b698b merge by Alexander Belopolsky · 8 years ago
  25. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  26. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  27. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 8 years ago
  28. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  29. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  30. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  31. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  32. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  33. c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  34. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  35. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  36. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  37. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  38. 1e2b688 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  39. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  40. 69cc487 Revert change 0eb8c182131e: by Victor Stinner · 9 years ago
  41. 90fd895 Issue #22241: Fix a compiler waring by Victor Stinner · 9 years ago
  42. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  43. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  44. 2ec5bd6 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  45. 2ec5587 Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest by Victor Stinner · 9 years ago
  46. a53ec7a Backed out changeset b690bf218702 by Victor Stinner · 9 years ago
  47. 265e125 Issue #23517: datetime.datetime.fromtimestamp() and by Victor Stinner · 9 years ago
  48. bbdda21 Move assertion inside _PyTime_ObjectToTimeval() by Victor Stinner · 9 years ago
  49. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  50. e4a994d Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and by Victor Stinner · 9 years ago
  51. 09e5cf2 Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor by Victor Stinner · 9 years ago
  52. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 9 years ago
  53. a22d823 merge by Raymond Hettinger · 10 years ago
  54. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
  55. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 10 years ago
  56. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  57. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  58. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  59. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  60. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  61. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 10 years ago
  62. ecb4e6a Silence more PyObject_INIT() unused value warnings. by Christian Heimes · 11 years ago
  63. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  64. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  65. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  66. 70e11ac Issue #19437: Fix datetime_subtract(), handle new_delta() failure by Victor Stinner · 11 years ago
  67. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 11 years ago
  68. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  69. 36a5a06 _datetimemodule.c: fix the compilation warning "conversion from 'double' to by Victor Stinner · 11 years ago
  70. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  71. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  72. df7027b Reuse us_per_second in delta_total_seconds. by Alexander Belopolsky · 11 years ago
  73. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  74. b91ffaa Fix NULL ptr dereferencing in local_timezone(). nameo can be NULL by Christian Heimes · 11 years ago
  75. 9303749 Fix time.mktime() and datetime.datetime.timestamp() on AIX by Victor Stinner · 11 years ago
  76. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  77. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 11 years ago
  78. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  79. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  80. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  81. 878054e Fixed compiler warnings in datetime_astimezone() by Alexander Belopolsky · 12 years ago
  82. 31227ca Issue #9527: Fixes for platforms without tm_zone by Alexander Belopolsky · 12 years ago
  83. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  84. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  85. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  86. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  87. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  88. 5831bd2 Remove an unnecessary extra copy of the bytes hash function. by Gregory P. Smith · 12 years ago
  89. 9e30aa5 Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() by Victor Stinner · 13 years ago
  90. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  91. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  92. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  93. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  94. c7d93b7 Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h) by Mark Dickinson · 13 years ago
  95. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  96. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  97. 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  98. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  99. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  100. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago