1. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  2. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  5. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  6. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  7. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  8. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  9. 4fd283a fix typos by Benjamin Peterson · 14 years ago
  10. c7a7d40 Merged revisions 82229 via svnmerge from by Benjamin Peterson · 14 years ago
  11. 6e4c68e Merged revisions 82225 via svnmerge from by Benjamin Peterson · 14 years ago
  12. f43c3d3 Merged revisions 81527 via svnmerge from by Mark Dickinson · 14 years ago
  13. fb3dc94 Merged revisions 81525 via svnmerge from by Mark Dickinson · 14 years ago
  14. 06507eb Merged revisions 80991 via svnmerge from by Benjamin Peterson · 14 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  17. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  18. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  19. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  20. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  21. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  22. 1034dad Adjust test_enumerate to accomodate for iter() blowing up sooner than by Thomas Wouters · 18 years ago
  23. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  24. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  25. 0edc7a0 Fix: by Michael W. Hudson · 19 years ago
  26. ff5dc0e Improve test coverage. by Raymond Hettinger · 20 years ago
  27. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  28. ef9bf40 Tidied up the implementations of reversed (including the custom ones by Raymond Hettinger · 20 years ago
  29. d2c3626 Eliminate the double reverse option. It's only use case by Raymond Hettinger · 20 years ago
  30. 029dba5 Make reversed() transparent with respect to length. by Raymond Hettinger · 20 years ago
  31. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 20 years ago
  32. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  33. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  34. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  35. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  36. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  37. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  38. 8db890a Removed the generator future-stmt -- not needed for 2.3. by Tim Peters · 22 years ago
  39. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago