[pypy-commit] pypy default: tests are good

2019-02-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95913:a362dbfc3e89 Date: 2019-02-09 12:00 +0100 http://bitbucket.org/pypy/pypy/changeset/a362dbfc3e89/ Log:tests are good diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/

[pypy-commit] pypy unicode-utf8: Add a conditional_call_elidable here

2019-02-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8 Changeset: r95917:fb5c9143c946 Date: 2019-02-09 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/fb5c9143c946/ Log:Add a conditional_call_elidable here diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy

[pypy-commit] pypy arm64: (arigo, fijal, rodolph, bivab) fight until the test nearly passes

2019-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95918:dba5b910fb11 Date: 2019-02-09 14:26 + http://bitbucket.org/pypy/pypy/changeset/dba5b910fb11/ Log:(arigo, fijal, rodolph, bivab) fight until the test nearly passes diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/j

[pypy-commit] extradoc extradoc: add sprint report

2019-02-09 Thread fijal
Author: fijal Branch: extradoc Changeset: r5944:de18def1f720 Date: 2019-02-09 16:49 +0100 http://bitbucket.org/pypy/extradoc/changeset/de18def1f720/ Log:add sprint report diff --git a/blog/draft/2019-02-sprint.rst b/blog/draft/2019-02-sprint.rst new file mode 100644 --- /dev/null +++ b/blog/d

[pypy-commit] extradoc extradoc: some typos

2019-02-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: extradoc Changeset: r5945:6cdc3695cb72 Date: 2019-02-09 17:18 +0100 http://bitbucket.org/pypy/extradoc/changeset/6cdc3695cb72/ Log:some typos diff --git a/blog/draft/2019-02-sprint.rst b/blog/draft/2019-02-sprint.rst --- a/blog/draft/2019-02-sprint

[pypy-commit] pypy arm64: (bivab, rodolph, arigo)

2019-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95919:392250be4182 Date: 2019-02-09 16:18 + http://bitbucket.org/pypy/pypy/changeset/392250be4182/ Log:(bivab, rodolph, arigo) Make the first test of test_runner pass on ARM64. Yay! diff --git a/rpython/jit/backend/aarch64/ass

[pypy-commit] pypy unicode-utf8-py3: refactor unicode_to_decimal to use only utf8

2019-02-09 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95920:902af9e81bcc Date: 2019-02-09 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/902af9e81bcc/ Log:refactor unicode_to_decimal to use only utf8 diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,24 +1,22 @@ * find a better w

[pypy-commit] pypy unicode-utf8: deal with s.encode() differently (where s can be either bytes or unicode)

2019-02-09 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95921:6cea85fa01f6 Date: 2019-02-09 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/6cea85fa01f6/ Log:deal with s.encode() differently (where s can be either bytes or unicode) diff --git a/pypy/objspace/std/bytesobject.py b/py

[pypy-commit] pypy unicode-utf8: update improved traces in tests

2019-02-09 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95922:624ea5b754de Date: 2019-02-09 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/624ea5b754de/ Log:update improved traces in tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_

[pypy-commit] pypy unicode-utf8: remove most imports of runicode, except mbcs (win32). TBD: cpyext, micronumpy

2019-02-09 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95924:322380023a4a Date: 2019-02-09 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/322380023a4a/ Log:remove most imports of runicode, except mbcs (win32). TBD: cpyext, micronumpy diff --git a/pypy/interpreter/astcompiler/opti

[pypy-commit] pypy unicode-utf8: merge default into branch

2019-02-09 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95923:b96e9dd44e46 Date: 2019-02-09 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/b96e9dd44e46/ Log:merge default into branch diff too long, truncating to 2000 out of 9094 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore ++