Author: Carl Friedrich Bolz-Tereick
Branch: expose-jsonmap
Changeset: r97947:68a281f37aaa
Date: 2019-11-04 11:22 +0100
http://bitbucket.org/pypy/pypy/changeset/68a281f37aaa/
Log:expose dictstructure.append, which needs a bit of refactoring
diff --git a/pypy/module/__pypy__/interp_dictstructu
Author: Carl Friedrich Bolz-Tereick
Branch: expose-jsonmap
Changeset: r97949:c4a8e1c5dfd0
Date: 2019-11-04 11:53 +0100
http://bitbucket.org/pypy/pypy/changeset/c4a8e1c5dfd0/
Log:re-implement dictstructure.append, with proper statistics keeping
diff --git a/pypy/module/__pypy__/test/test_dict
Author: Carl Friedrich Bolz-Tereick
Branch: expose-jsonmap
Changeset: r97948:51ec4a0ae27e
Date: 2019-11-04 11:45 +0100
http://bitbucket.org/pypy/pypy/changeset/51ec4a0ae27e/
Log:Backed out changeset 68a281f37aaa, going for different approach
diff --git a/pypy/module/__pypy__/interp_dictstruc
Author: Matti Picus
Branch:
Changeset: r1101:4f86f041b38d
Date: 2019-11-04 07:26 -0500
http://bitbucket.org/pypy/buildbot/changeset/4f86f041b38d/
Log:tweak environment variables
diff --git a/docker/Dockerfile b/docker/Dockerfile
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -56,12 +56,
Author: Matti Picus
Branch:
Changeset: r97950:976f9b5deb96
Date: 2019-11-04 07:09 -0500
http://bitbucket.org/pypy/pypy/changeset/976f9b5deb96/
Log:tweak packaging to avoid automatic platform detection, add more
debug info
diff --git a/pypy/tool/release/make_portable.py
b/pypy/tool/
Author: Matti Picus
Branch: py3.6
Changeset: r97952:05b20def3304
Date: 2019-11-04 12:55 -0500
http://bitbucket.org/pypy/pypy/changeset/05b20def3304/
Log:merge default into py3.6
diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py
--- a/lib_pypy/_curses_build.py
+++ b/lib_pypy/
Author: Matti Picus
Branch:
Changeset: r97951:3d6ba54d426e
Date: 2019-11-04 12:55 -0500
http://bitbucket.org/pypy/pypy/changeset/3d6ba54d426e/
Log:tweak _curses_build.py to fill in version, quiet cffi warnings
diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py
--- a/lib_pypy
Author: Ronan Lamy
Branch: py3.6
Changeset: r97953:edba5d677359
Date: 2019-11-04 18:33 +
http://bitbucket.org/pypy/pypy/changeset/edba5d677359/
Log:Fix range of allowed years to match CPython (see bpo-13312)
diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py
-
Author: Ronan Lamy
Branch: py3.6
Changeset: r97954:7d23f033e2ba
Date: 2019-11-04 20:10 +
http://bitbucket.org/pypy/pypy/changeset/7d23f033e2ba/
Log:Handle large sys.tracebacklimit correctly
diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py
--- a/pypy/module/sys/app.py
+++ b/py