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