[pypy-commit] pypy default: Fixes to OpenBSD.

2013-06-02 Thread juanfra684
Author: Juan Francisco Cantero Hurtado i...@juanfra.info Branch: Changeset: r64707:e92ef8459498 Date: 2013-06-02 05:40 +0200 http://bitbucket.org/pypy/pypy/changeset/e92ef8459498/ Log:Fixes to OpenBSD. - Fixes the order of CFLAGS and LDFLAGS. - Uses the compiler within $CC

[pypy-commit] pypy default: Fix _testcapi and _test_ctypes after 722471a15693, sorry.

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64708:a674c4a68284 Date: 2013-06-02 10:21 +0200 http://bitbucket.org/pypy/pypy/changeset/a674c4a68284/ Log:Fix _testcapi and _test_ctypes after 722471a15693, sorry. diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py ---

[pypy-commit] pypy default: Kill code duplication.

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64709:18c04dc498b8 Date: 2013-06-02 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/18c04dc498b8/ Log:Kill code duplication. diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py --- a/lib_pypy/_ctypes_test.py +++

[pypy-commit] pypy default: issue #1507: silence not holding the import lock after a fork().

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64710:51f304544a4b Date: 2013-06-02 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/51f304544a4b/ Log:issue #1507: silence not holding the import lock after a fork(). diff --git a/pypy/module/imp/importing.py

[pypy-commit] pypy default: Backward compatibility

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64711:3cdac1ac25eb Date: 2013-06-02 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/3cdac1ac25eb/ Log:Backward compatibility diff --git a/lib-python/2.7/logging/__init__.py b/lib-python/2.7/logging/__init__.py ---

[pypy-commit] pypy default: Fix for x86/test/test_fficall on Windows: use a value for abi that

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64712:663474f13069 Date: 2013-06-02 18:32 +0200 http://bitbucket.org/pypy/pypy/changeset/663474f13069/ Log:Fix for x86/test/test_fficall on Windows: use a value for abi that makes sense for the backend in this test. diff --git

[pypy-commit] stmgc default: Update README.txt

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r56:113d9570c3ad Date: 2013-06-02 19:22 +0200 http://bitbucket.org/pypy/stmgc/changeset/113d9570c3ad/ Log:Update README.txt diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -9,7 +9,11 @@ The library interface

[pypy-commit] stmgc default: More text.

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r57:b522cf8f5f8a Date: 2013-06-02 19:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/b522cf8f5f8a/ Log:More text. diff --git a/c3/doc-stmgc.txt b/c3/doc-stmgc.txt --- a/c3/doc-stmgc.txt +++ b/c3/doc-stmgc.txt @@ -87,13 +87,13 @@ of

[pypy-commit] stmgc default: Desccribe minor and major collections. Hand-waving for now.

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58:3b7bd55eed2f Date: 2013-06-02 20:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/3b7bd55eed2f/ Log:Desccribe minor and major collections. Hand-waving for now. diff --git a/c3/doc-stmgc.txt b/c3/doc-stmgc.txt --- a/c3/doc-stmgc.txt

[pypy-commit] pypy default: Merged in juanfra684/pypy (pull request #154)

2013-06-02 Thread arigo
Author: arigo armin.r...@gmail.com Branch: Changeset: r64715:a4a78a85ceaf Date: 2013-06-02 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/a4a78a85ceaf/ Log:Merged in juanfra684/pypy (pull request #154) Reverts the last change to CC in openbsd.py. PyPy reads correctly

[pypy-commit] pypy default: Reverts the last change to CC in openbsd.py. PyPy reads correctly $CC.

2013-06-02 Thread juanfra684
Author: Juan Francisco Cantero Hurtado i...@juanfra.info Branch: Changeset: r64714:b56af2127b16 Date: 2013-06-02 20:46 +0200 http://bitbucket.org/pypy/pypy/changeset/b56af2127b16/ Log:Reverts the last change to CC in openbsd.py. PyPy reads correctly $CC. Reported by Laurence

[pypy-commit] pypy shared-by-default: a branch to measure if --shared can be enabled by default

2013-06-02 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: shared-by-default Changeset: r64717:858bc45b1b06 Date: 2013-06-03 04:22 +0800 http://bitbucket.org/pypy/pypy/changeset/858bc45b1b06/ Log:a branch to measure if --shared can be enabled by default diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy default: Hack more, trying to work around both CPython's test_imp.py and

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64716:6c22c424ddb8 Date: 2013-06-02 22:21 +0200 http://bitbucket.org/pypy/pypy/changeset/6c22c424ddb8/ Log:Hack more, trying to work around both CPython's test_imp.py and CPython's buggy corresponding behavior

[pypy-commit] pypy default: unify code that generates memory read instructions

2013-06-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64720:641e439a5353 Date: 2013-06-02 15:22 -0500 http://bitbucket.org/pypy/pypy/changeset/641e439a5353/ Log:unify code that generates memory read instructions diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy default: merge heads

2013-06-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64721:d3b498962380 Date: 2013-06-02 15:23 -0500 http://bitbucket.org/pypy/pypy/changeset/d3b498962380/ Log:merge heads diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py ---

[pypy-commit] pypy default: use larger allowed imm size for VLDR and VSTR

2013-06-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64719:c970352ba2f5 Date: 2013-06-02 15:19 -0500 http://bitbucket.org/pypy/pypy/changeset/c970352ba2f5/ Log:use larger allowed imm size for VLDR and VSTR diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy default: avoid 0 sized stack modifications if we are not pushing any args

2013-06-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64718:1d6e2058a146 Date: 2013-06-02 09:44 -0500 http://bitbucket.org/pypy/pypy/changeset/1d6e2058a146/ Log:avoid 0 sized stack modifications if we are not pushing any args diff --git

[pypy-commit] buildbot default: Call the handlers in a parallel thread, allowing the http request from

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r824:861d54ea624e Date: 2013-06-02 22:55 +0200 http://bitbucket.org/pypy/buildbot/changeset/861d54ea624e/ Log:Call the handlers in a parallel thread, allowing the http request from bitbucket to get immediately an answer. (For

[pypy-commit] pypy default: Typo

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64722:a5b60f700b88 Date: 2013-06-02 22:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a5b60f700b88/ Log:Typo diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -2,7 +2,7

[pypy-commit] pypy default: add a comment

2013-06-02 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64723:f4dc731c4c03 Date: 2013-06-03 05:10 +0800 http://bitbucket.org/pypy/pypy/changeset/f4dc731c4c03/ Log:add a comment diff --git a/pypy/doc/__pypy__-module.rst b/pypy/doc/__pypy__-module.rst ---

[pypy-commit] pypy default: merge

2013-06-02 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64724:b93ade5abad3 Date: 2013-06-03 05:10 +0800 http://bitbucket.org/pypy/pypy/changeset/b93ade5abad3/ Log:merge diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@