[pypy-commit] pypy stm-gc: Add a passing test.

2012-04-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54716:9ac765b1a237 Date: 2012-04-24 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/9ac765b1a237/ Log:Add a passing test. diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py b/pypy/rpython/memory/gc/test/test_stmgc.py ---

[pypy-commit] pypy stm-gc: Fix test.

2012-04-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54715:9cfe0f9a4478 Date: 2012-04-24 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/9cfe0f9a4478/ Log:Fix test. diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py b/pypy/rpython/memory/gc/test/test_stmgc.py ---

[pypy-commit] pypy dynamic-specialized-tuple: this test is a whitebox one

2012-04-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: dynamic-specialized-tuple Changeset: r54717:69db8b662f4d Date: 2012-04-24 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/69db8b662f4d/ Log:this test is a whitebox one diff --git a/pypy/rlib/test/test_rerased_raw.py

[pypy-commit] pypy faster-heapcache: close to-be-merged branch

2012-04-24 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: faster-heapcache Changeset: r54718:eda61a488279 Date: 2012-04-24 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/eda61a488279/ Log:close to-be-merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: merge faster-heapcache

2012-04-24 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r54719:1ecd25d20dab Date: 2012-04-24 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/1ecd25d20dab/ Log:merge faster-heapcache diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/metainterp/heapcache.py ---

[pypy-commit] pypy stm-gc: Improve the tests.

2012-04-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54722:9cb2b55a043e Date: 2012-04-24 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/9cb2b55a043e/ Log:Improve the tests. diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py b/pypy/rpython/memory/gc/test/test_stmgc.py ---

[pypy-commit] pypy default: Failing test for an elidable function with arguments that become pure as a result of the vstring optimization.

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r54723:dd34d145d841 Date: 2012-04-24 10:11 -0400 http://bitbucket.org/pypy/pypy/changeset/dd34d145d841/ Log:Failing test for an elidable function with arguments that become pure as a result of the vstring optimization.

[pypy-commit] pypy default: convert this test to optimizeopt

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r54724:7e5daf087990 Date: 2012-04-24 10:33 -0400 http://bitbucket.org/pypy/pypy/changeset/7e5daf087990/ Log:convert this test to optimizeopt diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy ppc-jit-backend: Use subfic instruction for CONST - REG.

2012-04-24 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r54725:732d857aeb12 Date: 2012-04-24 10:47 -0400 http://bitbucket.org/pypy/pypy/changeset/732d857aeb12/ Log:Use subfic instruction for CONST - REG. diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py ---

[pypy-commit] pypy dynamic-specialized-tuple: for now, promote this.

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: dynamic-specialized-tuple Changeset: r54726:47f74017d7e0 Date: 2012-04-24 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/47f74017d7e0/ Log:for now, promote this. diff --git a/pypy/objspace/std/tupletype.py

[pypy-commit] pypy dynamic-specialized-tuple: for now, promote this

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: dynamic-specialized-tuple Changeset: r54727:af7067c9c2a3 Date: 2012-04-24 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/af7067c9c2a3/ Log:for now, promote this diff --git a/pypy/objspace/std/tupletype.py

[pypy-commit] pypy dynamic-specialized-tuple: merged upstream

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: dynamic-specialized-tuple Changeset: r54728:d092a8be277a Date: 2012-04-24 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/d092a8be277a/ Log:merged upstream diff --git a/pypy/rlib/test/test_rerased_raw.py

[pypy-commit] pypy stm-gc: Fixes.

2012-04-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54729:a3c0cada9e2c Date: 2012-04-24 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/a3c0cada9e2c/ Log:Fixes. diff --git a/pypy/module/transaction/interp_transaction.py b/pypy/module/transaction/interp_transaction.py ---

[pypy-commit] pypy dynamic-specialized-tuple: include the fields in forced stuff on an array

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: dynamic-specialized-tuple Changeset: r54730:4a8980d38df8 Date: 2012-04-24 13:38 -0400 http://bitbucket.org/pypy/pypy/changeset/4a8980d38df8/ Log:include the fields in forced stuff on an array diff --git

