[pypy-commit] pypy unicode-utf8: fix whatsnew

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93360:f7db32ee32c8 Date: 2017-12-11 08:46 +0200 http://bitbucket.org/pypy/pypy/changeset/f7db32ee32c8/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-

[pypy-commit] pypy unicode-utf8: fix one place and remove done TODO items

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93359:8243e781313a Date: 2017-12-11 08:46 +0200 http://bitbucket.org/pypy/pypy/changeset/8243e781313a/ Log:fix one place and remove done TODO items diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,15 +1,6 @@ -* rutf8.prev_codepoint_pos should

[pypy-commit] pypy unicode-utf8: fix micronumpy

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93358:fadafada40af Date: 2017-12-11 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/fadafada40af/ Log:fix micronumpy diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes.py +++ b/p

[pypy-commit] pypy unicode-utf8: merge unicode-utf8-re

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93357:fab58fe43e4c Date: 2017-12-11 08:06 +0200 http://bitbucket.org/pypy/pypy/changeset/fab58fe43e4c/ Log:merge unicode-utf8-re ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.o

[pypy-commit] pypy unicode-utf8: merge unicode-utf8-re

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93355:43e73aa47541 Date: 2017-12-11 08:05 +0200 http://bitbucket.org/pypy/pypy/changeset/43e73aa47541/ Log:merge unicode-utf8-re diff too long, truncating to 2000 out of 2355 lines diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/i

[pypy-commit] pypy unicode-utf8-re: close merged branch

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8-re Changeset: r93356:bb8932ceb392 Date: 2017-12-11 08:05 +0200 http://bitbucket.org/pypy/pypy/changeset/bb8932ceb392/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.

[pypy-commit] buildbot default: tweak pypy runtime name when copying

2017-12-10 Thread mattip
Author: Matti Picus Branch: Changeset: r1048:72eb613d4c3a Date: 2017-12-11 07:35 +0200 http://bitbucket.org/pypy/buildbot/changeset/72eb613d4c3a/ Log:tweak pypy runtime name when copying diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py

[pypy-commit] pypy py3.6: The ast module now has a "Constant" node that AST optimizers can use.

2017-12-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93353:cadf41717a3f Date: 2017-12-10 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/cadf41717a3f/ Log:The ast module now has a "Constant" node that AST optimizers can use. Use it in place of PyPy's specific "Const". diff --g

[pypy-commit] pypy py3.6: Scandir: Add a context manager, and a ResourceWarning when it is not explictly closed.

2017-12-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93354:2d7ef69f48bd Date: 2017-12-10 21:33 +0100 http://bitbucket.org/pypy/pypy/changeset/2d7ef69f48bd/ Log:Scandir: Add a context manager, and a ResourceWarning when it is not explictly closed. diff --git a/pypy/module/posix/inte

[pypy-commit] pypy default: don't crash when calling sleep with inf or nan

2017-12-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93352:543c4e0c83b1 Date: 2017-12-10 22:11 +0100 http://bitbucket.org/pypy/pypy/changeset/543c4e0c83b1/ Log:don't crash when calling sleep with inf or nan (see https://www.blackhat.com/docs/eu-17/materials/eu-17-Arnaboldi-

[pypy-commit] buildbot default: need to think more about running benchmarks with onlyIfChanged

2017-12-10 Thread mattip
Author: Matti Picus Branch: Changeset: r1047:afea1ba1dd41 Date: 2017-12-10 22:04 +0200 http://bitbucket.org/pypy/buildbot/changeset/afea1ba1dd41/ Log:need to think more about running benchmarks with onlyIfChanged diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/b