1. c8a6967 Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. by Mark Dickinson · 12 years ago
  2. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  3. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  4. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  7. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  8. 3e57b52 Fix buglet in sliceobjects, they were not returning Py_NotImplemented when by Thomas Wouters · 17 years ago
  9. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  10. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  11. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  12. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  13. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  14. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  15. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  16. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  17. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  19. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago