aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* various fixesCarl Friedrich Bolz-Tereick2020-02-091-1/+1
* - introduce space.iterator_greenkey which returns "something" that can be usedCarl Friedrich Bolz-Tereick2020-02-091-0/+3
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* merge defaultCarl Friedrich Bolz2016-11-301-4/+8
|\
| * Use rgc.may_ignore_finalizer() inside PyPy where it makes sense toArmin Rigo2016-11-291-4/+8
* | more wraps removedCarl Friedrich Bolz2016-10-211-6/+5
|/
* Minor test and fixArmin Rigo2016-09-161-1/+1
* Remove GeneratorIteratorWithDelArmin Rigo2016-05-051-12/+10
* merge oefmt (2faccce) oefmt pypy/interpreter/Philip Jenvey2016-05-021-9/+8
|\
| * oefmt pypy/interpreter/Philip Jenvey2016-05-011-9/+8
* | Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-021-2/+2
|/
* Use angular brackets on the artificial nameArmin Rigo2015-07-041-2/+2
* fix the weird case of pickled finished generatorMaciej Fijalkowski2015-07-041-5/+14
* backout e24b51be112d to try and resolve the problemMaciej Fijalkowski2015-05-061-3/+3
* Encode frame_finished_execution in last_instr == -2Maciej Fijalkowski2015-05-041-3/+3
* Add some logic in an attempt to fix issue #1782. There are cases where it sl...Armin Rigo2014-07-021-2/+43
* move GeneratorIterator.__del__ to GeneratorIteratorWithDel subclass, used for...Jeremy Thurgood2014-01-171-14/+17
* Fix copy.copy() on generator objects to make sure they get their ownArmin Rigo2013-05-081-2/+15
* general progress removing Wrappable, stuff is a bit brokenAlex Gaynor2013-03-201-3/+3
* Initial package rename:Alexander Hesse2012-12-301-1/+1
* merge defaultMaciej Fijalkowski2012-10-121-1/+0
|\
| * Issue1285: Python2 allows lone surrogates, also in string literals which appe...Amaury Forgeot d'Arc2012-10-111-1/+0
* | fix some more stuffMaciej Fijalkowski2012-10-101-1/+3
* | (fijal, arigo)Armin Rigo2012-10-101-1/+0
|/
* add a name to another jitdriverMaciej Fijalkowski2012-01-091-2/+3
* Create 2 versions of GeneratorIterator.unpack_into, one which takes a W_ListO...Alex Gaynor2011-11-021-37/+43
* fix for the failing test - StopIteration raised from anywhere kills the gener...Alex Gaynor2011-11-011-8/+13
* Workaroundish fix for now: don't use green fields here.Armin Rigo2011-11-011-2/+4
* Also use the same jitdriver for list(generator).Armin Rigo2011-11-011-4/+2
* Tweaks.Armin Rigo2011-11-011-2/+4
* Attempting to add a JitDriver to unpackiterable(generator).Armin Rigo2011-11-011-0/+29
* Oups. test_weakref shows that this is needed.Armin Rigo2011-07-151-1/+1
* Need to typecheck all callbacks from enqueue_for_destruction().Armin Rigo2011-07-121-1/+2
* Fix and simplify handling of destructors, both interp-level andArmin Rigo2011-07-111-10/+4
* add a shortcut promote(x) for x = hint(x, promote=True). replace most placesCarl Friedrich Bolz2011-07-011-1/+1
* Trying out some more _immutable_ hints, some usingArmin Rigo2011-05-031-0/+1
* GetSetProperty now accept arguments in both order: (space, self) or (self, sp...Amaury Forgeot d'Arc2011-02-171-3/+3
* Tests and fixes. Thanks victorg5.Armin Rigo2011-02-091-2/+2
* Extend test_trace_generator_finalisation to check for the correctArmin Rigo2011-02-071-2/+2
* Bah, fix for lib-python/2.7.0/test/test_generator, which is done by doctests.Armin Rigo2011-01-211-3/+3
* Update a label and a docstring.Amaury Forgeot d'Arc2011-01-071-1/+1
* Add test for generator attributes: gi_running and gi_code.Amaury Forgeot d'Arc2011-01-041-1/+2
* Merge from trunk:Amaury Forgeot d'Arc2010-11-241-17/+25
* Add gi_code and __name__ to generator objectsAmaury Forgeot d'Arc2010-11-051-1/+8
* add a __repr__ to generatorsAmaury Forgeot d'Arc2010-10-291-0/+6
* merge from trunkBenjamin Peterson2010-09-081-10/+8
* Fix the NameErrorAmaury Forgeot d'Arc2010-02-091-1/+1
* as long as we need to promote the last_instr anyway, let's at least get rid of aCarl Friedrich Bolz2010-02-081-1/+4
* Merge the virtual-forcing branch, adding support for virtualrefs.Armin Rigo2010-01-041-1/+2