Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix docstring typo | Andrew M. Kuchling | 2003-04-14 | 1 | -1/+1 |
* | Renamed PyObject_GenericGetIter to PyObject_SelfIter | Raymond Hettinger | 2003-03-17 | 1 | -12/+12 |
* | Created PyObject_GenericGetIter(). | Raymond Hettinger | 2003-03-17 | 1 | -96/+12 |
* | Several of the tools can make direct calls the inner iterators. | Raymond Hettinger | 2003-03-01 | 1 | -9/+24 |
* | User requested changes to the itertools module. | Raymond Hettinger | 2003-02-23 | 1 | -52/+236 |
* | Remove unused variable. | Guido van Rossum | 2003-02-09 | 1 | -1/+1 |
* | C Code: | Raymond Hettinger | 2003-02-09 | 1 | -124/+248 |
* | * Eliminated tuple re-use in imap(). Doing it correctly made the code | Raymond Hettinger | 2003-02-07 | 1 | -62/+30 |
* | SF bug #681003: itertools issues | Raymond Hettinger | 2003-02-07 | 1 | -6/+84 |
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 1 | -0/+1532 |