Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove redundant copy+paste code. | Tim Peters | 2001-05-03 | 1 | -3/+0 | |
* | Generalize max(seq) and min(seq) to work with iterators. | Tim Peters | 2001-05-03 | 1 | -0/+35 | |
* | Generalize filter(f, seq) to work with iterators. This also generalizes | Tim Peters | 2001-05-02 | 1 | -0/+44 | |
* | Generalize list(seq) to work with iterators. This also generalizes list() | Tim Peters | 2001-05-01 | 1 | -0/+32 | |
* | Add test suite for iterators. | Guido van Rossum | 2001-04-21 | 1 | -0/+246 | |