[pypy-commit] pypy default: Use OneDimIterator if we have one already. Fix it since tests started failing,

2011-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49941:8e56ec1b31a3 Date: 2011-11-29 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/8e56ec1b31a3/ Log:Use OneDimIterator if we have one already. Fix it since tests started failing, make test_zjit look better again.

[pypy-commit] pypy default: kill a duplicate test

2011-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49942:12123f742146 Date: 2011-11-29 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/12123f742146/ Log:kill a duplicate test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: fixes

2011-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49943:831d8e975963 Date: 2011-11-29 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/831d8e975963/ Log:fixes diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy default: Test and check that we don't do stupid copies - it's not only inefficient, it's

2011-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49944:6fabd9a00be8 Date: 2011-11-29 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/6fabd9a00be8/ Log:Test and check that we don't do stupid copies - it's not only inefficient, it's also wrong diff --git

[pypy-commit] pypy ppc-jit-backend: Added a few methods which will be needed later on

2011-11-29 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r49946:30281c041368 Date: 2011-11-24 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/30281c041368/ Log:Added a few methods which will be needed later on diff --git a/pypy/jit/backend/ppc/ppcgen/regalloc.py

[pypy-commit] pypy ppc-jit-backend: merge

2011-11-29 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r49947:1676cac93ae4 Date: 2011-11-29 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/1676cac93ae4/ Log:merge diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py

[pypy-commit] pypy ppc-jit-backend: merge

2011-11-29 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r49948:5e00ef86a581 Date: 2011-11-29 10:45 +0100 http://bitbucket.org/pypy/pypy/changeset/5e00ef86a581/ Log:merge diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py

[pypy-commit] pypy disable_merge_different_int_types: add missing import

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: disable_merge_different_int_types Changeset: r49949:f012fa9edd70 Date: 2011-11-29 10:08 +0100 http://bitbucket.org/pypy/pypy/changeset/f012fa9edd70/ Log:add missing import diff --git a/pypy/jit/metainterp/optimizeopt/fficall.py

[pypy-commit] pypy default: kill unused nonsensical function

2011-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49951:f54bf973f305 Date: 2011-11-29 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/f54bf973f305/ Log:kill unused nonsensical function diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: (arigo, bivab): do not require gcc 4.0 as a default on the mac anymore

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r49952:e68a7b79ae93 Date: 2011-11-29 12:57 +0100 http://bitbucket.org/pypy/pypy/changeset/e68a7b79ae93/ Log:(arigo, bivab): do not require gcc 4.0 as a default on the mac anymore diff --git

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): fix an overfix in setobject

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: disable_merge_different_int_types Changeset: r49953:8eaa554846b5 Date: 2011-11-29 12:49 +0100 http://bitbucket.org/pypy/pypy/changeset/8eaa554846b5/ Log:(arigo, bivab): fix an overfix in setobject diff --git

[pypy-commit] pypy disable_merge_different_int_types: merge default

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: disable_merge_different_int_types Changeset: r49954:89efc1956c94 Date: 2011-11-29 12:50 +0100 http://bitbucket.org/pypy/pypy/changeset/89efc1956c94/ Log:merge default diff --git a/pypy/jit/backend/llsupport/gc.py

[pypy-commit] pypy disable_merge_different_int_types: merge default

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: disable_merge_different_int_types Changeset: r49955:5cb23d0a9a6f Date: 2011-11-29 12:59 +0100 http://bitbucket.org/pypy/pypy/changeset/5cb23d0a9a6f/ Log:merge default diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: merge

2011-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49957:ec72fff50853 Date: 2011-11-29 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/ec72fff50853/ Log:merge diff --git a/pypy/translator/platform/darwin.py b/pypy/translator/platform/darwin.py ---

[pypy-commit] pypy default: Make tests reflect the reality. It actually works, but a bit by chance

2011-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49956:2158b5ddab51 Date: 2011-11-29 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/2158b5ddab51/ Log:Make tests reflect the reality. It actually works, but a bit by chance diff --git

[pypy-commit] pypy op_malloc_gc: Refactoring, in-progress.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49958:2d92b6d542ce Date: 2011-11-29 09:31 +0100 http://bitbucket.org/pypy/pypy/changeset/2d92b6d542ce/ Log:Refactoring, in-progress. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py ---

[pypy-commit] pypy disable_merge_different_int_types: (bivab, arigo) Bah, undo this, which was too much.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: disable_merge_different_int_types Changeset: r49960:82c99d032cfc Date: 2011-11-29 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/82c99d032cfc/ Log:(bivab, arigo) Bah, undo this, which was too much. diff --git a/pypy/jit/codewriter/support.py

[pypy-commit] pypy disable_merge_different_int_types: (bivab, arigo) Fix.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: disable_merge_different_int_types Changeset: r49961:2d877298ba62 Date: 2011-11-29 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/2d877298ba62/ Log:(bivab, arigo) Fix. diff --git a/pypy/jit/codewriter/jtransform.py

[pypy-commit] pypy op_malloc_gc: Refactor more. Test_rewrite passes.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49959:911d0419ed7f Date: 2011-11-29 09:50 +0100 http://bitbucket.org/pypy/pypy/changeset/911d0419ed7f/ Log:Refactor more. Test_rewrite passes. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py

[pypy-commit] pypy disable_merge_different_int_types: merge default

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: disable_merge_different_int_types Changeset: r49962:78c6f8cf48ab Date: 2011-11-29 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/78c6f8cf48ab/ Log:merge default diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) close branch

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: disable_merge_different_int_types Changeset: r49963:8cf681375aab Date: 2011-11-29 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/8cf681375aab/ Log:(arigo, bivab) close branch ___

[pypy-commit] pypy default: (arigo, bivab) merge disable_merge_different_int_types

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r49964:e7aab5877bf5 Date: 2011-11-29 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/e7aab5877bf5/ Log:(arigo, bivab) merge disable_merge_different_int_types diff --git a/pypy/annotation/binaryop.py

[pypy-commit] pypy numpy-dtype-refactor: Merged default in.

2011-11-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: numpy-dtype-refactor Changeset: r49965:fef6d4e76590 Date: 2011-11-29 09:29 -0500 http://bitbucket.org/pypy/pypy/changeset/fef6d4e76590/ Log:Merged default in. diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/binaryop.py ---

[pypy-commit] pypy default: issue944 wontfix

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49966:9f57fcbd3b17 Date: 2011-11-29 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/9f57fcbd3b17/ Log:issue944 wontfix Document this as an implementation detail. diff --git a/pypy/doc/cpython_differences.rst

[pypy-commit] pypy generator-in-rpython: A first version of the test.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: generator-in-rpython Changeset: r49967:026ff0f93709 Date: 2011-11-29 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/026ff0f93709/ Log:A first version of the test. diff --git a/pypy/translator/test/test_generator.py

[pypy-commit] pypy numpy-dtype-refactor: fix translation

2011-11-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: numpy-dtype-refactor Changeset: r49968:192b326cb379 Date: 2011-11-29 09:45 -0500 http://bitbucket.org/pypy/pypy/changeset/192b326cb379/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy numpy-dtype-refactor: translation fix

2011-11-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: numpy-dtype-refactor Changeset: r49969:fc7d508c2176 Date: 2011-11-29 10:15 -0500 http://bitbucket.org/pypy/pypy/changeset/fc7d508c2176/ Log:translation fix diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy.org extradoc: Link win32.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r295:62f26ca8eb05 Date: 2011-11-29 16:20 +0100 http://bitbucket.org/pypy/pypy.org/changeset/62f26ca8eb05/ Log:Link win32. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -72,7 +72,7 @@ lia

[pypy-commit] pypy arm-backend-2: refactor check_imm_arg

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r49970:d61888e925b8 Date: 2011-11-29 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/d61888e925b8/ Log:refactor check_imm_arg diff --git a/pypy/jit/backend/arm/assembler.py

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

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r49972:cbf05f6c40ef Date: 2011-11-29 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cbf05f6c40ef/ Log:merge disable_merge_different_int_types diff --git a/pypy/annotation/binaryop.py

[pypy-commit] pypy arm-backend-2: translation fix

2011-11-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r49973:cf2af9ba668b Date: 2011-11-29 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/cf2af9ba668b/ Log:translation fix diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py

[pypy-commit] pypy numpy-dtype-refactor: fix tests for 32-bit

2011-11-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: numpy-dtype-refactor Changeset: r49974:b443d8b4f544 Date: 2011-11-29 11:25 -0500 http://bitbucket.org/pypy/pypy/changeset/b443d8b4f544/ Log:fix tests for 32-bit diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy default: Fix (probably; tests coming).

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49975:ca55b862ead9 Date: 2011-11-29 19:15 +0100 http://bitbucket.org/pypy/pypy/changeset/ca55b862ead9/ Log:Fix (probably; tests coming). diff --git a/pypy/rpython/memory/gctransform/shadowstack.py

