]> granicus.if.org Git - python/commit
C Code:
authorRaymond Hettinger <python@rcn.com>
Sun, 9 Feb 2003 06:40:58 +0000 (06:40 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 9 Feb 2003 06:40:58 +0000 (06:40 +0000)
commit60eca9331a1c2594b1331678d715e6177386c3a4
treefe68e9debd8adce5a689842d2d465d892a20b7ea
parentcb3319f61e94af8794a51f51730dce4a9d512af3
C Code:
* Removed the ifilter flag wart by splitting it into two simpler functions.
* Fixed comment tabbing in C code.
* Factored module start-up code into a loop.

Documentation:
* Re-wrote introduction.
* Addede examples for quantifiers.
* Simplified python equivalent for islice().
* Documented split of ifilter().

Sets.py:
* Replace old ifilter() usage with new.
Doc/lib/libitertools.tex
Lib/sets.py
Lib/test/test_itertools.py
Modules/itertoolsmodule.c