[pypy-commit] pypy jit-targets: fix test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48900:01cb9893b566 Date: 2011-11-07 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/01cb9893b566/ Log:fix test diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/compile.py +++ b/pypy/

[pypy-commit] pypy jit-targets: abort unsupported case

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48902:0a92fe884bc3 Date: 2011-11-07 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/0a92fe884bc3/ Log:abort unsupported case diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/pypy/

[pypy-commit] pypy jit-targets: fix tests

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48904:6ad136c18d39 Date: 2011-11-07 20:15 +0100 http://bitbucket.org/pypy/pypy/changeset/6ad136c18d39/ Log:fix tests diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp/test/t

[pypy-commit] pypy jit-targets: fallback to preamble if inlining short preamble fails

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48901:ac810b69b113 Date: 2011-11-07 18:36 +0100 http://bitbucket.org/pypy/pypy/changeset/ac810b69b113/ Log:fallback to preamble if inlining short preamble fails diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/op

[pypy-commit] pypy jit-targets: dont inline short preamble when falling back to the full preamble

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48903:8ed931ccc062 Date: 2011-11-07 20:08 +0100 http://bitbucket.org/pypy/pypy/changeset/8ed931ccc062/ Log:dont inline short preamble when falling back to the full preamble diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/co

[pypy-commit] pypy jit-targets: hg merge jit-refactor-tests

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48906:e008b8114029 Date: 2011-11-08 08:07 +0100 http://bitbucket.org/pypy/pypy/changeset/e008b8114029/ Log:hg merge jit-refactor-tests diff --git a/pypy/jit/metainterp/test/test_loop.py b/pypy/jit/metainterp/test/test_loop.py --- a/pypy/jit

[pypy-commit] pypy jit-targets: better way of checking that the retracecount is not exceeded

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48905:178c618d4dc3 Date: 2011-11-08 08:06 +0100 http://bitbucket.org/pypy/pypy/changeset/178c618d4dc3/ Log:better way of checking that the retracecount is not exceeded diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp

[pypy-commit] pypy jit-targets: recursion support

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48909:df9f538c4ae9 Date: 2011-11-08 10:15 +0100 http://bitbucket.org/pypy/pypy/changeset/df9f538c4ae9/ Log:recursion support diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py --- a/pypy/jit/metainterp/pyjitpl.py ++

[pypy-commit] pypy jit-targets: jumps are allowed to jump to a TargetToken beloning to another procedure

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48907:0ba1948f37c5 Date: 2011-11-08 08:33 +0100 http://bitbucket.org/pypy/pypy/changeset/0ba1948f37c5/ Log:jumps are allowed to jump to a TargetToken beloning to another procedure diff --git a/pypy/jit/metainterp/history.py b/pypy/ji

[pypy-commit] pypy jit-refactor-tests: convert test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48910:c52328c21f19 Date: 2011-11-08 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/c52328c21f19/ Log:convert test diff --git a/pypy/jit/metainterp/test/test_exception.py b/pypy/jit/metainterp/test/test_exception.py --- a/pypy/j

[pypy-commit] pypy jit-targets: renames

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48908:8de0c01fb64b Date: 2011-11-08 08:55 +0100 http://bitbucket.org/pypy/pypy/changeset/8de0c01fb64b/ Log:renames diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/compile.py +++ b/pypy/j

[pypy-commit] pypy jit-targets: hg merge jit-refactor-tests

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48911:893335d40c74 Date: 2011-11-08 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/893335d40c74/ Log:hg merge jit-refactor-tests diff --git a/pypy/jit/metainterp/test/test_exception.py b/pypy/jit/metainterp/test/test_exception.py ---

[pypy-commit] pypy ppc-jit-backend: Re-adding David's changes, which I killed on merge :(

2011-11-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r48912:9b76414ee2fe Date: 2011-11-08 10:34 +0100 http://bitbucket.org/pypy/pypy/changeset/9b76414ee2fe/ Log:Re-adding David's changes, which I killed on merge :( diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc

[pypy-commit] pypy default: fix test_urllib2_localnet - don't be too eager on closing the response, closing

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r48913:9827978a2b97 Date: 2011-10-17 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/9827978a2b97/ Log:fix test_urllib2_localnet - don't be too eager on closing the response, closing it when we have a socket error seems to be enough

[pypy-commit] pypy separate-applevel-numpy: merge default

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: separate-applevel-numpy Changeset: r48914:c9cb4eb54185 Date: 2011-10-17 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c9cb4eb54185/ Log:merge default diff --git a/pypy/jit/metainterp/graphpage.py b/pypy/jit/metainterp/graphpage.py --- a/pypy/jit/meta

[pypy-commit] pypy default: write a test that _get_interplevel_cls still works if we have multiple string

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r48915:9d9d4b7af85f Date: 2011-11-08 11:53 +0100 http://bitbucket.org/pypy/pypy/changeset/9d9d4b7af85f/ Log:write a test that _get_interplevel_cls still works if we have multiple string implementations. just to avoid confusion I suppose

[pypy-commit] pypy default: merge default

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r48916:cc101bad6f60 Date: 2011-11-08 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/cc101bad6f60/ Log:merge default ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mail

[pypy-commit] pypy default: Add a passing test that rgc.ll_arraycopy cannot raise.

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48918:0f2d4f02b0e3 Date: 2011-11-08 12:28 +0100 http://bitbucket.org/pypy/pypy/changeset/0f2d4f02b0e3/ Log:Add a passing test that rgc.ll_arraycopy cannot raise. diff --git a/pypy/translator/backendopt/test/test_canraise.py b/pypy/translator/backendop

[pypy-commit] pypy default: Move the import globally.

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48917:daf1ca6435fb Date: 2011-11-08 12:24 +0100 http://bitbucket.org/pypy/pypy/changeset/daf1ca6435fb/ Log:Move the import globally. diff --git a/pypy/jit/codewriter/test/test_flatten.py b/pypy/jit/codewriter/test/test_flatten.py --- a/pypy/jit/codewr

[pypy-commit] pypy default: Add a test here. *Still* passing.

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48919:a800076e6e9c Date: 2011-11-08 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/a800076e6e9c/ Log:Add a test here. *Still* passing. diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/meta

[pypy-commit] pypy default: Yet another obscure attempt at catching the bug

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48920:f03b9b71714c Date: 2011-11-08 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/f03b9b71714c/ Log:Yet another obscure attempt at catching the bug diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py --- a/pypy/ji

[pypy-commit] pypy default: Don't use range() here, because it can raise MemoryError.

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48922:b1d4b57f6170 Date: 2011-11-08 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/b1d4b57f6170/ Log:Don't use range() here, because it can raise MemoryError. diff --git a/pypy/rlib/rgc.py b/pypy/rlib/rgc.py --- a/pypy/rlib/rgc.py +++ b/pypy/rlib

[pypy-commit] pypy default: merge heads

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48921:2e501c64546b Date: 2011-11-08 12:48 +0100 http://bitbucket.org/pypy/pypy/changeset/2e501c64546b/ Log:merge heads diff --git a/pypy/objspace/std/test/test_stdobjspace.py b/pypy/objspace/std/test/test_stdobjspace.py --- a/pypy/objspace/std/test/te

[pypy-commit] pypy default: No-op clean-up.

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48923:98df871c9c44 Date: 2011-11-08 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/98df871c9c44/ Log:No-op clean-up. diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py --- a/pypy/jit/codewriter/effectinfo.py +++ b

[pypy-commit] pypy release-1.7.x: Create a 1.7 branch. Bump version numbers

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.7.x Changeset: r48924:a01f9701efa7 Date: 2011-11-08 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/a01f9701efa7/ Log:Create a 1.7 branch. Bump version numbers diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include

[pypy-commit] pypy default: for completeness sake, bump numbers in the default as well

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r48925:d5cc360c2060 Date: 2011-11-08 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/d5cc360c2060/ Log:for completeness sake, bump numbers in the default as well diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/inc

[pypy-commit] pypy jit-targets: fix test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48926:340cdb94a9f5 Date: 2011-11-08 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/340cdb94a9f5/ Log:fix test diff --git a/pypy/jit/metainterp/test/test_exception.py b/pypy/jit/metainterp/test/test_exception.py --- a/pypy/jit/metainte

[pypy-commit] pypy jit-targets: dont crash if not inlining the same short preamble as is beeing produced

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48928:a6c88d02ef0e Date: 2011-11-08 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/a6c88d02ef0e/ Log:dont crash if not inlining the same short preamble as is beeing produced diff --git a/pypy/jit/metainterp/optimizeopt/unroll.p

[pypy-commit] pypy jit-refactor-tests: conversion in progress

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48929:27c73644ff5a Date: 2011-11-08 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/27c73644ff5a/ Log:conversion in progress diff --git a/pypy/jit/metainterp/test/test_string.py b/pypy/jit/metainterp/test/test_string.py --- a/py

[pypy-commit] pypy jit-targets: exception support

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48927:31885b3fa5e9 Date: 2011-11-08 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/31885b3fa5e9/ Log:exception support diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py --- a/pypy/jit/metainterp/pyjitpl.py ++

[pypy-commit] pypy jit-targets: fix test to not retrace when the guard is created and only to count the number of int_mul which is what the test is about

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48932:1515bd7380ed Date: 2011-11-08 13:02 +0100 http://bitbucket.org/pypy/pypy/changeset/1515bd7380ed/ Log:fix test to not retrace when the guard is created and only to count the number of int_mul which is what the test is about diff

[pypy-commit] pypy jit-targets: renaming, redefining and reeanbling the "loop" counters (in progress)

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48930:9b50e8266be0 Date: 2011-11-08 12:11 +0100 http://bitbucket.org/pypy/pypy/changeset/9b50e8266be0/ Log:renaming, redefining and reeanbling the "loop" counters (in progress) diff --git a/pypy/jit/metainterp/test/support.py b/pypy

[pypy-commit] pypy jit-targets: fix tests

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48933:7d1b9a847447 Date: 2011-11-08 13:27 +0100 http://bitbucket.org/pypy/pypy/changeset/7d1b9a847447/ Log:fix tests diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp/test/t

[pypy-commit] pypy jit-targets: make sure all jitcell tokens and traces are actually counted

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48931:12fef84a6bd0 Date: 2011-11-08 12:51 +0100 http://bitbucket.org/pypy/pypy/changeset/12fef84a6bd0/ Log:make sure all jitcell tokens and traces are actually counted diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile

[pypy-commit] pypy jit-targets: respect retrace limit

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48934:8f5285d28ef9 Date: 2011-11-08 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/8f5285d28ef9/ Log:respect retrace limit diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/pypy/j

[pypy-commit] pypy jit-targets: support max_retrace_guards

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48936:5a5c19100cf4 Date: 2011-11-08 14:09 +0100 http://bitbucket.org/pypy/pypy/changeset/5a5c19100cf4/ Log:support max_retrace_guards diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/p

[pypy-commit] pypy jit-targets: fix test to actually count the number of specialized versions of the loop

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48935:d200a90155ef Date: 2011-11-08 13:51 +0100 http://bitbucket.org/pypy/pypy/changeset/d200a90155ef/ Log:fix test to actually count the number of specialized versions of the loop diff --git a/pypy/jit/metainterp/optimizeopt/unroll.

[pypy-commit] pypy ppc-jit-backend: PPC64 support for _save_managed_regs

2011-11-08 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r48937:2634db7ce5b0 Date: 2011-11-08 09:35 -0500 http://bitbucket.org/pypy/pypy/changeset/2634db7ce5b0/ Log:PPC64 support for _save_managed_regs diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_ass

[pypy-commit] pypy numpy-multidim: a nicely passing test and a test we want to work on

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r48938:8e3ada08df4f Date: 2011-11-08 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/8e3ada08df4f/ Log:a nicely passing test and a test we want to work on diff --git a/pypy/module/micronumpy/test/test_compile.py b/pypy/module

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48941:8c667375eed2 Date: 2011-11-08 00:43 +0100 http://bitbucket.org/pypy/pypy/changeset/8c667375eed2/ Log:Merge with default diff --git a/lib_pypy/pyrepl/commands.py b/lib_pypy/pyrepl/commands.py --- a/lib_pypy/pyrepl/commands.py +++

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48939:64b52e0ecfcc Date: 2011-11-07 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/64b52e0ecfcc/ Log:Merge with default diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy

[pypy-commit] pypy win64_gborg: removed the last bug from test_typed.py ehich is not related to rwin32.py buggyness

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48940:0ea921260824 Date: 2011-11-08 00:41 +0100 http://bitbucket.org/pypy/pypy/changeset/0ea921260824/ Log:removed the last bug from test_typed.py ehich is not related to rwin32.py buggyness diff --git a/pypy/rlib/rdtoa.py b/py

[pypy-commit] pypy default: added sys.maxint to the compilation hash, to avoid obscure errors on windows

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: Changeset: r48942:905df0d6d47e Date: 2011-11-08 16:37 +0100 http://bitbucket.org/pypy/pypy/changeset/905df0d6d47e/ Log:added sys.maxint to the compilation hash, to avoid obscure errors on windows diff --git a/pypy/translator/platform/__init__.py b/p

[pypy-commit] pypy default: Merge

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: Changeset: r48943:7c7c46d6a78d Date: 2011-11-08 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/7c7c46d6a78d/ Log:Merge diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py --- a/lib_pypy/_ctypes/pointer.py +++ b/lib_pypy/_ctypes/point

[pypy-commit] pypy jit-targets: fix test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48944:ac7073eb2075 Date: 2011-11-08 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/ac7073eb2075/ Log:fix test diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp/test/te

[pypy-commit] pypy jit-targets: fix tests

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48946:b449ace83c77 Date: 2011-11-08 15:25 +0100 http://bitbucket.org/pypy/pypy/changeset/b449ace83c77/ Log:fix tests diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp/test/t

[pypy-commit] pypy jit-targets: indent

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r48945:7d76cfa50b41 Date: 2011-11-08 15:14 +0100 http://bitbucket.org/pypy/pypy/changeset/7d76cfa50b41/ Log:indent diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/pypy/jit/metainterp/o

[pypy-commit] pypy jit-refactor-tests: convreted tests

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48952:5b50039bad35 Date: 2011-11-08 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/5b50039bad35/ Log:convreted tests diff --git a/pypy/jit/metainterp/test/test_del.py b/pypy/jit/metainterp/test/test_del.py --- a/pypy/jit/metain

[pypy-commit] pypy jit-refactor-tests: converted test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48947:9021a2a814b1 Date: 2011-11-08 15:40 +0100 http://bitbucket.org/pypy/pypy/changeset/9021a2a814b1/ Log:converted test diff --git a/pypy/jit/metainterp/test/test_string.py b/pypy/jit/metainterp/test/test_string.py --- a/pypy/jit/m

[pypy-commit] pypy jit-refactor-tests: converted test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48948:280c132cc8a4 Date: 2011-11-08 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/280c132cc8a4/ Log:converted test diff --git a/pypy/jit/metainterp/test/test_virtualizable.py b/pypy/jit/metainterp/test/test_virtualizable.py --

[pypy-commit] pypy jit-refactor-tests: fix indentation

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48949:42eb7a0e Date: 2011-11-08 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/42eb7a0e/ Log:fix indentation diff --git a/pypy/jit/metainterp/test/test_virtualizable.py b/pypy/jit/metainterp/test/test_virtualizable.py -

[pypy-commit] pypy jit-refactor-tests: converted test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48950:4f2ecb448124 Date: 2011-11-08 16:03 +0100 http://bitbucket.org/pypy/pypy/changeset/4f2ecb448124/ Log:converted test diff --git a/pypy/jit/metainterp/test/test_quasiimmut.py b/pypy/jit/metainterp/test/test_quasiimmut.py --- a/py

[pypy-commit] pypy jit-refactor-tests: converted test

2011-11-08 Thread hakanardo
Author: Hakan Ardo Branch: jit-refactor-tests Changeset: r48951:88ca4d9cb01f Date: 2011-11-08 16:07 +0100 http://bitbucket.org/pypy/pypy/changeset/88ca4d9cb01f/ Log:converted test diff --git a/pypy/jit/metainterp/test/test_virtualref.py b/pypy/jit/metainterp/test/test_virtualref.py --- a/py

[pypy-commit] pypy py3k: Convert from __nonzero__ to __bool__.

2011-11-08 Thread alex_gaynor
Author: Alex Gaynor Branch: py3k Changeset: r48953:442dd206f22d Date: 2011-11-08 11:25 -0500 http://bitbucket.org/pypy/pypy/changeset/442dd206f22d/ Log:Convert from __nonzero__ to __bool__. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/functi

[pypy-commit] pypy py3k: merged upstream

2011-11-08 Thread alex_gaynor
Author: Alex Gaynor Branch: py3k Changeset: r48954:5c7c60f852c7 Date: 2011-11-08 11:26 -0500 http://bitbucket.org/pypy/pypy/changeset/5c7c60f852c7/ Log:merged upstream diff --git a/pypy/module/_io/test/test_textio.py b/pypy/module/_io/test/test_textio.py --- a/pypy/module/_io/test/test_text

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): Make function descriptor in case of 64 bit for the generated machine code.

2011-11-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r48955:dda7336a6e6d Date: 2011-11-08 08:30 -0800 http://bitbucket.org/pypy/pypy/changeset/dda7336a6e6d/ Log:(bivab, hager): Make function descriptor in case of 64 bit for the generated machine code. diff --git a/pypy/jit/backend/ppc/pp

[pypy-commit] pypy py3k: added cmath.isfinite

2011-11-08 Thread alex_gaynor
Author: Alex Gaynor Branch: py3k Changeset: r48956:a2dc8ef2c638 Date: 2011-11-08 11:42 -0500 http://bitbucket.org/pypy/pypy/changeset/a2dc8ef2c638/ Log:added cmath.isfinite diff --git a/pypy/module/cmath/__init__.py b/pypy/module/cmath/__init__.py --- a/pypy/module/cmath/__init__.py +++ b/py

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48958:685959b8208e Date: 2011-11-08 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/685959b8208e/ Log:merge diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py --- a/lib_pypy/_ctypes/pointer.py +++ b/lib_pypy/_c

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48957:8b324f7ce7a9 Date: 2011-11-08 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/8b324f7ce7a9/ Log:merge ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mai

[pypy-commit] pypy win64_gborg: all errors are gone from test_typed.py.

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48959:ec8e923109d9 Date: 2011-11-08 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/ec8e923109d9/ Log:all errors are gone from test_typed.py. This was a major hassle during the last two days. I was hunting an error which wa

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): Read function address out of function descriptor in case of 64 bit.

2011-11-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r48960:1445ebbaeb41 Date: 2011-11-08 09:17 -0800 http://bitbucket.org/pypy/pypy/changeset/1445ebbaeb41/ Log:(bivab, hager): Read function address out of function descriptor in case of 64 bit. diff --git a/pypy/jit/backend/ppc/ppcgen/pp

[pypy-commit] pypy win64_gborg: re-enabled rwin32

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48961:e205679c19d1 Date: 2011-11-08 18:19 +0100 http://bitbucket.org/pypy/pypy/changeset/e205679c19d1/ Log:re-enabled rwin32 diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/module/ll_os.py ++

[pypy-commit] pypy win64_gborg: re-enabled rwin32

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48962:c00873500c87 Date: 2011-11-08 18:23 +0100 http://bitbucket.org/pypy/pypy/changeset/c00873500c87/ Log:re-enabled rwin32 diff --git a/pypy/doc/discussion/win64_todo.txt b/pypy/doc/discussion/win64_todo.txt --- a/pypy/doc/discussio

[pypy-commit] pypy default: Attempt at producing a Makefile compatible with "nmake lldebug" on Windows.

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48963:e9f7368da478 Date: 2011-11-08 18:53 +0100 http://bitbucket.org/pypy/pypy/changeset/e9f7368da478/ Log:Attempt at producing a Makefile compatible with "nmake lldebug" on Windows. diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/ge

[pypy-commit] pypy win64_gborg: ll_os.times() works now

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48964:1aa825cbc8de Date: 2011-11-08 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/1aa825cbc8de/ Log:ll_os.times() works now diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/module/ll_os

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48965:51c332546797 Date: 2011-11-08 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/51c332546797/ Log:merge diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py --- a/pypy/translator/c/genc.py +++ b/pypy/translator/c

[pypy-commit] pypy numpy-multidim: a skipped test

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r48966:24afd34cee15 Date: 2011-11-08 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/24afd34cee15/ Log:a skipped test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --

[pypy-commit] pypy numpy-multidim: simplification, a new (and unused) class and some comments

2011-11-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r48967:437d9d1f5a43 Date: 2011-11-08 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/437d9d1f5a43/ Log:simplification, a new (and unused) class and some comments diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/m

[pypy-commit] pypy default: a failing optimizeopt test

2011-11-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r48968:4cb1d062d413 Date: 2011-11-08 14:15 -0500 http://bitbucket.org/pypy/pypy/changeset/4cb1d062d413/ Log:a failing optimizeopt test diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optimizeopt/test/test_

[pypy-commit] pypy py3k: A non quadratic implementation of random.getrandbits(),

2011-11-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48969:a72479c34dae Date: 2011-11-08 20:12 +0100 http://bitbucket.org/pypy/pypy/changeset/a72479c34dae/ Log:A non quadratic implementation of random.getrandbits(), badly needed by test_zlib diff --git a/pypy/module/_random/interp_r

[pypy-commit] pypy ppc-jit-backend: (edelsohn, hager): Some experiments in _gen_exit_path

2011-11-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r48970:83e046a36db5 Date: 2011-11-08 11:25 -0800 http://bitbucket.org/pypy/pypy/changeset/83e046a36db5/ Log:(edelsohn, hager): Some experiments in _gen_exit_path diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc

[pypy-commit] pypy ppc-jit-backend: Remove typo from _gen_exit_path

2011-11-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r48971:03431c38f9c9 Date: 2011-11-08 11:34 -0800 http://bitbucket.org/pypy/pypy/changeset/03431c38f9c9/ Log:Remove typo from _gen_exit_path diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.

[pypy-commit] pypy win64_gborg: ll_os.utimes works, too

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48972:95c8b04b7cf8 Date: 2011-11-08 20:34 +0100 http://bitbucket.org/pypy/pypy/changeset/95c8b04b7cf8/ Log:ll_os.utimes works, too diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/py

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48973:689e57b43a04 Date: 2011-11-08 20:35 +0100 http://bitbucket.org/pypy/pypy/changeset/689e57b43a04/ Log:merge diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optimizeopt/test/test_optim

[pypy-commit] pypy win64_gborg: test_chdir is fixed now for win32

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48974:82f5470affc1 Date: 2011-11-08 20:52 +0100 http://bitbucket.org/pypy/pypy/changeset/82f5470affc1/ Log:test_chdir is fixed now for win32 diff --git a/pypy/rpython/module/test/test_ll_os.py b/pypy/rpython/module/test/test_ll_os.py

[pypy-commit] pyrepl py3ksupport: merge from default

2011-11-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r157:2bb3de20db46 Date: 2011-11-08 22:56 +0100 http://bitbucket.org/pypy/pyrepl/changeset/2bb3de20db46/ Log:merge from default diff --git a/pyrepl/readline.py b/pyrepl/readline.py --- a/pyrepl/readline.py +++ b/pyrepl/readline.py @@ -