[pypy-commit] pypy default: The test for ca55b862ead9. Without the fix, it crashes with MemoryError as originally reported by ltratt with the Converge VM.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49976:ccac319dfdd7 Date: 2011-11-29 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/ccac319dfdd7/ Log:The test for ca55b862ead9. Without the fix, it crashes with MemoryError as originally reported by ltratt with the Converge

[pypy-commit] pypy win64-stage1: reverted a bad import of pypy into app_operator

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49977:0145566e0b02 Date: 2011-11-29 20:34 +0100 http://bitbucket.org/pypy/pypy/changeset/0145566e0b02/ Log:reverted a bad import of pypy into app_operator diff --git a/pypy/module/operator/app_operator.py

[pypy-commit] pypy py3k: (chronitis) String tests should test (bytes) strings.

2011-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r49978:d5cb1a5800c3 Date: 2011-11-29 22:04 +0100 http://bitbucket.org/pypy/pypy/changeset/d5cb1a5800c3/ Log:(chronitis) String tests should test (bytes) strings. Also make sure that the fillchar character in

[pypy-commit] pypy py3k: (chronitis) Add bytes.maketrans, and allow buffer-compatible objects to

2011-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r49979:5a8c73ef4e8f Date: 2011-11-29 23:25 +0100 http://bitbucket.org/pypy/pypy/changeset/5a8c73ef4e8f/ Log:(chronitis) Add bytes.maketrans, and allow buffer-compatible objects to be used as arguments of most

[pypy-commit] pypy default: corrected nullpath for windows

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49980:70f319a40fd6 Date: 2011-11-29 21:36 +0100 http://bitbucket.org/pypy/pypy/changeset/70f319a40fd6/ Log:corrected nullpath for windows diff --git a/pypy/tool/nullpath.py b/pypy/tool/nullpath.py --- a/pypy/tool/nullpath.py

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49981:f16c55f8b3e5 Date: 2011-11-29 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f16c55f8b3e5/ Log:Merge with default diff --git a/pypy/tool/nullpath.py b/pypy/tool/nullpath.py --- a/pypy/tool/nullpath.py

[pypy-commit] pypy default: Merge

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49984:4698190ee108 Date: 2011-11-29 23:27 +0100 http://bitbucket.org/pypy/pypy/changeset/4698190ee108/ Log:Merge diff --git a/pypy/tool/nullpath.py b/pypy/tool/nullpath.py --- a/pypy/tool/nullpath.py +++

[pypy-commit] pypy win64-stage1: Merge

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49983:f3c6d05cd02c Date: 2011-11-29 23:15 +0100 http://bitbucket.org/pypy/pypy/changeset/f3c6d05cd02c/ Log:Merge diff --git a/pypy/objspace/std/test/test_longobject.py b/pypy/objspace/std/test/test_longobject.py

[pypy-commit] pypy py3k: (chronitis) Add a couple more string test cases, and fix contains and expandtabs appropriately.

2011-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r49985:fee4e22f1a4f Date: 2011-11-29 23:40 +0100 http://bitbucket.org/pypy/pypy/changeset/fee4e22f1a4f/ Log:(chronitis) Add a couple more string test cases, and fix contains and expandtabs appropriately. diff

[pypy-commit] pypy default: adjusted nullpath according to amaury's suggestion

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49986:5c81dab4eeda Date: 2011-11-30 01:11 +0100 http://bitbucket.org/pypy/pypy/changeset/5c81dab4eeda/ Log:adjusted nullpath according to amaury's suggestion diff --git a/pypy/tool/nullpath.py b/pypy/tool/nullpath.py ---

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49987:83d2aaba0f24 Date: 2011-11-30 01:14 +0100 http://bitbucket.org/pypy/pypy/changeset/83d2aaba0f24/ Log:Merge with default diff --git a/pypy/tool/nullpath.py b/pypy/tool/nullpath.py --- a/pypy/tool/nullpath.py

[pypy-commit] pypy default: Turn off reporting const-fold errors as WARNINGs. This gives quite a

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49988:12a0a0c0eb4a Date: 2011-11-29 22:32 +0100 http://bitbucket.org/pypy/pypy/changeset/12a0a0c0eb4a/ Log:Turn off reporting const-fold errors as WARNINGs. This gives quite a bunch of warnings in any C translation, and I've

[pypy-commit] pypy default: Allow at least the front-end to be tested with the none gc.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49989:79bcc27b894a Date: 2011-11-30 02:23 +0100 http://bitbucket.org/pypy/pypy/changeset/79bcc27b894a/ Log:Allow at least the front-end to be tested with the none gc. diff --git a/pypy/jit/metainterp/gc.py b/pypy/jit/metainterp/gc.py

