aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove some more NOT_RPYTHON and replace them with the decoratorCarl Friedrich Bolz2017-08-031-2/+2
* Fix co_freevars and co_cellvars to always list variables in alphabeticalArmin Rigo2017-04-111-0/+15
* 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
* Seeing again the crash "ExecutionContext instances should not be seenArmin Rigo2017-02-211-0/+5
* For pypy translated without the _thread module: optimizationArmin Rigo2015-08-311-0/+1
* Make intern() return non-immortal strings, like it does in CPython.Armin Rigo2014-11-201-0/+16
* Fix a latent memory leak: in a cffi callback invoked in anArmin Rigo2014-06-231-0/+3
* in-progressArmin Rigo2014-06-221-3/+3
* wrap the exception in signals_exitBrian Kearns2013-02-161-2/+2
* Add '__pypy__.enable_signals', a context manager.Armin Rigo2013-02-151-0/+6
* First, refactor stuffArmin Rigo2013-02-151-1/+1
* Clean up, and make signals-but-no-thread working again.Armin Rigo2013-01-311-3/+2
* kill unused untested strange stuffCarl Friedrich Bolz2011-09-201-148/+0
* Issue863 Implement sys._current_frames()Amaury Forgeot d'Arc2011-09-061-0/+4
* Revert r66021. Fijal, I *told* you on irc to run the testArmin Rigo2009-06-301-35/+0
* Port pyjitpl5-2 branch. Removes framestack in favor of pseudo framestackMaciej Fijalkowski2009-06-281-0/+35
* Check-in merge attempt. Diff is to huge to read it.Maciej Fijalkowski2008-09-231-26/+0
* Misc change.Armin Rigo2006-12-081-1/+1
* Rough sketch of the 'signal' module. Work in progress.Armin Rigo2006-11-021-0/+3
* Add generic support for global or per-thread "actions" in theArmin Rigo2006-11-021-4/+23
* move rarithmetic.py to rlib. puh. hope I didn't break anythingCarl Friedrich Bolz2006-10-311-1/+1
* Fix with-statement to match new definition.Anders Chrigstrom2006-03-221-0/+13
* Integrate work from my branch with experiments on arguments passing.Anders Chrigstrom2006-01-231-0/+10
* Just adding comments and helpful error messages.Armin Rigo2005-10-211-1/+1
* Hackish pseudo-solution to release the GIL around a call to time.sleep().Armin Rigo2005-10-051-0/+3
* a patch that makes the value stack fixed size.Christian Tismer2005-09-181-5/+51
* A change in preparation for thread support (which remains completelyArmin Rigo2005-08-191-6/+17
* Explicitly check for this IndexError, because some callers expect it.Armin Rigo2005-07-291-0/+2
* Revised specialization, see annotation/specialize.py and changes in bookkeeper;Samuele Pedroni2005-06-061-1/+1
* Resurrected ThreadLocals, attaching a threadlocals instance on the space. NowArmin Rigo2005-05-161-0/+9
* issue26 resolvedArmin Rigo2005-05-161-12/+0
* * Removed ambiguity with applevel attribute of code objects: hidden_applevelRichard Emslie2005-03-231-4/+4
* Added applevel to code objects, to identity code which will be translated was...Richard Emslie2005-03-211-0/+4
* make the interpreter code more annotator friendly.Samuele Pedroni2005-03-111-0/+2
* Explicitely raise ValueError on a call to Stack.top(<negative>).Armin Rigo2005-01-241-0/+2
* Merge, last step: copy branch as head.Armin Rigo2005-01-231-0/+83
* Merge, step 3: delete the head!Armin Rigo2005-01-231-83/+0
* Progress on translate_pypy -no-a. Now it's starting to complain on realArmin Rigo2004-11-211-4/+5
* unclean hacking to make the translator ignore __initclass__Armin Rigo2004-11-201-4/+3
* Moved the branch back into the trunk.Armin Rigo2004-09-061-0/+83
* Delete this, to put the branch back here.Armin Rigo2004-09-061-83/+0
* the final merge of the builtinrefactor branch into the trunk. SeeHolger Krekel2003-09-171-0/+83