[pypy-commit] pypy default: of course

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r77528:ac8fef3dbefa Date: 2015-05-25 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/ac8fef3dbefa/ Log:of course diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---

[pypy-commit] pypy default: don't close the handle, makes symbols invalid

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r77530:c8187fbbc507 Date: 2015-05-25 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/c8187fbbc507/ Log:don't close the handle, makes symbols invalid diff --git a/pypy/module/_vmprof/src/vmprof.c

[pypy-commit] pypy default: merge

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r77529:8b0ff5c5615c Date: 2015-05-25 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/8b0ff5c5615c/ Log:merge diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -38,8 +38,8 @@ Armin Rigo Maciej Fijalkowski

[pypy-commit] pypy default: we fixed the obscure .so mess

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r77531:f9f23acf1c65 Date: 2015-05-25 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/f9f23acf1c65/ Log:we fixed the obscure .so mess diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

[pypy-commit] pypy optresult: improve the situation for some arithmetic operations

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77534:70ed6b31b685 Date: 2015-05-25 13:43 +0200 http://bitbucket.org/pypy/pypy/changeset/70ed6b31b685/ Log:improve the situation for some arithmetic operations diff --git

[pypy-commit] pypy optresult: fix bound issue and fix pure issue with input args or consts

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77533:77f8307568da Date: 2015-05-25 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/77f8307568da/ Log:fix bound issue and fix pure issue with input args or consts diff --git

[pypy-commit] pypy optresult: fix a small irrelevant test to get started

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77532:bf00cd304d18 Date: 2015-05-25 13:04 +0200 http://bitbucket.org/pypy/pypy/changeset/bf00cd304d18/ Log:fix a small irrelevant test to get started diff --git a/rpython/jit/metainterp/optimizeopt/heap.py

[pypy-commit] pypy optresult: fix forcing before guards

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77541:1930c0682911 Date: 2015-05-25 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/1930c0682911/ Log:fix forcing before guards diff --git a/rpython/jit/metainterp/optimizeopt/heap.py

[pypy-commit] pypy optresult: use an ordered dictionary here (but we might as well use a value on the descr at some point)

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77540:efb530f336a8 Date: 2015-05-25 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/efb530f336a8/ Log:use an ordered dictionary here (but we might as well use a value on the descr at some point) diff --git

[pypy-commit] pypy optresult: record the dirty field here

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77539:21d9a3e29cb4 Date: 2015-05-25 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/21d9a3e29cb4/ Log:record the dirty field here diff --git a/rpython/jit/metainterp/optimizeopt/info.py

[pypy-commit] pypy optresult: whack a bit at those tests

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77537:602ae22acbf9 Date: 2015-05-25 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/602ae22acbf9/ Log:whack a bit at those tests diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py

[pypy-commit] pypy optresult: register dirty fields

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77538:f3c23874d558 Date: 2015-05-25 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f3c23874d558/ Log:register dirty fields diff --git a/rpython/jit/metainterp/optimizeopt/heap.py

[pypy-commit] pypy default: fix skip message

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77549:a4ce39c44c90 Date: 2015-05-25 18:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a4ce39c44c90/ Log:fix skip message diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

[pypy-commit] pypy optresult: disable handling pendingfields in resume, there is zero chance we can fix it

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77542:05cdd71a3be1 Date: 2015-05-25 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/05cdd71a3be1/ Log:disable handling pendingfields in resume, there is zero chance we can fix it from the optimizeopt tests,

[pypy-commit] pypy release-2.6.x: polish the release announcement

2015-05-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: release-2.6.x Changeset: r77544:3cf654c57167 Date: 2015-05-25 18:10 +0300 http://bitbucket.org/pypy/pypy/changeset/3cf654c57167/ Log:polish the release announcement diff --git a/pypy/doc/release-2.6.0.rst b/pypy/doc/release-2.6.0.rst ---

[pypy-commit] pypy vecopt: removed rpython problems

2015-05-25 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r77545:118fa7ba7526 Date: 2015-05-25 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/118fa7ba7526/ Log:removed rpython problems diff --git a/rpython/jit/metainterp/optimizeopt/vectorize.py

[pypy-commit] pypy default: skip these on win32

2015-05-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77548:9b9c89d1a305 Date: 2015-05-25 19:25 +0300 http://bitbucket.org/pypy/pypy/changeset/9b9c89d1a305/ Log:skip these on win32 diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

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

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r2101:4e69fd3efc25 Date: 2015-05-25 18:06 +0200 http://bitbucket.org/cffi/cffi/changeset/4e69fd3efc25/ Log:hg merge release-1.0 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++

