[pypy-commit] cffi default: move up this warning

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2060:49050def179f Date: 2015-05-20 09:09 +0200 http://bitbucket.org/cffi/cffi/changeset/49050def179f/ Log:move up this warning diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -481,6 +481,12

[pypy-commit] cffi default: Test and fix (reported by sarvi)

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2061:a0f4efcdb20b Date: 2015-05-20 09:26 +0200 http://bitbucket.org/cffi/cffi/changeset/a0f4efcdb20b/ Log:Test and fix (reported by sarvi) diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -604,19 +604,21 @@

[pypy-commit] pypy default: Fix test

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r77420:2c648d4310f1 Date: 2015-05-20 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/2c648d4310f1/ Log:Fix test diff --git a/pypy/module/_cffi_backend/test/test_file.py b/pypy/module/_cffi_backend/test/test_file.py --- a/pypy/module/_cffi_backend/

[pypy-commit] pypy default: Fix whatsnew

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r77421:ce9daaa5437c Date: 2015-05-20 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/ce9daaa5437c/ Log:Fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.r

[pypy-commit] pypy default: Fix for cpyext's test_ztranslation: don't import _cffi_backend from the

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r77422:2393164cb0c5 Date: 2015-05-20 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/2393164cb0c5/ Log:Fix for cpyext's test_ztranslation: don't import _cffi_backend from the same function diff --git a/pypy/module/cpyext/api.py b/pypy/modul

[pypy-commit] pypy default: The test can't write to the 'lib' object (it is now read-only). Tweak monkey-patching.

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r77424:6b9fb9ee807a Date: 2015-05-20 11:08 +0200 http://bitbucket.org/pypy/pypy/changeset/6b9fb9ee807a/ Log:The test can't write to the 'lib' object (it is now read-only). Tweak monkey-patching. diff --git a/pypy/module/test_lib_pypy/test_curses

[pypy-commit] pypy default: Remove this file: it could be done by running a generic test on top

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r77423:dfe071266c9e Date: 2015-05-20 10:59 +0200 http://bitbucket.org/pypy/pypy/changeset/dfe071266c9e/ Log:Remove this file: it could be done by running a generic test on top of a CPython in which we assume that cffi 1.0 is available, but it's

[pypy-commit] pypy default: merge heads

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r77425:81a9cd687854 Date: 2015-05-20 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/81a9cd687854/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rs

[pypy-commit] cffi default: Issue #193: if we use a struct between the first cdef() where it is

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2062:2dfaf4b4f0aa Date: 2015-05-20 14:32 +0200 http://bitbucket.org/cffi/cffi/changeset/2dfaf4b4f0aa/ Log:Issue #193: if we use a struct between the first cdef() where it is declared and another cdef() where its fields are defined, then the

[pypy-commit] cffi default: Write this bug fix into whatsnew.rst.

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2063:cd6fb346381b Date: 2015-05-20 14:33 +0200 http://bitbucket.org/cffi/cffi/changeset/cd6fb346381b/ Log:Write this bug fix into whatsnew.rst. diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/sourc

[pypy-commit] cffi default: Mention a0f4efcdb20b

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2064:207ea6cc2922 Date: 2015-05-20 14:37 +0200 http://bitbucket.org/cffi/cffi/changeset/207ea6cc2922/ Log:Mention a0f4efcdb20b diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@

[pypy-commit] pypy vecopt: excluded getfield gc/raw from the load tracking. there is no index on this operation. index is in the descriptor

2015-05-20 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77427:1efff313cfd7 Date: 2015-05-20 08:51 +0200 http://bitbucket.org/pypy/pypy/changeset/1efff313cfd7/ Log:excluded getfield gc/raw from the load tracking. there is no index on this operation. index is in the descriptor diff --git a

[pypy-commit] pypy vecopt: helping the rtyper

2015-05-20 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77426:20eb63b24b80 Date: 2015-05-20 08:05 +0200 http://bitbucket.org/pypy/pypy/changeset/20eb63b24b80/ Log:helping the rtyper diff --git a/rpython/jit/backend/llsupport/descr.py b/rpython/jit/backend/llsupport/descr.py --- a/rpython/jit/ba

[pypy-commit] pypy vecopt: added debug output in the vecopt method and log it in the logfile

2015-05-20 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77429:bc8e3589d68a Date: 2015-05-20 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/bc8e3589d68a/ Log:added debug output in the vecopt method and log it in the logfile diff --git a/rpython/jit/metainterp/jitprof.py b/rpython/jit/metai

[pypy-commit] pypy vecopt: turned off vectorize opt for all jit drivers and enabled vectorize opt in micronumpy loop jit drivers

2015-05-20 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77428:46704e37a322 Date: 2015-05-20 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/46704e37a322/ Log:turned off vectorize opt for all jit drivers and enabled vectorize opt in micronumpy loop jit drivers resolved a problem in a

[pypy-commit] pypy.org extradoc: Update the "packaging" section with separate pre-cffi-1.0 and

2015-05-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r609:a1903b12800b Date: 2015-05-20 15:02 +0200 http://bitbucket.org/pypy/pypy.org/changeset/a1903b12800b/ Log:Update the "packaging" section with separate pre-cffi-1.0 and post- cffi-1.0 instructions. diff --git a/download.html b/downloa

[pypy-commit] pypy py3.3: Replace tabs by spaces in lib_pypy/_lzma.py.

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r77430:86688eae7c22 Date: 2015-05-20 15:36 +0200 http://bitbucket.org/pypy/pypy/changeset/86688eae7c22/ Log:Replace tabs by spaces in lib_pypy/_lzma.py. diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py --- a/lib_pypy/_lzma.py +++ b/lib_pypy/_lz

[pypy-commit] cffi default: Windows: pass along the result (success/error) of FreeLibrary

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2065:434204ebfe81 Date: 2015-05-20 16:27 +0200 http://bitbucket.org/cffi/cffi/changeset/434204ebfe81/ Log:Windows: pass along the result (success/error) of FreeLibrary diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32

[pypy-commit] cffi default: clarify

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2066:3ae7032ca87d Date: 2015-05-20 17:46 +0200 http://bitbucket.org/cffi/cffi/changeset/3ae7032ca87d/ Log:clarify diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -131,8 +131,8 @@ underscore

[pypy-commit] cffi default: tweak tweak the docs

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2067:548abe58b822 Date: 2015-05-20 18:04 +0200 http://bitbucket.org/cffi/cffi/changeset/548abe58b822/ Log:tweak tweak the docs diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -300,6 +300,7 @

[pypy-commit] pypy default: BogusPureField -> BogusImmutableField

2015-05-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r77431:471c38e1dbaa Date: 2015-05-20 18:50 +0200 http://bitbucket.org/pypy/pypy/changeset/471c38e1dbaa/ Log:BogusPureField -> BogusImmutableField diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap

[pypy-commit] pypy pypyw: test, add *w.exe target when shared build for win32. Test is still failing.

2015-05-20 Thread mattip
Author: mattip Branch: pypyw Changeset: r77432:7ed3a3e3b540 Date: 2015-05-20 22:11 +0300 http://bitbucket.org/pypy/pypy/changeset/7ed3a3e3b540/ Log:test, add *w.exe target when shared build for win32. Test is still failing. diff --git a/rpython/translator/c/genc.py b/rpython/translat

[pypy-commit] pypy fix-result-types: prepare find_result_type() for implementing correct handling of scalars

2015-05-20 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77433:d348a2da2369 Date: 2015-05-20 20:18 +0100 http://bitbucket.org/pypy/pypy/changeset/d348a2da2369/ Log:prepare find_result_type() for implementing correct handling of scalars diff --git a/pypy/module/micronumpy/casting.py b

[pypy-commit] pypy win32-optionals: throw away branch

2015-05-20 Thread mattip
Author: mattip Branch: win32-optionals Changeset: r77434:03613de4de1f Date: 2015-05-20 18:38 +0300 http://bitbucket.org/pypy/pypy/changeset/03613de4de1f/ Log:throw away branch ___ pypy-commit mailing list [email protected] https://mail.python.

[pypy-commit] pypy closed-branches: merge dead branch

2015-05-20 Thread mattip
Author: mattip Branch: closed-branches Changeset: r77435:4852fcf380e9 Date: 2015-05-20 18:40 +0300 http://bitbucket.org/pypy/pypy/changeset/4852fcf380e9/ Log:merge dead branch ___ pypy-commit mailing list [email protected] https://mail.python.

[pypy-commit] cffi fix-multiple-sources-arguments: Fix multiple sources arguments passed to setuptools.

2015-05-20 Thread chrippa
Author: Christopher Rosell Branch: fix-multiple-sources-arguments Changeset: r2068:33a80cca1c69 Date: 2015-05-20 20:26 +0200 http://bitbucket.org/cffi/cffi/changeset/33a80cca1c69/ Log:Fix multiple sources arguments passed to setuptools. diff --git a/cffi/setuptools_ext.py b/cffi/setuptools_e

