[pypy-commit] pypy.org extradoc: Update the "low on address space" comment

2016-03-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r724:8f629ad05c40 Date: 2016-03-19 07:38 +0100 http://bitbucket.org/pypy/pypy.org/changeset/8f629ad05c40/ Log:Update the "low on address space" comment diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -291,7

[pypy-commit] pypy follow_symlinks: Import a bunch of docstrings from CPython 3.3 (b9c8f1c80f47)

2016-03-18 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83156:664a8d8d8eb4 Date: 2016-03-19 06:31 + http://bitbucket.org/pypy/pypy/changeset/664a8d8d8eb4/ Log:Import a bunch of docstrings from CPython 3.3 (b9c8f1c80f47) Update docstrings for all functions that support the new keyw

[pypy-commit] pypy py3.3-bootstrap-again: Do not import importlib during objspace creation.

2016-03-18 Thread rlamy
Author: Ronan Lamy Branch: py3.3-bootstrap-again Changeset: r83114:90e05aa7339c Date: 2016-03-17 16:40 + http://bitbucket.org/pypy/pypy/changeset/90e05aa7339c/ Log:Do not import importlib during objspace creation. This freezed importlib into a pre-built constant which prevents

[pypy-commit] pypy new-jit-log: merged default

2016-03-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83106:ffd85c0f09ca Date: 2016-03-17 10:48 +0100 http://bitbucket.org/pypy/pypy/changeset/ffd85c0f09ca/ Log:merged default diff too long, truncating to 2000 out of 17105 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.h

[pypy-commit] pypy s390x-z196: changed chip model to a 2 year older version

2016-03-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-z196 Changeset: r83089:30a33af3efa2 Date: 2016-03-16 21:03 +0100 http://bitbucket.org/pypy/pypy/changeset/30a33af3efa2/ Log:changed chip model to a 2 year older version diff --git a/rpython/jit/backend/zarch/test/test_auto_encoding.py b/rpython/jit/bac

[pypy-commit] pypy.org extradoc: update the values

2016-03-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r723:94a5ad8113da Date: 2016-03-16 18:13 +0100 http://bitbucket.org/pypy/pypy.org/changeset/94a5ad8113da/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy cpyext-ext: fix properly (amaury)

2016-03-18 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83083:68a119b4877f Date: 2016-03-16 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/68a119b4877f/ Log:fix properly (amaury) diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyext/bytesobj

[pypy-commit] pypy default: Recognise armv8l machine type

2016-03-18 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r83095:0206c67c661f Date: 2016-03-16 22:00 -0700 http://bitbucket.org/pypy/pypy/changeset/0206c67c661f/ Log:Recognise armv8l machine type This is a 32bit personality on an ARMv8 (64bit) CPU diff --git a/rpython/jit/backend/detect_cpu.py b/

[pypy-commit] pypy new-jit-log: revived this branch, writes all resoperations into the log (to be independant from the pypy code base)

2016-03-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83107:3c69b7ad777e Date: 2016-03-17 12:41 +0100 http://bitbucket.org/pypy/pypy/changeset/3c69b7ad777e/ Log:revived this branch, writes all resoperations into the log (to be independant from the pypy code base) diff --git a/rpyt

[pypy-commit] pypy default: Remove debug artifact (backout 18bd2d236f85)

2016-03-18 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r83155:c3f763db98bb Date: 2016-03-19 04:29 + http://bitbucket.org/pypy/pypy/changeset/c3f763db98bb/ Log:Remove debug artifact (backout 18bd2d236f85) diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/

[pypy-commit] pypy py3k: hg merge default

2016-03-18 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r83154:9a167de52a1f Date: 2016-03-19 04:26 + http://bitbucket.org/pypy/pypy/changeset/9a167de52a1f/ Log:hg merge default diff too long, truncating to 2000 out of 13776 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@

[pypy-commit] pypy release-5.x: add a -live- to greenfield op since it can call nonstandard virtualizable, how to reproduce a crash with a test

2016-03-18 Thread fijal
Author: fijal Branch: release-5.x Changeset: r83113:07e163f8e2ff Date: 2016-03-17 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/07e163f8e2ff/ Log:add a -live- to greenfield op since it can call nonstandard virtualizable, how to reproduce a crash with a test diff --git a/rpython

[pypy-commit] pypy default: fix link (thanks Edd)

2016-03-18 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r83081:1fd8429ed560 Date: 2016-03-16 13:06 + http://bitbucket.org/pypy/pypy/changeset/1fd8429ed560/ Log:fix link (thanks Edd) diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst --- a/pypy/doc/extradoc.rst +++ b/pypy/doc/extradoc.rst

[pypy-commit] pypy py3k: Fix test by using another file.

2016-03-18 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r83153:dfc55771338b Date: 2016-03-19 01:01 +0100 http://bitbucket.org/pypy/pypy/changeset/dfc55771338b/ Log:Fix test by using another file. The tests are not as independent as they probably should be and test_chmod / test_fchmod ch

[pypy-commit] pypy heapcache-refactor: fixes for consts

2016-03-18 Thread fijal
Author: fijal Branch: heapcache-refactor Changeset: r83152:042155266b53 Date: 2016-03-19 00:39 +0200 http://bitbucket.org/pypy/pypy/changeset/042155266b53/ Log:fixes for consts diff --git a/rpython/jit/metainterp/heapcache.py b/rpython/jit/metainterp/heapcache.py --- a/rpython/jit/metainterp

[pypy-commit] pypy default: clarify error message: there may or may not have been errors building

2016-03-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r83121:a8a022a88c98 Date: 2016-03-18 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/a8a022a88c98/ Log:clarify error message: there may or may not have been errors building the cffi modules diff --git a/pypy/goal/targetpypystandalone.py b/