[pypy-commit] pypy default: issue #1978 resolved

2015-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75825:2b2163d65ee4 Date: 2015-02-11 10:54 +0100 http://bitbucket.org/pypy/pypy/changeset/2b2163d65ee4/ Log:issue #1978 resolved diff --git a/lib_pypy/pyrepl/readline.py b/lib_pypy/pyrepl/readline.py --- a/lib_pypy/pyrepl/readline.py +++ b/lib_pypy/pyre

[pypy-commit] pypy default: issue #1976

2015-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75826:adea6f0cdf60 Date: 2015-02-11 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/adea6f0cdf60/ Log:issue #1976 patch by David Naylor: better support for FreeBSD diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_s

[pypy-commit] pypy default: issue #1977

2015-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75827:9249bb18f160 Date: 2015-02-11 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/9249bb18f160/ Log:issue #1977 patch by David Naylor: support FreeBSD diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py --- a/lib_pypy/gdbm.py +++ b/lib_pyp

[pypy-commit] pypy.org extradoc: Complete the NumPy 2-paragraph instructions and link more clearly to

2015-02-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r566:0ef10b189227 Date: 2015-02-11 17:00 +0100 http://bitbucket.org/pypy/pypy.org/changeset/0ef10b189227/ Log:Complete the NumPy 2-paragraph instructions and link more clearly to numpy/pypy. diff --git a/download.html b/download.html ---

[pypy-commit] pypy default: Revert too much changes that were done in b782b42ddc67: we still need

2015-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75828:70d63dd6d506 Date: 2015-02-11 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/70d63dd6d506/ Log:Revert too much changes that were done in b782b42ddc67: we still need to say "-Wl,--export-dynamic" in the Makefile, otherwise no

[pypy-commit] pypy default: remove trailing whitespace

2015-02-11 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r75829:5066e0dc8fc9 Date: 2015-02-11 12:57 -0500 http://bitbucket.org/pypy/pypy/changeset/5066e0dc8fc9/ Log:remove trailing whitespace diff --git a/rpython/jit/backend/arm/instruction_builder.py b/rpython/jit/backend/arm/instruction_builder.py -

[pypy-commit] pypy default: A sprinke of RPY_EXTERN here and there avoids some of the remaining

2015-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75831:af205bb7dad4 Date: 2015-02-11 19:27 +0100 http://bitbucket.org/pypy/pypy/changeset/af205bb7dad4/ Log:A sprinke of RPY_EXTERN here and there avoids some of the remaining unexpectedly-exported symbols. diff --git a/rpython/rtyper/module/ll_

[pypy-commit] pypy default: merge heads

2015-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75832:498cbdbc76f4 Date: 2015-02-11 19:27 +0100 http://bitbucket.org/pypy/pypy/changeset/498cbdbc76f4/ Log:merge heads diff --git a/rpython/jit/backend/arm/instruction_builder.py b/rpython/jit/backend/arm/instruction_builder.py --- a/rpython/jit/backe

[pypy-commit] pypy default: Add a test for 70d63dd6d506, which also fails because we have a few

2015-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75830:b4bf2c4a705f Date: 2015-02-11 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/b4bf2c4a705f/ Log:Add a test for 70d63dd6d506, which also fails because we have a few functions not marked with any RPY_xxx macro diff --git a/rpython/tran

[pypy-commit] pypy.org extradoc: Remove explicit mention of --jit-backend=x86-without-sse2.

2015-02-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r567:b04699f23493 Date: 2015-02-11 20:48 +0100 http://bitbucket.org/pypy/pypy.org/changeset/b04699f23493/ Log:Remove explicit mention of --jit-backend=x86-without-sse2. diff --git a/download.html b/download.html --- a/download.html +++ b/downloa

[pypy-commit] pypy stdlib-2.7.9: None is illegal in a llexternal call

2015-02-11 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75833:4b28f7d27709 Date: 2015-02-12 01:29 +0200 http://bitbucket.org/pypy/pypy/changeset/4b28f7d27709/ Log:None is illegal in a llexternal call diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module/_