[pypy-commit] pypy cpyext-gc-cycle: Implemented configurable limit for incremental rrc collection

2019-10-09 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97741:518eb87d054c Date: 2019-10-09 09:37 +0200 http://bitbucket.org/pypy/pypy/changeset/518eb87d054c/ Log:Implemented configurable limit for incremental rrc collection Implemented working set to improve overall performance dif

[pypy-commit] pypy _siphash24-collecting: be closer to what the translation does, which actually makes the test pass

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: _siphash24-collecting Changeset: r97742:3a1a3aada546 Date: 2019-10-09 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/3a1a3aada546/ Log:be closer to what the translation does, which actually makes the test pass (hence it didn't reproduc

[pypy-commit] pypy py3.6: move fast path from interp_codecs to unicodehelper, since several places call that directly

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97743:40f56f2802c9 Date: 2019-10-09 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/40f56f2802c9/ Log:move fast path from interp_codecs to unicodehelper, since several places call that directly diff --git a/pypy/inter

[pypy-commit] pypy default: support utf8_len_w in the fake object space

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97744:a511d86377d6 Date: 2019-10-09 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/a511d86377d6/ Log:support utf8_len_w in the fake object space diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/p

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

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97746:60306f724eeb Date: 2019-10-09 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/60306f724eeb/ Log:merge default diff --git a/pypy/doc/commandline_ref.rst b/pypy/doc/commandline_ref.rst --- a/pypy/doc/commandline_ref.rst +

[pypy-commit] pypy py3.6: small improvement: use newlist with a sizehint that is the length of the previous line

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97748:8b92f9a32d07 Date: 2019-10-09 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/8b92f9a32d07/ Log:small improvement: use newlist with a sizehint that is the length of the previous line diff --git a/pypy/module/_cs

[pypy-commit] pypy py3.6: speed up utf8-handling of csv module

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97745:1b9016af40bd Date: 2019-10-09 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/1b9016af40bd/ Log:speed up utf8-handling of csv module diff --git a/pypy/module/_csv/interp_reader.py b/pypy/module/_csv/interp_reader.py --

[pypy-commit] pypy py3.6: remove this hack, now that the fake objspace supports utf8_len_w

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97747:ac3b88caa03e Date: 2019-10-09 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/ac3b88caa03e/ Log:remove this hack, now that the fake objspace supports utf8_len_w diff --git a/pypy/interpreter/baseobjspace.py b/pypy/inter

[pypy-commit] pypy py3.6: switch to Utf8StringBuilder for the csv writer as well

2019-10-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97749:6d2f8470165b Date: 2019-10-09 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/6d2f8470165b/ Log:switch to Utf8StringBuilder for the csv writer as well diff --git a/pypy/module/_csv/interp_csv.py b/pypy/module/_csv/inter

[pypy-commit] pypy.org extradoc: Update link to the MS page for vcruntime140.dll

2019-10-09 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r953:b97894caf276 Date: 2019-10-09 16:58 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b97894caf276/ Log:Update link to the MS page for vcruntime140.dll diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -

[pypy-commit] pypy release-pypy3.6-v7.x: Add _PyDict_GetItemWithError (part of the public API in py3)

2019-10-09 Thread rlamy
Author: Ronan Lamy Branch: release-pypy3.6-v7.x Changeset: r97750:c162c307e6dd Date: 2019-10-04 18:02 +0100 http://bitbucket.org/pypy/pypy/changeset/c162c307e6dd/ Log:Add _PyDict_GetItemWithError (part of the public API in py3) (grafted from d663ce56919c62a2bf5e242ee79b8bc3c640662a)

[pypy-commit] pypy default: update release note

2019-10-09 Thread mattip
Author: Matti Picus Branch: Changeset: r97753:46cfab6a4a1e Date: 2019-10-09 22:11 +0300 http://bitbucket.org/pypy/pypy/changeset/46cfab6a4a1e/ Log:update release note diff --git a/pypy/doc/release-v7.2.0.rst b/pypy/doc/release-v7.2.0.rst --- a/pypy/doc/release-v7.2.0.rst +++ b/pypy/doc/rele

[pypy-commit] pypy release-pypy3.6-v7.x: Rename to PyDict_GetItemWithError (no leading underscore)

2019-10-09 Thread rlamy
Author: Ronan Lamy Branch: release-pypy3.6-v7.x Changeset: r97751:5da45ced70e5 Date: 2019-10-04 18:29 +0100 http://bitbucket.org/pypy/pypy/changeset/5da45ced70e5/ Log:Rename to PyDict_GetItemWithError (no leading underscore) (grafted from 6e344fc026c3997723683b2ae7ed953fdf84c387) dif

[pypy-commit] pypy release-pypy2.7-v7.x: Add _PyDict_GetItemWithError (part of the public API in py3)

2019-10-09 Thread rlamy
Author: Ronan Lamy Branch: release-pypy2.7-v7.x Changeset: r97752:4a68d8d3d2fc Date: 2019-10-04 18:02 +0100 http://bitbucket.org/pypy/pypy/changeset/4a68d8d3d2fc/ Log:Add _PyDict_GetItemWithError (part of the public API in py3) (grafted from d663ce56919c62a2bf5e242ee79b8bc3c640662a)