[pypy-commit] pypy default: merge heads

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49992:ac6210475691 Date: 2011-11-30 02:41 +0100 http://bitbucket.org/pypy/pypy/changeset/ac6210475691/ Log:merge heads diff --git a/pypy/tool/nullpath.py b/pypy/tool/nullpath.py --- a/pypy/tool/nullpath.py +++ b/pypy/tool/nullpath.py @@

[pypy-commit] pypy default: Add another test that switch() calls are supposed to have an

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49990:36e3174f324f Date: 2011-11-30 02:24 +0100 http://bitbucket.org/pypy/pypy/changeset/36e3174f324f/ Log:Add another test that switch() calls are supposed to have an effectinfo of EF_RANDOM_EFFECTS. I thought it was tested

[pypy-commit] pypy default: Fix the test.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49991:b37ba47c5260 Date: 2011-11-30 02:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b37ba47c5260/ Log:Fix the test. diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py ---

[pypy-commit] pypy default: Fix test.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49993:35781cc8c09d Date: 2011-11-30 02:43 +0100 http://bitbucket.org/pypy/pypy/changeset/35781cc8c09d/ Log:Fix test. diff --git a/pypy/jit/codewriter/test/test_longlong.py b/pypy/jit/codewriter/test/test_longlong.py ---

[pypy-commit] pypy default: Fix.

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49995:c28d62b01ab1 Date: 2011-11-30 03:02 +0100 http://bitbucket.org/pypy/pypy/changeset/c28d62b01ab1/ Log:Fix. diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py --- a/pypy/jit/codewriter/effectinfo.py

[pypy-commit] pypy default: Add a warning message when using stacklet_destroy() with

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49996:5e4711c2e500 Date: 2011-11-30 03:14 +0100 http://bitbucket.org/pypy/pypy/changeset/5e4711c2e500/ Log:Add a warning message when using stacklet_destroy() with reference counting. diff --git a/pypy/rlib/_stacklet_n_a.py

[pypy-commit] pypy win64-stage1: this patch makes at least the setup part of test_newgc work.

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49998:6110a798a844 Date: 2011-11-30 03:44 +0100 http://bitbucket.org/pypy/pypy/changeset/6110a798a844/ Log:this patch makes at least the setup part of test_newgc work. But there is much left, which is

[pypy-commit] pypy win64-stage1: temp hack. something makes this cast necessary. Find the reason!

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r4:7129b5efa170 Date: 2011-11-30 03:49 +0100 http://bitbucket.org/pypy/pypy/changeset/7129b5efa170/ Log:temp hack. something makes this cast necessary. Find the reason! diff --git a/pypy/rlib/rdynload.py

[pypy-commit] pypy win64-stage1: Merge

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r5:64d02c8953ea Date: 2011-11-30 03:52 +0100 http://bitbucket.org/pypy/pypy/changeset/64d02c8953ea/ Log:Merge diff --git a/pypy/tool/nullpath.py b/pypy/tool/nullpath.py --- a/pypy/tool/nullpath.py +++

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-29 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50001:422cff143e9b Date: 2011-11-30 03:54 +0100 http://bitbucket.org/pypy/pypy/changeset/422cff143e9b/ Log:Merge with default diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py ---

[pypy-commit] pypy nedbat-sandbox: An implementation of do_ll_os__ll_os_fstat, no tests, not sure if it's right.

2011-11-29 Thread ned
Author: Ned Batchelder n...@nedbatchelder.com Branch: nedbat-sandbox Changeset: r50002:ca8246ba93b7 Date: 2011-11-28 21:01 -0500 http://bitbucket.org/pypy/pypy/changeset/ca8246ba93b7/ Log:An implementation of do_ll_os__ll_os_fstat, no tests, not sure if it's right. diff --git

[pypy-commit] pypy nedbat-sandbox: Avoid a compile at startup by using our own marshalling of stat results, instead of calling into rmarshal to do it.

2011-11-29 Thread ned
Author: Ned Batchelder n...@nedbatchelder.com Branch: nedbat-sandbox Changeset: r50003:0cca0b181f5c Date: 2011-11-29 22:00 -0500 http://bitbucket.org/pypy/pypy/changeset/0cca0b181f5c/ Log:Avoid a compile at startup by using our own marshalling of stat results, instead of calling into

[pypy-commit] pypy default: fix translation

2011-11-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50004:9eec6149907c Date: 2011-11-29 23:27 -0500 http://bitbucket.org/pypy/pypy/changeset/9eec6149907c/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---