Author: Carl Friedrich Bolz-Tereick
Branch: guard-compatible
Changeset: r93676:503f4f78d861
Date: 2018-01-17 14:50 +0100
http://bitbucket.org/pypy/pypy/changeset/503f4f78d861/
Log:str_w -> text_w
diff --git a/pypy/objspace/std/callmethod.py b/pypy/objspace/std/callmethod.py
--- a/pypy/objspa
Author: Armin Rigo
Branch:
Changeset: r3089:e8b85a3539f2
Date: 2018-01-17 16:39 +0100
http://bitbucket.org/cffi/cffi/changeset/e8b85a3539f2/
Log:Issue #356
Fix: missing error return check
diff --git a/c/realize_c_type.c b/c/realize_c_type.c
--- a/c/realize_c_type.c
+++ b/c/realize_
Author: Armin Rigo
Branch:
Changeset: r3090:ef5175cb8e2e
Date: 2018-01-17 17:44 +0100
http://bitbucket.org/cffi/cffi/changeset/ef5175cb8e2e/
Log:Add test for e8b85a3539f2
diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py
--- a/testing/cffi1/test_recompiler.py
Author: Benjamin Peterson
Branch:
Changeset: r93677:9a00e4a12145
Date: 2018-01-17 22:20 -0800
http://bitbucket.org/pypy/pypy/changeset/9a00e4a12145/
Log:assume math.copysign and always use it over rfloat.copysign
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astc
Author: Benjamin Peterson
Branch:
Changeset: r93678:5e25481ab30d
Date: 2018-01-17 22:36 -0800
http://bitbucket.org/pypy/pypy/changeset/5e25481ab30d/
Log:no point trying to specialize a NOT_RPYTHON function
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy
Author: Matti Picus
Branch: cpyext-datetime2
Changeset: r93679:e3d98c733d8b
Date: 2018-01-17 23:17 +0200
http://bitbucket.org/pypy/pypy/changeset/e3d98c733d8b/
Log:create interp classes to hold the tzinfo field, hack till tests pass
and translates
diff --git a/lib_pypy/datetime.py b/