[pypy-commit] pypy default: Fix the default goal. Unsure if it's better to keep it at all or completely remove it.

2013-01-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r60516:cf3939f3c5ed Date: 2013-01-27 12:52 +0100 http://bitbucket.org/pypy/pypy/changeset/cf3939f3c5ed/ Log:Fix the default goal. Unsure if it's better to keep it at all or completely remove it. diff --git a/rpython/translator/goal/translate.py

[pypy-commit] pypy better-log-parser: Start a simpler version of jitlogparser

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: better-log-parser Changeset: r60517:0f876ed9d38e Date: 2013-01-26 14:40 +0200 http://bitbucket.org/pypy/pypy/changeset/0f876ed9d38e/ Log:Start a simpler version of jitlogparser diff --git a/rpython/jit/tool/oparser_model.py b/rpython/jit/tool/oparser_model

[pypy-commit] pypy jitframe-on-heap: put force_token into a normal register, so it's no longer tied to a strange ebp

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60518:7712c8416bac Date: 2013-01-27 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/7712c8416bac/ Log:put force_token into a normal register, so it's no longer tied to a strange ebp location. That removes quite a bit

[pypy-commit] pypy jitframe-on-heap: fix

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60520:0c439825d278 Date: 2013-01-27 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/0c439825d278/ Log:fix diff --git a/rpython/jit/backend/x86/runner.py b/rpython/jit/backend/x86/runner.py --- a/rpython/jit/backend/x86/run

[pypy-commit] pypy jitframe-on-heap: Change the vable_token and virtual_token fields to be GC references

2013-01-27 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r60521:13a7d58be534 Date: 2013-01-27 14:09 +0100 http://bitbucket.org/pypy/pypy/changeset/13a7d58be534/ Log:Change the vable_token and virtual_token fields to be GC references to the live frame. diff --git a/rpython/jit/backend/l

[pypy-commit] pypy kill-flowobjspace: move build_flow() out of FlowObjSpace

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60523:ec3af57266f4 Date: 2013-01-27 01:56 + http://bitbucket.org/pypy/pypy/changeset/ec3af57266f4/ Log:move build_flow() out of FlowObjSpace diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annr

[pypy-commit] pypy kill-flowobjspace: Move do_operation* from FlowObjSpace to FSFrame

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60522:d45f1bd16894 Date: 2013-01-26 20:40 + http://bitbucket.org/pypy/pypy/changeset/d45f1bd16894/ Log:Move do_operation* from FlowObjSpace to FSFrame diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py

[pypy-commit] pypy kill-flowobjspace: raise FlowingError on **-unpacking

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60525:352b1a959932 Date: 2013-01-27 16:40 + http://bitbucket.org/pypy/pypy/changeset/352b1a959932/ Log:raise FlowingError on **-unpacking diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpytho

[pypy-commit] pypy kill-flowobjspace: flowspace: Use (for now trivial) specialisation CallSpec of ArgumentsForTranslation

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60524:95a4332784d5 Date: 2013-01-27 16:24 + http://bitbucket.org/pypy/pypy/changeset/95a4332784d5/ Log:flowspace: Use (for now trivial) specialisation CallSpec of ArgumentsForTranslation diff --git a/rpython/flowspace/argum

[pypy-commit] pypy kill-flowobjspace: Kill unused argument CallSpec.w_starstararg

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60526:ab253504ce34 Date: 2013-01-27 16:58 + http://bitbucket.org/pypy/pypy/changeset/ab253504ce34/ Log:Kill unused argument CallSpec.w_starstararg diff --git a/rpython/flowspace/argument.py b/rpython/flowspace/argument.py --- a/rpy

[pypy-commit] pypy default: Help with unicode issues

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60527:53723bf32fd5 Date: 2013-01-27 20:02 +0200 http://bitbucket.org/pypy/pypy/changeset/53723bf32fd5/ Log:Help with unicode issues diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd.py --- a/pypy/module/un

[pypy-commit] pypy default: one more "try to bring it to the previous state" thanks armin

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60529:05c1d0284431 Date: 2013-01-27 20:07 +0200 http://bitbucket.org/pypy/pypy/changeset/05c1d0284431/ Log:one more "try to bring it to the previous state" thanks armin diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpyt

[pypy-commit] pypy win32-fixes: see if this fixes win32 translation

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: win32-fixes Changeset: r60530:3865dce660fd Date: 2013-01-27 13:28 -0500 http://bitbucket.org/pypy/pypy/changeset/3865dce660fd/ Log:see if this fixes win32 translation diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_r

