[pypy-commit] Notification: pypy

2012-02-24 Thread Bitbucket
You have received a notification from 300mg_integration. Hi, I forked pypy. My fork is at https://bitbucket.org/300mg_integration/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list

[pypy-commit] pypy default: don't init() the builtin modules at space.startup() if they have already been initialized before

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r52833:a82f18539bbb Date: 2012-02-24 09:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a82f18539bbb/ Log:don't init() the builtin modules at space.startup() if they have already been initialized before diff --git

[pypy-commit] pypy default: pass -S to all invocations of py.py in this test, it produces a big speedup

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r52834:bd096c33e5cb Date: 2012-02-24 09:58 +0100 http://bitbucket.org/pypy/pypy/changeset/bd096c33e5cb/ Log:pass -S to all invocations of py.py in this test, it produces a big speedup diff --git

[pypy-commit] pypy default: merge default

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r52835:c6b3b1bc1eee Date: 2012-02-24 09:59 +0100 http://bitbucket.org/pypy/pypy/changeset/c6b3b1bc1eee/ Log:merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3k: hg merge default

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52837:303252b916c9 Date: 2012-02-24 10:14 +0100 http://bitbucket.org/pypy/pypy/changeset/303252b916c9/ Log:hg merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3k: be a bit less strict in what to expect in the output. E.g., I get some more [platform:execute] lines after the tb

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52838:7520b36b4010 Date: 2012-02-24 10:30 +0100 http://bitbucket.org/pypy/pypy/changeset/7520b36b4010/ Log:be a bit less strict in what to expect in the output. E.g., I get some more [platform:execute] lines after the

[pypy-commit] pypy default: add the -S also here

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r52839:576ec23995a0 Date: 2012-02-24 10:30 +0100 http://bitbucket.org/pypy/pypy/changeset/576ec23995a0/ Log:add the -S also here diff --git a/pypy/interpreter/test/test_zpy.py b/pypy/interpreter/test/test_zpy.py ---

[pypy-commit] pypy py3k: fix syntax

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52841:f69cdd01e917 Date: 2012-02-24 11:09 +0100 http://bitbucket.org/pypy/pypy/changeset/f69cdd01e917/ Log:fix syntax diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py ---

[pypy-commit] pypy default: explicitly specify the encoding. It seems that at least on tannit it cannot find a default one

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r52842:69da974cc0af Date: 2012-02-24 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/69da974cc0af/ Log:explicitly specify the encoding. It seems that at least on tannit it cannot find a default one diff --git

[pypy-commit] pypy py3k: because of 46769341e0eb, __doc__ is now stored as a normal property, and thus we wrap it twice. Check for equality, not identity

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52840:c23a682f1a95 Date: 2012-02-24 11:08 +0100 http://bitbucket.org/pypy/pypy/changeset/c23a682f1a95/ Log:because of 46769341e0eb, __doc__ is now stored as a normal property, and thus we wrap it twice. Check for

[pypy-commit] pypy default: Move the _check_sse2() call out of assembler.setup() and into the

2012-02-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52844:e2ced9ddf804 Date: 2012-02-24 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e2ced9ddf804/ Log:Move the _check_sse2() call out of assembler.setup() and into the very early phases of running the process. diff --git

[pypy-commit] pypy arm-backend-2: handle force_spill operation in llgraph backend

2012-02-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r52845:7a2349cfc51e Date: 2012-02-24 10:08 + http://bitbucket.org/pypy/pypy/changeset/7a2349cfc51e/ Log:handle force_spill operation in llgraph backend diff --git a/pypy/jit/backend/llgraph/runner.py

[pypy-commit] pypy arm-backend-2: Support math_sqrt operation in llgraph

2012-02-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r52846:521049834e9b Date: 2012-02-24 10:35 + http://bitbucket.org/pypy/pypy/changeset/521049834e9b/ Log:Support math_sqrt operation in llgraph diff --git a/pypy/jit/backend/llgraph/llimpl.py

[pypy-commit] pypy stm-gc: Test and fix

2012-02-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52847:329e75aa0c0e Date: 2012-02-24 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/329e75aa0c0e/ Log:Test and fix diff --git a/pypy/translator/stm/test/targetdemo.py b/pypy/translator/stm/test/targetdemo.py ---

[pypy-commit] pypy default: Backout 4320ef8d1ab2 and e2ced9ddf804. It's too late anyway if

