1. dff694b Fix docstring typo by Andrew M. Kuchling · 22 years ago
  2. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
  3. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
  4. d1a283b Several of the tools can make direct calls the inner iterators. by Raymond Hettinger · 22 years ago
  5. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  6. d58f3fc Remove unused variable. by Guido van Rossum · 22 years ago
  7. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  8. f0c0024 * Eliminated tuple re-use in imap(). Doing it correctly made the code by Raymond Hettinger · 22 years ago
  9. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  10. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago