[pypy-commit] pypy reflex-support: rpython fixes and refactoring

2011-06-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44825:5b8ff90f865c Date: 2011-06-07 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/5b8ff90f865c/ Log:rpython fixes and refactoring diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cpp

[pypy-commit] pypy reflex-support: refactoring

2011-06-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44824:4c5ed516665c Date: 2011-06-07 12:37 -0700 http://bitbucket.org/pypy/pypy/changeset/4c5ed516665c/ Log:refactoring diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/cppyy/interp_c

[pypy-commit] pypy reflex-support: nicer template support

2011-06-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44823:cd3befebf2f2 Date: 2011-06-07 12:02 -0700 http://bitbucket.org/pypy/pypy/changeset/cd3befebf2f2/ Log:nicer template support diff --git a/pypy/module/cppyy/__init__.py b/pypy/module/cppyy/__init__.py --- a/pypy/module/cppyy/__init

[pypy-commit] pypy default: merge heads

2011-06-07 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44822:562adf597de4 Date: 2011-06-07 18:19 -0500 http://bitbucket.org/pypy/pypy/changeset/562adf597de4/ Log:merge heads diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/interp_jit.py ++

[pypy-commit] pypy default: move any and all to applevel

2011-06-07 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44821:9b83e8473960 Date: 2011-06-07 18:19 -0500 http://bitbucket.org/pypy/pypy/changeset/9b83e8473960/ Log:move any and all to applevel diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__b

[pypy-commit] pypy default: fix the build (maybe?)

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44820:7e1966eed642 Date: 2011-06-07 19:57 +0200 http://bitbucket.org/pypy/pypy/changeset/7e1966eed642/ Log:fix the build (maybe?) diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/inte

[pypy-commit] pypy jit-short_from_state: emit guards needed to match virtalstates before inlining the short preamble as the short preamble might relay on boxes belogning to the classes enforced by tho

2011-06-07 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r44819:f6a6bbb43c28 Date: 2011-06-07 21:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f6a6bbb43c28/ Log:emit guards needed to match virtalstates before inlining the short preamble as the short preamble might relay on boxes

[pypy-commit] pypy jitcounter-on-function: fix the build (maybe?)

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44818:dbbfd216cbf1 Date: 2011-06-07 19:57 +0200 http://bitbucket.org/pypy/pypy/changeset/dbbfd216cbf1/ Log:fix the build (maybe?) diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/py

[pypy-commit] pypy default: write about benchmarks

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44816:7fac887a73a6 Date: 2011-06-07 19:36 +0200 http://bitbucket.org/pypy/pypy/changeset/7fac887a73a6/ Log:write about benchmarks diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/d

[pypy-commit] pypy jitcounter-on-function: an experiment to start tracing from start even if function is inlinable

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44815:cab8b4949e78 Date: 2011-06-07 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/cab8b4949e78/ Log:an experiment to start tracing from start even if function is inlinable diff --git a/pypy/jit/metainterp/wa

[pypy-commit] pypy default: Fix for a571136cc78e.

2011-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r44814:ad56f6708cad Date: 2011-06-07 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/ad56f6708cad/ Log:Fix for a571136cc78e. diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py --- a/pypy/annotation/bookkeeper.py +++ b/pypy/a

[pypy-commit] pypy default: merge heads

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44813:23df97c1753c Date: 2011-06-07 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/23df97c1753c/ Log:merge heads diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy/annotation/test/test_ann

[pypy-commit] pypy default: make sure that test_model is run first

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44812:ebc77d7d862e Date: 2011-06-07 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/ebc77d7d862e/ Log:make sure that test_model is run first diff --git a/pypy/module/pypyjit/test_pypy_c/test_model.py b/pypy/module/pypyjit/test_pypy_c/test_00_mo

[pypy-commit] pypy default: missing import

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44811:286576b40871 Date: 2011-06-07 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/286576b40871/ Log:missing import diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__ffi.py --- a/pypy/module/pypy

[pypy-commit] pypy default: the remaining tests do not belong to any particular group, so we just place them in test_misc

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44810:ad83f80d825f Date: 2011-06-07 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/ad83f80d825f/ Log:the remaining tests do not belong to any particular group, so we just place them in test_misc diff --git a/pypy/module/pypyjit/test_pyp

[pypy-commit] pypy default: move tests about min() and max() into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44809:3d4043548a8d Date: 2011-06-07 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/3d4043548a8d/ Log:move tests about min() and max() into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test_min_max.py b/pypy/module/pypyjit/test_p

