[pypy-commit] pypy default: Issue #1849: fix for str.split(), str.rsplit()

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r72918:b9445a658af8 Date: 2014-08-20 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/b9445a658af8/ Log:Issue #1849: fix for str.split(), str.rsplit() diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspa

[pypy-commit] pypy default: str.strip(), str.lstrip(), str.rstrip()

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r72919:0ff8cabf7240 Date: 2014-08-20 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/0ff8cabf7240/ Log:str.strip(), str.lstrip(), str.rstrip() diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/

[pypy-commit] pypy default: str.replace()

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r72922:864226266f8c Date: 2014-08-20 09:46 +0200 http://bitbucket.org/pypy/pypy/changeset/864226266f8c/ Log:str.replace() diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject.py +++ b/pypy/

[pypy-commit] pypy default: str.partition(), str.rpartition()

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r72923:f7a311fdf0ac Date: 2014-08-20 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/f7a311fdf0ac/ Log:str.partition(), str.rpartition() diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/byteso

[pypy-commit] pypy default: str.count()

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r72920:4533e4236ff1 Date: 2014-08-20 09:39 +0200 http://bitbucket.org/pypy/pypy/changeset/4533e4236ff1/ Log:str.count() diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject.py +++ b/pypy/ob

[pypy-commit] pypy default: str.find(), str.rfind(), str.index(), str.rindex()

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r72921:27305d2b0ff9 Date: 2014-08-20 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/27305d2b0ff9/ Log:str.find(), str.rfind(), str.index(), str.rindex() diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/ob

[pypy-commit] pypy stmgc-c7: Don't insert the dummy malloc between the final GUARD_NOT_FORCED_2

2014-08-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72924:dacc3c52da1f Date: 2014-08-20 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/dacc3c52da1f/ Log:Don't insert the dummy malloc between the final GUARD_NOT_FORCED_2 and the following FINISH! diff --git a/rpython/jit/backend/lls

[pypy-commit] pypy stmgc-c7: port the write barrier placement code from c4 to place read barriers in c7 more

2014-08-20 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r72925:5f2375647996 Date: 2014-08-20 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/5f2375647996/ Log:port the write barrier placement code from c4 to place read barriers in c7 more intelligently diff --git a/rpython/translator/stm

[pypy-commit] pypy stmgc-c7: another small simplification

2014-08-20 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r72927:28c253683fc2 Date: 2014-08-20 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/28c253683fc2/ Log:another small simplification diff --git a/rpython/translator/stm/readbarrier.py b/rpython/translator/stm/readbarrier.py --- a/rpython/tr

[pypy-commit] pypy stmgc-c7: simplify by removing the renaming

2014-08-20 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r72926:3b0d4669070d Date: 2014-08-20 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/3b0d4669070d/ Log:simplify by removing the renaming diff --git a/rpython/translator/stm/readbarrier.py b/rpython/translator/stm/readbarrier.py --- a/rpyth

[pypy-commit] pypy stmgc-c7: Merge

2014-08-20 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r72928:24b0a79addbe Date: 2014-08-20 13:02 +0200 http://bitbucket.org/pypy/pypy/changeset/24b0a79addbe/ Log:Merge diff --git a/rpython/jit/backend/llsupport/stmrewrite.py b/rpython/jit/backend/llsupport/stmrewrite.py --- a/rpython/jit/backend/l

[pypy-commit] pypy default: Rename Block.get_graph() to make it clear that it's a slow method, used

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r72929:b059fb4e325c Date: 2014-08-20 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/b059fb4e325c/ Log:Rename Block.get_graph() to make it clear that it's a slow method, used only (so far) by the pygame viewer diff --git a/rpython/flowspace

[pypy-commit] pypy use-file-star-for-file: fix the case of llstr(char)

2014-08-20 Thread fijal
Author: Maciej Fijalkowski Branch: use-file-star-for-file Changeset: r72930:311385061a9b Date: 2014-08-20 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/311385061a9b/ Log:fix the case of llstr(char) diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpytho

[pypy-commit] pypy use-file-star-for-file: (arigo) simplify

2014-08-20 Thread fijal
Author: Maciej Fijalkowski Branch: use-file-star-for-file Changeset: r72931:1c38dd6f99af Date: 2014-08-20 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/1c38dd6f99af/ Log:(arigo) simplify diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpython/rtyper/an

[pypy-commit] pypy.org extradoc: Add the complete EP talks

2014-08-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r528:f25b6226ae59 Date: 2014-08-20 16:52 +0200 http://bitbucket.org/pypy/pypy.org/changeset/f25b6226ae59/ Log:Add the complete EP talks diff --git a/talk/ep2014-status.html b/talk/ep2014-status.html --- a/talk/ep2014-status.html +++ b/talk/ep201

[pypy-commit] pypy default: merge

2014-08-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r72934:c9b9d0b2ab6c Date: 2014-08-20 17:12 +0200 http://bitbucket.org/pypy/pypy/changeset/c9b9d0b2ab6c/ Log:merge diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.py --- a/rpython/jit/meta

[pypy-commit] pypy default: use lists instead of dicts for opboolreflex, opboolinvers and opname

2014-08-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r72932:658f358e5f30 Date: 2014-06-30 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/658f358e5f30/ Log:use lists instead of dicts for opboolreflex, opboolinvers and opname diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpyth

[pypy-commit] pypy default: a somewhat hacky Pdb+ command "findv" to find variables of certain names

2014-08-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r72933:7373380c07d3 Date: 2014-08-20 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/7373380c07d3/ Log:a somewhat hacky Pdb+ command "findv" to find variables of certain names (default is "graph") diff --git a/rpython/translator/to

[pypy-commit] stmgc default: Fix in debug code (likely)

2014-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1321:b067967930aa Date: 2014-08-20 17:12 +0200 http://bitbucket.org/pypy/stmgc/changeset/b067967930aa/ Log:Fix in debug code (likely) diff --git a/c7/stm/nursery.c b/c7/stm/nursery.c --- a/c7/stm/nursery.c +++ b/c7/stm/nursery.c @@ -196,7 +196,11 @@

[pypy-commit] pypy stmgc-c7: import stmgc/b067967930aa

2014-08-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72935:157141a53611 Date: 2014-08-20 17:28 +0200 http://bitbucket.org/pypy/pypy/changeset/157141a53611/ Log:import stmgc/b067967930aa diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] extradoc extradoc: Remove "DLS" from the final paper, in order to present it as a technical report.

2014-08-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5386:974b856f74b4 Date: 2014-08-20 17:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/974b856f74b4/ Log:Remove "DLS" from the final paper, in order to present it as a technical report. diff --git a/talk/dls2014/paper/paper.pdf b/t

[pypy-commit] pypy default: back out 658f358e5f30

2014-08-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r72936:936da5f1c6fc Date: 2014-08-20 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/936da5f1c6fc/ Log:back out 658f358e5f30 (breaks translation) diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp

[pypy-commit] pypy py3.3: implement os.truncate

2014-08-20 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72937:1a0bf771caeb Date: 2014-08-20 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/1a0bf771caeb/ Log:implement os.truncate diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/posix/__init__.py ++

[pypy-commit] extradoc extradoc: Add a draft of UCT talk

2014-08-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5387:be99fc4a12c0 Date: 2014-08-20 19:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/be99fc4a12c0/ Log:Add a draft of UCT talk diff --git a/talk/uct2014/example/demo1.py b/talk/uct2014/example/demo1.py new file mode 100644 --- /d

[pypy-commit] extradoc extradoc: merge

2014-08-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5388:f72b1d32ce88 Date: 2014-08-20 19:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/f72b1d32ce88/ Log:merge diff --git a/talk/dls2014/paper/paper.pdf b/talk/dls2014/paper/paper.pdf index 1b6090da505763b644a566a54df6a1b33bfeed25

