| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -5/+5 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -7/+7 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Make built-in zip() equal to itertools.izip(). | Guido van Rossum | 2006-08-24 | 1 | -1/+1 |
|
|
* | Adjust test_enumerate to accomodate for iter() blowing up sooner than | Thomas Wouters | 2006-04-15 | 1 | -1/+1 |
|
|
* | Convert iterator __len__() methods to a private API. | Raymond Hettinger | 2005-09-24 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-07-17 | 1 | -1/+1 |
|
|
* | Fix: | Michael W. Hudson | 2005-07-12 | 1 | -0/+20 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-29 | 1 | -0/+29 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -1/+1 |
|
|
* | Tidied up the implementations of reversed (including the custom ones | Raymond Hettinger | 2004-03-10 | 1 | -2/+2 |
|
|
* | Eliminate the double reverse option. It's only use case | Raymond Hettinger | 2004-03-10 | 1 | -4/+1 |
|
|
* | Make reversed() transparent with respect to length. | Raymond Hettinger | 2004-02-10 | 1 | -0/+4 |
|
|
* | Let reversed() work with itself. | Raymond Hettinger | 2004-02-08 | 1 | -0/+4 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -3/+2 |
|
|
* | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -1/+19 |
|
|
* | Fix typo so that the test actually calls the tested function. | Raymond Hettinger | 2003-05-29 | 1 | -1/+1 |
|
|
* | * Beefed-up tests | Raymond Hettinger | 2003-05-28 | 1 | -14/+45 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -7/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Removed the generator future-stmt -- not needed for 2.3. | Tim Peters | 2002-06-20 | 1 | -1/+0 |
|
|
* | - New builtin function enumerate(x), from PEP 279. Example: | Guido van Rossum | 2002-04-26 | 1 | -0/+118 |
|
|