[pypy-commit] pypy pyparser-improvements-3: less code in except block

2018-04-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-3 Changeset: r94319:2b67feca9fbd Date: 2018-04-14 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/2b67feca9fbd/ Log:less code in except block diff --git a/pypy/interpreter/pyparser/pyparse.py

[pypy-commit] pypy pyparser-improvements-3: introduce a Token class instead of passing 5 values around all the time

2018-04-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-3 Changeset: r94316:1065b72e0409 Date: 2018-04-14 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/1065b72e0409/ Log:introduce a Token class instead of passing 5 values around all the time diff

[pypy-commit] pypy pyparser-improvements-3: use Token class in pytokenizer too

2018-04-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-3 Changeset: r94317:d965ef8c054e Date: 2018-04-14 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/d965ef8c054e/ Log:use Token class in pytokenizer too diff --git a/pypy/interpreter/pyparser/future.py

[pypy-commit] pypy pyparser-improvements-3: move classify method to Grammar where it makes more sense

2018-04-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-3 Changeset: r94318:d14ff1f951e6 Date: 2018-04-14 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/d14ff1f951e6/ Log:move classify method to Grammar where it makes more sense diff --git

[pypy-commit] pypy pyparser-improvements-3: add at least a very minimal recognize test

2018-04-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-3 Changeset: r94320:2b4152c6c930 Date: 2018-04-14 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/2b4152c6c930/ Log:add at least a very minimal recognize test diff --git

[pypy-commit] pypy pyparser-improvements-3: manually transplant 1e634f696054 to python2 pyparser:

2018-04-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-3 Changeset: r94321:5c8a5d8bb882 Date: 2018-04-14 12:53 +0200 http://bitbucket.org/pypy/pypy/changeset/5c8a5d8bb882/ Log:manually transplant 1e634f696054 to python2 pyparser: (antocuni, romain): use a

[pypy-commit] pypy apptest-file: Adding some tests (WIP)

2018-04-14 Thread rlamy
Author: Ronan Lamy Branch: apptest-file Changeset: r94332:e09619779251 Date: 2018-04-15 01:42 +0100 http://bitbucket.org/pypy/pypy/changeset/e09619779251/ Log:Adding some tests (WIP) diff --git a/pypy/tool/pytest/test/apptest_xx.py

[pypy-commit] pypy default: hg merge issue2752

2018-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r94330:91ffd8f1e3f5 Date: 2018-04-14 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/91ffd8f1e3f5/ Log:hg merge issue2752 diff --git a/pypy/module/cpyext/test/test_bufferobject.py b/pypy/module/cpyext/test/test_bufferobject.py

[pypy-commit] pypy issue2752: close branch, ready to merge

2018-04-14 Thread arigo
Author: Armin Rigo Branch: issue2752 Changeset: r94329:fee8b503c7e1 Date: 2018-04-14 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/fee8b503c7e1/ Log:close branch, ready to merge ___ pypy-commit mailing list

[pypy-commit] pypy issue2752: translation fix

2018-04-14 Thread arigo
Author: Armin Rigo Branch: issue2752 Changeset: r94328:0699dc997d8a Date: 2018-04-14 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/0699dc997d8a/ Log:translation fix diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py ---

[pypy-commit] pypy default: Small tweaks and documentation for issue2752

2018-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r94331:f154dd05a3a5 Date: 2018-04-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/f154dd05a3a5/ Log:Small tweaks and documentation for issue2752 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: reset whatsnew-head for release

2018-04-14 Thread mattip
Author: Matti Picus Branch: Changeset: r94322:1bdd44279495 Date: 2018-04-14 20:44 +0300 http://bitbucket.org/pypy/pypy/changeset/1bdd44279495/ Log:reset whatsnew-head for release diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy release-pypy2.7-6.x: merge default into release

2018-04-14 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-6.x Changeset: r94323:46a3d2b1b0ee Date: 2018-04-14 20:45 +0300 http://bitbucket.org/pypy/pypy/changeset/46a3d2b1b0ee/ Log:merge default into release diff --git a/lib-python/2.7/test/test_eof.py

[pypy-commit] pypy py3.5: merge default into py3.5

2018-04-14 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94324:1be242f4be56 Date: 2018-04-14 20:47 +0300 http://bitbucket.org/pypy/pypy/changeset/1be242f4be56/ Log:merge default into py3.5 diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst ---

[pypy-commit] pypy issue2752: fix 2ef33ef89243

2018-04-14 Thread arigo
Author: Armin Rigo Branch: issue2752 Changeset: r94327:f54cc653fb4a Date: 2018-04-14 20:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f54cc653fb4a/ Log:fix 2ef33ef89243 diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py ---