Author: Armin Rigo
Branch: extradoc
Changeset: r5712:2d8db6ebad85
Date: 2016-09-24 08:45 +0200
http://bitbucket.org/pypy/extradoc/changeset/2d8db6ebad85/
Log:Tied this issue to a 3.5 issue
diff --git a/planning/py3.5/cpython-crashers.rst
b/planning/py3.5/cpython-crashers.rst
--- a/planning/
Author: Armin Rigo
Branch: extradoc
Changeset: r5711:723bd28a3ffd
Date: 2016-09-24 08:15 +0200
http://bitbucket.org/pypy/extradoc/changeset/723bd28a3ffd/
Log:Add references
diff --git a/planning/py3.5/cpython-crashers.rst
b/planning/py3.5/cpython-crashers.rst
--- a/planning/py3.5/cpython-cr
Author: Armin Rigo
Branch:
Changeset: r87353:77f0c958997b
Date: 2016-09-23 23:08 +0200
http://bitbucket.org/pypy/pypy/changeset/77f0c958997b/
Log:fix
diff --git a/rpython/jit/backend/test/test_ll_random.py
b/rpython/jit/backend/test/test_ll_random.py
--- a/rpython/jit/backend/test/test_ll_
Author: Armin Rigo
Branch:
Changeset: r87352:0d9dacbd997f
Date: 2016-09-23 23:05 +0200
http://bitbucket.org/pypy/pypy/changeset/0d9dacbd997f/
Log:Better override _compute_value() than get_w_value(): the latter is
otherwise not overridden, and the former is already highly
poly
Author: Armin Rigo
Branch: py3k-faulthandler
Changeset: r87351:25ae97b49316
Date: 2016-09-23 22:42 +0200
http://bitbucket.org/pypy/pypy/changeset/25ae97b49316/
Log:fix
diff --git a/pypy/module/faulthandler/handler.py
b/pypy/module/faulthandler/handler.py
--- a/pypy/module/faulthandler/handl
Author: Armin Rigo
Branch: extradoc
Changeset: r5710:acd514577bc1
Date: 2016-09-23 22:29 +0200
http://bitbucket.org/pypy/extradoc/changeset/acd514577bc1/
Log:updates
diff --git a/planning/py3.5/cpython-crashers.rst
b/planning/py3.5/cpython-crashers.rst
--- a/planning/py3.5/cpython-crashers.
Author: Armin Rigo
Branch: extradoc
Changeset: r801:13dfa333f721
Date: 2016-09-23 20:05 +0200
http://bitbucket.org/pypy/pypy.org/changeset/13dfa333f721/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $65142 of $105000 (
Author: Armin Rigo
Branch: py3k-faulthandler
Changeset: r87350:d7433f65fd0c
Date: 2016-09-23 20:05 +0200
http://bitbucket.org/pypy/pypy/changeset/d7433f65fd0c/
Log:in-progress
diff --git a/pypy/module/faulthandler/cintf.py
b/pypy/module/faulthandler/cintf.py
--- a/pypy/module/faulthandler/c
Author: Spenser Bauman
Branch: value-classes
Changeset: r87349:2a49f9a70838
Date: 2016-09-23 13:16 -0400
http://bitbucket.org/pypy/pypy/changeset/2a49f9a70838/
Log:Prospective test
diff --git a/rpython/jit/metainterp/test/test_virtual.py
b/rpython/jit/metainterp/test/test_virtual.py
--- a/r
Author: Armin Rigo
Branch: py3k-faulthandler
Changeset: r87348:0c67f2b605a3
Date: 2016-09-23 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/0c67f2b605a3/
Log:in-progress
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace
Author: Armin Rigo
Branch: py3k
Changeset: r87347:cb1bd427cb74
Date: 2016-09-23 18:39 +0200
http://bitbucket.org/pypy/pypy/changeset/cb1bd427cb74/
Log:merge heads
diff --git a/pypy/objspace/test/test_descriptor.py
b/pypy/objspace/test/test_descriptor.py
--- a/pypy/objspace/test/test_descrip
Author: Armin Rigo
Branch: py3k-faulthandler
Changeset: r87346:582203d71d95
Date: 2016-09-23 14:01 +0200
http://bitbucket.org/pypy/pypy/changeset/582203d71d95/
Log:A branch to really implement faulthandler
___
pypy-commit mailing list
pypy-commit@p
Author: Armin Rigo
Branch: py3k
Changeset: r87345:dd7bb8b61422
Date: 2016-09-23 11:59 +0200
http://bitbucket.org/pypy/pypy/changeset/dd7bb8b61422/
Log:utf-8 encoding before translation accepts lone surrogates, because
it is Python 2.7, but after translation it does not. Moreover,
Author: Ronan Lamy
Branch: py3k
Changeset: r87344:6ff2d69f043f
Date: 2016-09-23 17:19 +0100
http://bitbucket.org/pypy/pypy/changeset/6ff2d69f043f/
Log:Fix test_load_dynamic() to match CPython behaviour
diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py
--- a/pyp
Author: Ronan Lamy
Branch: py3k
Changeset: r87343:7a8153e3f911
Date: 2016-09-23 16:42 +0100
http://bitbucket.org/pypy/pypy/changeset/7a8153e3f911/
Log:Kill unused MODULES_THAT_ALWAYS_SHADOW and associated tests
(importlib handles that logic now)
diff --git a/pypy/interpreter/baseobjs
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r87342:efea0d994471
Date: 2016-09-23 10:06 +0200
http://bitbucket.org/pypy/pypy/changeset/efea0d994471/
Log:merge default
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
--- a/lib_pypy/_subprocess.py
+++ b/lib_pypy/_s
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r87340:d04b9daae851
Date: 2016-09-23 09:34 +0200
http://bitbucket.org/pypy/pypy/changeset/d04b9daae851/
Log:do not force alloc variable of trace op the bridge is attached to.
use a scratch reg for x86
diff --git a/rpython/ji
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r87341:dfdd69e68380
Date: 2016-09-23 10:05 +0200
http://bitbucket.org/pypy/pypy/changeset/dfdd69e68380/
Log:fix ppc accum issue
diff --git a/rpython/jit/backend/ppc/vector_ext.py
b/rpython/jit/backend/ppc/vector_ext.py
--- a/rpytho
18 matches
Mail list logo