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
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
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
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/
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/
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
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