[pypy-commit] extradoc extradoc: "import stackless" fails

2016-09-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5719:103c91845692 Date: 2016-09-28 10:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/103c91845692/ Log:"import stackless" fails diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst --- a/plannin

[pypy-commit] pypy py3k: quick untested fix

2016-09-28 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87431:fcb7b33d25c5 Date: 2016-09-28 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/fcb7b33d25c5/ Log:quick untested fix diff --git a/lib_pypy/stackless.py b/lib_pypy/stackless.py --- a/lib_pypy/stackless.py +++ b/lib_pypy/stackless.py @@ -535

[pypy-commit] pypy py3.5-bz2-lzma: pass all lzma tests

2016-09-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5-bz2-lzma Changeset: r87433:34f0c5aa2e96 Date: 2016-09-28 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/34f0c5aa2e96/ Log:pass all lzma tests diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py --- a/lib_pypy/_lzma.py +++ b/lib_pypy/_lzma.py @@ -44

[pypy-commit] pypy py3.5-bz2-lzma: progress on the lzma changes to allow max_length parameter

2016-09-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5-bz2-lzma Changeset: r87432:7e400cfdf59e Date: 2016-09-28 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/7e400cfdf59e/ Log:progress on the lzma changes to allow max_length parameter diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py --- a/lib_pypy/

[pypy-commit] pypy py3.5-bz2-lzma: issue in bz2, data not appended

2016-09-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5-bz2-lzma Changeset: r87434:87e7a5ea092e Date: 2016-09-28 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/87e7a5ea092e/ Log:issue in bz2, data not appended diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/

[pypy-commit] pypy py3k-faulthandler: tweaks, in-progress

2016-09-28 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87435:4753b6674b9f Date: 2016-09-28 23:39 +0200 http://bitbucket.org/pypy/pypy/changeset/4753b6674b9f/ Log:tweaks, in-progress diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pyp

[pypy-commit] pypy py3k-faulthandler: fixes

2016-09-28 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87436:bfe89f6b4c68 Date: 2016-09-28 23:28 +0100 http://bitbucket.org/pypy/pypy/changeset/bfe89f6b4c68/ Log:fixes diff --git a/pypy/module/faulthandler/faulthandler.c b/pypy/module/faulthandler/faulthandler.c --- a/pypy/module/faulthan