[pypy-commit] pypy unicode-utf8: start working on more obscure codecs and completely remove hacks that go via UCS4 from unicodehelper. Now unicodehelper no longer uses runicode

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93087:3e5acb0a1e81 Date: 2017-11-20 11:13 +0100 http://bitbucket.org/pypy/pypy/changeset/3e5acb0a1e81/ Log:start working on more obscure codecs and completely remove hacks that go via UCS4 from unicodehelper. Now unicodehelper no longer

[pypy-commit] pypy unicode-utf8: Rename this directory to avoid name conflict with "rutf8.py"

2017-11-20 Thread arigo
Author: Armin Rigo Branch: unicode-utf8 Changeset: r93088:0a3c81c3f67d Date: 2017-11-20 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/0a3c81c3f67d/ Log:Rename this directory to avoid name conflict with "rutf8.py" diff --git a/rpython/rlib/rutf8/capi.py b/rpython/rlib/fastutf8/capi.py

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

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93089:e4a80363506c Date: 2017-11-20 11:52 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a80363506c/ Log:in progress diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper.py --- a/pypy/interpreter/

[pypy-commit] pypy unicode-utf8: merge

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93090:78c8a9571b3d Date: 2017-11-20 11:53 +0100 http://bitbucket.org/pypy/pypy/changeset/78c8a9571b3d/ Log:merge diff --git a/rpython/rlib/rutf8/capi.py b/rpython/rlib/fastutf8/capi.py rename from rpython/rlib/rutf8/capi.py rename to rpython/rlib

[pypy-commit] pypy unicode-utf8: * Improve ascii/utf8 codecs and unicode escape

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93091:4668380f4c79 Date: 2017-11-20 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/4668380f4c79/ Log:* Improve ascii/utf8 codecs and unicode escape * Raise instead of looping infinitely when errorhandler returns nonsense dif

[pypy-commit] pypy math-improvements: Test and fix for int rbinop overflow to long, also add a deeper test for int_floordiv

2017-11-20 Thread stian
Author: stian Branch: math-improvements Changeset: r93092:e6c9af023bc5 Date: 2017-11-20 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/e6c9af023bc5/ Log:Test and fix for int rbinop overflow to long, also add a deeper test for int_floordiv diff --git a/pypy/objspace/std/intobject

[pypy-commit] pypy math-improvements: Add test for overflow with regular binops too, now there should be test for all changes to intobject

2017-11-20 Thread stian
Author: stian Branch: math-improvements Changeset: r93093:89a762f37f25 Date: 2017-11-20 14:32 +0100 http://bitbucket.org/pypy/pypy/changeset/89a762f37f25/ Log:Add test for overflow with regular binops too, now there should be test for all changes to intobject diff --git a/pypy/objspac

[pypy-commit] pypy math-improvements: Test for int_pow, test+fix for pow ValueError with third argument as 0

2017-11-20 Thread stian
Author: stian Branch: math-improvements Changeset: r93094:9291ee92df89 Date: 2017-11-20 15:01 +0100 http://bitbucket.org/pypy/pypy/changeset/9291ee92df89/ Log:Test for int_pow, test+fix for pow ValueError with third argument as 0 diff --git a/pypy/objspace/std/test/test_longobject.py

[pypy-commit] pypy math-improvements: Typo in comment

2017-11-20 Thread stian
Author: stian Branch: math-improvements Changeset: r93095:6ba5b9334842 Date: 2017-11-20 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/6ba5b9334842/ Log:Typo in comment diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++ b/rpython/rlib/rbigin

[pypy-commit] pypy unicode-utf8: fixes

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93096:d17afc06eedf Date: 2017-11-20 15:15 +0100 http://bitbucket.org/pypy/pypy/changeset/d17afc06eedf/ Log:fixes diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper.py --- a/pypy/interpreter/test/t

[pypy-commit] pypy default: call register_code to profile functions, cleanup