[pypy-commit] cffi default: Merged in chrippa/cffi/fix-multiple-sources-arguments (pull request #60)

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2069:1d4eae61e890 Date: 2015-05-20 22:32 +0200 http://bitbucket.org/cffi/cffi/changeset/1d4eae61e890/ Log:Merged in chrippa/cffi/fix-multiple-sources-arguments (pull request #60) Fix multiple sources arguments passed to setuptools diff

[pypy-commit] cffi default: Mention 33a80cca1c69.

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2070:7497316d803d Date: 2015-05-20 22:35 +0200 http://bitbucket.org/cffi/cffi/changeset/7497316d803d/ Log:Mention 33a80cca1c69. diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @

[pypy-commit] cffi default: hg merge release-1.0

2015-05-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2071:5f42e8b9b187 Date: 2015-05-20 22:37 +0200 http://bitbucket.org/cffi/cffi/changeset/5f42e8b9b187/ Log:hg merge release-1.0 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/ins

[pypy-commit] pypy fold-arith-ops: remove multiple adds on add chains ("1 + 1 + 1 + ...")

2015-05-20 Thread Berkin Ilbeyi
Author: Berkin Ilbeyi Branch: fold-arith-ops Changeset: r77438:9eaddf08db80 Date: 2015-05-20 16:06 -0400 http://bitbucket.org/pypy/pypy/changeset/9eaddf08db80/ Log:remove multiple adds on add chains ("1 + 1 + 1 + ...") diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/j

[pypy-commit] pypy fold-arith-ops: check if the addition is a valid int before folding int_add's

2015-05-20 Thread Berkin Ilbeyi
Author: Berkin Ilbeyi Branch: fold-arith-ops Changeset: r77440:dc93155130b4 Date: 2015-05-20 16:41 -0400 http://bitbucket.org/pypy/pypy/changeset/dc93155130b4/ Log:check if the addition is a valid int before folding int_add's diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rp

[pypy-commit] pypy fold-arith-ops: minor change in test for removing multiple adds

2015-05-20 Thread Berkin Ilbeyi
Author: Berkin Ilbeyi Branch: fold-arith-ops Changeset: r77439:3129718efbcb Date: 2015-05-20 16:40 -0400 http://bitbucket.org/pypy/pypy/changeset/3129718efbcb/ Log:minor change in test for removing multiple adds diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpyt

[pypy-commit] pypy fold-arith-ops: add test for removing multiple adds

2015-05-20 Thread Berkin Ilbeyi
Author: Berkin Ilbeyi Branch: fold-arith-ops Changeset: r77436:5682b1f61f56 Date: 2015-05-20 13:56 -0400 http://bitbucket.org/pypy/pypy/changeset/5682b1f61f56/ Log:add test for removing multiple adds diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/meta

[pypy-commit] pypy fold-arith-ops: more/better testing for removing multiple int_add's

2015-05-20 Thread Berkin Ilbeyi
Author: Berkin Ilbeyi Branch: fold-arith-ops Changeset: r77437:fda606ceff6b Date: 2015-05-20 16:05 -0400 http://bitbucket.org/pypy/pypy/changeset/fda606ceff6b/ Log:more/better testing for removing multiple int_add's diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/

[pypy-commit] pypy py3k: Remove test which doesn't make sense on py3k.

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77442:49893516c855 Date: 2015-05-21 00:54 +0200 http://bitbucket.org/pypy/pypy/changeset/49893516c855/ Log:Remove test which doesn't make sense on py3k. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobj

[pypy-commit] pypy py3k: hg merge da90c30dc0dd

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77441:39257ac07aac Date: 2015-05-21 00:05 +0200 http://bitbucket.org/pypy/pypy/changeset/39257ac07aac/ Log:hg merge da90c30dc0dd This is part of a series of commits to merge default into the py3k branch. The merge is very large, s

[pypy-commit] pypy py3k: hg merge 8cb5c941efb4

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77443:d9182d927ee4 Date: 2015-05-21 03:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d9182d927ee4/ Log:hg merge 8cb5c941efb4 This is part of a series of commits to merge default into the py3k branch. The merge is very large, s

[pypy-commit] pypy py3k: hg merge

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77444:085e5d83e18f Date: 2015-05-21 03:25 +0200 http://bitbucket.org/pypy/pypy/changeset/085e5d83e18f/ Log:hg merge diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/test/t