[pypy-commit] pypy default: this test belongs to test_instance (more or less)

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44808:366141b2d493 Date: 2011-06-07 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/366141b2d493/ Log:this test belongs to test_instance (more or less) diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pypyjit/test_pyp

[pypy-commit] pypy default: move import tests into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44807:c00e61eaccf7 Date: 2011-06-07 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c00e61eaccf7/ Log:move import tests into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test_import.py b/pypy/module/pypyjit/test_pypy_c/test_impor

[pypy-commit] pypy default: move this test into the appropriate file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44806:2eb925af02f3 Date: 2011-06-07 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/2eb925af02f3/ Log:move this test into the appropriate file diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__ffi

[pypy-commit] pypy default: move _ffi/ctypes tests into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44805:000458406cd1 Date: 2011-06-07 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/000458406cd1/ Log:move _ffi/ctypes tests into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__f

[pypy-commit] pypy default: test_xor belongs to test_intbound.py

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44804:5e48bb283226 Date: 2011-06-07 16:45 +0200 http://bitbucket.org/pypy/pypy/changeset/5e48bb283226/ Log:test_xor belongs to test_intbound.py diff --git a/pypy/module/pypyjit/test_pypy_c/test_intbound.py b/pypy/module/pypyjit/test_pypy_c/test_intb

[pypy-commit] pypy default: move tests about instances and attributes into their own files

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44803:0d24c1ee6c4b Date: 2011-06-07 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/0d24c1ee6c4b/ Log:move tests about instances and attributes into their own files diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pyp

[pypy-commit] pypy default: move boolrewrite tests into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44802:fd6cb49def07 Date: 2011-06-07 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/fd6cb49def07/ Log:move boolrewrite tests into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test_boolrewrite.py b/pypy/module/pypyjit/test_pypy_c/

[pypy-commit] pypy default: move tests about exceptions into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44801:1de890798fa6 Date: 2011-06-07 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/1de890798fa6/ Log:move tests about exceptions into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test_exception.py b/pypy/module/pypyjit/test_pypy

[pypy-commit] pypy default: move tests about applevel calls into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44800:35d163124b66 Date: 2011-06-07 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/35d163124b66/ Log:move tests about applevel calls into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_

[pypy-commit] pypy default: move shift tests into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44799:2e3f246967cd Date: 2011-06-07 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/2e3f246967cd/ Log:move shift tests into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py b/pypy/module/pypyjit/test_pypy_c/test_py

[pypy-commit] pypy default: move array tests into their own file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44798:dd7fab72b424 Date: 2011-06-07 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/dd7fab72b424/ Log:move array tests into their own file diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py b/pypy/module/pypyjit/test_pypy_c/test_array.p

[pypy-commit] pypy default: turn these long-running tests into generative tests; 1. this way it's easier to run just one specific test in case of failure; 2. it's nicer to see many dots than wait a lo

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44797:c15c9afc1d87 Date: 2011-06-07 16:14 +0200 http://bitbucket.org/pypy/pypy/changeset/c15c9afc1d87/ Log:turn these long-running tests into generative tests; 1. this way it's easier to run just one specific test in case of failure; 2.

[pypy-commit] pypy default: make the default threshold==200, and remove the extra parameter from most tests

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44796:9cdd55b7026a Date: 2011-06-07 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/9cdd55b7026a/ Log:make the default threshold==200, and remove the extra parameter from most tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_intbo

[pypy-commit] pypy default: move intbound tests to their own test file

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44795:56376304dfc1 Date: 2011-06-07 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/56376304dfc1/ Log:move intbound tests to their own test file diff --git a/pypy/module/pypyjit/test_pypy_c/test_intbound.py b/pypy/module/pypyjit/test_pypy_c/tes

[pypy-commit] pypy default: A failing test. It causes very occasional failures like this one:

2011-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r44794:a571136cc78e Date: 2011-06-07 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/a571136cc78e/ Log:A failing test. It causes very occasional failures like this one: h ttp://buildbot.pypy.org/summary/longrepr?testname=modified&builder=p

[pypy-commit] pypy default: merge

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44793:3857e9349336 Date: 2011-06-07 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/3857e9349336/ Log:merge diff --git a/pypy/rlib/longlong2float.py b/pypy/rlib/longlong2float.py --- a/pypy/rlib/longlong2float.py +++ b/pypy/rlib/longlong2f

