1. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  2. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  3. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  4. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 19 years ago
  5. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  6. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago
  7. c9f510a Any call to insort_{left,right} with a non-list leaked a reference to None by Michael W. Hudson · 20 years ago
  8. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago