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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50162:16988785671d Date: 2011-12-05 08:20 +0100 http://bitbucket.org/pypy/pypy/changeset/16988785671d/ Log:fix test diff --git a/pypy/jit/backend/x86/test/test_regalloc.py b/pypy/jit/backend/x86/test/test_regalloc.py --- a/pypy/jit/backend/

[pypy-commit] Notification: Your access to pypy has been revoked.

2011-12-04 Thread Bitbucket
You have received a notification from pypyja. You no longer have access to the source of pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/li

[pypy-commit] Notification: pypy

2011-12-04 Thread Bitbucket
You have received a notification from pypyja. Hi, I forked pypy. My fork is at https://bitbucket.org/pypyja/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mail.py

[pypy-commit] pypy nedbat-sandbox: Add a sandlib test for lseek

2011-12-04 Thread ned
Author: Ned Batchelder Branch: nedbat-sandbox Changeset: r50161:ba523ca5ff05 Date: 2011-12-04 23:08 -0500 http://bitbucket.org/pypy/pypy/changeset/ba523ca5ff05/ Log:Add a sandlib test for lseek diff --git a/pypy/translator/sandbox/test/test_sandlib.py b/pypy/translator/sandbox/test/test_san

[pypy-commit] pypy nedbat-sandbox: Add a test of opening lots of real files also.

2011-12-04 Thread ned
Author: Ned Batchelder Branch: nedbat-sandbox Changeset: r50160:d06f77ba878f Date: 2011-12-04 18:42 -0500 http://bitbucket.org/pypy/pypy/changeset/d06f77ba878f/ Log:Add a test of opening lots of real files also. diff --git a/pypy/translator/sandbox/test/test_sandlib.py b/pypy/translator/san

[pypy-commit] Notification: pypy

2011-12-04 Thread Bitbucket
You have received a notification from tankasaurus. Hi, I forked pypy. My fork is at https://bitbucket.org/tankasaurus/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy numpy-dtype-refactor-complex: progress, can now see if 2 complexes are equal and read them out of a value

2011-12-04 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor-complex Changeset: r50159:2d7dd6a415a4 Date: 2011-12-04 19:37 -0500 http://bitbucket.org/pypy/pypy/changeset/2d7dd6a415a4/ Log:progress, can now see if 2 complexes are equal and read them out of a value diff --git a/pypy/module/micronu

[pypy-commit] pypy win64-stage1: Hey, this is the first working pypy win64 ever !!!

2011-12-04 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50158:5dd74223444d Date: 2011-12-04 23:50 +0100 http://bitbucket.org/pypy/pypy/changeset/5dd74223444d/ Log:Hey, this is the first working pypy win64 ever !!! -O1 --no-allworkingmodules but I think it is the first Milestone dif

[pypy-commit] pypy numpy-dtype-refactor-complex: fix for segfault, thanks to amaury!

2011-12-04 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor-complex Changeset: r50157:7d6deb08502d Date: 2011-12-04 17:45 -0500 http://bitbucket.org/pypy/pypy/changeset/7d6deb08502d/ Log:fix for segfault, thanks to amaury! diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py -

[pypy-commit] pypy nedbat-sandbox: A new test: try opening too many files in the sandbox, see that you can't

2011-12-04 Thread ned
Author: Ned Batchelder Branch: nedbat-sandbox Changeset: r50155:6f823f8ecd00 Date: 2011-12-03 22:23 -0500 http://bitbucket.org/pypy/pypy/changeset/6f823f8ecd00/ Log:A new test: try opening too many files in the sandbox, see that you can't diff --git a/pypy/translator/sandbox/test/tes

[pypy-commit] pypy nedbat-sandbox: A correct implementation of os.fstat, with a test.

2011-12-04 Thread ned
Author: Ned Batchelder Branch: nedbat-sandbox Changeset: r50156:e4704f598176 Date: 2011-12-04 16:05 -0500 http://bitbucket.org/pypy/pypy/changeset/e4704f598176/ Log:A correct implementation of os.fstat, with a test. diff --git a/pypy/translator/sandbox/sandlib.py b/pypy/translator/sandbox/s

[pypy-commit] [OPEN] Pull request #14 for pypy/pypy: py3k fixes

2011-12-04 Thread Bitbucket
Pull request #14 has been updated by chronitis to include new changes. https://bitbucket.org/pypy/pypy/pull-request/14/py3k-fixes Title: py3k fixes Creator: chronitis Some work on __builtins__ Updated list of changes: 39344e68a597 by chronitis: "Merge" fa576535dacc by chronitis: "Fix for anno

[pypy-commit] pypy py3k: Fix translation

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50154:d7e4343ce017 Date: 2011-12-04 20:58 +0100 http://bitbucket.org/pypy/pypy/changeset/d7e4343ce017/ Log:Fix translation diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringo

[pypy-commit] pypy py3k: Convert StringListStrategy into UnicodeListStrategy

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50151:94f777e3c69a Date: 2011-12-04 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/94f777e3c69a/ Log:Convert StringListStrategy into UnicodeListStrategy diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy py3k: Fixes after merge

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50150:015df90d2965 Date: 2011-12-04 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/015df90d2965/ Log:Fixes after merge diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/strin

[pypy-commit] pypy py3k: Merge glitch

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50153:0cf341cfa0f7 Date: 2011-12-04 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/0cf341cfa0f7/ Log:Merge glitch diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobject.py +

[pypy-commit] pypy py3k: Progress in the _ssl module

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50148:a0548becd3ac Date: 2011-12-04 16:45 +0100 http://bitbucket.org/pypy/pypy/changeset/a0548becd3ac/ Log:Progress in the _ssl module diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/mo

[pypy-commit] pypy py3k: Allow sockets subclasses to override __init__ only.

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50147:138070ed1361 Date: 2011-12-03 22:44 +0100 http://bitbucket.org/pypy/pypy/changeset/138070ed1361/ Log:Allow sockets subclasses to override __init__ only. ssl.py relies on this. diff --git a/pypy/module/_socket/interp_socket.p

[pypy-commit] pypy py3k: Fix tests in module/_socket

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50146:afebfe18049c Date: 2011-12-03 22:18 +0100 http://bitbucket.org/pypy/pypy/changeset/afebfe18049c/ Log:Fix tests in module/_socket diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy win64-stage1: merge default

2011-12-04 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50145:62684a5c6304 Date: 2011-12-04 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/62684a5c6304/ Log:merge default diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connection.

[pypy-commit] pypy numpy-dtype-refactor-complex: progress

2011-12-04 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor-complex Changeset: r50144:82e1fc9c253c Date: 2011-12-04 14:15 -0500 http://bitbucket.org/pypy/pypy/changeset/82e1fc9c253c/ Log:progress diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micro

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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50142:79fb16cde001 Date: 2011-12-04 20:09 +0100 http://bitbucket.org/pypy/pypy/changeset/79fb16cde001/ Log:fix test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/micronump

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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50140:5c46c4af8ec6 Date: 2011-12-04 19:47 +0100 http://bitbucket.org/pypy/pypy/changeset/5c46c4af8ec6/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c/model.py --- a/pypy/module/pypyjit/

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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50139:8c5047ecbd38 Date: 2011-12-04 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/8c5047ecbd38/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/mod

[pypy-commit] pypy default: fix?

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50138:4162bc8b5f4c Date: 2011-12-04 18:56 +0100 http://bitbucket.org/pypy/pypy/changeset/4162bc8b5f4c/ Log:fix? diff --git a/pypy/rlib/_rsocket_rffi.py b/pypy/rlib/_rsocket_rffi.py --- a/pypy/rlib/_rsocket_rffi.py +++ b/pypy/rlib/_rsocket_rffi.py @@ -4

[pypy-commit] pypy default: Fix

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50137:12b00b7aeb0c Date: 2011-12-04 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/12b00b7aeb0c/ Log:Fix diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connection.py --- a/pypy/module/_multip

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

2011-12-04 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50136:2426fc9271a4 Date: 2011-12-04 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/2426fc9271a4/ Log:merge with default diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connec

[pypy-commit] pypy default: Fix

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50135:c8366cfed4c1 Date: 2011-12-04 18:15 +0100 http://bitbucket.org/pypy/pypy/changeset/c8366cfed4c1/ Log:Fix diff --git a/pypy/rpython/module/ll_os_stat.py b/pypy/rpython/module/ll_os_stat.py --- a/pypy/rpython/module/ll_os_stat.py +++ b/pypy/rpytho

[pypy-commit] pypy default: fix

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50134:25bdc9bbabab Date: 2011-12-04 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/25bdc9bbabab/ Log:fix diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connection.py --- a/pypy/module/_multip

[pypy-commit] pypy win64-stage1: merge default

2011-12-04 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50133:7450e63f5a36 Date: 2011-12-04 17:41 +0100 http://bitbucket.org/pypy/pypy/changeset/7450e63f5a36/ Log:merge default diff --git a/lib_pypy/_itertools.py b/lib_pypy/_itertools.py deleted file mode 100644 --- a/lib_pypy/_itertools.p

[pypy-commit] pypy jit-targets: tests for d5fd12021c6f

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50132:9e092e671cd9 Date: 2011-12-04 17:55 +0100 http://bitbucket.org/pypy/pypy/changeset/9e092e671cd9/ Log:tests for d5fd12021c6f diff --git a/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py b/pypy/jit/metainterp/optimizeopt/test/te

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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50131:2bd815433960 Date: 2011-12-04 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/2bd815433960/ Log:passing tests diff --git a/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py b/pypy/jit/metainterp/optimizeopt/test/test_multil

[pypy-commit] pypy jit-targets: these might fail too?

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50130:d5fd12021c6f Date: 2011-12-04 14:00 +0100 http://bitbucket.org/pypy/pypy/changeset/d5fd12021c6f/ Log:these might fail too? diff --git a/pypy/jit/metainterp/optimizeopt/virtualstate.py b/pypy/jit/metainterp/optimizeopt/virtualstate.py

[pypy-commit] pypy default: Don't care about forbidding negative values. The issue is that Win32 really uses all 32 bits for its error codes...

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50128:a3afe9f1db72 Date: 2011-12-04 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/a3afe9f1db72/ Log:Don't care about forbidding negative values. The issue is that Win32 really uses all 32 bits for its error codes... diff --git a/pypy/mod

[pypy-commit] pypy default: Fix

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50129:ba8b7187ed70 Date: 2011-12-04 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/ba8b7187ed70/ Log:Fix diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_semaphore.py --- a/pypy/module/_multipro

[pypy-commit] pypy default: Change GetLastError() to return Signed, and SetLastError() and

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50127:306fca1568b4 Date: 2011-12-04 16:19 +0100 http://bitbucket.org/pypy/pypy/changeset/306fca1568b4/ Log:Change GetLastError() to return Signed, and SetLastError() and FormatError() to take a Signed. diff --git a/pypy/module/_rawffi/interp_ra

[pypy-commit] pypy default: backout d5a684ab8934: the approach does not really work at all.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50126:6d5002ae61ff Date: 2011-12-04 13:23 +0100 http://bitbucket.org/pypy/pypy/changeset/6d5002ae61ff/ Log:backout d5a684ab8934: the approach does not really work at all. User code can really expect that after "import itertools", the itertools

[pypy-commit] pypy default: backout 03e42e96479d

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50125:8d1c4e952989 Date: 2011-12-04 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/8d1c4e952989/ Log:backout 03e42e96479d diff --git a/lib_pypy/itertools.py b/lib_pypy/itertools.py deleted file mode 100644 --- a/lib_pypy/itertools.py +++ /dev/nul

[pypy-commit] pypy default: Fix encoding.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50124:7976bddd8b38 Date: 2011-12-04 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/7976bddd8b38/ Log:Fix encoding. diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py --- a/lib_pypy/_sha.py +++ b/lib_pypy/_sha.py @@ -1,5 +1,5 @@ #!/usr/bin/env pyth

[pypy-commit] pypy builtin-module: Clean up the hack, replacing it with a simpler hack...

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50122:4875ef10dc16 Date: 2011-12-04 13:06 +0100 http://bitbucket.org/pypy/pypy/changeset/4875ef10dc16/ Log:Clean up the hack, replacing it with a simpler hack... diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.

[pypy-commit] pypy builtin-module: Fixes: missing the 'array' module, again

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50120:eeb74932b7d1 Date: 2011-12-04 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/eeb74932b7d1/ Log:Fixes: missing the 'array' module, again diff --git a/pypy/module/_io/test/test_io.py b/pypy/module/_io/test/test_io.py --- a/pypy/

[pypy-commit] pypy builtin-module: Fixes.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50119:c29aab975e44 Date: 2011-12-04 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/c29aab975e44/ Log:Fixes. diff --git a/lib_pypy/_multibytecodec.py b/lib_pypy/_multibytecodec.py --- a/lib_pypy/_multibytecodec.py +++ b/lib_pypy/_mul

[pypy-commit] pypy default: Use space.getbuiltinmodule() here.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r50123:0e150a447e8d Date: 2011-12-04 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/0e150a447e8d/ Log:Use space.getbuiltinmodule() here. diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_c

[pypy-commit] pypy builtin-module: Fix. Obscure, I guess it is some combination of factors that

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50118:99f3326949de Date: 2011-12-04 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/99f3326949de/ Log:Fix. Obscure, I guess it is some combination of factors that used to get us the faked array module here... diff --git a/pyp

[pypy-commit] pypy builtin-module: Add a hack that makes it unnecessary to list in lib_pypy/*.py all the

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50121:411dad65158a Date: 2011-12-04 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/411dad65158a/ Log:Add a hack that makes it unnecessary to list in lib_pypy/*.py all the names starting with an underscore. This was needed bec

[pypy-commit] pypy builtin-module: Use space.getbuiltinmodule() here.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50117:0433e66a6367 Date: 2011-12-04 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/0433e66a6367/ Log:Use space.getbuiltinmodule() here. diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/

[pypy-commit] pypy builtin-module: Add an import

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50116:c8b8463377a3 Date: 2011-12-04 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/c8b8463377a3/ Log:Add an import diff --git a/lib_pypy/unicodedata.py b/lib_pypy/unicodedata.py --- a/lib_pypy/unicodedata.py +++ b/lib_pypy/unicodeda

[pypy-commit] pypy builtin-module: Fix import.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50115:8d78ae0722b6 Date: 2011-12-04 11:20 +0100 http://bitbucket.org/pypy/pypy/changeset/8d78ae0722b6/ Log:Fix import. diff --git a/pypy/module/_collections/app_defaultdict.py b/pypy/module/_collections/app_defaultdict.py --- a/pypy/modu

[pypy-commit] pypy builtin-module: The 'appleveldefs' is now not very useful any more, because we can

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50114:0daa576a26ef Date: 2011-12-04 11:17 +0100 http://bitbucket.org/pypy/pypy/changeset/0daa576a26ef/ Log:The 'appleveldefs' is now not very useful any more, because we can simply have the app-level part of the module in lib_pypy.

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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50111:26267a7217be Date: 2011-12-04 12:30 +0100 http://bitbucket.org/pypy/pypy/changeset/26267a7217be/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py --- a/p

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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50113:34216d424b05 Date: 2011-12-04 12:53 +0100 http://bitbucket.org/pypy/pypy/changeset/34216d424b05/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pypyjit/test_pypy_c/test_instance.py --- a/pypy

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

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50110:4c0512063545 Date: 2011-12-04 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/4c0512063545/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py --- a/pypy/module/p

[pypy-commit] pypy jit-targets: this is not a simple loop and ops are somewhat reoordered now

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50112:d9c55c23c419 Date: 2011-12-04 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/d9c55c23c419/ Log:this is not a simple loop and ops are somewhat reoordered now diff --git a/pypy/module/pypyjit/test_pypy_c/test_generators.py b/pypy/

[pypy-commit] pypy jit-targets: The jumpop is not always among those selected

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50109:ecb2ebdb7e57 Date: 2011-12-04 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/ecb2ebdb7e57/ Log:The jumpop is not always among those selected diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c

[pypy-commit] Notification: pypy

2011-12-04 Thread Bitbucket
You have received a notification from andersas. Hi, I forked pypy. My fork is at https://bitbucket.org/andersas/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mai

[pypy-commit] pypy jit-targets: Replace LoopWithIds with TraceWithIds that now represents a trace that includes both entry bridge and peeled loop. Log._filter() now does a lazy filtering of such trace

2011-12-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50108:7188d29a992b Date: 2011-12-04 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/7188d29a992b/ Log:Replace LoopWithIds with TraceWithIds that now represents a trace that includes both entry bridge and peeled loop. Log._filter(

[pypy-commit] pypy builtin-module: Fixes for faked modules.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50107:6d9a5e6b2428 Date: 2011-12-04 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/6d9a5e6b2428/ Log:Fixes for faked modules. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/ba

[pypy-commit] pypy builtin-module: Fix encoding.

2011-12-04 Thread arigo
Author: Armin Rigo Branch: builtin-module Changeset: r50105:6c82c6444df7 Date: 2011-12-04 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/6c82c6444df7/ Log:Fix encoding. diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py --- a/lib_pypy/_sha.py +++ b/lib_pypy/_sha.py @@ -1,5 +1,5 @@ #!/us