[pypy-commit] pypy merge-2.7.2: Skip check on the error message: pypy's multimethods are quite different

2012-01-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: merge-2.7.2 Changeset: r51949:dc65c138fd25 Date: 2012-01-29 13:22 +0100 http://bitbucket.org/pypy/pypy/changeset/dc65c138fd25/ Log:Skip check on the error message: pypy's multimethods are quite different diff --git

[pypy-commit] pypy default: Crash earlier and more explicitly if the jit sees an unknown

2012-01-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r51951:161714d53cc7 Date: 2012-01-29 10:17 +0100 http://bitbucket.org/pypy/pypy/changeset/161714d53cc7/ Log:Crash earlier and more explicitly if the jit sees an unknown operation (like cast_ptr_to_adr, as win32 builds see now).

[pypy-commit] pypy stackroot-speedup: Fix.

2012-01-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stackroot-speedup Changeset: r51952:d7ae2df81896 Date: 2012-01-28 21:24 +0100 http://bitbucket.org/pypy/pypy/changeset/d7ae2df81896/ Log:Fix. diff --git a/pypy/rpython/memory/gctransform/shadowstack.py

[pypy-commit] pypy stackroot-speedup: Fix. livevars is the list returned from the previous push_roots,

2012-01-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stackroot-speedup Changeset: r51955:c4b086bfb967 Date: 2012-01-29 13:12 +0100 http://bitbucket.org/pypy/pypy/changeset/c4b086bfb967/ Log:Fix. livevars is the list returned from the previous push_roots, so it already contains one extra item if

[pypy-commit] pypy default: Don't look inside these functions. (Looking in str_from_buffer()

2012-01-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r51953:828709b0e0e9 Date: 2012-01-29 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/828709b0e0e9/ Log:Don't look inside these functions. (Looking in str_from_buffer() causes anyway the jit to crash on cast_ptr_to_adr.) diff

[pypy-commit] pypy stackroot-speedup: a failing test

2012-01-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stackroot-speedup Changeset: r51954:fb3badd51945 Date: 2012-01-29 13:03 +0100 http://bitbucket.org/pypy/pypy/changeset/fb3badd51945/ Log:a failing test diff --git a/pypy/translator/c/test/test_newgc.py b/pypy/translator/c/test/test_newgc.py ---

[pypy-commit] pypy stackroot-speedup: Fix comment.

2012-01-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stackroot-speedup Changeset: r51957:231f3159915e Date: 2012-01-29 21:46 +0100 http://bitbucket.org/pypy/pypy/changeset/231f3159915e/ Log:Fix comment. diff --git a/pypy/rpython/memory/gctransform/shadowstack.py

[pypy-commit] pypy merge-2.7.2: Add large file support to mmap: 64bit offsets on 32bit platform.

2012-01-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: merge-2.7.2 Changeset: r51958:7a82f3fbab26 Date: 2012-01-29 21:55 + http://bitbucket.org/pypy/pypy/changeset/7a82f3fbab26/ Log:Add large file support to mmap: 64bit offsets on 32bit platform. problem: test_large_offset()

[pypy-commit] pypy win32-cleanup: fix some tests

2012-01-29 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r51959:882a62b6adfe Date: 2012-01-30 00:41 +0200 http://bitbucket.org/pypy/pypy/changeset/882a62b6adfe/ Log:fix some tests diff --git a/pypy/module/_ffi/test/test__ffi.py b/pypy/module/_ffi/test/test__ffi.py ---

[pypy-commit] pypy py3k: Fix syntax errors in test_codecs

2012-01-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r51960:124b3b5cc7ac Date: 2012-01-28 18:41 +0100 http://bitbucket.org/pypy/pypy/changeset/124b3b5cc7ac/ Log:Fix syntax errors in test_codecs diff --git a/pypy/module/_codecs/test/test_codecs.py

[pypy-commit] pypy merge-2.7.2: Fix for the new large file tests in pypy.module.mmap.

2012-01-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: merge-2.7.2 Changeset: r51962:ff6d67b226da Date: 2012-01-29 23:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ff6d67b226da/ Log:Fix for the new large file tests in pypy.module.mmap. diff --git a/pypy/rlib/rmmap.py b/pypy/rlib/rmmap.py ---

[pypy-commit] [OPEN] Pull request #25 for pypy/pypy: json/decoder speed-up

2012-01-29 Thread Bitbucket
A new pull request has been opened by Stefano Parmesan. armisael/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/25/json-decoder-speed-up Title: json/decoder speed-up Following what Fijal wrote on his blogpost of October 2011 I worked on cleanin the