[pypy-commit] extradoc extradoc: (all) planning for today

2013-08-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r5043:e872abbf4f6e Date: 2013-08-31 10:47 +0100 http://bitbucket.org/pypy/extradoc/changeset/e872abbf4f6e/ Log:(all) planning for today diff --git a/sprintinfo/london-2013/planning.txt b/sprintinfo/london-2013/planning.txt --- a/sprint

[pypy-commit] pypy default: also support the split variant where the separator is not given

2013-08-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r66707:d5214fcde251 Date: 2013-08-31 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/d5214fcde251/ Log:also support the split variant where the separator is not given diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py --- a/rpy

[pypy-commit] pypy resume-refactor: a test and a fix

2013-08-31 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66708:b7fe194c1eb5 Date: 2013-08-31 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/b7fe194c1eb5/ Log:a test and a fix diff --git a/rpython/jit/backend/llsupport/resumebuilder.py b/rpython/jit/backend/llsupport/resumebuilde

[pypy-commit] pypy default: remove debug print

2013-08-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r66709:1d5e776dc11e Date: 2013-08-31 12:03 +0100 http://bitbucket.org/pypy/pypy/changeset/1d5e776dc11e/ Log:remove debug print diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py --- a/rpython/rlib/rstring.py +++ b/rpython/rlib/rstri

[pypy-commit] pypy sanitise_bytecode_dispatch: (arigo, ltratt) Remove some unneeded imports and simplify code accordingly.

2013-08-31 Thread ltratt
Author: Laurence Tratt Branch: sanitise_bytecode_dispatch Changeset: r66710:9e4b0a2b129a Date: 2013-08-31 13:03 +0100 http://bitbucket.org/pypy/pypy/changeset/9e4b0a2b129a/ Log:(arigo, ltratt) Remove some unneeded imports and simplify code accordingly. diff --git a/pypy/interpreter/p

[pypy-commit] pypy default: update the rsplit in rpython's rstr implementation, and use it from the std object. (necaris, rxe)

2013-08-31 Thread rxe
Author: Richard Emslie Branch: Changeset: r66711:1da59029b78e Date: 2013-08-31 13:27 +0100 http://bitbucket.org/pypy/pypy/changeset/1da59029b78e/ Log:update the rsplit in rpython's rstr implementation, and use it from the std object. (necaris, rxe) diff --git a/pypy/objspace/std/str

[pypy-commit] pypy default: Use UnionError in one more place

2013-08-31 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r66712:52103b670ed9 Date: 2013-08-31 13:33 +0100 http://bitbucket.org/pypy/pypy/changeset/52103b670ed9/ Log:Use UnionError in one more place diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rpython/annotator/binaryop.py +

[pypy-commit] stmgc default: Add stm_dump_dbg(), maybe useful for debugging with gdb

2013-08-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r505:a3d84b625ddb Date: 2013-08-31 13:42 +0100 http://bitbucket.org/pypy/stmgc/changeset/a3d84b625ddb/ Log:Add stm_dump_dbg(), maybe useful for debugging with gdb diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -26,6 +26,31 @@ return

[pypy-commit] stmgc default: extra asserts

2013-08-31 Thread Raemi
Author: Remi Meier Branch: Changeset: r507:fd16bb0f509b Date: 2013-08-31 14:51 +0200 http://bitbucket.org/pypy/stmgc/changeset/fd16bb0f509b/ Log:extra asserts diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -108,6 +108,7 @@ revision_t v; d->count_reads++; + assert(IMP

[pypy-commit] stmgc default: if atomic and inevitable, don't change reads_size_limit_nonatomic

2013-08-31 Thread Raemi
Author: Remi Meier Branch: Changeset: r506:aac891340816 Date: 2013-08-30 17:12 +0200 http://bitbucket.org/pypy/stmgc/changeset/aac891340816/ Log:if atomic and inevitable, don't change reads_size_limit_nonatomic diff --git a/c4/stmsync.c b/c4/stmsync.c --- a/c4/stmsync.c +++ b/c4/stmsync.c @

[pypy-commit] stmgc default: merge

2013-08-31 Thread Raemi
Author: Remi Meier Branch: Changeset: r508:ad930f6cd71a Date: 2013-08-31 14:52 +0200 http://bitbucket.org/pypy/stmgc/changeset/ad930f6cd71a/ Log:merge diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -26,6 +26,31 @@ return tmp_buf; } +void stm_dump_dbg(void) +{ +fpr

[pypy-commit] pypy default: Use AnnotatorError in rpython.annotator.specialize

2013-08-31 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r66713:15cae5e616c4 Date: 2013-08-31 13:52 +0100 http://bitbucket.org/pypy/pypy/changeset/15cae5e616c4/ Log:Use AnnotatorError in rpython.annotator.specialize diff --git a/rpython/annotator/specialize.py b/rpython/annotator/specialize.py --- a/rpython/a

[pypy-commit] pypy default: Add more aliases to makecontributor.py.

