[pypy-commit] pypy default: fix typo

2017-12-13 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93405:36428ed768d3 Date: 2017-12-13 11:57 +0100 http://bitbucket.org/pypy/pypy/changeset/36428ed768d3/ Log:fix typo diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: remove old unused dict

2017-12-13 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93404:60d1d4bb6379 Date: 2017-12-13 11:17 +0100 http://bitbucket.org/pypy/pypy/changeset/60d1d4bb6379/ Log:remove old unused dict diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy py3.5: Add failing test that explains the failure in CPython's test_unencodable_filename()

2017-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93420:e170f5f30e32 Date: 2017-12-14 04:54 + http://bitbucket.org/pypy/pypy/changeset/e170f5f30e32/ Log:Add failing test that explains the failure in CPython's test_unencodable_filename() diff --git

[pypy-commit] pypy py3.5: Adapt test_particularly_evil_undecodable to pypy

2017-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93419:7b810b0bf663 Date: 2017-12-14 02:47 + http://bitbucket.org/pypy/pypy/changeset/7b810b0bf663/ Log:Adapt test_particularly_evil_undecodable to pypy diff --git a/lib-python/3/test/test_compile.py

[pypy-commit] pypy py3.5: Port b0267eee69d8 to unicodehelper and fix it

2017-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93418:badb71ed332d Date: 2017-12-14 02:22 + http://bitbucket.org/pypy/pypy/changeset/badb71ed332d/ Log:Port b0267eee69d8 to unicodehelper and fix it diff --git a/pypy/interpreter/test/test_unicodehelper.py

[pypy-commit] buildbot default: fix for py3.5 (death by a thousand paper cuts)

2017-12-13 Thread mattip
Author: Matti Picus Branch: Changeset: r1050:527820e0350d Date: 2017-12-13 18:41 +0200 http://bitbucket.org/pypy/buildbot/changeset/527820e0350d/ Log:fix for py3.5 (death by a thousand paper cuts) diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py

[pypy-commit] pypy py3.5: Port extra_tests/test_json.py to py3

2017-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93407:3c274e0f1720 Date: 2017-12-13 21:51 + http://bitbucket.org/pypy/pypy/changeset/3c274e0f1720/ Log:Port extra_tests/test_json.py to py3 diff --git a/extra_tests/test_json.py b/extra_tests/test_json.py ---

[pypy-commit] pypy regalloc-playground: some more calls supported

2017-12-13 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: regalloc-playground Changeset: r93406:5d41d2ca0275 Date: 2017-12-13 22:37 +0100 http://bitbucket.org/pypy/pypy/changeset/5d41d2ca0275/ Log:some more calls supported diff --git a/rpython/jit/backend/x86/reghint.py

[pypy-commit] pypy default: Add support for half floats in the RPython rstruct module.

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r93412:ca5586010ac3 Date: 2017-12-11 20:29 +0100 http://bitbucket.org/pypy/pypy/changeset/ca5586010ac3/ Log:Add support for half floats in the RPython rstruct module. diff --git a/rpython/rlib/rstruct/standardfmttable.py

[pypy-commit] pypy default: The py3k version of the utf32 decoder should not allow lone surrogates.

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r93411:33178f62171f Date: 2017-12-13 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/33178f62171f/ Log:The py3k version of the utf32 decoder should not allow lone surrogates. diff --git

[pypy-commit] pypy py3.6: The py3k version of the utf32 decoder should not allow lone surrogates.

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93409:8f8a8d212853 Date: 2017-12-13 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8f8a8d212853/ Log:The py3k version of the utf32 decoder should not allow lone surrogates. diff --git

[pypy-commit] pypy py3.6: Applevel test for the utf32 surrogates.

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93410:c99a2002f6fc Date: 2017-12-13 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/c99a2002f6fc/ Log:Applevel test for the utf32 surrogates. diff --git a/pypy/module/_codecs/test/test_codecs.py

[pypy-commit] pypy py3.6: Fix struct test.

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93408:24d2c052c1dd Date: 2017-12-12 23:21 +0100 http://bitbucket.org/pypy/pypy/changeset/24d2c052c1dd/ Log:Fix struct test. diff --git a/pypy/module/struct/test/test_struct.py

[pypy-commit] pypy py3.5: The py3k version of the utf32 decoder should not allow lone surrogates.

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r93413:b0267eee69d8 Date: 2017-12-13 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/b0267eee69d8/ Log:The py3k version of the utf32 decoder should not allow lone surrogates. diff --git

[pypy-commit] pypy py3.5: Applevel test for the utf32 surrogates.

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r93414:c9a148ecf262 Date: 2017-12-13 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/c9a148ecf262/ Log:Applevel test for the utf32 surrogates. diff --git a/pypy/module/_codecs/test/test_codecs.py

[pypy-commit] pypy py3.6: mmap.write() return the number of bytes written: RPython part

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93415:09b70b8c9aba Date: 2017-12-13 23:50 +0100 http://bitbucket.org/pypy/pypy/changeset/09b70b8c9aba/ Log:mmap.write() return the number of bytes written: RPython part diff --git a/rpython/rlib/rmmap.py

[pypy-commit] pypy default: mmap.write() return the number of bytes written: RPython part

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r93417:5ef9bb870cd2 Date: 2017-12-13 23:50 +0100 http://bitbucket.org/pypy/pypy/changeset/5ef9bb870cd2/ Log:mmap.write() return the number of bytes written: RPython part diff --git a/rpython/rlib/rmmap.py

[pypy-commit] pypy py3.6: mmap.write() return the number of bytes written: AppLevel part

2017-12-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93416:98fb1b0c5570 Date: 2017-12-13 23:52 +0100 http://bitbucket.org/pypy/pypy/changeset/98fb1b0c5570/ Log:mmap.write() return the number of bytes written: AppLevel part diff --git a/pypy/module/mmap/interp_mmap.py