2017-11-20 Thread mattip
Author: Matti Picus Branch: Changeset: r93097:d632e9ca79ae Date: 2017-11-20 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/d632e9ca79ae/ Log:call register_code to profile functions, cleanup diff --git a/rpython/rlib/rvmprof/test/test_rvmprof.py b/rpython/rlib/rvmprof/test/test_rvmpro

[pypy-commit] pypy unicode-utf8: silence a warning on OS X

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93098:d18dd16d58c7 Date: 2017-11-20 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/d18dd16d58c7/ Log:silence a warning on OS X diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rpos

[pypy-commit] pypy default: silence a warning on OS X

2017-11-20 Thread fijal
Author: fijal Branch: Changeset: r93099:6c9c3791d06a Date: 2017-11-20 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/6c9c3791d06a/ Log:silence a warning on OS X diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -18

[pypy-commit] pypy default: merge

2017-11-20 Thread fijal
Author: fijal Branch: Changeset: r93100:21fd35c44d66 Date: 2017-11-20 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/21fd35c44d66/ Log:merge diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py +++ b/rpython/annotator/annr

[pypy-commit] pypy unicode-utf8: fixes until we get to formatting problems

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93101:f074b4987d57 Date: 2017-11-20 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/f074b4987d57/ Log:fixes until we get to formatting problems diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/inter

[pypy-commit] pypy py3.5: Bug-for-bug compatibility (and performance optimisation) in BufferedReader.readinto1()

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93102:feaba8e9bb0a Date: 2017-11-20 18:34 + http://bitbucket.org/pypy/pypy/changeset/feaba8e9bb0a/ Log:Bug-for-bug compatibility (and performance optimisation) in BufferedReader.readinto1() diff --git a/pypy/module/_io/interp_bufferedi

[pypy-commit] pypy py3.5: Remove comment: this test is not supposed to fail any more

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93103:a5d1206f11e4 Date: 2017-11-20 18:49 + http://bitbucket.org/pypy/pypy/changeset/a5d1206f11e4/ Log:Remove comment: this test is not supposed to fail any more diff --git a/lib-python/3/test/test_io.py b/lib-python/3/test/test_io.py --- a/li

[pypy-commit] pypy py3.5: Fix tests to match PyPy behaviour

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93104:5c2561dd0c89 Date: 2017-11-20 19:06 + http://bitbucket.org/pypy/pypy/changeset/5c2561dd0c89/ Log:Fix tests to match PyPy behaviour diff --git a/lib-python/3/test/test_pydoc.py b/lib-python/3/test/test_pydoc.py --- a/lib-python/3/test/tes

[pypy-commit] pypy py3.5: Skip tracemalloc tests

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93105:a84f8ceb8740 Date: 2017-11-20 19:24 + http://bitbucket.org/pypy/pypy/changeset/a84f8ceb8740/ Log:Skip tracemalloc tests diff --git a/lib-python/3/test/test_tracemalloc.py b/lib-python/3/test/test_tracemalloc.py --- a/lib-python/3/test/t

[pypy-commit] pypy unicode-utf8: work on formatting

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93106:b2f3bd9151c0 Date: 2017-11-20 23:05 +0100 http://bitbucket.org/pypy/pypy/changeset/b2f3bd9151c0/ Log:work on formatting diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper

[pypy-commit] pypy py3.5: hg merge default

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93107:3e868c28555c Date: 2017-11-21 01:59 + http://bitbucket.org/pypy/pypy/changeset/3e868c28555c/ Log:hg merge default diff --git a/lib-python/2.7/test/test_urllib2net.py b/lib-python/2.7/test/test_urllib2net.py --- a/lib-python/2.7/test/tes

[pypy-commit] pypy py3.5: Do not use PyUnicode_Check in PyUnicode_AS_UNICODE, ever

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93108:ecfbd8f62994 Date: 2017-11-21 05:32 + http://bitbucket.org/pypy/pypy/changeset/ecfbd8f62994/ Log:Do not use PyUnicode_Check in PyUnicode_AS_UNICODE, ever This macro may be used to fill in an uninitialised, unrealised unic