Author: Amaury Forgeot d'Arc
Branch:
Changeset: r90752:e626065a891e
Date: 2017-03-19 15:02 +0100
http://bitbucket.org/pypy/pypy/changeset/e626065a891e/
Log:ssue #2501: Don't implement local.__init__, allow the other base
classes have their own __init__.
diff --git a/pypy/module/thre
Author: Manuel Jacob
Branch: py3.5
Changeset: r90753:023f7c3d05ee
Date: 2017-03-19 18:52 +0100
http://bitbucket.org/pypy/pypy/changeset/023f7c3d05ee/
Log:Implement PyModule_GetDef().
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r90755:30d5769bd07d
Date: 2017-03-19 21:35 +0200
http://bitbucket.org/pypy/pypy/changeset/30d5769bd07d/
Log:ssue #2501: Don't implement local.__init__, allow the other base
classes have their own __init__.
diff --git a/pypy/module
Author: Matti Picus
Branch: release-pypy2.7-5.x
Changeset: r90754:b4750d2d0bee
Date: 2017-03-19 21:35 +0200
http://bitbucket.org/pypy/pypy/changeset/b4750d2d0bee/
Log:merge default into release
diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py
--- a/lib-python/2.7/syscon
Author: Philip Jenvey
Branch:
Changeset: r90756:a2617768d238
Date: 2017-03-19 12:52 -0700
http://bitbucket.org/pypy/pypy/changeset/a2617768d238/
Log:fix translation
diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py
--- a/pypy/module/thread/os_local.py
+++ b/pypy/m
Author: Philip Jenvey
Branch: release-pypy2.7-5.x
Changeset: r90757:fa3249d55d15
Date: 2017-03-19 12:55 -0700
http://bitbucket.org/pypy/pypy/changeset/fa3249d55d15/
Log:merge default
diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py
--- a/pypy/module/thread/os_loca
Author: Matti Picus
Branch:
Changeset: r90758:e8899d2b7da9
Date: 2017-03-19 22:25 +0200
http://bitbucket.org/pypy/pypy/changeset/e8899d2b7da9/
Log:document last changes to release
diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst
--- a/pypy/doc/release-v5.7.0.rst
+++ b/