[pypy-commit] pypy.org extradoc: update for 2.5.1

2015-03-25 Thread mattip
Author: mattip Branch: extradoc Changeset: r584:ecf6d04897c4 Date: 2015-03-26 06:26 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ecf6d04897c4/ Log:update for 2.5.1 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -71,12 +71,10 @@ Download and insta

[pypy-commit] pypy default: merge release 2.5.1 into default

2015-03-25 Thread mattip
Author: mattip Branch: Changeset: r76564:e6df383db0e6 Date: 2015-03-26 05:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e6df383db0e6/ Log:merge release 2.5.1 into default diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -67,7 +67,7 @@ #

[pypy-commit] pypy default: merge heads

2015-03-25 Thread mattip
Author: mattip Branch: Changeset: r76565:fcd88928b3e9 Date: 2015-03-26 05:58 +0200 http://bitbucket.org/pypy/pypy/changeset/fcd88928b3e9/ Log:merge heads diff --git a/rpython/annotator/listdef.py b/rpython/annotator/listdef.py --- a/rpython/annotator/listdef.py +++ b/rpython/annotator/listd

[pypy-commit] pypy default: Simplify ListItem.merge()

2015-03-25 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76563:152a2c95b462 Date: 2015-03-26 01:42 + http://bitbucket.org/pypy/pypy/changeset/152a2c95b462/ Log:Simplify ListItem.merge() diff --git a/rpython/annotator/listdef.py b/rpython/annotator/listdef.py --- a/rpython/annotator/listdef.py +++ b/rpyth

[pypy-commit] pypy default: Add test for issue #260

2015-03-25 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76562:f3ff810e8559 Date: 2015-03-25 19:04 + http://bitbucket.org/pypy/pypy/changeset/f3ff810e8559/ Log:Add test for issue #260 diff --git a/rpython/annotator/test/test_model.py b/rpython/annotator/test/test_model.py --- a/rpython/annotator/test/te

[pypy-commit] pypy release-2.5.x: extend the description of stdlib 2.7.9 by quoting cpython's release notice

2015-03-25 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r76561:5df58d7d9850 Date: 2015-03-25 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/5df58d7d9850/ Log:extend the description of stdlib 2.7.9 by quoting cpython's release notice diff --git a/pypy/doc/release-2.5.1.rst b/pypy/doc/re

[pypy-commit] stmgc default: Update README

2015-03-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r1740:ded5aa39a871 Date: 2015-03-25 17:34 +0100 http://bitbucket.org/pypy/stmgc/changeset/ded5aa39a871/ Log:Update README diff --git a/c7/llvmfix/README.txt b/c7/llvmfix/README.txt --- a/c7/llvmfix/README.txt +++ b/c7/llvmfix/README.txt @@ -15,6 +15,7 @

[pypy-commit] pypy default: Expand on transaction.time and .clock

2015-03-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r76560:623926e972d5 Date: 2015-03-25 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/623926e972d5/ Log:Expand on transaction.time and .clock diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -350,10 +

[pypy-commit] pypy vmprof: add a comment why we need to do -1

2015-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76559:8e77be4b6db3 Date: 2015-03-25 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/8e77be4b6db3/ Log:add a comment why we need to do -1 diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/modu

[pypy-commit] pypy default: getsignalname(6) -> SIGABRT, not SIGIOT (strange synonym)

2015-03-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r76558:016d3b84b7b0 Date: 2015-03-25 11:04 +0100 http://bitbucket.org/pypy/pypy/changeset/016d3b84b7b0/ Log:getsignalname(6) -> SIGABRT, not SIGIOT (strange synonym) diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++

[pypy-commit] pypy stmgc-c7: Explicitly introduce 'is_stm' and check different things

2015-03-25 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76557:e656b880e267 Date: 2015-03-25 10:52 +0100 http://bitbucket.org/pypy/pypy/changeset/e656b880e267/ Log:Explicitly introduce 'is_stm' and check different things diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/tes

[pypy-commit] pypy stmgc-c7: Fix some of these tests

2015-03-25 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76556:23ce9fa6042c Date: 2015-03-25 09:12 +0100 http://bitbucket.org/pypy/pypy/changeset/23ce9fa6042c/ Log:Fix some of these tests diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c/model.py --- a/pypy/modu

[pypy-commit] pypy vmprof: hopefully improve the situation of write barriers

2015-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76555:110dffa78b50 Date: 2015-03-25 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/110dffa78b50/ Log:hopefully improve the situation of write barriers diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c

[pypy-commit] buildbot default: merge heads

2015-03-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r944:fb73d347aa69 Date: 2015-03-25 08:55 +0100 http://bitbucket.org/pypy/buildbot/changeset/fb73d347aa69/ Log:merge heads diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypybuildbot/bu

[pypy-commit] buildbot default: Add a title to the longrepr pages

2015-03-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r942:79ce0aa6cfae Date: 2015-03-25 08:49 +0100 http://bitbucket.org/pypy/buildbot/changeset/79ce0aa6cfae/ Log:Add a title to the longrepr pages diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot/summary.py --- a/bot2/pypybuildbot/summary.py +

[pypy-commit] buildbot default: one more test passing, still a few failures

2015-03-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r943:559639eb2e13 Date: 2015-03-25 08:55 +0100 http://bitbucket.org/pypy/buildbot/changeset/559639eb2e13/ Log:one more test passing, still a few failures diff --git a/bot2/pypybuildbot/test/test_builds.py b/bot2/pypybuildbot/test/test_builds.py --- a/b