[pypy-commit] pypy default: document changes

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44792:8428d86674dc Date: 2011-06-07 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/8428d86674dc/ Log:document changes diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/interp_jit

[pypy-commit] pypy default: Make sure that jithook is not reentrant. We do care about jitting

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44791:54bd2d6de6de Date: 2011-06-07 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/54bd2d6de6de/ Log:Make sure that jithook is not reentrant. We do care about jitting stuff there, but we don't call jit hook for those jitted loops

[pypy-commit] pypy default: merge heads

2011-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r44790:040a63663644 Date: 2011-06-07 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/040a63663644/ Log:merge heads diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py --- a/pypy/jit/metainterp/logger.py +++ b/pypy/jit/metaint

[pypy-commit] pypy default: Add asserts.

2011-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r44789:a5e17b9635f9 Date: 2011-06-07 15:39 +0200 http://bitbucket.org/pypy/pypy/changeset/a5e17b9635f9/ Log:Add asserts. diff --git a/pypy/rlib/longlong2float.py b/pypy/rlib/longlong2float.py --- a/pypy/rlib/longlong2float.py +++ b/pypy/rlib/longlong2fl

[pypy-commit] pypy default: fix another test

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44788:6dde20140953 Date: 2011-06-07 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/6dde20140953/ Log:fix another test diff --git a/pypy/jit/metainterp/test/test_warmspot.py b/pypy/jit/metainterp/test/test_warmspot.py --- a/pypy/jit/metai

[pypy-commit] pypy default: log also recursion level

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44787:b9d620503ff5 Date: 2011-06-07 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/b9d620503ff5/ Log:log also recursion level diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py --- a/pypy/jit/metainterp/logger.py +

[pypy-commit] pypy default: fix logger

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44786:949cbe999845 Date: 2011-06-07 15:13 +0200 http://bitbucket.org/pypy/pypy/changeset/949cbe999845/ Log:fix logger diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py --- a/pypy/jit/metainterp/logger.py +++ b/pypy/jit/

[pypy-commit] pypy default: merge

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44785:6b905b9eba7e Date: 2011-06-07 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/6b905b9eba7e/ Log:merge diff --git a/pypy/jit/tool/pypytrace-mode.el b/pypy/jit/tool/pypytrace-mode.el --- a/pypy/jit/tool/pypytrace-mode.el +++ b/pypy/jit

[pypy-commit] pypy default: put in_recursion back into debug_merge_points

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44784:ae580e2a4f69 Date: 2011-06-07 14:40 +0200 http://bitbucket.org/pypy/pypy/changeset/ae580e2a4f69/ Log:put in_recursion back into debug_merge_points diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py --- a/pypy/jit

[pypy-commit] pypy default: I think this is how it works these day

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44783:dff53f4088ea Date: 2011-06-07 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/dff53f4088ea/ Log:I think this is how it works these day diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py --- a/pypy/jit/tool/oparser.py ++

[pypy-commit] pypy default: update the list of operations

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44782:f079d5a261ee Date: 2011-06-07 14:22 +0200 http://bitbucket.org/pypy/pypy/changeset/f079d5a261ee/ Log:update the list of operations diff --git a/pypy/jit/tool/pypytrace-mode.el b/pypy/jit/tool/pypytrace-mode.el --- a/pypy/jit/tool/pypytrace-mode

[pypy-commit] pypy dict-strategies: popitem was not defined for emptydictstrategy

2011-06-07 Thread l . diekmann
Author: Lukas Diekmann Branch: dict-strategies Changeset: r44781:568c8b8b84c0 Date: 2011-06-07 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/568c8b8b84c0/ Log:popitem was not defined for emptydictstrategy diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmulti

[pypy-commit] pypy default: merge heads

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44780:58cc8660f77d Date: 2011-06-07 11:46 +0200 http://bitbucket.org/pypy/pypy/changeset/58cc8660f77d/ Log:merge heads diff --git a/pypy/module/_multiprocessing/test/test_memory.py b/pypy/module/_multiprocessing/test/test_memory.py --- a/pypy/

[pypy-commit] pypy default: print usession directory at the end

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44779:863156da1f40 Date: 2011-06-07 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/863156da1f40/ Log:print usession directory at the end diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py --- a/pypy/translator/driver.py ++