[pypy-commit] pypy optresult: hooray passed more of the tests than failed

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77535:f0681f123965 Date: 2015-05-25 15:26 +0200 http://bitbucket.org/pypy/pypy/changeset/f0681f123965/ Log:hooray passed more of the tests than failed diff --git a/rpython/jit/metainterp/optimizeopt/pure.py

[pypy-commit] pypy optresult: one more test

2015-05-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r77536:fd57b5b9414e Date: 2015-05-25 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/fd57b5b9414e/ Log:one more test diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py

[pypy-commit] pypy vecopt: removed the const arg for each vecop (but not load)

2015-05-25 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r77543:bccd719ea178 Date: 2015-05-25 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/bccd719ea178/ Log:removed the const arg for each vecop (but not load) rewrote the unpacking/packing and gave it a new structure

[pypy-commit] cffi default: Bump the version number to 1.0.3

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r2097:b2980cd69801 Date: 2015-05-25 18:03 +0200 http://bitbucket.org/cffi/cffi/changeset/b2980cd69801/ Log:Bump the version number to 1.0.3 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++

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

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-1.0 Changeset: r2098:305439fab459 Date: 2015-05-25 18:03 +0200 http://bitbucket.org/cffi/cffi/changeset/305439fab459/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] cffi release-1.0: What's New: nothing, basically

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-1.0 Changeset: r2099:90f0dfa27a7c Date: 2015-05-25 18:05 +0200 http://bitbucket.org/cffi/cffi/changeset/90f0dfa27a7c/ Log:What's New: nothing, basically diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst ---

[pypy-commit] cffi release-1.0: md5/sha1

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-1.0 Changeset: r2100:06497381fed2 Date: 2015-05-25 18:06 +0200 http://bitbucket.org/cffi/cffi/changeset/06497381fed2/ Log:md5/sha1 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++

[pypy-commit] pypy default: fix win32 errors

2015-05-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77546:5a7df731a8af Date: 2015-05-25 19:00 +0300 http://bitbucket.org/pypy/pypy/changeset/5a7df731a8af/ Log:fix win32 errors diff --git a/rpython/translator/c/test/red.ico b/rpython/translator/c/test/red.ico new file mode 100644 index

[pypy-commit] pypy default: Update to cffi 1.0.3.

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77547:530dc85aebc4 Date: 2015-05-25 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/530dc85aebc4/ Log:Update to cffi 1.0.3. diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py ---

[pypy-commit] pypy fix-result-types: fix 32-bit dtype tests and remove duplication with test_scalar.py

2015-05-25 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: fix-result-types Changeset: r77551:0375c5f721be Date: 2015-05-25 20:10 +0100 http://bitbucket.org/pypy/pypy/changeset/0375c5f721be/ Log:fix 32-bit dtype tests and remove duplication with test_scalar.py diff --git

[pypy-commit] pypy fix-result-types: hg merge default

2015-05-25 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: fix-result-types Changeset: r77552:126efe5cc8f2 Date: 2015-05-25 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/126efe5cc8f2/ Log:hg merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -38,8 +38,8 @@ Armin Rigo

[pypy-commit] pypy default: update to cffi 1.0.3

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77550:3225ba6c0262 Date: 2015-05-25 19:30 +0200 http://bitbucket.org/pypy/pypy/changeset/3225ba6c0262/ Log:update to cffi 1.0.3 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO ---

[pypy-commit] pypy default: Fix the test by adding a _fake option that doesn't rely on a pypy-c and

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77553:e6c259d25dc6 Date: 2015-05-25 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/e6c259d25dc6/ Log:Fix the test by adding a _fake option that doesn't rely on a pypy-c and libpypy-c.so to be actually built diff --git

[pypy-commit] pypy release-2.6.x: formatting, mention new contributors

2015-05-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: release-2.6.x Changeset: r77554:a69fdd64c353 Date: 2015-05-25 22:37 +0300 http://bitbucket.org/pypy/pypy/changeset/a69fdd64c353/ Log:formatting, mention new contributors diff --git a/pypy/doc/release-2.6.0.rst b/pypy/doc/release-2.6.0.rst ---

[pypy-commit] pypy default: simplify

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77555:ac49c84ddcf2 Date: 2015-05-25 23:49 +0200 http://bitbucket.org/pypy/pypy/changeset/ac49c84ddcf2/ Log:simplify diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py ---