[pypy-commit] extradoc extradoc: fix and a pdf

2014-08-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5389:28f75d6555d8 Date: 2014-08-20 20:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/28f75d6555d8/ Log:fix and a pdf diff --git a/talk/uct2014/talk.pdf b/talk/uct2014/talk.pdf new file mode 100644 index 0

[pypy-commit] pypy py3.3: add missing lzma.LZMAError

2014-08-20 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72938:5f4688671d8e Date: 2014-08-20 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/5f4688671d8e/ Log:add missing lzma.LZMAError diff --git a/pypy/module/_lzma/__init__.py b/pypy/module/_lzma/__init__.py --- a/pypy/module/_lzma/__init__.

[pypy-commit] pypy default: test, fix for #1850

2014-08-20 Thread mattip
Author: mattip Branch: Changeset: r72940:8ad8dd8f0ae3 Date: 2014-08-21 00:27 +0300 http://bitbucket.org/pypy/pypy/changeset/8ad8dd8f0ae3/ Log:test, fix for #1850 diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py --- a/pypy/module/micronumpy/ctors.py +++ b/pypy/m

[pypy-commit] pypy ufuncapi: add and start to test _parse_signature

2014-08-20 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r72939:ddd4e75d91b8 Date: 2014-08-20 22:59 +0300 http://bitbucket.org/pypy/pypy/changeset/ddd4e75d91b8/ Log:add and start to test _parse_signature diff --git a/pypy/module/micronumpy/support.py b/pypy/module/micronumpy/support.py --- a/pypy/module/

[pypy-commit] pypy vendor/stdlib: update the Python 2.7 stdlib to 2.7.8

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib Changeset: r72941:a9f89ac29c25 Date: 2014-08-20 15:17 -0700 http://bitbucket.org/pypy/pypy/changeset/a9f89ac29c25/ Log:update the Python 2.7 stdlib to 2.7.8 diff too long, truncating to 2000 out of 32297 lines diff --git a/lib-python/2.7/CGIHTTPSe

[pypy-commit] pypy vendor/stdlib: bump the id 2.7.8

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib Changeset: r72942:dfe89b902432 Date: 2014-08-20 15:17 -0700 http://bitbucket.org/pypy/pypy/changeset/dfe89b902432/ Log:bump the id 2.7.8 diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt --- a/lib-python/stdlib-version.txt

[pypy-commit] pypy stdlib-2.7.8: branch for stdlib 2.7.8

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72943:06e03dc23c97 Date: 2014-08-20 16:11 -0700 http://bitbucket.org/pypy/pypy/changeset/06e03dc23c97/ Log:branch for stdlib 2.7.8 diff too long, truncating to 2000 out of 33855 lines diff --git a/lib-python/2.7/CGIHTTPServer.py b/lib-p

[pypy-commit] pypy stdlib-2.7.8: Added two missing files to the lib-python conftest, also delete some deadcode

2014-08-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72944:7d5bcaa33e27 Date: 2014-08-20 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/7d5bcaa33e27/ Log:Added two missing files to the lib-python conftest, also delete some deadcode diff --git a/lib-python/conftest.py b/lib-pyth

[pypy-commit] pypy stdlib-2.7.8: Initial implementation of operator._compare_digest

2014-08-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72945:6c4fc35d1793 Date: 2014-08-20 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/6c4fc35d1793/ Log:Initial implementation of operator._compare_digest diff --git a/pypy/module/operator/__init__.py b/pypy/module/operator/__init__.py

[pypy-commit] pypy stdlib-2.7.8: bump the version to 2.7.8

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72946:9885932c8170 Date: 2014-08-20 21:00 -0700 http://bitbucket.org/pypy/pypy/changeset/9885932c8170/ Log:bump the version to 2.7.8 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/py