Author: Armin Rigo
Branch: reverse-debugger
Changeset: r88150:35cfe4e08de5
Date: 2016-11-06 09:12 +0100
http://bitbucket.org/pypy/pypy/changeset/35cfe4e08de5/
Log:Issue #2429: be more careful in compute_unique_id().
diff --git a/rpython/translator/revdb/src-revdb/revdb.c
b/rpython/translato
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r88155:89f9d1a3ae5a
Date: 2016-11-06 18:09 +0100
http://bitbucket.org/pypy/pypy/changeset/89f9d1a3ae5a/
Log:The '#c' format is not allowed anymore
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py
--- a/pypy/obj
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r88153:a221fb64f9a2
Date: 2016-11-06 17:35 +0100
http://bitbucket.org/pypy/pypy/changeset/a221fb64f9a2/
Log:Fix pickling of SimpleNamespace objects.
diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py
--- a/pypy/module/sys/app.py
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r88152:332f1e3f75da
Date: 2016-11-06 17:09 +0100
http://bitbucket.org/pypy/pypy/changeset/332f1e3f75da/
Log:epoll() objects now support the `with` statement
diff --git a/pypy/module/select/interp_epoll.py
b/pypy/module/select/interp_epol
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r88151:0e35b7ce07d1
Date: 2016-11-06 16:38 +0100
http://bitbucket.org/pypy/pypy/changeset/0e35b7ce07d1/
Log:Adapt 'surrogatepass' to utf16 and utf32 encodings. Other encodings
fail.
diff --git a/pypy/module/_codecs/interp_codecs.p
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r88154:6c4f77baa08a
Date: 2016-11-06 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/6c4f77baa08a/
Log:SimpleNamespace.__eq__
diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py
--- a/pypy/module/sys/app.py
+++ b/pypy/module
Author: Armin Rigo
Branch:
Changeset: r88156:33719a46d098
Date: 2016-11-06 18:37 +0100
http://bitbucket.org/pypy/pypy/changeset/33719a46d098/
Log:Fixes: one file used to let RPython-level OSError escape; the other,
DLOpenError.
diff --git a/pypy/module/_rawffi/alt/interp_funcptr.py
Author: Armin Rigo
Branch:
Changeset: r88157:2e0882973ed6
Date: 2016-11-06 19:11 +0100
http://bitbucket.org/pypy/pypy/changeset/2e0882973ed6/
Log:Pff
diff --git a/pypy/module/_rawffi/alt/interp_funcptr.py
b/pypy/module/_rawffi/alt/interp_funcptr.py
--- a/pypy/module/_rawffi/alt/interp_func
Author: Armin Rigo
Branch: rpython-error-to-systemerror
Changeset: r88159:b0bd408d0a1e
Date: 2016-11-06 19:22 +0100
http://bitbucket.org/pypy/pypy/changeset/b0bd408d0a1e/
Log:First draft
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/b
Author: Armin Rigo
Branch: rpython-error-to-systemerror
Changeset: r88158:385d3cf8ef26
Date: 2016-11-06 19:22 +0100
http://bitbucket.org/pypy/pypy/changeset/385d3cf8ef26/
Log:A branch where any uncaught RPython exception is turned into an app-
level SystemError
__
Author: Armin Rigo
Branch:
Changeset: r88160:7305f377312a
Date: 2016-11-06 19:35 +0100
http://bitbucket.org/pypy/pypy/changeset/7305f377312a/
Log:Fix test_nice to not expect a niceness level of 22 if we start with
19, which is the maximum generally on Posix
diff --git a/pypy/module/
Author: Armin Rigo
Branch:
Changeset: r88161:8430d9ee0092
Date: 2016-11-06 19:41 +0100
http://bitbucket.org/pypy/pypy/changeset/8430d9ee0092/
Log:Add a test for 2e0882973ed6
diff --git a/pypy/module/_rawffi/alt/test/test_funcptr.py
b/pypy/module/_rawffi/alt/test/test_funcptr.py
--- a/pypy/
Author: Matti Picus
Branch:
Changeset: r88162:12160ae9198a
Date: 2016-11-06 20:48 +0200
http://bitbucket.org/pypy/pypy/changeset/12160ae9198a/
Log:hack to let setuptools find the msvc compiler (maybe), document
Windows 10 experience
diff --git a/pypy/doc/windows.rst b/pypy/doc/windo
Author: Armin Rigo
Branch: rpython-error-to-systemerror
Changeset: r88163:9ceb823c232b
Date: 2016-11-06 20:06 +0100
http://bitbucket.org/pypy/pypy/changeset/9ceb823c232b/
Log:Dump the RPython-level traceback up to the point where we caught it
diff --git a/pypy/interpreter/baseobjspace.py b/p
Author: Armin Rigo
Branch: rpython-error-to-systemerror
Changeset: r88164:37f15c8c0ecf
Date: 2016-11-06 20:11 +0100
http://bitbucket.org/pypy/pypy/changeset/37f15c8c0ecf/
Log:Add a way to get an RPython-level exception
diff --git a/pypy/module/__pypy__/interp_magic.py
b/pypy/module/__pypy__
15 matches
Mail list logo