[pypy-commit] pypy default: finally kill test_pypy_c: horray!

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44777:3f35f2dcfae0 Date: 2011-06-07 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/3f35f2dcfae0/ Log:finally kill test_pypy_c: horray! diff --git a/pypy/module/pypyjit/test/test_pypy_c.py b/pypy/module/pypyjit/test/test_pypy_c.py deleted file

[pypy-commit] pypy default: this test does not relly belong to test_pypy_c, move it somewhere else

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44776:77de9ab9eb6a Date: 2011-06-07 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/77de9ab9eb6a/ Log:this test does not relly belong to test_pypy_c, move it somewhere else diff --git a/pypy/module/pypyjit/test/test_jit_setup.py b/pypy/

[pypy-commit] pypy default: port the last two tests from test_pypy_c to test_pypy_c_new

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44775:65c409578ec8 Date: 2011-06-07 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/65c409578ec8/ Log:port the last two tests from test_pypy_c to test_pypy_c_new diff --git a/pypy/module/pypyjit/test/test_pypy_c.py b/pypy/module/pypyjit/test/te

[pypy-commit] pypy default: merge heads

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44778:25a7a73f55fc Date: 2011-06-07 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/25a7a73f55fc/ Log:merge heads diff --git a/lib-python/2.7/test/test_multibytecodec.py b/lib-python/modified-2.7/test/test_multibytecodec.py copy from lib-python

[pypy-commit] pypy default: port this test to test_pypy_c_new

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44774:f757d142e018 Date: 2011-06-07 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/f757d142e018/ Log:port this test to test_pypy_c_new diff --git a/pypy/module/pypyjit/test/test_pypy_c.py b/pypy/module/pypyjit/test/test_pypy_c.py --- a/pypy/mo

[pypy-commit] pypy default: port this test to test_pypy_c_new

2011-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44773:7eae4c7ba5fd Date: 2011-06-07 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/7eae4c7ba5fd/ Log:port this test to test_pypy_c_new diff --git a/pypy/module/pypyjit/test/test_pypy_c.py b/pypy/module/pypyjit/test/test_pypy_c.py --- a/pypy/mo

[pypy-commit] pypy default: merged upstream.

2011-06-07 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44772:17ae327ed3e3 Date: 2011-06-07 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/17ae327ed3e3/ Log:merged upstream. diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py --- a/pypy/jit/metainterp/warmstate.py +++ b/p

[pypy-commit] pypy default: this needs _ffi now.

2011-06-07 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44771:ad96a28ff297 Date: 2011-06-07 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/ad96a28ff297/ Log:this needs _ffi now. diff --git a/pypy/module/_multiprocessing/test/test_memory.py b/pypy/module/_multiprocessing/test/test_memory.py --- a/pyp

[pypy-commit] pypy default: try not to check in typos

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44770:e6bf8c0baeb4 Date: 2011-06-07 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/e6bf8c0baeb4/ Log:try not to check in typos diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py --- a/pypy/jit/metainterp/warm

[pypy-commit] pypy default: make get_location_str always return a high-level string

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44769:0bf5c374be8c Date: 2011-06-07 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/0bf5c374be8c/ Log:make get_location_str always return a high-level string diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py

[pypy-commit] pypy default: fix test

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44768:76102cd273a5 Date: 2011-06-07 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/76102cd273a5/ Log:fix test diff --git a/pypy/jit/metainterp/test/test_compile.py b/pypy/jit/metainterp/test/test_compile.py --- a/pypy/jit/metainterp/test

[pypy-commit] pypy default: An attempt to solve the name problem - instead of fishing stuff from

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44767:81022cd7b6fa Date: 2011-06-07 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/81022cd7b6fa/ Log:An attempt to solve the name problem - instead of fishing stuff from debug_merge_points, grab the printable location from the gree

[pypy-commit] pypy default: merge default

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44766:e27505ecf335 Date: 2011-06-07 09:05 +0200 http://bitbucket.org/pypy/pypy/changeset/e27505ecf335/ Log:merge default diff --git a/lib-python/modified-2.7/ctypes/__init__.py b/lib-python/modified-2.7/ctypes/__init__.py --- a/lib-python/modi

[pypy-commit] pypy default: Give up on a bit of debugging info for now, but unbreak everything

2011-06-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44765:f18b7dbfc882 Date: 2011-06-07 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/f18b7dbfc882/ Log:Give up on a bit of debugging info for now, but unbreak everything diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86