Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make unicode.join() work nice with iterators. This also required a change | Tim Peters | 2001-05-05 | 1 | -0/+41 | |
* | Generalize tuple() to work nicely with iterators. | Tim Peters | 2001-05-05 | 1 | -0/+33 | |
* | Generalize reduce() to work with iterators. | Tim Peters | 2001-05-04 | 1 | -0/+13 | |
* | Purge redundant cut&paste line. | Tim Peters | 2001-05-03 | 1 | -2/+1 | |
* | Generalize map() to work with iterators. | Tim Peters | 2001-05-03 | 1 | -0/+35 | |
* | 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 | |