Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |