[pypy-commit] pypy py3.5: test and fix for bytes.__rmod__

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89094:96366ab75bb6 Date: 2016-12-16 12:35 +0100 http://bitbucket.org/pypy/pypy/changeset/96366ab75bb6/ Log:test and fix for bytes.__rmod__ diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py ---

[pypy-commit] pypy py3.5: fix for tests

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89095:31775eeb3581 Date: 2016-12-16 12:54 +0100 http://bitbucket.org/pypy/pypy/changeset/31775eeb3581/ Log:fix for tests diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy py3.5-newtext: A branch to track space-newtext in the py3.5 world

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r89097:58d1d9b712b7 Date: 2016-12-16 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/58d1d9b712b7/ Log:A branch to track space-newtext in the py3.5 world ___ pypy-commit

[pypy-commit] pypy py3.5-newtext: Start

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r89098:e5f85b6b5bbf Date: 2016-12-16 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/e5f85b6b5bbf/ Log:Start diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3.5-newtext: Replace identifier_w() with text_w() in some places where we don't really

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r89099:cda3e3f5f13e Date: 2016-12-16 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/cda3e3f5f13e/ Log:Replace identifier_w() with text_w() in some places where we don't really want the

[pypy-commit] pypy default: utf-8

2016-12-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r89088:58b122a955e6 Date: 2016-12-16 09:51 +0100 http://bitbucket.org/pypy/pypy/changeset/58b122a955e6/ Log:utf-8 diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++

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

2016-12-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r834:33beccdd20eb Date: 2016-12-16 09:29 +0100 http://bitbucket.org/pypy/pypy.org/changeset/33beccdd20eb/ 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 py3.5: hg merge default

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89090:97c916c45ec7 Date: 2016-12-16 10:44 +0100 http://bitbucket.org/pypy/pypy/changeset/97c916c45ec7/ Log:hg merge default diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++

[pypy-commit] pypy default: Linux: try to implement os.urandom() on top of the syscall getrandom()

2016-12-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r89089:82ef21124af8 Date: 2016-12-16 10:42 +0100 http://bitbucket.org/pypy/pypy/changeset/82ef21124af8/ Log:Linux: try to implement os.urandom() on top of the syscall getrandom() diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy default: Flow space: "raise x" now explicitly asserts that x is not a None

2016-12-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r89096:2fbea2e90463 Date: 2016-12-16 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/2fbea2e90463/ Log:Flow space: "raise x" now explicitly asserts that x is not a None diff --git a/rpython/annotator/annrpython.py

[pypy-commit] pypy space-newtext: fix some wrong newbytes in baseobjspace.py. thanks armin

2016-12-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r89100:d77161178f39 Date: 2016-12-16 15:12 +0100 http://bitbucket.org/pypy/pypy/changeset/d77161178f39/ Log:fix some wrong newbytes in baseobjspace.py. thanks armin diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy space-newtext: gave up finding the root cause of this translation problem, and instead enforce

2016-12-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r89101:4d6b02c8898d Date: 2016-12-16 16:53 +0100 http://bitbucket.org/pypy/pypy/changeset/4d6b02c8898d/ Log:gave up finding the root cause of this translation problem, and instead enforce some W_Root types in

[pypy-commit] pypy rffi-parser: Deal with parameterless macros

2016-12-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser Changeset: r89102:11a2deff4a3d Date: 2016-12-16 16:31 + http://bitbucket.org/pypy/pypy/changeset/11a2deff4a3d/ Log:Deal with parameterless macros diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py ---

[pypy-commit] pypy space-newtext: remove some new wraps

2016-12-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r89092:342d364c012a Date: 2016-12-16 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/342d364c012a/ Log:remove some new wraps diff --git a/pypy/module/cppyy/capi/loadable_capi.py

[pypy-commit] pypy space-newtext: merge default

2016-12-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r89093:b799e1db856f Date: 2016-12-16 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b799e1db856f/ Log:merge default diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst ---

[pypy-commit] pypy py3.5: A more proper fix than 7d75f981d293: introduce and use the unwrap_spec

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89091:98017da1387f Date: 2016-12-16 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/98017da1387f/ Log:A more proper fix than 7d75f981d293: introduce and use the unwrap_spec 'text_or_None' (doesn't break randomly other

[pypy-commit] pypy rffi-parser: Expand the pseudo-header in api.py, handle forward refs and pointers

2016-12-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser Changeset: r89106:cb24068cdac0 Date: 2016-12-17 04:10 + http://bitbucket.org/pypy/pypy/changeset/cb24068cdac0/ Log:Expand the pseudo-header in api.py, handle forward refs and pointers diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy rffi-parser: Begin using parse_source() in pypy.module.cpyext.api

2016-12-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser Changeset: r89105:91730b67d4d6 Date: 2016-12-17 03:00 + http://bitbucket.org/pypy/pypy/changeset/91730b67d4d6/ Log:Begin using parse_source() in pypy.module.cpyext.api diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy rffi-parser: progress?

2016-12-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser Changeset: r89104:f6bc1fb871de Date: 2016-12-17 02:24 + http://bitbucket.org/pypy/pypy/changeset/f6bc1fb871de/ Log:progress? diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py ---

[pypy-commit] pypy rffi-parser: Remove unused function

2016-12-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser Changeset: r89103:faa4070df377 Date: 2016-12-16 16:38 + http://bitbucket.org/pypy/pypy/changeset/faa4070df377/ Log:Remove unused function diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---