2013-08-31 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r66715:eff83b982666 Date: 2013-08-31 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/eff83b982666/ Log:Add more aliases to makecontributor.py. diff --git a/pypy/doc/tool/makecontributor.py b/pypy/doc/tool/makecontributor.py --- a/pypy/doc/tool/mak

[pypy-commit] pypy refactor-str-types: hg merge default

2013-08-31 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r66716:fe46e12a3919 Date: 2013-08-31 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/fe46e12a3919/ Log:hg merge default diff --git a/lib-python/2.7/uuid.py b/lib-python/2.7/uuid.py --- a/lib-python/2.7/uuid.py +++ b/lib-python/2.

[pypy-commit] pypy default: hg merge

2013-08-31 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r66717:75d51b51fc6e Date: 2013-08-31 13:57 +0100 http://bitbucket.org/pypy/pypy/changeset/75d51b51fc6e/ Log:hg merge diff --git a/pypy/doc/tool/makecontributor.py b/pypy/doc/tool/makecontributor.py --- a/pypy/doc/tool/makecontributor.py +++ b/pypy/doc/

[pypy-commit] pypy refactor-translator: Rename task_stackcheckinsertion_lltype -> task_stackcheckinsertion.

2013-08-31 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r66714:ad4be31f8eba Date: 2013-08-30 19:35 +0100 http://bitbucket.org/pypy/pypy/changeset/ad4be31f8eba/ Log:Rename task_stackcheckinsertion_lltype -> task_stackcheckinsertion. diff --git a/rpython/translator/driver.py b/rpython/trans

[pypy-commit] pypy sanitise_bytecode_dispatch: Close branch.

2013-08-31 Thread ltratt
Author: Laurence Tratt Branch: sanitise_bytecode_dispatch Changeset: r66718:3fe1e3d41a0a Date: 2013-08-31 14:35 +0100 http://bitbucket.org/pypy/pypy/changeset/3fe1e3d41a0a/ Log:Close branch. ___ pypy-commit mailing list [email protected] http:

[pypy-commit] pypy default: Merge heads.

2013-08-31 Thread ltratt
Author: Laurence Tratt Branch: Changeset: r66720:d8a0476111d0 Date: 2013-08-31 14:37 +0100 http://bitbucket.org/pypy/pypy/changeset/d8a0476111d0/ Log:Merge heads. diff --git a/lib-python/2.7/uuid.py b/lib-python/2.7/uuid.py --- a/lib-python/2.7/uuid.py +++ b/lib-python/2.7/uuid.py @@ -127,8

[pypy-commit] pypy default: Merge in sanitise_bytecode_dispatch.

2013-08-31 Thread ltratt
Author: Laurence Tratt Branch: Changeset: r66719:66de007c669a Date: 2013-08-31 14:35 +0100 http://bitbucket.org/pypy/pypy/changeset/66de007c669a/ Log:Merge in sanitise_bytecode_dispatch. diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b

[pypy-commit] pypy pypy-pyarray: (antocuni, rguillebert): we think it is fine to keep this as a dictionary, it doesn't seem that the lookup occours in performance-critical code

2013-08-31 Thread antocuni
Author: Antonio Cuni Branch: pypy-pyarray Changeset: r66722:4df4713018c3 Date: 2013-08-31 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4df4713018c3/ Log:(antocuni, rguillebert): we think it is fine to keep this as a dictionary, it doesn't seem that the lookup occours in perfor

[pypy-commit] pypy pypy-pyarray: (antocuni, rguillebert): review the branch, add some comments/points to solve

2013-08-31 Thread antocuni
Author: Antonio Cuni Branch: pypy-pyarray Changeset: r66721:1a379a6f127b Date: 2013-08-31 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/1a379a6f127b/ Log:(antocuni, rguillebert): review the branch, add some comments/points to solve diff --git a/TODO.txt b/TODO.txt --- a/TODO.t

[pypy-commit] pypy default: (antocuni, rguillebert): this file has been renamed long time ago

2013-08-31 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r66724:627bd9d22760 Date: 2013-08-31 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/627bd9d22760/ Log:(antocuni, rguillebert): this file has been renamed long time ago diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c

[pypy-commit] pypy default: merge heads

2013-08-31 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r66726:452fdf299c65 Date: 2013-08-31 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/452fdf299c65/ Log:merge heads diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c --- a/rpython/translator/c/src/mem.c +++ b/rpython/trans

[pypy-commit] pypy default: document less-stringly-ops

2013-08-31 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r66727:4d011e06e767 Date: 2013-08-31 15:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4d011e06e767/ Log:document less-stringly-ops diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/w

[pypy-commit] pypy default: Document the sanitise_bytecode_dispatch branch.

2013-08-31 Thread ltratt
Author: Laurence Tratt Branch: Changeset: r66728:141c29c67263 Date: 2013-08-31 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/141c29c67263/ Log:Document the sanitise_bytecode_dispatch branch. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-