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
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
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
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
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
+
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
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
--
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
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
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
@@ -
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)
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
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
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)
14 matches
Mail list logo