[pypy-commit] cffi release-0.9: Add the MD5/SHA

2015-03-03 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1654:509a04a2cdca Date: 2015-03-03 10:48 +0100 http://bitbucket.org/cffi/cffi/changeset/509a04a2cdca/ Log:Add the MD5/SHA diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -92,9

[pypy-commit] cffi release-0.9: Prepare release 0.9.0

2015-03-03 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1653:d7e45a50 Date: 2015-03-03 10:34 +0100 http://bitbucket.org/cffi/cffi/changeset/d7e45a50/ Log:Prepare release 0.9.0 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5689,7 +56

[pypy-commit] cffi default: hg merge release-0.9

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r1655:c98121733586 Date: 2015-03-03 10:48 +0100 http://bitbucket.org/cffi/cffi/changeset/c98121733586/ Log:hg merge release-0.9 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5689,7 +5689,7 @@

[pypy-commit] cffi release-0.9: Branch for the 0.9 release

2015-03-03 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1652:9f8613882976 Date: 2015-03-03 10:28 +0100 http://bitbucket.org/cffi/cffi/changeset/9f8613882976/ Log:Branch for the 0.9 release ___ pypy-commit mailing list [email protected] https://mail

[pypy-commit] pypy default: Bump version number

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76229:892ae69f849c Date: 2015-03-03 11:00 +0100 http://bitbucket.org/pypy/pypy/changeset/892ae69f849c/ Log:Bump version number diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_backend/_

[pypy-commit] pypy default: Shortcut the two-step #define, which ends in a warning from the C compiler

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76230:2ff6288a1cf6 Date: 2015-03-03 13:06 +0100 http://bitbucket.org/pypy/pypy/changeset/2ff6288a1cf6/ Log:Shortcut the two-step #define, which ends in a warning from the C compiler if we also have cpyext/include/pymem.h diff --git a/rpython/tr

[pypy-commit] benchmarks default: Modernize: the "atomic" module no longer exists

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r320:5c9bb48bb75d Date: 2015-03-03 13:30 +0100 http://bitbucket.org/pypy/benchmarks/changeset/5c9bb48bb75d/ Log:Modernize: the "atomic" module no longer exists diff --git a/multithread/common/abstract_threading.py b/multithread/common/abstract_threadin

[pypy-commit] benchmarks default: Modernize

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r319:f6c32be6bf85 Date: 2015-03-03 13:30 +0100 http://bitbucket.org/pypy/benchmarks/changeset/f6c32be6bf85/ Log:Modernize diff --git a/multithread/multithread-richards.py b/multithread/multithread-richards.py --- a/multithread/multithread-richards.py +

[pypy-commit] stmgc c8-card-marking: Instead of SIGINT, raise SIGABRT here, and if that doesn't kill the process,

2015-03-03 Thread arigo
Author: Armin Rigo Branch: c8-card-marking Changeset: r1689:3c11d9ba56a7 Date: 2015-03-03 13:46 +0100 http://bitbucket.org/pypy/stmgc/changeset/3c11d9ba56a7/ Log:Instead of SIGINT, raise SIGABRT here, and if that doesn't kill the process, raise SIGKILL. diff --git a/c8/stm/core.c b/c

[pypy-commit] buildbot issue-1759: close branch to be merged

2015-03-03 Thread mattip
Author: mattip Branch: issue-1759 Changeset: r935:2c0ec1e92001 Date: 2015-03-03 18:48 +0200 http://bitbucket.org/pypy/buildbot/changeset/2c0ec1e92001/ Log:close branch to be merged ___ pypy-commit mailing list [email protected] https://mail.py

[pypy-commit] buildbot default: merge issue-1759 which moves testing runs to /pytest and transfers numpy-compatability test to triggered builds

2015-03-03 Thread mattip
Author: mattip Branch: Changeset: r936:9368e32b1675 Date: 2015-03-03 18:49 +0200 http://bitbucket.org/pypy/buildbot/changeset/9368e32b1675/ Log:merge issue-1759 which moves testing runs to /pytest and transfers numpy-compatability test to triggered builds diff --git a/bot2/pypybuild

[pypy-commit] cffi default: gcc complains if given the obscure flag "-Werror=declaration-after-statement"

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r1656:9ee016c3276b Date: 2015-03-03 18:14 +0100 http://bitbucket.org/cffi/cffi/changeset/9ee016c3276b/ Log:gcc complains if given the obscure flag "-Werror=declaration-after- statement" diff --git a/c/malloc_closure.h b/c/malloc_closure.h --- a/

[pypy-commit] pypy default: Import cffi release 0.9

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76231:8fc3eeed2c5f Date: 2015-03-03 19:54 +0100 http://bitbucket.org/pypy/pypy/changeset/8fc3eeed2c5f/ Log:Import cffi release 0.9 diff --git a/lib_pypy/cffi/__init__.py b/lib_pypy/cffi/__init__.py --- a/lib_pypy/cffi/__init__.py +++ b/lib_pypy/cffi/__

[pypy-commit] pypy default: hg backout e36875ce12ab

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76232:a063ef6478b1 Date: 2015-03-03 20:10 +0100 http://bitbucket.org/pypy/pypy/changeset/a063ef6478b1/ Log:hg backout e36875ce12ab This was a bogus solution. We can see in x86/runner.py that multiple invalidate_loop() with the same loop

[pypy-commit] buildbot default: ignore revision on git update of numpy-compatible builds since they are triggered with a pypy revision id

2015-03-03 Thread mattip
Author: mattip Branch: Changeset: r937:6ccf9981ec27 Date: 2015-03-03 21:34 +0200 http://bitbucket.org/pypy/buildbot/changeset/6ccf9981ec27/ Log:ignore revision on git update of numpy-compatible builds since they are triggered with a pypy revision id diff --git a/bot2/pypybuildbot/bu

[pypy-commit] pypy default: Add a few flowspace tests with convoluted control flow

2015-03-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76233:96a8a84a5510 Date: 2015-03-03 21:12 + http://bitbucket.org/pypy/pypy/changeset/96a8a84a5510/ Log:Add a few flowspace tests with convoluted control flow diff --git a/rpython/flowspace/test/test_objspace.py b/rpython/flowspace/test/test_objspa

[pypy-commit] pypy py3.3: Fix compilation of _testcapimodule

2015-03-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76234:f60fdd5b5b05 Date: 2015-03-04 00:29 +0100 http://bitbucket.org/pypy/pypy/changeset/f60fdd5b5b05/ Log:Fix compilation of _testcapimodule diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapimodule.c --- a/lib_pypy/_testcapimo

[pypy-commit] pypy default: issue #1990: fix trouble caused by dde0fac9f1a4. See the issue for

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76235:dd560e38c568 Date: 2015-03-04 02:00 +0100 http://bitbucket.org/pypy/pypy/changeset/dd560e38c568/ Log:issue #1990: fix trouble caused by dde0fac9f1a4. See the issue for details. Should be fixed by more explicitly asking for follow_j

[pypy-commit] pypy default: merge heads

2015-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76236:167ad5df04a2 Date: 2015-03-04 02:03 +0100 http://bitbucket.org/pypy/pypy/changeset/167ad5df04a2/ Log:merge heads diff --git a/rpython/flowspace/test/test_objspace.py b/rpython/flowspace/test/test_objspace.py --- a/rpython/flowspace/test/test_obj