Author: Armin Rigo
Branch:
Changeset: r2796:f6f50e34f593
Date: 2016-10-24 09:19 +0200
http://bitbucket.org/cffi/cffi/changeset/f6f50e34f593/
Log:Skip pragmas even if pycparser does parse them
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
@@ -334,
Author: fijal
Branch: cpyext-injection
Changeset: r87916:2f2a35ddfb9d
Date: 2016-10-24 09:55 +0200
http://bitbucket.org/pypy/pypy/changeset/2f2a35ddfb9d/
Log:look into injection stuff
diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py
--- a/pypy/module/pypyjit/policy.p
Author: fijal
Branch: cpyext-injection
Changeset: r87917:f7bbb503eac2
Date: 2016-10-24 17:28 +0200
http://bitbucket.org/pypy/pypy/changeset/f7bbb503eac2/
Log:fix simple name errors, install pyflakes people
diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py
--- a/pypy
Author: fijal
Branch: cpyext-injection
Changeset: r87918:83c4556ba270
Date: 2016-10-24 18:42 +0200
http://bitbucket.org/pypy/pypy/changeset/83c4556ba270/
Log:improve attachment of array and numpy array type
diff --git a/pypy/module/cpyext/injection/injection.py
b/pypy/module/cpyext/injection
Author: Ronan Lamy
Branch: py3.5
Changeset: r87919:b1c7fa3d9853
Date: 2016-10-24 17:50 +0100
http://bitbucket.org/pypy/pypy/changeset/b1c7fa3d9853/
Log:array.frombytes() now requires a buffer of bytes
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/p
Author: fijal
Branch: cpyext-injection
Changeset: r87920:a3e61a33b1a9
Date: 2016-10-24 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/a3e61a33b1a9/
Log:write a failing test
diff --git a/pypy/module/cpyext/injection/numpy.py
b/pypy/module/cpyext/injection/numpy.py
--- a/pypy/module/cpye
Author: fijal
Branch: cpyext-injection
Changeset: r87921:7e4d7893385b
Date: 2016-10-24 20:13 +0200
http://bitbucket.org/pypy/pypy/changeset/7e4d7893385b/
Log:improve the test
diff --git a/pypy/module/cpyext/injection/numpy.py
b/pypy/module/cpyext/injection/numpy.py
--- a/pypy/module/cpyext/i
Author: Ronan Lamy
Branch: py3.5
Changeset: r87922:2f2295cb3e89
Date: 2016-10-25 04:18 +0100
http://bitbucket.org/pypy/pypy/changeset/2f2295cb3e89/
Log:Correctly set __qualname__ for built-in functions (fixes pickling of
array instances)
diff --git a/pypy/interpreter/mixedmodule.py b
Author: Philip Jenvey
Branch: newinitwarn
Changeset: r87923:ffe0b11d6f58
Date: 2016-10-24 21:28 -0700
http://bitbucket.org/pypy/pypy/changeset/ffe0b11d6f58/
Log:backoutish 57573ddc5c33: match cpython's warnings
diff --git a/pypy/objspace/std/objectobject.py
b/pypy/objspace/std/objectobject.
Author: Philip Jenvey
Branch:
Changeset: r87925:2c5026ca3c15
Date: 2016-10-24 21:38 -0700
http://bitbucket.org/pypy/pypy/changeset/2c5026ca3c15/
Log:misplaced comment
diff --git a/pypy/objspace/std/objectobject.py
b/pypy/objspace/std/objectobject.py
--- a/pypy/objspace/std/objectobject.py
Author: Philip Jenvey
Branch: py3.5
Changeset: r87926:4b269804d362
Date: 2016-10-24 21:40 -0700
http://bitbucket.org/pypy/pypy/changeset/4b269804d362/
Log:merge default
diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py
--- a/lib_pypy/_collections.py
+++ b/lib_pypy/_collections
Author: Philip Jenvey
Branch: py3.5
Changeset: r87927:5cc5570e4f49
Date: 2016-10-24 21:44 -0700
http://bitbucket.org/pypy/pypy/changeset/5cc5570e4f49/
Log:adjust per py3
fixes #2306
diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py
--- a/lib-python/3/tes
Author: Philip Jenvey
Branch:
Changeset: r87924:9ca2422664c4
Date: 2016-10-24 21:31 -0700
http://bitbucket.org/pypy/pypy/changeset/9ca2422664c4/
Log:merge branch newinitwarn:
issue warnings for stricter handling of __new/init__ args (that
become TypeErrors in python 3)
13 matches
Mail list logo