[pypy-commit] pypy default: have BUILD_LIST_FROM_ARG utilize length_hint

2013-07-27 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65726:330436db9f45 Date: 2013-07-27 15:53 -0700 http://bitbucket.org/pypy/pypy/changeset/330436db9f45/ Log:have BUILD_LIST_FROM_ARG utilize length_hint diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/t

[pypy-commit] pypy default: more %N for the sake of py3k

2013-07-27 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65724:2d035ae827dd Date: 2013-07-27 15:29 -0700 http://bitbucket.org/pypy/pypy/changeset/2d035ae827dd/ Log:more %N for the sake of py3k diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b

[pypy-commit] pypy pypy3-release-2.1.x: fix test_whatsnew

2013-07-27 Thread pjenvey
Author: Philip Jenvey Branch: pypy3-release-2.1.x Changeset: r65723:d673441b1ba9 Date: 2013-07-27 12:42 -0700 http://bitbucket.org/pypy/pypy/changeset/d673441b1ba9/ Log:fix test_whatsnew diff --git a/pypy/doc/whatsnew-pypy3-2.1.0-beta1.rst b/pypy/doc/whatsnew-pypy3-2.1.0-beta1.rst --- a/pyp

[pypy-commit] cffi default: Document this

2013-07-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r1296:9a7fc13aa01f Date: 2013-07-28 00:22 +0200 http://bitbucket.org/cffi/cffi/changeset/9a7fc13aa01f/ Log:Document this diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1409,8 +1409,9 @@

[pypy-commit] pypy default: typo

2013-07-27 Thread mattip
Author: Matti Picus Branch: Changeset: r65722:807a599758e3 Date: 2013-07-27 22:35 +0300 http://bitbucket.org/pypy/pypy/changeset/807a599758e3/ Log:typo diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -

[pypy-commit] pypy refactor-str-types: Test and fix for u''.join([]).

2013-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65721:350779843103 Date: 2013-07-27 19:58 +0200 http://bitbucket.org/pypy/pypy/changeset/350779843103/ Log:Test and fix for u''.join([]). diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicod

[pypy-commit] pypy default: some minor improvement to minimark. not sure if worth it.

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r65720:74ec2abeb333 Date: 2013-07-27 20:21 +0200 http://bitbucket.org/pypy/pypy/changeset/74ec2abeb333/ Log:some minor improvement to minimark. not sure if worth it. diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpytho

[pypy-commit] pypy stmgc-c4: Another XXX

2013-07-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r65718:fcf0ada2f62f Date: 2013-07-27 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/fcf0ada2f62f/ Log:Another XXX diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rpython/memory/gc

[pypy-commit] pypy stmgc-c4: A problem with can_move()

2013-07-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r65717:8dc08afd119f Date: 2013-07-27 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/8dc08afd119f/ Log:A problem with can_move() diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rpy

[pypy-commit] pypy stmgc-c4: Add a direct translation test for weakrefs

2013-07-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r65716:98a8c851a299 Date: 2013-07-27 17:03 +0200 http://bitbucket.org/pypy/pypy/changeset/98a8c851a299/ Log:Add a direct translation test for weakrefs diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/s

[pypy-commit] pypy stmgc-c4: Update these constants

2013-07-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r65715:a5a607e647f7 Date: 2013-07-27 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a5a607e647f7/ Log:Update these constants diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rpytho

[pypy-commit] pypy stmgc-c4: Import stmgc/c528da482152

2013-07-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r65714:299d3aac450a Date: 2013-07-27 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/299d3aac450a/ Log:Import stmgc/c528da482152 diff --git a/rpython/translator/stm/src_stm/dbgmem.c b/rpython/translator/stm/src_stm/dbgmem.c --- a/rpython/t

[pypy-commit] stmgc default: Print 'Test OK!' when exiting normally, to be sure

2013-07-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r467:c528da482152 Date: 2013-07-27 16:44 +0200 http://bitbucket.org/pypy/stmgc/changeset/c528da482152/ Log:Print 'Test OK!' when exiting normally, to be sure diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++ b/c4/demo_random.c

[pypy-commit] stmgc weakref: Close the merged branch

2013-07-27 Thread arigo
Author: Armin Rigo Branch: weakref Changeset: r466:9ddc54926be9 Date: 2013-07-27 16:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/9ddc54926be9/ Log:Close the merged branch ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.

[pypy-commit] stmgc copy-over-original2: Close the merged branch

2013-07-27 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r465:4c2ee60e610d Date: 2013-07-27 16:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/4c2ee60e610d/ Log:Close the merged branch ___ pypy-commit mailing list pypy-commit@python.org http://

[pypy-commit] stmgc copy-over-original2: Fix the strange error of the debugging mprotect() calls by simply

2013-07-27 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r463:34dc06192796 Date: 2013-07-27 16:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/34dc06192796/ Log:Fix the strange error of the debugging mprotect() calls by simply running the example for less long. http://sta

[pypy-commit] pypy refactor-str-types: Add more auto-conversion fun.

2013-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65712:e4c68588a0de Date: 2013-07-27 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e4c68588a0de/ Log:Add more auto-conversion fun. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objs

[pypy-commit] pypy refactor-str-types: Add missing import.

2013-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65713:dbcdd32fe31f Date: 2013-07-27 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/dbcdd32fe31f/ Log:Add missing import. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/b

[pypy-commit] pypy default: skip this test if we can't find objdump (should make it work on OS X)

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r65711:3a4776c59dcc Date: 2013-07-27 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/3a4776c59dcc/ Log:skip this test if we can't find objdump (should make it work on OS X) diff --git a/pypy/module/pypyjit/test_pypy_c/test_jitlogpar

[pypy-commit] pypy fast-slowpath: argh. Fix an obvious bug in asmgcc handling

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65710:6f0c3308111a Date: 2013-07-27 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/6f0c3308111a/ Log:argh. Fix an obvious bug in asmgcc handling diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/ass

[pypy-commit] pypy fast-slowpath: fix test flatten

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65709:4f3394996060 Date: 2013-07-27 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/4f3394996060/ Log:fix test flatten diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py ---

[pypy-commit] pypy kill-ootype: Kill USE_SHORT_FLOAT_REPR (make it always True)

2013-07-27 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65708:7a0e4c894994 Date: 2013-07-27 13:24 +0100 http://bitbucket.org/pypy/pypy/changeset/7a0e4c894994/ Log:Kill USE_SHORT_FLOAT_REPR (make it always True) diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py --- a/pypy/module/s

[pypy-commit] pypy kill-ootype: small cleanup

2013-07-27 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65707:c2d63fec53bb Date: 2013-07-26 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/c2d63fec53bb/ Log:small cleanup diff --git a/rpython/rtyper/test/test_rbuiltin.py b/rpython/rtyper/test/test_rbuiltin.py --- a/rpython/rtyper/test/test

[pypy-commit] extradoc extradoc: add 'I would like to share' in my location info

2013-07-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5010:7daea3eaeb9b Date: 2013-07-27 14:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/7daea3eaeb9b/ Log:add 'I would like to share' in my location info diff --git a/sprintinfo/london-2013/people.txt b/sprintinfo/london-2013/people.txt --

[pypy-commit] pypy refactor-str-types: Add app-level unicode.isdecimal and unicode.isnumeric.

2013-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65706:5e677015dc17 Date: 2013-07-27 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/5e677015dc17/ Log:Add app-level unicode.isdecimal and unicode.isnumeric. diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objsp

[pypy-commit] extradoc extradoc: add myself

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5009:2f1f5ea3bcc6 Date: 2013-07-27 13:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/2f1f5ea3bcc6/ Log:add myself diff --git a/sprintinfo/london-2013/people.txt b/sprintinfo/london-2013/people.txt --- a/sprintinfo/london-2013/pe

[pypy-commit] pypy refactor-str-types: Fix another list().

2013-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65705:cfbc930a7b52 Date: 2013-07-27 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/cfbc930a7b52/ Log:Fix another list(). diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/b

[pypy-commit] pypy refactor-str-types: Fix translation tentatively.

2013-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65704:fdd90d4b1588 Date: 2013-07-27 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/fdd90d4b1588/ Log:Fix translation tentatively. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/p

[pypy-commit] pypy refactor-str-types: Re-add _formatter_parser() and _formatter_field_name_split().

2013-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65703:26fbdbbb7e48 Date: 2013-07-27 12:38 +0200 http://bitbucket.org/pypy/pypy/changeset/26fbdbbb7e48/ Log:Re-add _formatter_parser() and _formatter_field_name_split(). diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/st

[pypy-commit] pypy fast-slowpath: fix test_llinterp

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65701:07542962faa0 Date: 2013-07-26 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/07542962faa0/ Log:fix test_llinterp diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpython/rtyper/llinterp.py +++

[pypy-commit] pypy fast-slowpath: "Fix" this test.

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65702:ccb3ce114fc2 Date: 2013-07-27 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/ccb3ce114fc2/ Log:"Fix" this test. diff --git a/rpython/translator/backendopt/test/test_all.py b/rpython/translator/backendopt/test/test_all.

[pypy-commit] stmgc copy-over-original2: I *think* that by now stm_pointer_equal() can be done more simply,

2013-07-27 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r462:d4e3aac8c458 Date: 2013-07-27 10:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/d4e3aac8c458/ Log:I *think* that by now stm_pointer_equal() can be done more simply, without needing to get the stm_id(). diff --git a/c4