1. 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
  2. 3220849 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  3. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  4. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  8. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 16 years ago
  9. 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 16 years ago
  10. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  11. 3071a1a A test case for the fix in #1674228. by Georg Brandl · 18 years ago
  12. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  13. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  14. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  15. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  17. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago