[pypy-commit] extradoc extradoc: some changes to pypy abstract for pyconza, added progress file for august (py3.5)

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5668:3c35a2b9d370 Date: 2016-08-16 08:47 +0200 http://bitbucket.org/pypy/extradoc/changeset/3c35a2b9d370/ Log:some changes to pypy abstract for pyconza, added progress file for august (py3.5) diff --git a/planning/py3.5/2016-augus

[pypy-commit] extradoc extradoc: Add the formal content of milestone 1

2016-08-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5669:bd8ee375d546 Date: 2016-08-16 09:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/bd8ee375d546/ Log:Add the formal content of milestone 1 diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst

[pypy-commit] pypy py3.5: Fix site.py

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86209:982050f81cb9 Date: 2016-08-16 09:11 +0100 http://bitbucket.org/pypy/pypy/changeset/982050f81cb9/ Log:Fix site.py diff --git a/lib-python/3/site.py b/lib-python/3/site.py --- a/lib-python/3/site.py +++ b/lib-python/3/site.py @@ -378,8 +378,8

[pypy-commit] pypy py3.5: fixes

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86210:f4068c63d5e3 Date: 2016-08-16 09:26 +0100 http://bitbucket.org/pypy/pypy/changeset/f4068c63d5e3/ Log:fixes diff --git a/lib-python/3/distutils/command/build_ext.py b/lib-python/3/distutils/command/build_ext.py --- a/lib-python/3/distutils/c

[pypy-commit] pypy py3.5: Revert all changes to this from Python 3.5.1. This mainly reverts

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86211:4c4ec4987626 Date: 2016-08-16 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/4c4ec4987626/ Log:Revert all changes to this from Python 3.5.1. This mainly reverts 1341a432e134, which I think is not needed any more in 3.5 diff --g

[pypy-commit] extradoc extradoc: Update

2016-08-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5670:1958a42c9de1 Date: 2016-08-16 10:30 +0200 http://bitbucket.org/pypy/extradoc/changeset/1958a42c9de1/ Log:Update diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst --- a/planning/py3.5/2016-augus

[pypy-commit] pypy py3.5-memoryview: hex method for memoryview + tests

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86212:8e69fe818876 Date: 2016-08-16 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/8e69fe818876/ Log:hex method for memoryview + tests diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py

[pypy-commit] pypy py3.5-async: Merge with py3.5

2016-08-16 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r86213:a955efeebd40 Date: 2016-08-16 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/a955efeebd40/ Log:Merge with py3.5 diff too long, truncating to 2000 out of 4303 lines diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/P

[pypy-commit] pypy py3.5-async: Fix async with test, fixes timing for messages expected in assert

2016-08-16 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r86214:ce0987e21403 Date: 2016-08-16 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/ce0987e21403/ Log:Fix async with test, fixes timing for messages expected in assert diff --git a/pypy/module/_asyncio/test/test_asyncio.py b/pypy/m

[pypy-commit] pypy py3.5-memoryview: hex method for bytes and bytearray + test

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86215:75e21c6f7535 Date: 2016-08-16 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/75e21c6f7535/ Log:hex method for bytes and bytearray + test diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayo

[pypy-commit] pypy py3.5-memoryview: 32bit translation issue, prebuilt long

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86216:42637c644eab Date: 2016-08-16 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/42637c644eab/ Log:32bit translation issue, prebuilt long diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobje

[pypy-commit] pypy py3.5-memoryview: missing argument to operation error

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86217:3045edf9288b Date: 2016-08-16 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/3045edf9288b/ Log:missing argument to operation error diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.

[pypy-commit] pypy ppc-vsx-support: further implementing vec unpack/pack on ppc

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86218:d41babc2d791 Date: 2016-08-16 12:11 +0200 http://bitbucket.org/pypy/pypy/changeset/d41babc2d791/ Log:further implementing vec unpack/pack on ppc diff --git a/rpython/jit/backend/ppc/codebuilder.py b/rpython/jit/backend/ppc/c

[pypy-commit] pypy default: jitlog encode fail arguments (how could I forget that :)

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86220:67398046dd30 Date: 2016-08-05 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/67398046dd30/ Log:jitlog encode fail arguments (how could I forget that :) ppc misaligned_is_fine = Ture diff --git a/rpython/rlib/rawstorage.py b/rp

[pypy-commit] pypy default: remove change only needed by ppc vector ext branch

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86221:c2da100e9466 Date: 2016-08-16 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/c2da100e9466/ Log:remove change only needed by ppc vector ext branch diff --git a/rpython/rlib/rawstorage.py b/rpython/rlib/rawstorage.py --- a/rpython/rlib/

[pypy-commit] pypy default: encode the jitdrivers name in start_trace, jitlog version bump

2016-08-16 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86219:5847abf293f8 Date: 2016-08-04 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/5847abf293f8/ Log:encode the jitdrivers name in start_trace, jitlog version bump diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/com

[pypy-commit] pypy py3.5-async: Fix async with test, coroutines can assign lock in any order, but release of one lock has to appear before hold of the other lock

2016-08-16 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r86222:034dc2c2ce1c Date: 2016-08-16 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/034dc2c2ce1c/ Log:Fix async with test, coroutines can assign lock in any order, but release of one lock has to appear before hold of the othe

[pypy-commit] pypy py3.5-async: Add description to test_asynchronous_context_managers

2016-08-16 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r86223:bd2d21b70e51 Date: 2016-08-16 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/bd2d21b70e51/ Log:Add description to test_asynchronous_context_managers diff --git a/pypy/module/_asyncio/test/test_asyncio.py b/pypy/module/_async

[pypy-commit] extradoc extradoc: inheritable fds: minimal start

2016-08-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5671:f6fcf7c91d23 Date: 2016-08-16 17:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/f6fcf7c91d23/ Log:inheritable fds: minimal start diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst --- a/p

[pypy-commit] pypy default: Silence (reasonable) gcc warnings and copy the style of cpython 2.7

2016-08-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r86225:074e4ef9eb3a Date: 2016-08-16 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/074e4ef9eb3a/ Log:Silence (reasonable) gcc warnings and copy the style of cpython 2.7 diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h b/pypy/mo

[pypy-commit] pypy py3.5: fix docstring

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86226:2006ae854789 Date: 2016-08-16 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/2006ae854789/ Log:fix docstring diff --git a/pypy/module/imp/__init__.py b/pypy/module/imp/__init__.py --- a/pypy/module/imp/__init__.py +++ b/pypy/module/imp

[pypy-commit] pypy default: merge heads

2016-08-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r86233:b7fe3a8d6872 Date: 2016-08-16 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/b7fe3a8d6872/ Log:merge heads diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h b/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h --- a/pyp

[pypy-commit] pypy py3.5: slice.indices() is rewritten, duplicating functionality instead of reusing it

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86227:5e6b9a703f80 Date: 2016-08-16 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/5e6b9a703f80/ Log:slice.indices() is rewritten, duplicating functionality instead of reusing it diff --git a/pypy/objspace/std/sliceobject.py b/pypy/o

[pypy-commit] pypy default: Add rposix.{get, set}_inheritable(), needed by Python 3.5

2016-08-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r86229:5066ac85f54d Date: 2016-08-16 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/5066ac85f54d/ Log:Add rposix.{get,set}_inheritable(), needed by Python 3.5 diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.p

[pypy-commit] pypy py3.5: Add rposix.{get, set}_inheritable(), needed by Python 3.5

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86230:60a94fdfc827 Date: 2016-08-16 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/60a94fdfc827/ Log:Add rposix.{get,set}_inheritable(), needed by Python 3.5 diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rpo

[pypy-commit] pypy py3.5: Allow (and ignore) duplicate names in a single __slots__ specification.

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86232:146f531d6c86 Date: 2016-08-16 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/146f531d6c86/ Log:Allow (and ignore) duplicate names in a single __slots__ specification. Believe it or not, the stdlib datetime.py does that. diff --

[pypy-commit] pypy py3.5: _imp.load_dynamic => _imp.create_dynamic

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86224:e633a352e2f6 Date: 2016-08-16 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/e633a352e2f6/ Log:_imp.load_dynamic => _imp.create_dynamic diff --git a/pypy/module/imp/__init__.py b/pypy/module/imp/__init__.py --- a/pypy/module/imp/__init

[pypy-commit] pypy default: Probably fix a compiler warning

2016-08-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r86228:58283fd10232 Date: 2016-08-16 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/58283fd10232/ Log:Probably fix a compiler warning diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rpos

[pypy-commit] pypy py3.5: Quick fix, hopefully fixing issues of subprocess.Popen() in a translated

2016-08-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86231:2b797c855cb4 Date: 2016-08-16 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/2b797c855cb4/ Log:Quick fix, hopefully fixing issues of subprocess.Popen() in a translated pypy diff --git a/pypy/module/posix/interp_posix.py b/pypy

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

2016-08-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r777:b516800af97c Date: 2016-08-16 22:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b516800af97c/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -17,7 +17,7 @@ 2nd call: - $30855 of

[pypy-commit] pypy cling-support: refactored changs from Aditi: all string tests now pass

2016-08-16 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r86234:8d97e46d038c Date: 2016-08-16 15:40 -0700 http://bitbucket.org/pypy/pypy/changeset/8d97e46d038c/ Log:refactored changs from Aditi: all string tests now pass diff --git a/pypy/module/cppyy/capi/builtin_capi.py b/pypy/module/cppyy/

[pypy-commit] pypy cling-support: from Aditi: loadable_capi fixes

2016-08-16 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r86235:373896495865 Date: 2016-08-16 15:56 -0700 http://bitbucket.org/pypy/pypy/changeset/373896495865/ Log:from Aditi: loadable_capi fixes diff --git a/pypy/module/cppyy/capi/cling_capi.py b/pypy/module/cppyy/capi/cling_capi.py --- a/p

[pypy-commit] pypy cling-support: cleanup

2016-08-16 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r86236:4333bf213e97 Date: 2016-08-16 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/4333bf213e97/ Log:cleanup diff --git a/pypy/module/cppyy/capi/cling_capi.py b/pypy/module/cppyy/capi/cling_capi.py --- a/pypy/module/cppyy/capi/cl

[pypy-commit] pypy cling-support: raise same type exception if all overloads return that type; otherwise TypeError

2016-08-16 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r86237:b71f0b85c644 Date: 2016-08-16 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/b71f0b85c644/ Log:raise same type exception if all overloads return that type; otherwise TypeError diff --git a/pypy/module/cppyy/interp_cp

[pypy-commit] pypy cling-support: link examples with -lCore for the benefit of loadable_capi.py

2016-08-16 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r86238:6c2423d9357d Date: 2016-08-16 17:01 -0700 http://bitbucket.org/pypy/pypy/changeset/6c2423d9357d/ Log:link examples with -lCore for the benefit of loadable_capi.py diff --git a/pypy/module/cppyy/test/Makefile b/pypy/module/cppyy/te