[pypy-commit] pypy pyparser-improvements: remove redundant assert

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements Changeset: r94175:c6a2bdbe2a72 Date: 2018-03-29 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/c6a2bdbe2a72/ Log:remove redundant assert diff --git a/pypy/interpreter/pyparser/parser.py

[pypy-commit] pypy default: yet another workaround suggested by david

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94177:058357bd35eb Date: 2018-03-29 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/058357bd35eb/ Log:yet another workaround suggested by david diff --git a/pypy/module/_io/test/test_interp_textio.py

[pypy-commit] pypy default: try to see whether disk I/O is the culprit

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94176:ac6363dcdcbb Date: 2018-03-29 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/ac6363dcdcbb/ Log:try to see whether disk I/O is the culprit diff --git a/pypy/module/_io/test/test_interp_textio.py

[pypy-commit] pypy py3.6: IN-PROGRESS: Implement sys.get_asyncgen_hooks() and sys.get_asyncgen_hooks(). This needs to made thread-local eventually.

2018-03-29 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r94173:aa53932d50e0 Date: 2018-03-22 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/aa53932d50e0/ Log:IN-PROGRESS: Implement sys.get_asyncgen_hooks() and sys.get_asyncgen_hooks(). This needs to made thread-local

[pypy-commit] pypy py3.5: yet another workaround suggested by david

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94172:2487a89f1e8c Date: 2018-03-29 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/2487a89f1e8c/ Log:yet another workaround suggested by david diff --git a/pypy/module/_io/test/test_interp_textio.py

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

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94170:ffbcc29df485 Date: 2018-03-29 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/ffbcc29df485/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy py3.5: try to see whether disk I/O is the culprit

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94171:6b57c7b53662 Date: 2018-03-29 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/6b57c7b53662/ Log:try to see whether disk I/O is the culprit diff --git a/pypy/module/_io/test/test_interp_textio.py

[pypy-commit] pypy pyparser-improvements: document branch

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements Changeset: r94169:ec7d9790f8f9 Date: 2018-03-29 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/ec7d9790f8f9/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy pyparser-improvements: merge default

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements Changeset: r94168:fbbadbbb888b Date: 2018-03-29 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/fbbadbbb888b/ Log:merge default diff too long, truncating to 2000 out of 4540 lines diff --git a/README.rst

[pypy-commit] pypy pyparser-improvements: move bench target to test/

2018-03-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements Changeset: r94167:e5c117bc3cbf Date: 2018-03-29 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/e5c117bc3cbf/ Log:move bench target to test/ diff --git a/pypy/interpreter/pyparser/targetparse.py

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

2018-03-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94166:c3b4518f2322 Date: 2018-03-29 12:48 +0300 http://bitbucket.org/pypy/pypy/changeset/c3b4518f2322/ Log:merge default into branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy py3.5: one more missing file

2018-03-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94165:c06e1a903116 Date: 2018-03-29 12:38 +0300 http://bitbucket.org/pypy/pypy/changeset/c06e1a903116/ Log:one more missing file diff --git a/pypy/module/cpyext/test/sre_constants.h

[pypy-commit] pypy.org extradoc: Clarify how to build PyPy3 from sources

2018-03-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r919:b010de333e74 Date: 2018-03-29 08:04 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b010de333e74/ Log:Clarify how to build PyPy3 from sources diff --git a/download.html b/download.html --- a/download.html +++