[pypy-commit] cffi default: Skip pragmas even if pycparser does parse them

2016-10-24 Thread arigo
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,

[pypy-commit] pypy cpyext-injection: look into injection stuff

2016-10-24 Thread fijal
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

[pypy-commit] pypy cpyext-injection: fix simple name errors, install pyflakes people

2016-10-24 Thread fijal
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

[pypy-commit] pypy cpyext-injection: improve attachment of array and numpy array type

2016-10-24 Thread fijal
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

[pypy-commit] pypy py3.5: array.frombytes() now requires a buffer of bytes

2016-10-24 Thread rlamy
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

[pypy-commit] pypy cpyext-injection: write a failing test

2016-10-24 Thread fijal
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

[pypy-commit] pypy cpyext-injection: improve the test

2016-10-24 Thread fijal
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

[pypy-commit] pypy py3.5: Correctly set __qualname__ for built-in functions (fixes pickling of array instances)

2016-10-24 Thread rlamy
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

[pypy-commit] pypy newinitwarn: backoutish 57573ddc5c33: match cpython's warnings

2016-10-24 Thread pjenvey
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.

[pypy-commit] pypy default: misplaced comment

2016-10-24 Thread pjenvey
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

[pypy-commit] pypy py3.5: merge default

2016-10-24 Thread pjenvey
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

[pypy-commit] pypy py3.5: adjust per py3

2016-10-24 Thread pjenvey
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

[pypy-commit] pypy default: merge branch newinitwarn:

2016-10-24 Thread pjenvey
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)