Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94924:94c32f0372c1
Date: 2018-07-29 00:46 -0700
http://bitbucket.org/pypy/pypy/changeset/94c32f0372c1/
Log:(limited, through narrowing to double) support for long double
diff --git a/pypy/module/_cppyy/capi/loadable_capi.py
b/pypy/mo
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94923:3ef6ede5dc57
Date: 2018-07-28 17:48 -0700
http://bitbucket.org/pypy/pypy/changeset/3ef6ede5dc57/
Log:fix typo
diff --git a/pypy/module/_cppyy/interp_cppyy.py
b/pypy/module/_cppyy/interp_cppyy.py
--- a/pypy/module/_cppyy/interp_
Author: Ronan Lamy
Branch: py3.6
Changeset: r94925:42970c94abc5
Date: 2018-07-29 10:50 +0100
http://bitbucket.org/pypy/pypy/changeset/42970c94abc5/
Log:Follow-up on 56432e2: fix .format() test as well
diff --git a/pypy/objspace/std/test/test_newformat.py
b/pypy/objspace/std/test/test_newfor
Author: Ronan Lamy
Branch: py3tests
Changeset: r94926:b6b0feb7e7f0
Date: 2018-07-29 11:58 +0100
http://bitbucket.org/pypy/pypy/changeset/b6b0feb7e7f0/
Log:hg merge py3.5
diff too long, truncating to 2000 out of 25451 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -33,7
Author: daa
Branch:
Changeset: r3130:64dbf3771c3c
Date: 2018-07-29 01:39 +0300
http://bitbucket.org/cffi/cffi/changeset/64dbf3771c3c/
Log:always specify entry points because they may be used even with PyPy
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -230,7 +230,7 @@
Author: Armin Rigo
Branch: py3.6
Changeset: r94928:b72ee387ca84
Date: 2018-07-29 15:29 +
http://bitbucket.org/pypy/pypy/changeset/b72ee387ca84/
Log:Merged in jKorvin/pypy/fix-float-deprecation-warning (pull request
#618)
Add deprecation warning if type of result of __floa
Author: Evgenii Gorinov
Branch: fix-float-deprecation-warning
Changeset: r94927:817e823be049
Date: 2018-07-29 14:45 +0100
http://bitbucket.org/pypy/pypy/changeset/817e823be049/
Log:Add deprecation warning if type of result of __float__ is float
inherit class
diff --git a/pypy/objspac
Author: Armin Rigo
Branch: py3.6
Changeset: r94931:77bcaf8bbc5f
Date: 2018-07-29 15:43 +
http://bitbucket.org/pypy/pypy/changeset/77bcaf8bbc5f/
Log:Merged in raduciorba/pypy/py3.6 (pull request #619)
fix async generator bug when yielding a StopIteration
diff --git a/pypy/interpr
Author: Radu Ciorba
Branch: py3.6
Changeset: r94930:aac246060deb
Date: 2018-07-29 16:27 +0300
http://bitbucket.org/pypy/pypy/changeset/aac246060deb/
Log:fix async generator bug when yielding a StopIteration
diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py
--- a/pypy
Author: Radu Ciorba
Branch: py3.6
Changeset: r94929:d890ba3db546
Date: 2018-07-29 16:49 +0300
http://bitbucket.org/pypy/pypy/changeset/d890ba3db546/
Log:add failing test for yielding a StopIteration from an asyncgen
diff --git a/pypy/interpreter/test/test_coroutine.py
b/pypy/interpreter/tes
10 matches
Mail list logo