Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r94461:97a56d2df52b
Date: 2018-05-02 22:23 +0200
http://bitbucket.org/pypy/pypy/changeset/97a56d2df52b/
Log:getting started with __set_name__ support (PEP 487)
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/pypy/objspace
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r94462:9e10c6bdc41e
Date: 2018-05-03 10:02 +0200
http://bitbucket.org/pypy/pypy/changeset/9e10c6bdc41e/
Log:introduces the __init_subclass__ hook (PEP 487)
diff --git a/pypy/objspace/std/objectobject.py
b/pypy/objspace/std/objecto
Author: Matti Picus
Branch: unicode-utf8
Changeset: r94463:b1f2a7018522
Date: 2018-05-01 23:24 +0300
http://bitbucket.org/pypy/pypy/changeset/b1f2a7018522/
Log:minimize diff to py3.5
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/un
Author: Matti Picus
Branch: py3.5
Changeset: r94464:fff10263dfb0
Date: 2018-05-03 12:50 +0300
http://bitbucket.org/pypy/pypy/changeset/fff10263dfb0/
Log:enable cppyy
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoptio
Author: Matti Picus
Branch:
Changeset: r94465:0525720a751e
Date: 2018-05-03 18:57 +0300
http://bitbucket.org/pypy/pypy/changeset/0525720a751e/
Log:change macro for cpython compatibility, fixes #2819
diff --git a/pypy/module/cpyext/include/object.h
b/pypy/module/cpyext/include/object.h
---
Author: Matti Picus
Branch: py3.5
Changeset: r94466:f785459b8198
Date: 2018-05-03 19:04 +0300
http://bitbucket.org/pypy/pypy/changeset/f785459b8198/
Log:Backed out changeset: fff10263dfb0, _cppyy does not translate
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy