1. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 4 years, 4 months ago
  2. 0d12672 bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416) by Paul Ganssle · 6 years ago
  3. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 6 years ago
  4. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  5. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  6. 5e8260b Issue #13727: Add 3 macros to access PyDateTime_Delta members: by Amaury Forgeot d'Arc · 12 years ago
  7. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  8. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  9. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  10. 91d58bd Merged revisions 76822,76824 via svnmerge from by Benjamin Peterson · 15 years ago
  11. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  12. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  13. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  14. 1ed5705 Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. by Brett Cannon · 20 years ago
  15. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  16. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 21 years ago
  17. a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 21 years ago
  18. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 21 years ago
  19. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago