[pypy-commit] pypy cpyext-more-slots: close branch to be merged

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84316:1c44cdfc2868 Date: 2016-05-09 06:28 +0300 http://bitbucket.org/pypy/pypy/changeset/1c44cdfc2868/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: merge cpyext-more-slots which fill in more slots from w_type

2016-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r84317:e4e5becbcac3 Date: 2016-05-09 06:30 +0300 http://bitbucket.org/pypy/pypy/changeset/e4e5becbcac3/ Log:merge cpyext-more-slots which fill in more slots from w_type diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc

[pypy-commit] pypy default: fix tests for 32 bit and running as root in chroot

2016-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r84315:392dd419f5d0 Date: 2016-05-09 03:19 + http://bitbucket.org/pypy/pypy/changeset/392dd419f5d0/ Log:fix tests for 32 bit and running as root in chroot tests still fail since rffi.INTPTR_T is ending up as a 'Signed' in the ptr-to

[pypy-commit] pypy cpyext-more-slots: add more unary, binary functions; seems to fix np.float32(5.0) * 1.0 problem

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84311:c08bfcbb6937 Date: 2016-05-08 18:45 +0300 http://bitbucket.org/pypy/pypy/changeset/c08bfcbb6937/ Log:add more unary, binary functions; seems to fix np.float32(5.0) * 1.0 problem diff --git a/pypy/module/cpyext/slotdefs.p

[pypy-commit] pypy cpyext-more-slots: tp_internext needs to be handled seperately

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84313:eaa65dc3d92b Date: 2016-05-08 22:09 +0300 http://bitbucket.org/pypy/pypy/changeset/eaa65dc3d92b/ Log:tp_internext needs to be handled seperately diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/

[pypy-commit] pypy cpyext-more-slots: inherit slot functions from base, bases types

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84308:a825b9c50a12 Date: 2016-05-07 21:51 +0300 http://bitbucket.org/pypy/pypy/changeset/a825b9c50a12/ Log:inherit slot functions from base, bases types ___ pypy-commit mailing list pypy-com

[pypy-commit] pypy cpyext-more-slots: add more slot functions

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84312:d41bc96f8882 Date: 2016-05-08 21:58 +0300 http://bitbucket.org/pypy/pypy/changeset/d41bc96f8882/ Log:add more slot functions diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/s

[pypy-commit] pypy cpyext-more-slots: typo

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84310:03f7118df38b Date: 2016-05-07 22:49 +0300 http://bitbucket.org/pypy/pypy/changeset/03f7118df38b/ Log:typo diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/py

[pypy-commit] pypy cpyext-more-slots: simplify large switch for unary functions

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84309:efc2f2833423 Date: 2016-05-07 21:52 +0300 http://bitbucket.org/pypy/pypy/changeset/efc2f2833423/ Log:simplify large switch for unary functions diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/py

[pypy-commit] pypy cpyext-more-slots: merge default into branch

2016-05-08 Thread mattip
Author: Matti Picus Branch: cpyext-more-slots Changeset: r84314:eef6d2175abb Date: 2016-05-08 22:31 +0300 http://bitbucket.org/pypy/pypy/changeset/eef6d2175abb/ Log:merge default into branch diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cf

[pypy-commit] pypy py3k: kill SSLContext.check_hostname, it's for 3.4 (or modern 2.9) ssl.py. exposing

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84307:3be2e22ef987 Date: 2016-05-08 11:59 -0700 http://bitbucket.org/pypy/pypy/changeset/3be2e22ef987/ Log:kill SSLContext.check_hostname, it's for 3.4 (or modern 2.9) ssl.py. exposing it gives the impression that we provide a 3.4 ssl.py

[pypy-commit] pypy py3k: fix after merge

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84306:7832fcede2fc Date: 2016-05-08 11:32 -0700 http://bitbucket.org/pypy/pypy/changeset/7832fcede2fc/ Log:fix after merge diff --git a/pypy/module/cpyext/test/test_version.py b/pypy/module/cpyext/test/test_version.py --- a/pypy/module/cpyext/t

[pypy-commit] pypy py3k: kill test_immutabledoc

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84305:95430613866d Date: 2016-05-08 11:25 -0700 http://bitbucket.org/pypy/pypy/changeset/95430613866d/ Log:kill test_immutabledoc diff --git a/pypy/interpreter/test/test_class.py b/pypy/interpreter/test/test_class.py --- a/pypy/interpreter/test

[pypy-commit] pypy default: document merged branch

2016-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r84304:bff74066a4e2 Date: 2016-05-08 20:15 +0300 http://bitbucket.org/pypy/pypy/changeset/bff74066a4e2/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] pypy cleanups: close branch to be merged

2016-05-08 Thread mattip
Author: Matti Picus Branch: cleanups Changeset: r84302:325008782c89 Date: 2016-05-08 20:10 +0300 http://bitbucket.org/pypy/pypy/changeset/325008782c89/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https://mail.p

[pypy-commit] pypy cleanups: Backed out changeset: 7bdeb693d88b - needed in order to change init() syntax for this class

2016-05-08 Thread mattip
Author: Matti Picus Branch: cleanups Changeset: r84301:a42fff844fd3 Date: 2016-05-08 19:52 +0300 http://bitbucket.org/pypy/pypy/changeset/a42fff844fd3/ Log:Backed out changeset: 7bdeb693d88b - needed in order to change init() syntax for this class diff --git a/pypy/module/micronumpy/

[pypy-commit] pypy cleanups: Remove useless __init__() method

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84298:7bdeb693d88b Date: 2016-05-08 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/7bdeb693d88b/ Log:Remove useless __init__() method diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/modul

[pypy-commit] pypy cleanups: Remove unused import

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84299:143b90507ad8 Date: 2016-05-08 18:05 +0200 http://bitbucket.org/pypy/pypy/changeset/143b90507ad8/ Log:Remove unused import diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: merge small cleanups branch into default

2016-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r84303:b645c9d24033 Date: 2016-05-08 20:11 +0300 http://bitbucket.org/pypy/pypy/changeset/b645c9d24033/ Log:merge small cleanups branch into default diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module

[pypy-commit] pypy cleanups: Whitespace fix: space at EOL

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84300:ae4e92b896c0 Date: 2016-05-08 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/ae4e92b896c0/ Log:Whitespace fix: space at EOL diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/mi

[pypy-commit] pypy cleanups: new branch

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84292:c1655829c9d4 Date: 2016-05-08 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c1655829c9d4/ Log:new branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/ma

[pypy-commit] pypy cleanups: typo: missing char in comment

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84295:72449152cb72 Date: 2016-05-08 17:53 +0200 http://bitbucket.org/pypy/pypy/changeset/72449152cb72/ Log:typo: missing char in comment diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronum

[pypy-commit] pypy cleanups: Remove duplicated code (probably mismerged)

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84293:0f65b92fc764 Date: 2016-05-08 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0f65b92fc764/ Log:Remove duplicated code (probably mismerged) diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/m

[pypy-commit] pypy cleanups: Whitespace fixes

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84297:0e8d993970af Date: 2016-05-08 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/0e8d993970af/ Log:Whitespace fixes diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy/str

[pypy-commit] pypy cleanups: Remove useless "pass" instruction

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84296:3ac2d0590033 Date: 2016-05-08 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/3ac2d0590033/ Log:Remove useless "pass" instruction diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/modu

[pypy-commit] pypy cleanups: Remove unused variable

2016-05-08 Thread vincentlegoll
Author: Vincent Legoll Branch: cleanups Changeset: r84294:d9c488803f99 Date: 2016-05-08 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/d9c488803f99/ Log:Remove unused variable diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micron

[pypy-commit] pypy remove-raisingops: fix fix fix

2016-05-08 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84291:f69d3f2271bd Date: 2016-05-08 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/f69d3f2271bd/ Log:fix fix fix diff --git a/rpython/jit/metainterp/optimizeopt/dependency.py b/rpython/jit/metainterp/optimizeopt/dependency.py --

[pypy-commit] pypy default: import cffi/72a157dc2bde

2016-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r84290:df4850cd8713 Date: 2016-05-08 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/df4850cd8713/ Log:import cffi/72a157dc2bde diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -397,2

[pypy-commit] cffi default: Fix tests in 'testing' to account for e7ca388b0197 (I only fixed the

2016-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r2695:72a157dc2bde Date: 2016-05-08 18:38 +0200 http://bitbucket.org/cffi/cffi/changeset/72a157dc2bde/ Log:Fix tests in 'testing' to account for e7ca388b0197 (I only fixed the tests in 'c/test_c.py') diff --git a/cffi/backend_ctypes.py b/cffi/ba

[pypy-commit] pypy default: Fix the failing test of 4b58008df717

2016-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r84289:d07e57c5d7f3 Date: 2016-05-08 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/d07e57c5d7f3/ Log:Fix the failing test of 4b58008df717 diff --git a/rpython/jit/metainterp/optimizeopt/intutils.py b/rpython/jit/metainterp/optimizeopt/intutils.p

[pypy-commit] pypy default: A failing test about division bounds

2016-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r84288:4b58008df717 Date: 2016-05-08 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/4b58008df717/ Log:A failing test about division bounds diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeo

[pypy-commit] pypy remove-raisingops: Add an oopspec to turn divisions into "int_py_div" in the JIT frontend.

2016-05-08 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84287:ac5d871e304d Date: 2016-05-08 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ac5d871e304d/ Log:Add an oopspec to turn divisions into "int_py_div" in the JIT frontend. The plan is to keep them as "int_py_div", and rew

[pypy-commit] pypy remove-raisingops: Fix a few more tests

2016-05-08 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84286:ec8b32c158c1 Date: 2016-05-08 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ec8b32c158c1/ Log:Fix a few more tests diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpy

[pypy-commit] pypy remove-raisingops: Fix test

2016-05-08 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84285:dd0d964c6dec Date: 2016-05-08 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/dd0d964c6dec/ Log:Fix test diff --git a/rpython/jit/codewriter/test/test_jtransform.py b/rpython/jit/codewriter/test/test_jtransform.py --- a/rpy