aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-33026: Fix jumping out of "with" block by setting f_linenoStefano Rivera2020-10-091-1/+6
* bpo-17288: Prevent jumps from 'return' and 'exception' trace events.Stefano Rivera2020-10-091-3/+14
* cpython compatibilityStefano Rivera2020-10-081-0/+5
* undo most of d2497f614daa: simplify Cell initialization back to what it was onCarl Friedrich Bolz-Tereick2020-03-161-9/+7
* fix bugCarl Friedrich Bolz-Tereick2020-03-091-3/+3
* use one family per cellCarl Friedrich Bolz-Tereick2020-03-091-2/+2
* fix the failing test: do the cell initialization differently, first initializeCarl Friedrich Bolz-Tereick2020-03-091-4/+6
* start implementing Cell families, that Cells are grouped into, according toCarl Friedrich Bolz-Tereick2020-03-091-1/+2
* this didn't quite work in practice, explicitly don't check the stack depthCarl Friedrich Bolz-Tereick2020-02-161-7/+10
* Merge default into reverse-debugger state as of now for reverse-debugger-upda...Alexander Schremmer2018-03-191-25/+26
|\
| * no need to get the executioncontext a second time, it's already in a localCarl Friedrich Bolz-Tereick2018-02-231-2/+2
| * remove some more NOT_RPYTHON and replace them with the decoratorCarl Friedrich Bolz2017-08-031-1/+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-12-191-2/+15
| |\
| * | progress: remove space.w_str completely (replaced by space.w_bytes andCarl Friedrich Bolz2016-12-021-1/+1
| * | merge defaultCarl Friedrich Bolz2016-11-211-0/+13
| |\ \
| * | | various fixesCarl Friedrich Bolz2016-11-161-11/+10
| * | | fix problem with tracebacks (space.wrap(w_obj-or-None) replaces the None with aCarl Friedrich Bolz2016-11-111-2/+2
| * | | start on the wraps in interpreter/Carl Friedrich Bolz2016-10-201-9/+9
* | | | hg merge defaultArmin Rigo2017-01-011-21/+47
|\ \ \ \ | | |_|/ | |/| |
| * | | Add a minimal amount of ll_assert_not_none(), notably on the popvalue()Armin Rigo2016-12-171-2/+15
| | |/ | |/|
| * | Move the exception-catching scope to also include the call for generatorsArmin Rigo2016-11-081-7/+6
| * | One more try at tweaking this code. Need to turn the RPython exceptionArmin Rigo2016-11-081-23/+3
| * | Emphasis potential pluralArmin Rigo2016-11-071-1/+1
| * | Move the logic to pyframe. Should avoid the ContinueRunningNormallyArmin Rigo2016-11-071-2/+36
| |/
| * improve the error message when the programmer forgets the "self" parameter of aCarl Friedrich Bolz2016-10-031-5/+8
| * Better fix for 47fa78e23bfb (in obscure cases like the 'return' traceArmin Rigo2016-09-161-18/+16
| * Oops, bug: if a throw() propagates the error sent in, then the 'return'Armin Rigo2016-09-161-6/+5
* | in-progressArmin Rigo2016-06-291-2/+4
|/
* Remove GeneratorIteratorWithDelArmin Rigo2016-05-051-6/+2
* merge oefmt (2faccce) oefmt pypy/interpreter/Philip Jenvey2016-05-021-12/+11
|\
| * oefmt pypy/interpreter/Philip Jenvey2016-05-011-12/+11
* | Don't use deprecated raise statement syntaxRonan Lamy2016-05-021-1/+1
|/
* simplify sys_exc_info to return None for a cleared exception and reuse some ofPhilip Jenvey2016-04-251-2/+19
* backout the merge of the branch we need to think more aboutfijal2016-04-011-0/+10
* remove forcing of vref to see what happensfijal2016-03-251-10/+0
* frame.f_globals is not writableCarl Friedrich Bolz2016-01-141-6/+0
* remove confusing class level defaultCarl Friedrich Bolz2016-01-141-1/+0
* store the first w_globals that a code object is run in on the code object. if aCarl Friedrich Bolz2016-01-131-5/+25
* fix translationCarl Friedrich Bolz2015-05-091-0/+7
* remove unused methodsCarl Friedrich Bolz2015-05-081-8/+0
* fix asserts about the stack depthCarl Friedrich Bolz2015-05-081-15/+16
* cells field is no longer neededCarl Friedrich Bolz2015-05-081-2/+1
* merge defaultCarl Friedrich Bolz2015-05-081-43/+104
|\
| * a slightly different fixMaciej Fijalkowski2015-05-071-2/+5
| * fix the backoutMaciej Fijalkowski2015-05-061-1/+0
| * backout e24b51be112d to try and resolve the problemMaciej Fijalkowski2015-05-061-5/+5
| * sounds like a sane assertMaciej Fijalkowski2015-05-051-0/+1
| * a slightly different fix that actually fixes the problemMaciej Fijalkowski2015-05-051-5/+2