1. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  2. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  3. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  4. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 19 years ago
  5. 1034dad Adjust test_enumerate to accomodate for iter() blowing up sooner than by Thomas Wouters · 19 years ago
  6. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 20 years ago
  7. f5f32b4 Whitespace normalization. by Tim Peters · 20 years ago
  8. 0edc7a0 Fix: by Michael W. Hudson · 20 years ago
  9. ff5dc0e Improve test coverage. by Raymond Hettinger · 21 years ago
  10. ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
  11. ef9bf40 Tidied up the implementations of reversed (including the custom ones by Raymond Hettinger · 21 years ago
  12. d2c3626 Eliminate the double reverse option. It's only use case by Raymond Hettinger · 21 years ago
  13. 029dba5 Make reversed() transparent with respect to length. by Raymond Hettinger · 21 years ago
  14. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 21 years ago
  15. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  16. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 22 years ago
  17. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 22 years ago
  18. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 22 years ago
  19. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  21. 8db890a Removed the generator future-stmt -- not needed for 2.3. by Tim Peters · 23 years ago
  22. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago