[pypy-commit] pypy.org extradoc: simplify explanation about pip, reference pypy documentation

2016-07-19 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r769:0f202d1ef6e0 Date: 2016-07-19 21:10 +0300 http://bitbucket.org/pypy/pypy.org/changeset/0f202d1ef6e0/ Log:simplify explanation about pip, reference pypy documentation diff --git a/download.html b/download.html ---

[pypy-commit] pypy default: recommend ensurepip

2016-07-19 Thread mattip
Author: Matti Picus Branch: Changeset: r85774:2c2871a3b51e Date: 2016-07-19 20:43 +0300 http://bitbucket.org/pypy/pypy/changeset/2c2871a3b51e/ Log:recommend ensurepip diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++

[pypy-commit] pypy ppc-vsx-support: return None for index_box in cpu_scale if the box is not modified by rewrite

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85771:1c9aa0ce8cd2 Date: 2016-07-19 14:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1c9aa0ce8cd2/ Log:return None for index_box in cpu_scale if the box is not modified by rewrite diff --git

[pypy-commit] pypy ppc-vsx-support: removed comments, fixed problem with rewrite (was changed slightly for vectorization)

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85772:1932988064a3 Date: 2016-07-19 16:45 +0200 http://bitbucket.org/pypy/pypy/changeset/1932988064a3/ Log:removed comments, fixed problem with rewrite (was changed slightly for vectorization) diff

[pypy-commit] pypy ppc-vsx-support: consider that the returned value (variable new_index_box) can be None)

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85769:b87a50154458 Date: 2016-07-19 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/b87a50154458/ Log:consider that the returned value (variable new_index_box) can be None) diff --git

[pypy-commit] pypy ppc-vsx-support: merge default

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85770:5090a8e44421 Date: 2016-07-19 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/5090a8e44421/ Log:merge default diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py new file

[pypy-commit] pypy ppc-vsx-support: resolve translation issues, pypy on ppc compiles now

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85768:5b99dbc493ed Date: 2016-07-19 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/5b99dbc493ed/ Log:resolve translation issues, pypy on ppc compiles now diff --git

[pypy-commit] pypy ppc-vsx-support: defer vector_ext init to a point where release gil is possible

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85767:15cafdc0f60b Date: 2016-07-18 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/15cafdc0f60b/ Log:defer vector_ext init to a point where release gil is possible diff --git

[pypy-commit] pypy default: fix test

2016-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r85766:173f3d27bfdb Date: 2016-07-19 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/173f3d27bfdb/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

[pypy-commit] pypy default: fix import

2016-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r85765:91c6cf074b0b Date: 2016-07-19 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/91c6cf074b0b/ Log:fix import diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py ---

[pypy-commit] stmgc default: add another TODO for investigation

2016-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r1995:8679ed5352f8 Date: 2016-07-19 09:04 +0200 http://bitbucket.org/pypy/stmgc/changeset/8679ed5352f8/ Log:add another TODO for investigation diff --git a/c8/TODO b/c8/TODO --- a/c8/TODO +++ b/c8/TODO @@ -7,6 +7,9 @@

[pypy-commit] cffi default: Use Py_LIMITED_API in the generated C extension modules, because doing

2016-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2727:1629330be7e6 Date: 2016-07-19 08:40 +0200 http://bitbucket.org/cffi/cffi/changeset/1629330be7e6/ Log:Use Py_LIMITED_API in the generated C extension modules, because doing so seems easy. Still need to check if and how we