[pypy-commit] pypy py3.6: reject null characters in a few more functions (bpo-13617)

2019-10-16 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97800:24c1cf8d6d14 Date: 2019-10-16 19:20 +0100 http://bitbucket.org/pypy/pypy/changeset/24c1cf8d6d14/ Log:reject null characters in a few more functions (bpo-13617) diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++ b/lib_py

[pypy-commit] pypy py3.7: hg merge py3.6

2019-10-16 Thread rlamy
Author: Ronan Lamy Branch: py3.7 Changeset: r97799:5b468ca97202 Date: 2019-10-16 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5b468ca97202/ Log:hg merge py3.6 diff too long, truncating to 2000 out of 2237 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -50,4 +50,

[pypy-commit] pypy py3.6: Fix handling escape characters in HZ codec (bpo-30003)

2019-10-16 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97798:1c5e6646df47 Date: 2019-10-16 17:57 +0100 http://bitbucket.org/pypy/pypy/changeset/1c5e6646df47/ Log:Fix handling escape characters in HZ codec (bpo-30003) diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/_codecs_cn.c b/pypy/module/_m

[pypy-commit] pypy py3.6: Fix range checking in GB18030 decoder (bpo-29990)

2019-10-16 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97797:08277358d8fb Date: 2019-10-16 16:48 +0100 http://bitbucket.org/pypy/pypy/changeset/08277358d8fb/ Log:Fix range checking in GB18030 decoder (bpo-29990) diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/_codecs_cn.c b/pypy/module/_multib

[pypy-commit] pypy py3.6: Merged in py3.6-asyncgen (pull request #672)

2019-10-16 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97796:2ccaa27c8549 Date: 2019-10-16 15:19 + http://bitbucket.org/pypy/pypy/changeset/2ccaa27c8549/ Log:Merged in py3.6-asyncgen (pull request #672) Fix asyncgen_hooks and refactor coroutine execution diff --git a/pypy/interpreter/base

[pypy-commit] pypy py3.6-asyncgen: Close branch py3.6-asyncgen

2019-10-16 Thread rlamy
Author: Ronan Lamy Branch: py3.6-asyncgen Changeset: r97795:2ca58cb34e7f Date: 2019-10-16 15:19 + http://bitbucket.org/pypy/pypy/changeset/2ca58cb34e7f/ Log:Close branch py3.6-asyncgen ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy record-known-result: two more tests the branch makes possible

2019-10-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97794:1bdeb2170bbc Date: 2019-10-16 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/1bdeb2170bbc/ Log:two more tests the branch makes possible diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/

[pypy-commit] pypy py3.7-pep553: Adding tests for breakpoint() and sys.breakpointhook()

2019-10-16 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-pep553 Changeset: r97792:085278e256df Date: 2019-10-15 19:53 +0200 http://bitbucket.org/pypy/pypy/changeset/085278e256df/ Log:Adding tests for breakpoint() and sys.breakpointhook() diff --git a/pypy/module/__builtin__/test/test_breakpoint.py b/pypy/modul

[pypy-commit] pypy py3.7-pep553: Implemented breakpoint and sys.breakpointhook from PEP 553

2019-10-16 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-pep553 Changeset: r97791:075c2edf30ee Date: 2019-10-12 23:44 +0200 http://bitbucket.org/pypy/pypy/changeset/075c2edf30ee/ Log:Implemented breakpoint and sys.breakpointhook from PEP 553 diff --git a/pypy/module/__builtin__/app_breakpoint.py b/pypy/module/

[pypy-commit] pypy py3.7: Merged in Yannick_Jadoul/pypy/py3.7-pep553 (pull request #671)

2019-10-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.7 Changeset: r97793:690fff498e45 Date: 2019-10-16 12:45 + http://bitbucket.org/pypy/pypy/changeset/690fff498e45/ Log:Merged in Yannick_Jadoul/pypy/py3.7-pep553 (pull request #671) PEP 533 implementation diff --git a/pypy/module/__b

[pypy-commit] pypy record-known-result: merge default

2019-10-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97789:f1e552055e69 Date: 2019-10-16 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/f1e552055e69/ Log:merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -50,4 +50,10 @@ de061d87e39c7df4

[pypy-commit] pypy record-known-result: these four operations are removed by the branch

2019-10-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97788:4315f8c9ff0f Date: 2019-10-16 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/4315f8c9ff0f/ Log:these four operations are removed by the branch diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy record-known-result: re-decoding a utf-8 encoded byte string needs to do nothing

2019-10-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97790:270b9c958d32 Date: 2019-10-16 14:44 +0200 http://bitbucket.org/pypy/pypy/changeset/270b9c958d32/ Log:re-decoding a utf-8 encoded byte string needs to do nothing diff --git a/dotviewer/graphclient.py b/dotviewer

[pypy-commit] pypy default: add two get_printable_locations

2019-10-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97787:6050f7ce8f45 Date: 2019-10-16 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/6050f7ce8f45/ Log:add two get_printable_locations diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/inte

[pypy-commit] pypy default: small improvement: if the map can't be promoted (eg when using setattr), check

2019-10-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97786:292b84d69855 Date: 2019-10-16 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/292b84d69855/ Log:small improvement: if the map can't be promoted (eg when using setattr), check first whether the attribute goes into the