[pypy-commit] pypy gc-minimark-pinning: fix translation

2012-04-16 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54383:107ee52d2e02 Date: 2012-04-16 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/107ee52d2e02/ Log:fix translation diff --git a/pypy/translator/c/gc.py b/pypy/translator/c/gc.py --- a/pypy/translator/c/gc.py +++ b/pyp

[pypy-commit] pypy default: fix comment

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r54384:bf7d80dbb9be Date: 2012-04-14 08:26 +0200 http://bitbucket.org/pypy/pypy/changeset/bf7d80dbb9be/ Log:fix comment diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py --- a/pypy/jit/metainterp/pyjitpl.py +++ b/pypy

[pypy-commit] pypy virtual-arguments: always look into all of _match_signature. This is unsafe, the next commits will

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54387:64a143f417f3 Date: 2012-04-14 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/64a143f417f3/ Log:always look into all of _match_signature. This is unsafe, the next commits will pull out the parts that need to

[pypy-commit] pypy default: make the path that the JIT cannot see smaller

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r54385:f48f3db6048d Date: 2012-04-14 09:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f48f3db6048d/ Log:make the path that the JIT cannot see smaller diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interp

[pypy-commit] pypy virtual-arguments: move _check_not_duplicate_keywords to the global level

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54388:fd475d40e0cc Date: 2012-04-14 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/fd475d40e0cc/ Log:move _check_not_duplicate_keywords to the global level diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/arg

[pypy-commit] pypy default: a warning

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r54386:fc0c57a5f6bf Date: 2012-04-14 10:23 +0200 http://bitbucket.org/pypy/pypy/changeset/fc0c57a5f6bf/ Log:a warning diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++ b/pypy/interpr

[pypy-commit] pypy virtual-arguments: oops

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54389:a37af8c02561 Date: 2012-04-14 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/a37af8c02561/ Log:oops diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++ b/

[pypy-commit] pypy virtual-arguments: move dangerous loops from _match_signature to the global level

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54390:73f4eae55465 Date: 2012-04-14 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/73f4eae55465/ Log:move dangerous loops from _match_signature to the global level diff --git a/pypy/interpreter/argument.py b/pypy/interpr

[pypy-commit] pypy virtual-arguments: a test that checks that the **args dict that is created is giving space.newdict

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54391:5041230ccf58 Date: 2012-04-14 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5041230ccf58/ Log:a test that checks that the **args dict that is created is giving space.newdict the flag that turns it into a kw

[pypy-commit] pypy virtual-arguments: refactor how the _dont_jit flag is computed, and rename it

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54396:f7c9cd45c880 Date: 2012-04-14 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/f7c9cd45c880/ Log:refactor how the _dont_jit flag is computed, and rename it diff --git a/pypy/interpreter/argument.py b/pypy/interpreter

[pypy-commit] pypy virtual-arguments: a test for _dont_jit

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54392:311b1249ebd5 Date: 2012-04-14 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/311b1249ebd5/ Log:a test for _dont_jit diff --git a/pypy/interpreter/test/test_argument.py b/pypy/interpreter/test/test_argument.py ---

[pypy-commit] pypy virtual-arguments: another small simplification

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54400:c48491599f51 Date: 2012-04-14 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c48491599f51/ Log:another small simplification diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interp

[pypy-commit] pypy virtual-arguments: move another function that could force the Arguments instance to the global

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54393:a3a1be50ae8e Date: 2012-04-14 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a3a1be50ae8e/ Log:move another function that could force the Arguments instance to the global level diff --git a/pypy/interpreter

[pypy-commit] pypy virtual-arguments: a **kwargs pypyjit_demo

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54402:6a77563ee515 Date: 2012-04-14 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/6a77563ee515/ Log:a **kwargs pypyjit_demo diff --git a/pypy/jit/tl/pypyjit_demo.py b/pypy/jit/tl/pypyjit_demo.py --- a/pypy/jit/tl/pypyji

[pypy-commit] pypy virtual-arguments: reshuffle logic to make it clearer

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54394:b86443b52757 Date: 2012-04-14 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/b86443b52757/ Log:reshuffle logic to make it clearer diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/

[pypy-commit] pypy virtual-arguments: make the result of view_as_kwargs not resizable

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54407:1df3aae4ac9f Date: 2012-04-14 14:55 +0200 http://bitbucket.org/pypy/pypy/changeset/1df3aae4ac9f/ Log:make the result of view_as_kwargs not resizable diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.p

[pypy-commit] pypy virtual-arguments: the test is actually worthless, because it cannot test the actually interesting cases about constant length-kwargs

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54395:47edb5fb8a13 Date: 2012-04-14 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/47edb5fb8a13/ Log:the test is actually worthless, because it cannot test the actually interesting cases about constant length-kwar

[pypy-commit] pypy default: merge

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r54408:dc0b12d91fe2 Date: 2012-04-16 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/dc0b12d91fe2/ Log:merge diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinterpret.py --- a/_pytest/assertion/oldinterpret.py +++ b/

[pypy-commit] pypy virtual-arguments: make ArgErrCount take a signature

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54397:9539374db6d9 Date: 2012-04-14 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/9539374db6d9/ Log:make ArgErrCount take a signature diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/i

[pypy-commit] pypy virtual-arguments: clean up local variables a bit

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54398:59aaff22bf66 Date: 2012-04-14 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/59aaff22bf66/ Log:clean up local variables a bit diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/inte

