[pypy-commit] pypy default: (cfbolz) graft 4c6c15e3e3bf to get the useful names "listview_ascii", instead

2020-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r98684:d9468d86914f Date: 2019-04-13 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/d9468d86914f/ Log:(cfbolz) graft 4c6c15e3e3bf to get the useful names "listview_ascii", instead of the confusing listview_utf8 on default too

[pypy-commit] pypy record-known-result: add missing op

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r98683:e0ec664096c7 Date: 2020-02-07 14:40 +0100 http://bitbucket.org/pypy/pypy/changeset/e0ec664096c7/ Log:add missing op diff --git a/rpython/translator/c/src/support.h b/rpython/translator/c/src/support.h --- a/rp

[pypy-commit] pypy record-known-result: optimize int(str(i)) and same for rbigints. (Note that the other direction is

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r98682:452d076e43fa Date: 2020-02-06 23:55 +0100 http://bitbucket.org/pypy/pypy/changeset/452d076e43fa/ Log:optimize int(str(i)) and same for rbigints. (Note that the other direction is not necessarily correct,

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

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r98681:5db9d6a810bb Date: 2020-02-06 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/5db9d6a810bb/ Log:merge default diff too long, truncating to 2000 out of 150047 lines diff --git a/.hgignore b/.hgignore --- a

[pypy-commit] pypy py3.6: merge default

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r98685:3aabca3d88f7 Date: 2020-02-08 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/3aabca3d88f7/ Log:merge default diff --git a/extra_tests/cffi_tests/cffi0/test_function.py b/extra_tests/cffi_tests/cffi0/test_function.py -

[pypy-commit] pypy default: fix translation (why does the same code work on py3.6?)

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r98686:57362e78ee31 Date: 2020-02-08 13:31 +0100 http://bitbucket.org/pypy/pypy/changeset/57362e78ee31/ Log:fix translation (why does the same code work on py3.6?) diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/uni

[pypy-commit] pypy py3.6: slightly overengineered code to improve the performance of str.join (helps both

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r98687:7666a721d2fe Date: 2020-02-08 17:49 +0100 http://bitbucket.org/pypy/pypy/changeset/7666a721d2fe/ Log:slightly overengineered code to improve the performance of str.join (helps both the list in some situations and the