2012-02-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52848:de8777d0b83c Date: 2012-02-24 13:06 +0100 http://bitbucket.org/pypy/pypy/changeset/de8777d0b83c/ Log:Backout 4320ef8d1ab2 and e2ced9ddf804. It's too late anyway if floats are needed as early as the initialization of the GC.

[pypy-commit] pypy default: Hack differently to have it written as C code running

2012-02-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52849:8d6ee57401fc Date: 2012-02-24 13:35 +0100 http://bitbucket.org/pypy/pypy/changeset/8d6ee57401fc/ Log:Hack differently to have it written as C code running very early. Hopefully fixes issue1068 on gcc. The same could be

[pypy-commit] pypy arm-backend-2: (arigo, bivab) Rename _Py_dg_* functions to __Py_dg_* to avoid name conflicts with python2.7 header files

2012-02-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r52852:31fd148ff4be Date: 2012-02-24 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/31fd148ff4be/ Log:(arigo, bivab) Rename _Py_dg_* functions to __Py_dg_* to avoid name conflicts with python2.7

[pypy-commit] pypy default: (arigo, bivab) Rename _Py_dg_* functions to __Py_dg_* to avoid name conflicts with python2.7 header files

2012-02-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r52851:ef6c79fe35b0 Date: 2012-02-24 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ef6c79fe35b0/ Log:(arigo, bivab) Rename _Py_dg_* functions to __Py_dg_* to avoid name conflicts with python2.7 header files

[pypy-commit] pypy arm-backend-2: merge heads

2012-02-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r52853:e63805bdcc74 Date: 2012-02-24 13:52 +0100 http://bitbucket.org/pypy/pypy/changeset/e63805bdcc74/ Log:merge heads diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py ---

[pypy-commit] pypy arm-backend-2: extend timeout in these tests too

2012-02-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r52854:0b6b1844ab77 Date: 2012-02-24 10:43 + http://bitbucket.org/pypy/pypy/changeset/0b6b1844ab77/ Log:extend timeout in these tests too diff --git a/pypy/module/posix/test/test_posix2.py

[pypy-commit] pypy arm-backend-2: merge upstream

2012-02-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r52855:6b901041dabf Date: 2012-02-24 12:55 + http://bitbucket.org/pypy/pypy/changeset/6b901041dabf/ Log:merge upstream diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py ---

[pypy-commit] pypy py3k: fix Module.__reduce__, the name now is an unicode string

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52856:99bb29709f3f Date: 2012-02-24 11:31 +0100 http://bitbucket.org/pypy/pypy/changeset/99bb29709f3f/ Log:fix Module.__reduce__, the name now is an unicode string diff --git a/pypy/interpreter/module.py

[pypy-commit] pypy py3k: split this test into two parts; fix the first, and skip the second (maybe we should just kill it?)

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52857:64d3ae567ff2 Date: 2012-02-24 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/64d3ae567ff2/ Log:split this test into two parts; fix the first, and skip the second (maybe we should just kill it?) diff --git

[pypy-commit] pypy py3k: replace new.module with types.ModuleType

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52858:10a54e1fe177 Date: 2012-02-24 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/10a54e1fe177/ Log:replace new.module with types.ModuleType diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py

[pypy-commit] pypy py3k: this test already fails, add a smaller failing case

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52859:07761ed93f55 Date: 2012-02-24 13:37 +0100 http://bitbucket.org/pypy/pypy/changeset/07761ed93f55/ Log:this test already fails, add a smaller failing case diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: fix bin() and its test

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52860:7ca5d4566fbf Date: 2012-02-24 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/7ca5d4566fbf/ Log:fix bin() and its test diff --git a/pypy/module/__builtin__/app_operation.py

[pypy-commit] pypy py3k: fix syntax

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52861:4b826a2943d6 Date: 2012-02-24 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/4b826a2943d6/ Log:fix syntax diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: completely remove support for coerce() and __coerce__. I hope I didn't break anything :-)

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52862:67d5616698f2 Date: 2012-02-24 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/67d5616698f2/ Log:completely remove support for coerce() and __coerce__. I hope I didn't break anything :-) diff --git

[pypy-commit] pypy reflex-support: get the casts right to allow switching C_OBJECT type

2012-02-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52865:1f15486624b1 Date: 2012-02-23 16:17 -0800 http://bitbucket.org/pypy/pypy/changeset/1f15486624b1/ Log:get the casts right to allow switching C_OBJECT type diff --git a/pypy/module/cppyy/capi/__init__.py

[pypy-commit] pypy reflex-support: further protection against using reflection info during translation with CINT backend and fixup of test_zjit to handle it