[pypy-commit] pypy win64_gborg: all of test_ll_os works now (more than before is started win64 ; -)

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48975:d4d34a4e70e5 Date: 2011-11-08 23:45 +0100 http://bitbucket.org/pypy/pypy/changeset/d4d34a4e70e5/ Log:all of test_ll_os works now (more than before is started win64 ;-) diff --git a/pypy/rpython/lltypesystem/llmemory.py b/pypy/rp

[pypy-commit] pyrepl py3ksupport: fix up keymap creation

2011-11-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r158:9de498f86d73 Date: 2011-11-08 23:59 +0100 http://bitbucket.org/pypy/pyrepl/changeset/9de498f86d73/ Log:fix up keymap creation diff --git a/pyrepl/keymap.py b/pyrepl/keymap.py --- a/pyrepl/keymap.py +++ b/pyrepl/keymap.py @@ -174,

[pypy-commit] Notification: pypy

2011-11-08 Thread Bitbucket
You have received a notification from Dan Colish. Hi, I forked pypy. My fork is at https://bitbucket.org/dcolish/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://ma

[pypy-commit] pypy win64_gborg: test_ll_os_stat works now as well

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48976:10717241c974 Date: 2011-11-09 01:32 +0100 http://bitbucket.org/pypy/pypy/changeset/10717241c974/ Log:test_ll_os_stat works now as well diff --git a/pypy/rpython/module/ll_os_stat.py b/pypy/rpython/module/ll_os_stat.py --- a/pypy

[pypy-commit] pypy win64_gborg: test_ll_os_stat works now, too. Hint: never assume 'c:\temp' exists. Use the environ!

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48977:ede54430f3a2 Date: 2011-11-09 01:48 +0100 http://bitbucket.org/pypy/pypy/changeset/ede54430f3a2/ Log:test_ll_os_stat works now, too. Hint: never assume 'c:\temp' exists. Use the environ! diff --git a/pypy/rpython/module/t

[pypy-commit] pypy win64_gborg: test_ll_time: test_time_sleep works

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48978:4e6f08cf4321 Date: 2011-11-09 02:34 +0100 http://bitbucket.org/pypy/pypy/changeset/4e6f08cf4321/ Log:test_ll_time: test_time_sleep works diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic

[pypy-commit] pypy py3k: improve pep3120 support

2011-11-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r48979:75461738f371 Date: 2011-11-08 17:48 -0800 http://bitbucket.org/pypy/pypy/changeset/75461738f371/ Log:improve pep3120 support diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/test/test_astbui

[pypy-commit] pypy py3k: fix bytes' repr

2011-11-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r48980:0357086d2dc0 Date: 2011-11-08 18:08 -0800 http://bitbucket.org/pypy/pypy/changeset/0357086d2dc0/ Log:fix bytes' repr diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringobject.p

[pypy-commit] pypy win64_gborg: test_posix: test_open works

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48981:d8a8d1ed4a04 Date: 2011-11-09 03:21 +0100 http://bitbucket.org/pypy/pypy/changeset/d8a8d1ed4a04/ Log:test_posix: test_open works diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/module/l

[pypy-commit] pypy win64_gborg: test_posix: test_isatty works

2011-11-08 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r48982:dc98b8e33da9 Date: 2011-11-09 03:32 +0100 http://bitbucket.org/pypy/pypy/changeset/dc98b8e33da9/ Log:test_posix: test_isatty works diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/module

[pypy-commit] pypy numpy-dtype-refactor: begin refactoring everything. nothing works.

2011-11-08 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r48983:f9f4bedbab84 Date: 2011-11-08 22:22 -0500 http://bitbucket.org/pypy/pypy/changeset/f9f4bedbab84/ Log:begin refactoring everything. nothing works. diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compil

[pypy-commit] pypy numpy-dtype-refactor: more updates to code and tests

2011-11-08 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r48984:b055942a4830 Date: 2011-11-08 23:26 -0500 http://bitbucket.org/pypy/pypy/changeset/b055942a4830/ Log:more updates to code and tests diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pyp