aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prevent re-entrant use of iterator in itertools.tee, bpo-34410Stefano Rivera2020-10-072-1/+37
* - introduce space.iterator_greenkey which returns "something" that can be usedCarl Friedrich Bolz-Tereick2020-02-091-8/+7
* test for the problem in e300fd927c59Carl Friedrich Bolz-Tereick2020-01-081-0/+10
* Move all pypy/module/*/__init__.py to pypy/module/*/moduledef.pyRonan Lamy2018-11-072-58/+58
* Fix some typos, thanks lintianStefano Rivera2018-04-271-1/+1
* cleanupRonan Lamy2017-09-041-31/+17
* Disable an assert that fails also on CPython, where failure is better just ig...Armin Rigo2017-05-111-1/+2
* Rewrite itertools.groupby(), following CPython instead of having manyArmin Rigo2017-05-112-88/+58
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-055-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-035-0/+0
* hg merge defaultArmin Rigo2017-02-131-6/+3
|\
| * Minor optimizationArmin Rigo2017-02-111-6/+3
* | start replacing space.str_w with either space.bytes_w or space.text_wCarl Friedrich Bolz2016-11-301-3/+3
* | itertoolsCarl Friedrich Bolz2016-11-011-48/+46
|/
* Issue #2340: itertools.tee(x) uses a different logic if hasattr(iter(x),Armin Rigo2016-07-072-6/+59
* merge defaultPhilip Jenvey2016-05-022-9/+9
|\
| * Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-022-9/+9
* | oefmt pypy/module/!(_*)Philip Jenvey2016-05-011-17/+17
|/
* 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