2012-02-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52867:6d45bcabae5b Date: 2012-02-24 00:21 -0800 http://bitbucket.org/pypy/pypy/changeset/6d45bcabae5b/ Log:further protection against using reflection info during translation with CINT backend and fixup of

[pypy-commit] pypy reflex-support: prevent access to reflection info during annotation/translation time (this happens only with the CINT backend, as the dict and normal library are one and the same)

2012-02-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52864:2d3f26b11661 Date: 2012-02-23 15:46 -0800 http://bitbucket.org/pypy/pypy/changeset/2d3f26b11661/ Log:prevent access to reflection info during annotation/translation time (this happens only with the CINT

[pypy-commit] pypy reflex-support: still has to use longs for CINT backend, even with protection against using reflection info during translation ...

2012-02-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52866:208d3205efc1 Date: 2012-02-24 00:20 -0800 http://bitbucket.org/pypy/pypy/changeset/208d3205efc1/ Log:still has to use longs for CINT backend, even with protection against using reflection info during

[pypy-commit] pypy numpy-record-type-pure-python: handle string dtypes

2012-02-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: numpy-record-type-pure-python Changeset: r52869:e716ec8de597 Date: 2012-02-24 13:41 -0500 http://bitbucket.org/pypy/pypy/changeset/e716ec8de597/ Log:handle string dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy py3k: the semantics of this particular case changed in python3. Adapt the test, it passes out of the box

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52870:460767db1dce Date: 2012-02-24 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/460767db1dce/ Log:the semantics of this particular case changed in python3. Adapt the test, it passes out of the box diff --git

[pypy-commit] pypy py3k: fix syntax error

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52871:3cf4c4babf1b Date: 2012-02-24 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/3cf4c4babf1b/ Log:fix syntax error diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: adapt to py3k bytes/text. This test still fails right now

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52872:93c52a2ed557 Date: 2012-02-24 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/93c52a2ed557/ Log:adapt to py3k bytes/text. This test still fails right now diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: lib_pypy/datetime.py was removed by b36f48bf48f8, kill the corresponding test too

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52873:0d6bda9ad805 Date: 2012-02-24 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/0d6bda9ad805/ Log:lib_pypy/datetime.py was removed by b36f48bf48f8, kill the corresponding test too diff --git

[pypy-commit] pypy py3k: fix this test to pass with -A. Still broken on pypy

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52874:041810e6563a Date: 2012-02-24 16:23 +0100 http://bitbucket.org/pypy/pypy/changeset/041810e6563a/ Log:fix this test to pass with -A. Still broken on pypy diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: one more hasattr test which passes with -A but fails on pypy

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52875:16ec2588021e Date: 2012-02-24 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/16ec2588021e/ Log:one more hasattr test which passes with -A but fails on pypy diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: modify the test so that it works on python3, still failing on pypy

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52879:bbc579e5e993 Date: 2012-02-24 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/bbc579e5e993/ Log:modify the test so that it works on python3, still failing on pypy diff --git

[pypy-commit] pypy py3k: fix test_range_indexing, when we use a too big negative index

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52880:4500a6d2fe49 Date: 2012-02-24 20:00 +0100 http://bitbucket.org/pypy/pypy/changeset/4500a6d2fe49/ Log:fix test_range_indexing, when we use a too big negative index diff --git a/pypy/module/__builtin__/functional.py

[pypy-commit] pypy py3k: fix the hasattr tests: now random exceptions won't be eaten by hasattr, only AttributeError is caught

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52876:7ac948ad8042 Date: 2012-02-24 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/7ac948ad8042/ Log:fix the hasattr tests: now random exceptions won't be eaten by hasattr, only AttributeError is caught diff

[pypy-commit] pypy py3k: kill a test about compiling unicode strings: they are always unicode anyway; fix syntax in another test

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52882:bbe53f6110bf Date: 2012-02-24 20:03 +0100 http://bitbucket.org/pypy/pypy/changeset/bbe53f6110bf/ Log:kill a test about compiling unicode strings: they are always unicode anyway; fix syntax in another test diff

[pypy-commit] pypy py3k: fix syntax

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52878:84ac123d9774 Date: 2012-02-24 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/84ac123d9774/ Log:fix syntax diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: typo

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52881:fff27591cb0f Date: 2012-02-24 20:01 +0100 http://bitbucket.org/pypy/pypy/changeset/fff27591cb0f/ Log:typo diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builtin.py ---

