Author: Armin Rigo
Branch: py3.5
Changeset: r93667:636a04f92d4a
Date: 2018-01-15 11:18 +0100
http://bitbucket.org/pypy/pypy/changeset/636a04f92d4a/
Log:uh revert part of 13b9de153e3c
diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py
--- a/lib_pypy/pyrepl/reader.py
+++ b/lib_
Author: Armin Rigo
Branch: py3.5
Changeset: r93668:4d7c200aa842
Date: 2018-01-15 12:40 +0100
http://bitbucket.org/pypy/pypy/changeset/4d7c200aa842/
Log:Re-enable raw_encode_basestring_ascii(). Not used so far
diff --git a/pypy/module/_pypyjson/interp_encoder.py
b/pypy/module/_pypyjson/inter
Author: Armin Rigo
Branch: py3.5
Changeset: r93670:4e1c19053bd9
Date: 2018-01-15 14:10 +0100
http://bitbucket.org/pypy/pypy/changeset/4e1c19053bd9/
Log:A bit closer to pypy2.7
diff --git a/lib-python/3/json/encoder.py b/lib-python/3/json/encoder.py
--- a/lib-python/3/json/encoder.py
+++ b/li
Author: Armin Rigo
Branch: py3.5
Changeset: r93669:18c3825bad60
Date: 2018-01-15 13:02 +0100
http://bitbucket.org/pypy/pypy/changeset/18c3825bad60/
Log:This is encoder.py from pypy 2.7, with the changes in CPython 2.7--
3.5 manually applied.
diff --git a/lib-python/3/json/encoder.py
Author: Carl Friedrich Bolz-Tereick
Branch: guard-compatible
Changeset: r93674:cc0db61083d2
Date: 2018-01-15 17:07 +0100
http://bitbucket.org/pypy/pypy/changeset/cc0db61083d2/
Log:improve docstring
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/s
Author: Matti Picus
Branch: cpyext-datetime2
Changeset: r93675:4b6249f566e2
Date: 2018-01-15 18:51 +0200
http://bitbucket.org/pypy/pypy/changeset/4b6249f566e2/
Log:move datetime type typedefs into parse, try to add a make_typedescr
(for tzinfo)
diff --git a/pypy/module/cpyext/cdateti