[pypy-commit] pypy keep-debug-symbols: add a smartstrip tool, which can optionally keep the debug symbols in a separate file, instead of just stripping them away

2017-10-31 Thread antocuni
Author: Antonio Cuni Branch: keep-debug-symbols Changeset: r92892:005844269621 Date: 2017-11-01 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/005844269621/ Log:add a smartstrip tool, which can optionally keep the debug symbols in a separate file, instead of just stripping them

[pypy-commit] pypy keep-debug-symbols: remove the nostrip option; introduce a --no-keep-debug option; use smartstrip(keep_debug=True) by default

2017-10-31 Thread antocuni
Author: Antonio Cuni Branch: keep-debug-symbols Changeset: r92893:7108fe737121 Date: 2017-11-01 01:28 +0100 http://bitbucket.org/pypy/pypy/changeset/7108fe737121/ Log:remove the nostrip option; introduce a --no-keep-debug option; use smartstrip(keep_debug=True) by default diff --git

[pypy-commit] pypy unicode-utf8: move test summary to end on terminal, after the multiple pages of failure info, typos

2017-10-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r92891:c77076692e78 Date: 2017-10-28 22:18 +0300 http://bitbucket.org/pypy/pypy/changeset/c77076692e78/ Log:move test summary to end on terminal, after the multiple pages of failure info, typos diff --git a/_pytest/terminal.py b/_py

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

2017-10-31 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92890:f7f1771c68d3 Date: 2017-10-31 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/f7f1771c68d3/ Log:fix readbuf_w diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeobject.p

[pypy-commit] pypy unicode-utf8: rewrite to_decimal

2017-10-31 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92889:81c556f8f8b4 Date: 2017-10-31 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/81c556f8f8b4/ Log:rewrite to_decimal diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeobj

[pypy-commit] pypy unicode-utf8: whack whack whack, fix UnicodeBuilder, so we can make json work

2017-10-31 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92888:1b909417f0e0 Date: 2017-10-31 18:17 +0100 http://bitbucket.org/pypy/pypy/changeset/1b909417f0e0/ Log:whack whack whack, fix UnicodeBuilder, so we can make json work diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init

[pypy-commit] pypy memory-accounting: add one more data point

2017-10-31 Thread fijal
Author: fijal Branch: memory-accounting Changeset: r92887:3c6f624e8ed0 Date: 2017-10-31 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/3c6f624e8ed0/ Log:add one more data point diff --git a/pypy/module/gc/referents.py b/pypy/module/gc/referents.py --- a/pypy/module/gc/referents.py +++ b