[pypy-commit] pypy py3k: kill execfile() and its tests (sigh\!)

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52883:b8fbd7d49566 Date: 2012-02-24 20:05 +0100 http://bitbucket.org/pypy/pypy/changeset/b8fbd7d49566/ Log:kill execfile() and its tests (sigh\!) diff --git a/pypy/module/__builtin__/__init__.py

[pypy-commit] pypy py3k: fix syntax

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52885:a7d45791d56b Date: 2012-02-24 20:07 +0100 http://bitbucket.org/pypy/pypy/changeset/a7d45791d56b/ Log:fix syntax diff --git a/pypy/module/__builtin__/test/test_descriptor.py

[pypy-commit] pypy py3k: fix syntax

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52884:706cd6dcfd7f Date: 2012-02-24 20:06 +0100 http://bitbucket.org/pypy/pypy/changeset/706cd6dcfd7f/ Log:fix syntax diff --git a/pypy/module/__builtin__/test/test_descriptor.py

[pypy-commit] pypy py3k: we no longer have longs; tweak the test to check that range() works well with large integers

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52886:cd36cd993475 Date: 2012-02-24 20:10 +0100 http://bitbucket.org/pypy/pypy/changeset/cd36cd993475/ Log:we no longer have longs; tweak the test to check that range() works well with large integers diff --git

[pypy-commit] pypy py3k: bah, fix the test by actualling calling the code *inside* raises()

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52887:55a73e1d6fcc Date: 2012-02-24 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/55a73e1d6fcc/ Log:bah, fix the test by actualling calling the code *inside* raises() diff --git

[pypy-commit] pypy default: cpyext: Finally found a way to allow subclasses of int!

2012-02-24 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r52889:0eaf96f13694 Date: 2012-02-24 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/0eaf96f13694/ Log:cpyext: Finally found a way to allow subclasses of int! It's even possible to set ob_ival... at least until

[pypy-commit] pypy default: Fix test

2012-02-24 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r52888:2ca20aeccdd8 Date: 2012-02-24 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/2ca20aeccdd8/ Log:Fix test diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py ---

[pypy-commit] pypy speedup-list-comprehension: remove sizehint on the list, use instead special strategy

2012-02-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: speedup-list-comprehension Changeset: r52890:2617e06218fe Date: 2012-02-24 12:49 -0700 http://bitbucket.org/pypy/pypy/changeset/2617e06218fe/ Log:remove sizehint on the list, use instead special strategy diff --git

[pypy-commit] pypy reflex-support: o) initialize the ROOT system when using the CINT backend (only use case, really)

2012-02-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52891:be35f099e272 Date: 2012-02-24 14:43 -0800 http://bitbucket.org/pypy/pypy/changeset/be35f099e272/ Log:o) initialize the ROOT system when using the CINT backend (only use case, really) o) make operator

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

2012-02-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52892:dce568feb7ba Date: 2012-02-24 14:43 -0800 http://bitbucket.org/pypy/pypy/changeset/dce568feb7ba/ Log:merge default into branch diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy speedup-list-comprehension: merged default

2012-02-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: speedup-list-comprehension Changeset: r52893:4c92df471b92 Date: 2012-02-24 19:06 -0500 http://bitbucket.org/pypy/pypy/changeset/4c92df471b92/ Log:merged default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy speedup-list-comprehension: review notes

2012-02-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: speedup-list-comprehension Changeset: r52894:af87de586204 Date: 2012-02-24 20:38 -0500 http://bitbucket.org/pypy/pypy/changeset/af87de586204/ Log:review notes diff --git a/REVIEW.rst b/REVIEW.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy speedup-list-comprehension: done

2012-02-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: speedup-list-comprehension Changeset: r52897:f0994a94c60a Date: 2012-02-24 21:19 -0500 http://bitbucket.org/pypy/pypy/changeset/f0994a94c60a/ Log:done diff --git a/REVIEW.rst b/REVIEW.rst --- a/REVIEW.rst +++ b/REVIEW.rst @@ -3,7 +3,6 @@

[pypy-commit] pypy default: kill these immutable fields, they're mutated in _del_sources

2012-02-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r52898:ffe32a5a3f80 Date: 2012-02-25 00:12 -0500 http://bitbucket.org/pypy/pypy/changeset/ffe32a5a3f80/ Log:kill these immutable fields, they're mutated in _del_sources diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] Notification: pypy

2012-02-24 Thread Bitbucket
You have received a notification from Ross Lagerwall. Hi, I forked pypy. My fork is at https://bitbucket.org/rosslagerwall/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list