aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for floats as parameters to itertools.islice. Improves compatibil...Jonas Pfannschmidt2016-01-082-1/+7
* Unroll itertools.izip_longest() with two sequencesArmin Rigo2015-10-081-23/+28
* Update module docstringArmin Rigo2015-10-081-1/+8
* Issue #2135: Add a jitdriverArmin Rigo2015-09-141-0/+12
* Test and fix for a segfault in itertools.islice()Armin Rigo2015-09-142-2/+18
* Add missing __init__.py files.Edd Barrett2015-03-181-0/+0
* call gc.collect before testing weakrefBrian Kearns2014-08-241-0/+1
* have islice release reference to source iterator when exhaustedBrian Kearns2014-08-242-2/+29
* remove some more __module__sBrian Kearns2014-05-021-42/+22
* Some extra testsArmin Rigo2014-01-221-0/+22
* Improve itertools.product()Armin Rigo2014-01-221-43/+49
* Fix for issue #1646Armin Rigo2013-11-232-12/+23
* general progress removing Wrappable, stuff is a bit brokenAlex Gaynor2013-03-201-21/+22
* Kill interpclass_w everywhere.Armin Rigo2013-03-201-4/+3
* fix a bunch of testsAlex Gaynor2012-12-021-1/+3
* merge defaultPhilip Jenvey2012-11-112-26/+27
|\
| * progressAmaury Forgeot d'Arc2012-10-291-5/+5
| * merge headsArmin Rigo2012-10-262-39/+57
| |\
| | * Fix check_number(), as per comments on pull request #80.Armin Rigo2012-10-262-3/+3
| | * fix fix fixMaciej Fijalkowski2012-10-121-2/+3
| | * try to use more consistently space.is_noneMaciej Fijalkowski2012-10-101-9/+9
| | * (fijal, arigo)Armin Rigo2012-10-101-3/+5
| * | Add lib_pypy.itertools tests, fix check_number in interp_itertoolsChirag Jadwani2012-08-011-13/+10
* | | fix itertools length_hint returning a negative lengthPhilip Jenvey2012-10-072-1/+5
* | | add the rest of the needed __length_hint__ impls and more testsPhilip Jenvey2012-09-261-4/+10
| |/ |/|
* | Rewrite itertools.tee() to use a simple chained list internally,Armin Rigo2012-09-031-31/+26
* | Fix for the test in 7307034ccd39.Armin Rigo2012-09-011-3/+4
* | issue 1249: found a failing test.Armin Rigo2012-09-011-0/+11
* | resolve armin's commentsMaciej Fijalkowski2012-08-212-7/+0
* | Two complainsArmin Rigo2012-08-131-1/+1
* | add itertools.repeat.__len__Maciej Fijalkowski2012-07-132-0/+14
|/
* add struct here and thereAntonio Cuni2012-03-221-1/+1
* Distribute test_zmodules's content to the various modules.Armin Rigo2011-12-071-0/+4
* Hum, I'll revert this if I'm wrong, but I don't see howArmin Rigo2011-12-061-3/+0
* backout d5a684ab8934: the approach does not really work at all.Armin Rigo2011-12-041-1/+0
* Try out the approach described on issue945 on the itertools module.Armin Rigo2011-12-031-0/+1
* Fix.Armin Rigo2011-08-031-18/+22
* A failing test.Armin Rigo2011-08-031-0/+7
* Fix for f523aecab18f, and rewrite to move the loop in a subfunctionArmin Rigo2011-07-241-4/+11
* Tests prompted by issue #801 (thanks justinpeel).Armin Rigo2011-07-241-0/+39
* Remove a bunch of dead imports.Alex Gaynor2011-07-151-13/+12
* Mark W_IMap's fields as being immutable.Alex Gaynor2011-04-031-0/+1
* Remove almost all unwrap_spec from itertools moduleAmaury Forgeot d'Arc2011-02-161-72/+56
* Make itertools.count() objects picklable and copy'able.Armin Rigo2011-01-292-2/+51
* Fix(?) corner cases of combinations_with_replacement().Armin Rigo2011-01-262-1/+14
* Add an obscure test.Armin Rigo2011-01-262-0/+15
* Add another passing test line.Armin Rigo2011-01-261-0/+1
* Super important optimization.Alex Gaynor2011-01-251-0/+1
* Oups. Sorry dcolish, I also implemented W_Permutations two days agoArmin Rigo2011-01-251-62/+0
* Merge heads, including manually merging interp_itertools.py.Armin Rigo2011-01-252-15/+111
|\