1. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 17 years ago
  2. 527eee2 Finish conversion from int to Py_ssize_t. by Raymond Hettinger · 17 years ago
  3. 3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. by Raymond Hettinger · 17 years ago
  4. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  5. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 19 years ago
  6. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  7. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
  8. c9f510a Any call to insort_{left,right} with a non-list leaked a reference to None by Michael W. Hudson · 21 years ago
  9. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 22 years ago