[pypy-commit] extradoc extradoc: Grr

2012-04-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4193:80057c82b30f Date: 2012-04-14 19:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/80057c82b30f/ Log:Grr diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -18,6 +18,7 @@ If called insi

[pypy-commit] extradoc extradoc: - unwrite the specific details about nested transactions, to be

2012-04-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4192:bb8a0daf30d6 Date: 2012-04-14 19:15 +0200 http://bitbucket.org/pypy/extradoc/changeset/bb8a0daf30d6/ Log:- unwrite the specific details about nested transactions, to be considered later - found out a more flexible way to en

[pypy-commit] pypy default: hopefully a better specialization

2012-04-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54368:57f6dff7fb22 Date: 2012-04-14 18:50 +0200 http://bitbucket.org/pypy/pypy/changeset/57f6dff7fb22/ Log:hopefully a better specialization diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py --- a/pypy/rlib/jit.py +++ b/pypy/rlib/jit.py @@ -206,

[pypy-commit] pypy default: (fijal, arigo) heuristic for unrolling loops, unroll a bit more

2012-04-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54366:c85c18524c4f Date: 2012-04-14 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/c85c18524c4f/ Log:(fijal, arigo) heuristic for unrolling loops, unroll a bit more diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/strin

[pypy-commit] pypy default: speed up jitted lsprof on builtin calls significantly

2012-04-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54365:822d774c2560 Date: 2012-04-14 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/822d774c2560/ Log:speed up jitted lsprof on builtin calls significantly diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsp

[pypy-commit] pypy default: merge

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54364:ee5f8c2f4686 Date: 2012-04-14 14:31 +0200 http://bitbucket.org/pypy/pypy/changeset/ee5f8c2f4686/ Log:merge diff --git a/lib_pypy/numpypy/core/fromnumeric.py b/lib_pypy/numpypy/core/fromnumeric.py --- a/lib_pypy/numpypy/core/fromnumeric.p

[pypy-commit] pypy stdlib-unification: merge from default

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54362:ccfea861d0e3 Date: 2012-04-14 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/ccfea861d0e3/ Log:merge from default diff --git a/pypy/tool/clean_old_branches.py b/pypy/tool/clean_old_branches.py --- a/pypy/tool/clean

[pypy-commit] pypy stdlib-unification/py3k: merge from stdlib-unification

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification/py3k Changeset: r54363:4e795faa4933 Date: 2012-04-14 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/4e795faa4933/ Log:merge from stdlib-unification diff --git a/pypy/tool/clean_old_branches.py b/pypy/tool/clean_old_branches.py --- a

[pypy-commit] pypy default: escape slashes in udir basenames with --

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54361:4b487dad7abe Date: 2012-04-14 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/4b487dad7abe/ Log:escape slashes in udir basenames with -- diff --git a/pypy/tool/test/test_udir.py b/pypy/tool/test/test_udir.py --- a/pypy/tool/test/test

[pypy-commit] pypy default: swapaxes for numpypy

2012-04-14 Thread mikefc
Author: Michael Cheng Branch: Changeset: r54360:886d352cf776 Date: 2012-04-14 20:04 +1000 http://bitbucket.org/pypy/pypy/changeset/886d352cf776/ Log:swapaxes for numpypy diff --git a/lib_pypy/numpypy/core/fromnumeric.py b/lib_pypy/numpypy/core/fromnumeric.py --- a/lib_pypy/numpypy/core/fro

[pypy-commit] pypy default: tool.clean_old_branches: use debugsetparents to avoid merge+rm

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54355:7d2a37b843fc Date: 2012-04-14 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2a37b843fc/ Log:tool.clean_old_branches: use debugsetparents to avoid merge+rm diff --git a/pypy/tool/clean_old_branches.py b/pypy/tool/clean_old_branche

[pypy-commit] pypy default: tool.clean_old_branches: dont update/purge for every head

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54356:ffcf6c713e0b Date: 2012-04-14 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/ffcf6c713e0b/ Log:tool.clean_old_branches: dont update/purge for every head diff --git a/pypy/tool/clean_old_branches.py b/pypy/tool/clean_old_branches.py

[pypy-commit] pypy vendor/stdlib: revert hgignore on vendor branch

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: vendor/stdlib Changeset: r54353:4aa4e1f8e19a Date: 2012-04-14 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/4aa4e1f8e19a/ Log:revert hgignore on vendor branch diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0

[pypy-commit] pypy stdlib-unification: merge from vendor/stdlib

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54354:169138063d63 Date: 2012-04-14 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/169138063d63/ Log:merge from vendor/stdlib ___ pypy-commit mailing list [email protected]

[pypy-commit] pypy stdlib-unification: reverting merge so we dont get the deletions when merging from vendor/stdlib

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54352:087b58bc32e9 Date: 2012-04-14 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/087b58bc32e9/ Log:reverting merge so we dont get the deletions when merging from vendor/stdlib __