[pypy-commit] pypy win32-fixes: ok, another try

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: win32-fixes Changeset: r60531:1929c19109d0 Date: 2013-01-27 13:32 -0500 http://bitbucket.org/pypy/pypy/changeset/1929c19109d0/ Log:ok, another try diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b

[pypy-commit] pypy win32-fixes: more fixes

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: win32-fixes Changeset: r60532:a0aa9cfc1a17 Date: 2013-01-27 13:35 -0500 http://bitbucket.org/pypy/pypy/changeset/a0aa9cfc1a17/ Log:more fixes diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b/rpyt

[pypy-commit] pypy default: merge win32-fixes for rsocket

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60533:e6f15c5f03b0 Date: 2013-01-27 13:52 -0500 http://bitbucket.org/pypy/pypy/changeset/e6f15c5f03b0/ Log:merge win32-fixes for rsocket diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py ++

[pypy-commit] pypy default: fix rpython

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60534:b30e913b44ff Date: 2013-01-27 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/b30e913b44ff/ Log:fix rpython diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++ b/rpython/rlib/runicode.p

[pypy-commit] pypy default: merge

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60535:d701c9bcb992 Date: 2013-01-27 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d701c9bcb992/ Log:merge diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b/rpython/rlib/_

[pypy-commit] pypy default: fix whatsnew for merged branches

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60536:60c48ee502e1 Date: 2013-01-27 13:58 -0500 http://bitbucket.org/pypy/pypy/changeset/60c48ee502e1/ Log:fix whatsnew for merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/py

[pypy-commit] pypy default: merge

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60537:ce89f6bbee1e Date: 2013-01-27 13:58 -0500 http://bitbucket.org/pypy/pypy/changeset/ce89f6bbee1e/ Log:merge diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++ b/rpython/rlib/runicode.py @@ -31,7 +

[pypy-commit] pypy jitframe-on-heap: implement malloc_cond_varsize_small for the JIT, not used so far

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60539:537d5ac910a9 Date: 2013-01-27 21:45 +0200 http://bitbucket.org/pypy/pypy/changeset/537d5ac910a9/ Log:implement malloc_cond_varsize_small for the JIT, not used so far diff --git a/rpython/jit/backend/x86/assembler.py b/rpy

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60538:26beb40a6f7e Date: 2013-01-27 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/26beb40a6f7e/ Log:fix the test diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60540:73a4b46a1381 Date: 2013-01-27 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/73a4b46a1381/ Log:merge diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backe

[pypy-commit] pypy jitframe-on-heap: implement rewriting of frame malloc

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60541:cf0aed3ee46e Date: 2013-01-27 22:21 +0200 http://bitbucket.org/pypy/pypy/changeset/cf0aed3ee46e/ Log:implement rewriting of frame malloc diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.

[pypy-commit] pypy jitframe-on-heap: an attempt to have a call assembler somewhere in zrpy_gc tests

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60542:f0fddff075fb Date: 2013-01-27 22:27 +0200 http://bitbucket.org/pypy/pypy/changeset/f0fddff075fb/ Log:an attempt to have a call assembler somewhere in zrpy_gc tests diff --git a/rpython/jit/backend/x86/test/test_zrpy_gc.py

[pypy-commit] pypy win32-cleanup3: abandon, fixed differently

2013-01-27 Thread mattip
Author: Matti Picus Branch: win32-cleanup3 Changeset: r60543:2eb0f70e009a Date: 2013-01-27 22:18 +0200 http://bitbucket.org/pypy/pypy/changeset/2eb0f70e009a/ Log:abandon, fixed differently ___ pypy-commit mailing list pypy-commit@python.org http://

[pypy-commit] pypy jitframe-on-heap: infinite loops aren't cool

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60545:3196abf1af75 Date: 2013-01-27 22:34 +0200 http://bitbucket.org/pypy/pypy/changeset/3196abf1af75/ Log:infinite loops aren't cool diff --git a/rpython/jit/backend/x86/test/test_zrpy_gc.py b/rpython/jit/backend/x86/test/test

[pypy-commit] pypy fix-version-tool: make rpython/tool/version.py usable generically for any repository root

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: fix-version-tool Changeset: r60546:305ed2a35119 Date: 2013-01-27 11:27 -0500 http://bitbucket.org/pypy/pypy/changeset/305ed2a35119/ Log:make rpython/tool/version.py usable generically for any repository root diff --git a/rpython/tool/test/test_version.py

