[pypy-commit] pypy py3.5: Refactor W_TextIOWrapper.read_w and .readline_w to ensure that the expensive

2018-04-08 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r94279:ab173e2698f9 Date: 2018-04-08 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/ab173e2698f9/ Log:Refactor W_TextIOWrapper.read_w and .readline_w to ensure that the expensive calls to ._check_closed() get

[pypy-commit] pypy pyparser-improvements-2: fix SyntaxError offsets

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94278:3405c95f9e61 Date: 2018-04-08 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/3405c95f9e61/ Log:fix SyntaxError offsets (so far, the errors that came from the parser had an

[pypy-commit] pypy pyparser-improvements-2: a test for parenthesis error msgs

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94272:8b6d076bb5b7 Date: 2018-04-07 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/8b6d076bb5b7/ Log:a test for parenthesis error msgs diff --git

[pypy-commit] pypy pyparser-improvements-2: fix position of error

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94274:0682e48513a0 Date: 2018-04-07 14:19 +0200 http://bitbucket.org/pypy/pypy/changeset/0682e48513a0/ Log:fix position of error diff --git a/pypy/interpreter/pyparser/pytokenizer.py

[pypy-commit] pypy pyparser-improvements-2: fix more offsets

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94275:52f6bfe8f3cd Date: 2018-04-07 14:25 +0200 http://bitbucket.org/pypy/pypy/changeset/52f6bfe8f3cd/ Log:fix more offsets diff --git a/pypy/interpreter/pyparser/pytokenizer.py

[pypy-commit] pypy pyparser-improvements-2: tweak error message and position

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94276:692d3ce9de27 Date: 2018-04-07 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/692d3ce9de27/ Log:tweak error message and position diff --git a/pypy/interpreter/pyparser/pytokenizer.py

[pypy-commit] pypy pyparser-improvements-2: probably doesn't matter because code isn't indentend super deep, but don't copy

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94270:7fb340b040e0 Date: 2018-04-07 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/7fb340b040e0/ Log:probably doesn't matter because code isn't indentend super deep, but don't copy

[pypy-commit] pypy pyparser-improvements-2: track matching parenthesis for better errors

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94273:7eaa7ec2554a Date: 2018-04-07 14:18 +0200 http://bitbucket.org/pypy/pypy/changeset/7eaa7ec2554a/ Log:track matching parenthesis for better errors diff --git

[pypy-commit] pypy pyparser-improvements-2: add at least a very simple test for the tokenizer

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94271:61275f7cf5ea Date: 2018-04-07 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/61275f7cf5ea/ Log:add at least a very simple test for the tokenizer diff --git

[pypy-commit] pypy pyparser-improvements-2: expand these abbreviations

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94277:2a295eea4b53 Date: 2018-04-07 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/2a295eea4b53/ Log:expand these abbreviations diff --git a/pypy/interpreter/pyparser/pytokenizer.py

[pypy-commit] pypy pyparser-improvements-2: make it possible to pass diferent files to the parsing target

2018-04-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94269:0066fc716a62 Date: 2018-04-02 07:53 +0200 http://bitbucket.org/pypy/pypy/changeset/0066fc716a62/ Log:make it possible to pass diferent files to the parsing target diff --git

[pypy-commit] pypy issue2752: more simplification, crashes untranslated (at teardown?)

2018-04-08 Thread mattip
Author: Matti Picus Branch: issue2752 Changeset: r94268:eb2ca00ab61a Date: 2018-04-08 12:17 +0300 http://bitbucket.org/pypy/pypy/changeset/eb2ca00ab61a/ Log:more simplification, crashes untranslated (at teardown?) diff --git

[pypy-commit] pypy issue2752: simplify more

2018-04-08 Thread mattip
Author: Matti Picus Branch: issue2752 Changeset: r94267:0c1b091fb92b Date: 2018-04-08 12:03 +0300 http://bitbucket.org/pypy/pypy/changeset/0c1b091fb92b/ Log:simplify more diff --git a/pypy/module/cpyext/test/test_bufferobject.py

[pypy-commit] pypy issue2752: simplify test a bit, fails after exactly 1045 iterations

2018-04-08 Thread mattip
Author: Matti Picus Branch: issue2752 Changeset: r94266:b6f2617d0c19 Date: 2018-04-08 11:54 +0300 http://bitbucket.org/pypy/pypy/changeset/b6f2617d0c19/ Log:simplify test a bit, fails after exactly 1045 iterations diff --git

[pypy-commit] pypy issue2752: copy test from issue2752, fails with -A, passes with --jit off

2018-04-08 Thread mattip
Author: Matti Picus Branch: issue2752 Changeset: r94265:600bd2030f2f Date: 2018-04-08 11:42 +0300 http://bitbucket.org/pypy/pypy/changeset/600bd2030f2f/ Log:copy test from issue2752, fails with -A, passes with --jit off diff --git

[pypy-commit] pypy default: Test and fix for issue #2788. Also implements "del obj.getsetprop".

2018-04-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r94264:1843dd2013b4 Date: 2018-04-08 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/1843dd2013b4/ Log:Test and fix for issue #2788. Also implements "del obj.getsetprop". diff --git a/pypy/interpreter/test/test_typedef.py