[pypy-commit] pypy dynamic-specialized-tuple: merged default in

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: dynamic-specialized-tuple Changeset: r54731:4f3c2643ce7a Date: 2012-04-24 13:42 -0400 http://bitbucket.org/pypy/pypy/changeset/4f3c2643ce7a/ Log:merged default in diff --git a/pypy/jit/metainterp/heapcache.py

[pypy-commit] pypy ppc-backend-2: Add mffgpr and mftgpr instructions. Use them.

2012-04-24 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r54732:cc4776340572 Date: 2012-04-24 13:51 -0400 http://bitbucket.org/pypy/pypy/changeset/cc4776340572/ Log:Add mffgpr and mftgpr instructions. Use them. Use subfic. diff --git a/pypy/jit/backend/ppc/codebuilder.py

[pypy-commit] pypy default: more advanced cppyy exampler: shows the use of a selection file, and demonstrates auto-casting

2012-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: Changeset: r54733:e286c17b3167 Date: 2012-04-24 11:44 -0700 http://bitbucket.org/pypy/pypy/changeset/e286c17b3167/ Log:more advanced cppyy exampler: shows the use of a selection file, and demonstrates auto-casting diff --git

[pypy-commit] pypy default: update build instructions for windows

2012-04-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r54734:d270e84ff61f Date: 2012-04-24 22:57 +0300 http://bitbucket.org/pypy/pypy/changeset/d270e84ff61f/ Log:update build instructions for windows diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst

[pypy-commit] pypy win32-cleanup2: revert nt specific test

2012-04-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: win32-cleanup2 Changeset: r54735:2c48d071ff78 Date: 2012-04-24 23:40 +0300 http://bitbucket.org/pypy/pypy/changeset/2c48d071ff78/ Log:revert nt specific test diff --git a/pypy/module/pyexpat/interp_pyexpat.py

[pypy-commit] pypy win32-cleanup2: merge default into branch

2012-04-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: win32-cleanup2 Changeset: r54736:6c8bf5a7e2e1 Date: 2012-04-25 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/6c8bf5a7e2e1/ Log:merge default into branch diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++

[pypy-commit] pypy default: cppyy documentation on how to handle templates

2012-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: Changeset: r54737:1e469996fdab Date: 2012-04-24 14:18 -0700 http://bitbucket.org/pypy/pypy/changeset/1e469996fdab/ Log:cppyy documentation on how to handle templates diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst ---

[pypy-commit] pypy reflex-support: add a __dispatch__ method to classes to allow the selection of a specific overload based on its signature

2012-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r54738:1ad80dbd5299 Date: 2012-04-24 10:37 -0700 http://bitbucket.org/pypy/pypy/changeset/1ad80dbd5299/ Log:add a __dispatch__ method to classes to allow the selection of a specific overload based on its

[pypy-commit] pypy reflex-support: translation fixes and extra test to catch them earlier next time

2012-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r54739:c606b30252d7 Date: 2012-04-24 11:48 -0700 http://bitbucket.org/pypy/pypy/changeset/c606b30252d7/ Log:translation fixes and extra test to catch them earlier next time diff --git

[pypy-commit] pypy reflex-support: merge default into branch

2012-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r54742:c0d3d317564f Date: 2012-04-24 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/c0d3d317564f/ Log:merge default into branch diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py ---

[pypy-commit] pypy reflex-support: assignment from str to std::string and __str__ for std::string

2012-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r54740:ad83dba9b24b Date: 2012-04-24 13:33 -0700 http://bitbucket.org/pypy/pypy/changeset/ad83dba9b24b/ Log:assignment from str to std::string and __str__ for std::string diff --git

[pypy-commit] pypy reflex-support: doc-strings for global functions

2012-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r54741:2162bc565f20 Date: 2012-04-24 13:39 -0700 http://bitbucket.org/pypy/pypy/changeset/2162bc565f20/ Log:doc-strings for global functions diff --git a/pypy/module/cppyy/pythonify.py b/pypy/module/cppyy/pythonify.py