[pypy-commit] pypy py3.6: fix semicolon handling, only make repair suggestions that are valid syntax

2019-09-03 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97370:de78bcdc0fad Date: 2019-09-03 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/de78bcdc0fad/ Log:fix semicolon handling, only make repair suggestions that are valid syntax diff --git a/pypy/module/exceptions/inte

[pypy-commit] pypy py3.6: test, fix for range.__bool__

2019-09-03 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97371:6983e20a5d48 Date: 2019-09-03 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/6983e20a5d48/ Log:test, fix for range.__bool__ diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/

[pypy-commit] pypy py3.6: _sqlite.Cursor: add relevant part of __check_cursor to close()

2019-09-03 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97372:ff4600cfa35e Date: 2019-09-03 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ff4600cfa35e/ Log:_sqlite.Cursor: add relevant part of __check_cursor to close() diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sql

[pypy-commit] pypy py3.6: more print error message work, this one requiring a change to descroperation (in CPython it's done in abstract.c)

2019-09-03 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97373:c0b2526268ab Date: 2019-09-03 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c0b2526268ab/ Log:more print error message work, this one requiring a change to descroperation (in CPython it's done in abstract.c) d

[pypy-commit] pypy py3.6: pfff, seems I really need a pre-commit hook or something (pdb)

2019-09-03 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97375:a4c8fff52170 Date: 2019-09-04 06:56 +0200 http://bitbucket.org/pypy/pypy/changeset/a4c8fff52170/ Log:pfff, seems I really need a pre-commit hook or something (pdb) diff --git a/pypy/module/exceptions/interp_exceptions.py b/