1. b6f17f5 The return type of a rich comparison is an int by Raymond Hettinger · 8 years ago
  2. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 11 years ago
  3. b7d033d Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  4. a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  5. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  6. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  7. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  8. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  9. 6b3d72c Fix line wrapping by Raymond Hettinger · 14 years ago
  10. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  11. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  12. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  14. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  15. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  16. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  17. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  18. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  19. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago
  20. c9f510a Any call to insort_{left,right} with a non-list leaked a reference to None by Michael W. Hudson · 20 years ago
  21. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 20 years ago