[pypy-commit] pypy default: Merged issue2018 into default

2015-04-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76777:a8e0fff6383f Date: 2015-04-12 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/a8e0fff6383f/ Log:Merged issue2018 into default Fixes #2018 diff --git a/rpython/rtyper/lltypesystem/test/test_lltype.py b/rpython/rtyper/lltypesystem/te

[pypy-commit] pypy issue2018: Close branch issue2018

2015-04-12 Thread rlamy
Author: Ronan Lamy Branch: issue2018 Changeset: r76776:7cffb392b046 Date: 2015-04-12 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/7cffb392b046/ Log:Close branch issue2018 ___ pypy-commit mailing list [email protected] https://mail.pyth

[pypy-commit] pypy install-rpython: Install scripts along with rpython.

2015-04-12 Thread Julian Berman
Author: Julian Berman Branch: install-rpython Changeset: r76778:bf6fdc9602b4 Date: 2015-04-12 09:14 -0400 http://bitbucket.org/pypy/pypy/changeset/bf6fdc9602b4/ Log:Install scripts along with rpython. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -4,10 +4,10 @@ from setu

[pypy-commit] pypy install-rpython: Distutils doesn't know how to handle /usr/bin/env pypy for shebang rewrites.

2015-04-12 Thread Julian Berman
Author: Julian Berman Branch: install-rpython Changeset: r76779:34848732c2b4 Date: 2015-04-12 10:27 -0400 http://bitbucket.org/pypy/pypy/changeset/34848732c2b4/ Log:Distutils doesn't know how to handle /usr/bin/env pypy for shebang rewrites. diff --git a/setup.py b/setup.py --- a/set

[pypy-commit] pypy install-rpython: Point 'rpython' to something that will give a useful message when run without arguments

2015-04-12 Thread rlamy
Author: Ronan Lamy Branch: install-rpython Changeset: r76780:689f40c7cd51 Date: 2015-04-12 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/689f40c7cd51/ Log:Point 'rpython' to something that will give a useful message when run without arguments diff --git a/setup.py b/setup.py -

[pypy-commit] pypy install-rpython: Add import guard so that entry point calls main() only once

2015-04-12 Thread rlamy
Author: Ronan Lamy Branch: install-rpython Changeset: r76781:995790cd228e Date: 2015-04-12 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/995790cd228e/ Log:Add import guard so that entry point calls main() only once diff --git a/rpython/__main__.py b/rpython/__main__.py --- a/rpython/_

[pypy-commit] pypy.org extradoc: Add the Guido Seal of Approval

2015-04-12 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r594:3cf830114ccc Date: 2015-04-12 15:31 -0400 http://bitbucket.org/pypy/pypy.org/changeset/3cf830114ccc/ Log:Add the Guido Seal of Approval diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -72,19 +72,27 @@ PyPy is a h

[pypy-commit] pypy object-dtype2: revert part of f8e674fa7afc, explicitly create comp ufuncs

2015-04-12 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76783:c6d28d3e2f8a Date: 2015-04-13 00:11 +0300 http://bitbucket.org/pypy/pypy/changeset/c6d28d3e2f8a/ Log:revert part of f8e674fa7afc, explicitly create comp ufuncs diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.p

[pypy-commit] pypy object-dtype2: help translation

2015-04-12 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76782:3b29ab05eaea Date: 2015-04-12 20:38 +0300 http://bitbucket.org/pypy/pypy/changeset/3b29ab05eaea/ Log:help translation diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py ++