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