[pypy-commit] pypy fix-version-tool: have pypy get_repo_version_info on its own root (for the later split)

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: fix-version-tool Changeset: r60547:dea6b7a85a2a Date: 2013-01-27 11:28 -0500 http://bitbucket.org/pypy/pypy/changeset/dea6b7a85a2a/ Log:have pypy get_repo_version_info on its own root (for the later split) diff --git a/pypy/module/sys/version.py b/pypy/mo

[pypy-commit] pypy fix-version-tool: oops, this was the intent

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: fix-version-tool Changeset: r60548:ae5db54ff288 Date: 2013-01-27 11:44 -0500 http://bitbucket.org/pypy/pypy/changeset/ae5db54ff288/ Log:oops, this was the intent diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py --- a/pypy/module/sys/version.py

[pypy-commit] pypy fix-version-tool: unused import

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: fix-version-tool Changeset: r60549:5480de09f372 Date: 2013-01-27 11:56 -0500 http://bitbucket.org/pypy/pypy/changeset/5480de09f372/ Log:unused import diff --git a/rpython/tool/test/test_version.py b/rpython/tool/test/test_version.py --- a/rpython/tool/test/test_

[pypy-commit] pypy default: Merged in bdkearns/pypy/fix-version-tool (pull request #111)

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60550:7b8a30192de5 Date: 2013-01-27 22:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7b8a30192de5/ Log:Merged in bdkearns/pypy/fix-version-tool (pull request #111) make get_repo_version_info() usable generically for any repository

[pypy-commit] pypy kill-flowobjspace: CallSpec: inline a bit

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60551:a0ef0f4b0dbc Date: 2013-01-27 18:47 + http://bitbucket.org/pypy/pypy/changeset/a0ef0f4b0dbc/ Log:CallSpec: inline a bit diff --git a/rpython/flowspace/argument.py b/rpython/flowspace/argument.py --- a/rpython/flowspace/argume

[pypy-commit] pypy kill-flowobjspace: make CallSpec.unpack() non-destructive

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60552:eda004a832ff Date: 2013-01-27 20:51 + http://bitbucket.org/pypy/pypy/changeset/eda004a832ff/ Log:make CallSpec.unpack() non-destructive diff --git a/rpython/flowspace/argument.py b/rpython/flowspace/argument.py --- a/rpython/

[pypy-commit] pypy jitframe-on-heap: give up

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60553:1079691f3cf0 Date: 2013-01-27 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/1079691f3cf0/ Log:give up diff --git a/rpython/jit/backend/x86/test/test_zrpy_gc.py b/rpython/jit/backend/x86/test/test_zrpy_gc.py --- a/r

[pypy-commit] pypy jitframe-on-heap: give up even more

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60554:406487744603 Date: 2013-01-27 23:05 +0200 http://bitbucket.org/pypy/pypy/changeset/406487744603/ Log:give up even more diff --git a/rpython/jit/backend/x86/test/test_zrpy_gc.py b/rpython/jit/backend/x86/test/test_zrpy_gc.

[pypy-commit] pypy jitframe-on-heap: ll2ctypes drives me nuts

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60555:7d06cb9306a1 Date: 2013-01-27 22:14 +0100 http://bitbucket.org/pypy/pypy/changeset/7d06cb9306a1/ Log:ll2ctypes drives me nuts diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py

[pypy-commit] pypy jitframe-on-heap: UH, that's what I get for naming variables wrongly

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60556:32f451f7cffb Date: 2013-01-27 23:16 +0200 http://bitbucket.org/pypy/pypy/changeset/32f451f7cffb/ Log:UH, that's what I get for naming variables wrongly diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/

[pypy-commit] pypy jitframe-on-heap: actually just kill this misleading var

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60557:a06c4c0a4854 Date: 2013-01-27 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/a06c4c0a4854/ Log:actually just kill this misleading var diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsu

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60558:103c9c68341d Date: 2013-01-27 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/103c9c68341d/ Log:merge diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/b

[pypy-commit] pypy default: fix exe_name in gen_makefile when shared=True

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60559:060ce43207d0 Date: 2013-01-27 16:18 -0500 http://bitbucket.org/pypy/pypy/changeset/060ce43207d0/ Log:fix exe_name in gen_makefile when shared=True diff --git a/rpython/translator/platform/posix.py b/rpython/translator/platform/posix.py --- a/r

[pypy-commit] pypy default: fix whatsnew

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60560:02e6ddae5c1d Date: 2013-01-27 16:19 -0500 http://bitbucket.org/pypy/pypy/changeset/02e6ddae5c1d/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head

[pypy-commit] pypy jitframe-on-heap: this is respectively uninteresting and done

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60561:4e549c373b0b Date: 2013-01-27 23:37 +0200 http://bitbucket.org/pypy/pypy/changeset/4e549c373b0b/ Log:this is respectively uninteresting and done diff --git a/pypy/TODO b/pypy/TODO --- a/pypy/TODO +++ b/pypy/TODO @@ -5,6 +5

[pypy-commit] pypy fix-version-tool: merge default

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: fix-version-tool Changeset: r60562:a0295c6b1209 Date: 2013-01-27 16:41 -0500 http://bitbucket.org/pypy/pypy/changeset/a0295c6b1209/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/

[pypy-commit] pypy fix-version-tool: remove hardcoded project from get_repo_version_info()

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: fix-version-tool Changeset: r60563:d28498b4b051 Date: 2013-01-27 16:53 -0500 http://bitbucket.org/pypy/pypy/changeset/d28498b4b051/ Log:remove hardcoded project from get_repo_version_info() diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py ---

[pypy-commit] pypy default: clarify comment

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60566:022a44a9b630 Date: 2013-01-27 17:46 -0500 http://bitbucket.org/pypy/pypy/changeset/022a44a9b630/ Log:clarify comment diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interpreter/test2/te

[pypy-commit] pypy default: cleanups

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60567:44a14b38dc4c Date: 2013-01-27 17:56 -0500 http://bitbucket.org/pypy/pypy/changeset/44a14b38dc4c/ Log:cleanups diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interpreter/test2/test_app_

[pypy-commit] pypy default: fix unnecessary skip

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60568:af9676802136 Date: 2013-01-27 18:24 -0500 http://bitbucket.org/pypy/pypy/changeset/af9676802136/ Log:fix unnecessary skip diff --git a/pypy/module/_io/test/test_fileio.py b/pypy/module/_io/test/test_fileio.py --- a/pypy/module/_io/test/test_fi

[pypy-commit] pypy default: fix some tests on darwin

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60569:b59c8e831df0 Date: 2013-01-27 18:58 -0500 http://bitbucket.org/pypy/pypy/changeset/b59c8e831df0/ Log:fix some tests on darwin diff --git a/pypy/module/_ffi/test/test_funcptr.py b/pypy/module/_ffi/test/test_funcptr.py --- a/pypy/module/_ffi/tes

[pypy-commit] pypy fix-e4fa0b2: close merged branch

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: fix-e4fa0b2 Changeset: r60570:e5da67dc7430 Date: 2013-01-27 20:15 -0500 http://bitbucket.org/pypy/pypy/changeset/e5da67dc7430/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://mail.pyth

[pypy-commit] pypy kill-flowobjspace: flowspace: test kwarg call

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60571:448681fc6a2e Date: 2013-01-27 22:25 + http://bitbucket.org/pypy/pypy/changeset/448681fc6a2e/ Log:flowspace: test kwarg call diff --git a/rpython/flowspace/test/test_objspace.py b/rpython/flowspace/test/test_objspace.py --- a

[pypy-commit] pypy kill-flowobjspace: make CallSpec independent of ArgumentsForTranslation

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60573:5398a4125bb7 Date: 2013-01-28 03:09 + http://bitbucket.org/pypy/pypy/changeset/5398a4125bb7/ Log:make CallSpec independent of ArgumentsForTranslation diff --git a/rpython/flowspace/argument.py b/rpython/flowspace/argument.py

[pypy-commit] pypy kill-flowobjspace: Store CallSpec kwargs in a dict

2013-01-27 Thread rlamy
Author: Ronan Lamy Branch: kill-flowobjspace Changeset: r60572:4affc42b8dba Date: 2013-01-27 22:56 + http://bitbucket.org/pypy/pypy/changeset/4affc42b8dba/ Log:Store CallSpec kwargs in a dict diff --git a/rpython/flowspace/argument.py b/rpython/flowspace/argument.py --- a/rpython/flowspa

[pypy-commit] pypy default: more darwin test fixes

2013-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60574:f35e9b243a35 Date: 2013-01-27 20:21 -0800 http://bitbucket.org/pypy/pypy/changeset/f35e9b243a35/ Log:more darwin test fixes diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pypy/module/cpyext/t