[pypy-commit] pypy virtual-arguments: improve comment (which was rather outdated

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54399:ae0810d34f7d Date: 2012-04-14 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ae0810d34f7d/ Log:improve comment (which was rather outdated diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py ---

[pypy-commit] pypy virtual-arguments: restructure a bit more, and add comments what the various parts are doing

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54401:a9c25d15ff4e Date: 2012-04-14 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/a9c25d15ff4e/ Log:restructure a bit more, and add comments what the various parts are doing diff --git a/pypy/interpreter/argumen

[pypy-commit] pypy virtual-arguments: typo

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54403:2f6f4c9e9a4c Date: 2012-04-14 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/2f6f4c9e9a4c/ Log:typo diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++ b/

[pypy-commit] pypy virtual-arguments: a test for view_as_kwargs

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54404:a9db929b3390 Date: 2012-04-14 13:12 +0200 http://bitbucket.org/pypy/pypy/changeset/a9db929b3390/ Log:a test for view_as_kwargs diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_di

[pypy-commit] pypy virtual-arguments: it still makes sense to make it possible to view a stringdict as a kwargs dict,

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54405:f996e07586bc Date: 2012-04-14 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f996e07586bc/ Log:it still makes sense to make it possible to view a stringdict as a kwargs dict, because the unrolling is much mo

[pypy-commit] pypy virtual-arguments: small simplification

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54406:6c92c1b370c0 Date: 2012-04-14 14:18 +0200 http://bitbucket.org/pypy/pypy/changeset/6c92c1b370c0/ Log:small simplification diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/ar

[pypy-commit] pypy py3k: fix some of the results of the merge. StringListStrategy is called

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54410:6c3be7bcfb8b Date: 2012-04-16 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/6c3be7bcfb8b/ Log:fix some of the results of the merge. StringListStrategy is called UnicodeListStrategy on py3k, and withrangelist has been removed (

[pypy-commit] pypy default: Linux: linking openssl into portable binaries is **A SERIOUS MESS** and I'm

2012-04-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r54411:b777f530457f Date: 2012-04-16 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b777f530457f/ Log:Linux: linking openssl into portable binaries is **A SERIOUS MESS** and I'm carefully choosing my words. Give up and use static li

[pypy-commit] pypy.org extradoc: Kill

2012-04-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r354:d979f90d5df8 Date: 2012-04-16 15:13 +0200 http://bitbucket.org/pypy/pypy.org/changeset/d979f90d5df8/ Log:Kill diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -42,8 +42,8 @@ (Thi

[pypy-commit] pypy py3k: py3k fixes

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54412:34b63669e7da Date: 2012-04-16 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/34b63669e7da/ Log:py3k fixes diff --git a/pypy/objspace/std/test/test_setobject.py b/pypy/objspace/std/test/test_setobject.py --- a/pypy/objspace/std/test/t

[pypy-commit] pypy py3k: bah, kill leftover from the merge

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54413:801e0d2f2fce Date: 2012-04-16 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/801e0d2f2fce/ Log:bah, kill leftover from the merge diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule.py --- a/pypy/

[pypy-commit] pypy stm-gc: Fix.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54415:3252ee877473 Date: 2012-04-15 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3252ee877473/ Log:Fix. diff --git a/pypy/rpython/memory/gc/test/test_stmtls.py b/pypy/rpython/memory/gc/test/test_stmtls.py --- a/pypy/rpython/memory/gc/tes

[pypy-commit] pypy stm-gc: Transaction fixes.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54414:0dbdf68abd87 Date: 2012-04-15 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/0dbdf68abd87/ Log:Transaction fixes. diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py --- a/pypy/rlib/debug.py +++ b/pypy/rlib/debug.py @@ -6,6 +6,7 @@

[pypy-commit] pypy stm-gc: Merge the usages of GCFLAG_MOVED and GCFLAG_VISITED.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54416:6a70fa336a29 Date: 2012-04-15 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/6a70fa336a29/ Log:Merge the usages of GCFLAG_MOVED and GCFLAG_VISITED. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/p

[pypy-commit] pypy stm-gc: Fixes.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54417:e55dfbece637 Date: 2012-04-15 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/e55dfbece637/ Log:Fixes. diff --git a/pypy/rpython/memory/gc/stmshared.py b/pypy/rpython/memory/gc/stmshared.py --- a/pypy/rpython/memory/gc/stmshared.py ++

[pypy-commit] pypy stm-gc: Tweaks. Try to restore the write barrier.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54418:6982e52364be Date: 2012-04-15 19:53 +0200 http://bitbucket.org/pypy/pypy/changeset/6982e52364be/ Log:Tweaks. Try to restore the write barrier. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython

[pypy-commit] pypy stm-gc: Some progress, fixing test_rstm.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54419:53a337586265 Date: 2012-04-16 15:43 +0200 http://bitbucket.org/pypy/pypy/changeset/53a337586265/ Log:Some progress, fixing test_rstm. diff --git a/pypy/module/transaction/interp_transaction.py b/pypy/module/transaction/interp_transaction.p

[pypy-commit] pypy stm-gc: Fixes

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54420:f0e91e76c868 Date: 2012-04-16 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/f0e91e76c868/ Log:Fixes diff --git a/pypy/translator/stm/test/targetdemo.py b/pypy/translator/stm/test/targetdemo.py --- a/pypy/translator/stm/test/targetde

[pypy-commit] pypy stm-gc: Fixes, enough to have 'targetdemo-c' pass.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54421:665a595261ba Date: 2012-04-16 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/665a595261ba/ Log:Fixes, enough to have 'targetdemo-c' pass. diff --git a/pypy/rpython/memory/gc/base.py b/pypy/rpython/memory/gc/base.py --- a/pypy/rpython/

[pypy-commit] pypy default: merge

2012-04-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54423:3c8d3429fe18 Date: 2012-04-16 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/3c8d3429fe18/ Log:merge diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++ b/pypy/interpreter/

[pypy-commit] pypy default: a simple recursive finder of source positions

2012-04-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54422:563a7d2fac42 Date: 2012-04-16 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/563a7d2fac42/ Log:a simple recursive finder of source positions diff --git a/pypy/rlib/parsing/test/test_ebnfparse.py b/pypy/rlib/parsing/test/test_ebnfpa

[pypy-commit] pypy win32-cleanup2: rework get_osfhandle to call validate_fd first

2012-04-16 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54424:95133865222a Date: 2012-04-16 17:43 +0300 http://bitbucket.org/pypy/pypy/changeset/95133865222a/ Log:rework get_osfhandle to call validate_fd first diff --git a/pypy/rlib/rmmap.py b/pypy/rlib/rmmap.py --- a/pypy/rlib/rmmap.py +++ b

[pypy-commit] pypy win32-cleanup2: experiment with llexternal definition

2012-04-16 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54425:db0e69d3f9ee Date: 2012-04-16 17:49 +0300 http://bitbucket.org/pypy/pypy/changeset/db0e69d3f9ee/ Log:experiment with llexternal definition diff --git a/pypy/rlib/rposix.py b/pypy/rlib/rposix.py --- a/pypy/rlib/rposix.py +++ b/pypy/

[pypy-commit] pypy py3k: kill this class altogheter: range() no longer returns a list, so most of these tests don't pass

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54426:1a61563e6769 Date: 2012-04-16 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1a61563e6769/ Log:kill this class altogheter: range() no longer returns a list, so most of these tests don't pass diff --git a/pypy/objspace/std/test

[pypy-commit] pypy py3k: test and fix by disabling the unicodeliststragegy when converting from bytes

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54427:4deee06acd87 Date: 2012-04-16 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4deee06acd87/ Log:test and fix by disabling the unicodeliststragegy when converting from bytes diff --git a/pypy/objspace/std/listobject.py b/pypy/ob

[pypy-commit] pypy stm-gc: Start to rewrite test_stmgc.py.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54428:8f3f4e2f10be Date: 2012-04-16 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/8f3f4e2f10be/ Log:Start to rewrite test_stmgc.py. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc

[pypy-commit] pypy default: merge heads

2012-04-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r54432:b11776235fa9 Date: 2012-04-16 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b11776235fa9/ Log:merge heads diff --git a/pypy/rlib/parsing/test/test_ebnfparse.py b/pypy/rlib/parsing/test/test_ebnfparse.py --- a/pypy/rlib/parsing/test/test_e

[pypy-commit] pypy stm-gc: id(), hash(), and small refactors

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54429:48a8fcb4017c Date: 2012-04-16 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/48a8fcb4017c/ Log:id(), hash(), and small refactors diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/

[pypy-commit] pypy default: Disable a couple of extra features when translating with

2012-04-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r54430:09a1f054f29a Date: 2012-04-16 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/09a1f054f29a/ Log:Disable a couple of extra features when translating with --no-translation-rweakref. diff --git a/pypy/config/pypyoption.py b/pypy/config/

[pypy-commit] pypy stm-gc: Disable a couple of extra features when translating with

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54431:3ab81c92db19 Date: 2012-04-16 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/3ab81c92db19/ Log:Disable a couple of extra features when translating with --no-translation-rweakref. diff --git a/pypy/config/pypyoption.py b/pypy/c

[pypy-commit] pypy py3k: fix syntax

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54434:abe868f1ea64 Date: 2012-04-16 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/abe868f1ea64/ Log:fix syntax diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py --- a/pypy/module/array/test/test_arra

[pypy-commit] pypy py3k: kill this test, it does not make sense now that we have string vs bytes

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54437:16ccffcad1fb Date: 2012-04-16 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/16ccffcad1fb/ Log:kill this test, it does not make sense now that we have string vs bytes diff --git a/pypy/objspace/std/test/test_builtinshortcut.py

[pypy-commit] pypy py3k: the usual wrap/wrapbytes confusion

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54433:aaf9d714037c Date: 2012-04-16 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/aaf9d714037c/ Log:the usual wrap/wrapbytes confusion diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/ar

[pypy-commit] pypy py3k: the long type has gone

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54435:a00aeda79bbc Date: 2012-04-16 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a00aeda79bbc/ Log:the long type has gone diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py --- a/pypy/module/array/te

[pypy-commit] pypy py3k: tweak the test to work in this branch

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54436:65e51b061a32 Date: 2012-04-16 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/65e51b061a32/ Log:tweak the test to work in this branch diff --git a/pypy/objspace/std/test/test_setobject.py b/pypy/objspace/std/test/test_setobject.py ---

[pypy-commit] pypy default: Disable autoflushing if we are translated without weakref support.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r54439:922cce43ab51 Date: 2012-04-16 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/922cce43ab51/ Log:Disable autoflushing if we are translated without weakref support. diff --git a/pypy/module/_io/interp_iobase.py b/pypy/module/_io/interp_iobase.

[pypy-commit] pypy default: Add a way to know if the program can use weakrefs.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r54438:e36a83af4ecb Date: 2012-04-16 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/e36a83af4ecb/ Log:Add a way to know if the program can use weakrefs. diff --git a/pypy/rlib/rweakref.py b/pypy/rlib/rweakref.py --- a/pypy/rlib/rweakref.py +++ b/p

[pypy-commit] pypy default: Merge in more ufuncs

2012-04-16 Thread taavi_burns
Author: Taavi Burns Branch: Changeset: r54440:8ae7413e7b32 Date: 2012-04-16 14:33 -0400 http://bitbucket.org/pypy/pypy/changeset/8ae7413e7b32/ Log:Merge in more ufuncs diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module/mic

[pypy-commit] pypy build-external: close dead build-external branch

2012-04-16 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: build-external Changeset: r54441:aefc282c703d Date: 2012-04-16 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/aefc282c703d/ Log:close dead build-external branch ___ pypy-commit mailing list pypy-commit@pytho

[pypy-commit] pypy stm-gc: More asserts

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54442:d5653c635122 Date: 2012-04-16 21:18 +0200 http://bitbucket.org/pypy/pypy/changeset/d5653c635122/ Log:More asserts diff --git a/pypy/rpython/memory/gc/stmtls.py b/pypy/rpython/memory/gc/stmtls.py --- a/pypy/rpython/memory/gc/stmtls.py +++ b/

[pypy-commit] pypy stm-gc: A failing test

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54443:ddbb298b6971 Date: 2012-04-16 21:18 +0200 http://bitbucket.org/pypy/pypy/changeset/ddbb298b6971/ Log:A failing test diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py b/pypy/rpython/memory/gc/test/test_stmgc.py --- a/pypy/rpython/memor

[pypy-commit] pypy stm-gc: Fix the test.

2012-04-16 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r5:39116e9494e8 Date: 2012-04-16 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/39116e9494e8/ Log:Fix the test. diff --git a/pypy/rpython/memory/gc/stmtls.py b/pypy/rpython/memory/gc/stmtls.py --- a/pypy/rpython/memory/gc/stmtls.py +++ b

[pypy-commit] pypy win32-cleanup2: rework get_osfhandle, begin review (amaury_)

2012-04-16 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54445:390a3cc7e556 Date: 2012-04-16 22:34 +0300 http://bitbucket.org/pypy/pypy/changeset/390a3cc7e556/ Log:rework get_osfhandle, begin review (amaury_) diff --git a/pypy/rlib/rmmap.py b/pypy/rlib/rmmap.py --- a/pypy/rlib/rmmap.py +++ b/p

[pypy-commit] pypy win32-cleanup2: more cleanup of validate_fd (amaury_)

2012-04-16 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54446:dba9f63cc754 Date: 2012-04-17 00:29 +0300 http://bitbucket.org/pypy/pypy/changeset/dba9f63cc754/ Log:more cleanup of validate_fd (amaury_) diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/

[pypy-commit] pypy dynamic-specialized-tuple: small change, unsure what to do about tuples and cpyext

2012-04-16 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54448:cf002eb38eeb Date: 2012-04-17 00:01 -0400 http://bitbucket.org/pypy/pypy/changeset/cf002eb38eeb/ Log:small change, unsure what to do about tuples and cpyext diff --git a/pypy/module/cpyext/tupleobject.py b/pypy/module/c