[pypy-commit] pypy py3.5: Don't wrap codec exceptions when they have an attribute or more arguments.

2016-11-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88148:9abb6079ac04 Date: 2016-11-05 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/9abb6079ac04/ Log:Don't wrap codec exceptions when they have an attribute or more arguments. Move the code to

[pypy-commit] pypy py3.5: Codec error handlers *may* return bytes for the replacement string, but most standard ones don't.

2016-11-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88149:0562516d347e Date: 2016-11-05 21:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0562516d347e/ Log:Codec error handlers *may* return bytes for the replacement string, but most standard ones don't.

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

2016-11-05 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r814:021ba7394e6b Date: 2016-11-05 19:29 +0100 http://bitbucket.org/pypy/pypy.org/changeset/021ba7394e6b/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy default: Issue #2426: reverse the order of 'a.__dict__'. Gives a more

2016-11-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r88147:714537112a18 Date: 2016-11-05 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/714537112a18/ Log:Issue #2426: reverse the order of 'a.__dict__'. Gives a more natural-looking order, and should help performance of

[pypy-commit] pypy default: Issue #2428: Fix for an issue with ctypes (showing up as

2016-11-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r88146:f59244e00341 Date: 2016-11-05 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/f59244e00341/ Log:Issue #2428: Fix for an issue with ctypes (showing up as platform.uname() on recent Windows) diff --git

[pypy-commit] cffi default: Don't pollute the namespace with 'CTypeDescrObject'

2016-11-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r2805:9308471c132a Date: 2016-11-05 10:36 +0100 http://bitbucket.org/cffi/cffi/changeset/9308471c132a/ Log:Don't pollute the namespace with 'CTypeDescrObject' diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h ---

[pypy-commit] pypy default: skip vector test on x86 32bit

2016-11-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88145:6b8216508ada Date: 2016-11-05 07:34 +0100 http://bitbucket.org/pypy/pypy/changeset/6b8216508ada/ Log:skip vector test on x86 32bit diff --git a/rpython/jit/metainterp/test/test_resoperation.py