1. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  2. cbd6fb9 Handle really big steps in extended slices. by Michael W. Hudson · 22 years ago
  3. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  4. 5c1ad84 Fix for platforms where int != long. by Michael W. Hudson · 22 years ago
  5. 206d8f8 Silly typo. Not sure how that got in. by Michael W. Hudson · 22 years ago
  6. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
  7. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  8. 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 22 years ago
  9. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  10. 7465ad2 Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 22 years ago
  11. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  12. d82fb78 Add values to tp_getattro and tp_flags so that dir(Ellipsis) will by Guido van Rossum · 23 years ago
  13. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  14. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  15. a1351fb SF patch #408326 by Robin Thomas: slice objects comparable, not hashable by Guido van Rossum · 23 years ago
  16. adf5410 Test for NULL returned from PyObject_NEW(). by Guido van Rossum · 24 years ago
  17. 45cfbcc ANSI-fication of the sources. by Fred Drake · 24 years ago
  18. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  19. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  20. fd4904c repr("...") -> "Ellipses" by Guido van Rossum · 28 years ago
  21. f2d125b Added sliceobject.c by Guido van Rossum · 28 years ago