[pypy-commit] pypy default: update vmprof from upstream which cleans up most of the gcc warnings

2017-11-21 Thread mattip
Author: Matti Picus Branch: Changeset: r93121:2c9ec695ca2c Date: 2017-11-22 01:56 +0200 http://bitbucket.org/pypy/pypy/changeset/2c9ec695ca2c/ Log:update vmprof from upstream which cleans up most of the gcc warnings diff --git a/rpython/rlib/rvmprof/src/rvmprof.c

[pypy-commit] pypy py3.5: Adapt idlelib.CallTips for pypy and update some docstrings

2017-11-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93120:83b96bb9cf44 Date: 2017-11-21 21:49 + http://bitbucket.org/pypy/pypy/changeset/83b96bb9cf44/ Log:Adapt idlelib.CallTips for pypy and update some docstrings diff --git a/lib-python/3/idlelib/CallTips.py

[pypy-commit] pypy unicode-utf8: whack at cffi

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93119:c6537b6d453f Date: 2017-11-21 21:09 +0100 http://bitbucket.org/pypy/pypy/changeset/c6537b6d453f/ Log:whack at cffi diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -7,3 +7,5 @@ * better flag handling in split/splitlines maybe? *

[pypy-commit] pypy py3.5: Force recompilation of _testcapimodule.c (due to ecfbd8f62994)

2017-11-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93118:382fb818 Date: 2017-11-21 19:42 + http://bitbucket.org/pypy/pypy/changeset/382fb818/ Log:Force recompilation of _testcapimodule.c (due to ecfbd8f62994) diff --git a/lib_pypy/_pypy_testcapi.py

[pypy-commit] pypy py3.5: Fix traceback.print_exception() when exc.offset == 0

2017-11-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93117:e37a09d8450a Date: 2017-11-21 18:38 + http://bitbucket.org/pypy/pypy/changeset/e37a09d8450a/ Log:Fix traceback.print_exception() when exc.offset == 0 diff --git a/lib-python/3/traceback.py

[pypy-commit] pypy unicode-utf8: fix checking for unichr range

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93116:0021cc161b99 Date: 2017-11-21 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/0021cc161b99/ Log:fix checking for unichr range diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py ---

[pypy-commit] pypy py3.5: Advance self.pos also when reading only from self.buffer

2017-11-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93115:36daba4180a3 Date: 2017-11-21 17:02 + http://bitbucket.org/pypy/pypy/changeset/36daba4180a3/ Log:Advance self.pos also when reading only from self.buffer diff --git a/pypy/module/_io/interp_bufferedio.py

[pypy-commit] pypy unicode-utf8: general progress

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93114:cefc9ed0b4c5 Date: 2017-11-21 17:19 +0100 http://bitbucket.org/pypy/pypy/changeset/cefc9ed0b4c5/ Log:general progress diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py ---

[pypy-commit] pypy unicode-utf8: some rpython fixes

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93113:5ffbd0a736d9 Date: 2017-11-21 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/5ffbd0a736d9/ Log:some rpython fixes diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

[pypy-commit] pypy unicode-utf8: some improvements for xmlcharrefreplace

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93112:fd1b64ce9b80 Date: 2017-11-21 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/fd1b64ce9b80/ Log:some improvements for xmlcharrefreplace diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

[pypy-commit] pypy unicode-utf8: simple fixes in fake objspace

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93111:df28f6398687 Date: 2017-11-21 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/df28f6398687/ Log:simple fixes in fake objspace diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy unicode-utf8: fix all the tests in codecs until test_ztranslation

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93110:c7109cb7f6be Date: 2017-11-21 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/c7109cb7f6be/ Log:fix all the tests in codecs until test_ztranslation diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8: interpreter fixes

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93109:86548802b11b Date: 2017-11-21 10:29 +0100 http://bitbucket.org/pypy/pypy/changeset/86548802b11b/ Log:interpreter fixes diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py ---