[pypy-commit] pypy py3.5: remove obsolete comment

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88093:cf3b16633b90 Date: 2016-11-03 01:18 + http://bitbucket.org/pypy/pypy/changeset/cf3b16633b90/ Log:remove obsolete comment diff --git a/pypy/interpreter/astcompiler/codegen.py

[pypy-commit] pypy py3.5: Use 3.5 order of evaluation for dict literals

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88092:f205cd1fb012 Date: 2016-11-03 00:59 + http://bitbucket.org/pypy/pypy/changeset/f205cd1fb012/ Log:Use 3.5 order of evaluation for dict literals diff --git a/pypy/interpreter/astcompiler/assemble.py

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

2016-11-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r813:5c870cc3355a Date: 2016-11-02 23:50 +0100 http://bitbucket.org/pypy/pypy.org/changeset/5c870cc3355a/ 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: Move all compile() tests from test_builtin.py to test_compile.py (backport dac7bb0e17dd)

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r88091:50aae6a02e7f Date: 2016-11-02 18:20 + http://bitbucket.org/pypy/pypy/changeset/50aae6a02e7f/ Log:Move all compile() tests from test_builtin.py to test_compile.py (backport dac7bb0e17dd) diff --git

[pypy-commit] pypy py3.5: Move all compile() tests from test_builtin.py to test_compile.py

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88090:dac7bb0e17dd Date: 2016-11-02 18:05 + http://bitbucket.org/pypy/pypy/changeset/dac7bb0e17dd/ Log:Move all compile() tests from test_builtin.py to test_compile.py diff --git

[pypy-commit] pypy py3.5: compile() now raises ValueError, not TypeError, when the source contains null bytes

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88089:eebb8cd4bece Date: 2016-11-02 17:52 + http://bitbucket.org/pypy/pypy/changeset/eebb8cd4bece/ Log:compile() now raises ValueError, not TypeError, when the source contains null bytes diff --git

[pypy-commit] pypy py3.5: dict should not have a __reversed__() method

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88088:46e7554526ef Date: 2016-11-02 17:39 + http://bitbucket.org/pypy/pypy/changeset/46e7554526ef/ Log:dict should not have a __reversed__() method diff --git a/pypy/objspace/std/dictmultiobject.py

[pypy-commit] pypy py3.5: Skip the tests for _collections.OrderedDict if we don't have it (and ATM we don't)

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88087:f655e46d5ffb Date: 2016-11-02 17:06 + http://bitbucket.org/pypy/pypy/changeset/f655e46d5ffb/ Log:Skip the tests for _collections.OrderedDict if we don't have it (and ATM we don't) diff --git

[pypy-commit] pypy py3.5-ssl: renamed library in lib_pypy, copied ssl.py from cpython's Lib directory, checkin the exposed version _ssl fo the ssl module

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88086:278636f9c9c0 Date: 2016-11-02 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/278636f9c9c0/ Log:renamed library in lib_pypy, copied ssl.py from cpython's Lib directory, checkin the exposed version

[pypy-commit] pypy default: #2408: support for os.utime('foo', (-12.34, -56.78))

2016-11-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r88085:8822b3e22aac Date: 2016-11-02 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/8822b3e22aac/ Log:#2408: support for os.utime('foo', (-12.34, -56.78)) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy py3.5: Fix implementation-specific test

2016-11-02 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88084:d58a4a7ab7d4 Date: 2016-11-02 15:31 + http://bitbucket.org/pypy/pypy/changeset/d58a4a7ab7d4/ Log:Fix implementation-specific test diff --git a/lib-python/3/test/test_collections.py

[pypy-commit] pypy ppc-vsx-support: assert that vector_ext cannot be none at that position (optmize_vector will never be entered if is none)

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88083:12b46db4a793 Date: 2016-11-02 15:35 +0100 http://bitbucket.org/pypy/pypy/changeset/12b46db4a793/ Log:assert that vector_ext cannot be none at that position (optmize_vector will never be entered if

[pypy-commit] pypy ppc-vsx-support: revert last checkin, check if vector_ext is not None

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88082:f9fb13244302 Date: 2016-11-02 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/f9fb13244302/ Log:revert last checkin, check if vector_ext is not None diff --git a/rpython/jit/backend/x86/runner.py

[pypy-commit] pypy ppc-vsx-support: vector_ext object should never be None, move it to abstract base class (it is enabled at runtime)

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88081:58c1cfa77a55 Date: 2016-11-02 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/58c1cfa77a55/ Log:vector_ext object should never be None, move it to abstract base class (it is enabled at

[pypy-commit] pypy space-newtext: gc, imp

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88079:22c094827f52 Date: 2016-11-02 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/22c094827f52/ Log:gc, imp diff --git a/pypy/module/gc/referents.py b/pypy/module/gc/referents.py ---

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

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88080:ee5ad76cdf97 Date: 2016-11-02 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/ee5ad76cdf97/ Log:merge default diff too long, truncating to 2000 out of 3090 lines diff --git

[pypy-commit] pypy space-newtext: operator

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88072:3e71c512f034 Date: 2016-11-02 13:07 +0100 http://bitbucket.org/pypy/pypy/changeset/3e71c512f034/ Log:operator diff --git a/pypy/module/operator/interp_operator.py b/pypy/module/operator/interp_operator.py

[pypy-commit] pypy space-newtext: zlib

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88074:75357e535417 Date: 2016-11-02 13:10 +0100 http://bitbucket.org/pypy/pypy/changeset/75357e535417/ Log:zlib diff --git a/pypy/module/zlib/__init__.py b/pypy/module/zlib/__init__.py ---

[pypy-commit] pypy space-newtext: exceptions

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88070:0e81f92dc7cb Date: 2016-11-02 13:06 +0100 http://bitbucket.org/pypy/pypy/changeset/0e81f92dc7cb/ Log:exceptions diff --git a/pypy/module/exceptions/interp_exceptions.py

[pypy-commit] pypy space-newtext: select

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88073:8604f987eddd Date: 2016-11-02 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/8604f987eddd/ Log:select diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py ---

[pypy-commit] pypy space-newtext: _codecs, _multibytecodec

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88075:dd3d24ec655b Date: 2016-11-02 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/dd3d24ec655b/ Log:_codecs, _multibytecodec diff --git a/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy space-newtext: _socket

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88078:bf0813413c80 Date: 2016-11-02 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/bf0813413c80/ Log:_socket diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.py ---

[pypy-commit] pypy space-newtext: __pypy__

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88069:25160182f5b3 Date: 2016-11-02 12:38 +0100 http://bitbucket.org/pypy/pypy/changeset/25160182f5b3/ Log:__pypy__ diff --git a/pypy/module/__pypy__/interp_builders.py b/pypy/module/__pypy__/interp_builders.py

[pypy-commit] pypy space-newtext: cmath

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88071:932f15c35f9d Date: 2016-11-02 13:07 +0100 http://bitbucket.org/pypy/pypy/changeset/932f15c35f9d/ Log:cmath diff --git a/pypy/module/cmath/__init__.py b/pypy/module/cmath/__init__.py ---

[pypy-commit] pypy space-newtext: weakref

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88076:149dea09020c Date: 2016-11-02 13:26 +0100 http://bitbucket.org/pypy/pypy/changeset/149dea09020c/ Log:weakref diff --git a/pypy/module/_weakref/interp__weakref.py b/pypy/module/_weakref/interp__weakref.py ---

[pypy-commit] pypy space-newtext: mmap

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88077:2f7fe8561763 Date: 2016-11-02 13:27 +0100 http://bitbucket.org/pypy/pypy/changeset/2f7fe8561763/ Log:mmap diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py ---

[pypy-commit] pypy space-newtext: math

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88068:59437ad9ccb1 Date: 2016-11-02 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/59437ad9ccb1/ Log:math diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py ---

[pypy-commit] pypy space-newtext: _collections, _file, _sha, bz2

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88067:7ece5e8fb99c Date: 2016-11-02 12:04 +0100 http://bitbucket.org/pypy/pypy/changeset/7ece5e8fb99c/ Log:_collections, _file, _sha, bz2 diff --git a/pypy/module/__builtin__/operation.py

[pypy-commit] pypy space-newtext: sys module

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88066:9cd4b09a39f8 Date: 2016-11-02 10:38 +0100 http://bitbucket.org/pypy/pypy/changeset/9cd4b09a39f8/ Log:sys module diff --git a/pypy/module/parser/__init__.py b/pypy/module/parser/__init__.py ---

[pypy-commit] pypy default: add two missing docstrings

2016-11-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r88065:35d29fcad35b Date: 2016-11-02 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/35d29fcad35b/ Log:add two missing docstrings (they were missing in CPython 2 as well, but CPython 3 added them). diff --git

[pypy-commit] pypy default: document branches

2016-11-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r88064:cf1fca4da201 Date: 2016-11-02 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/cf1fca4da201/ Log:document branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy ppc-vsx-support: merge default

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88063:a51b31b31124 Date: 2016-11-02 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/a51b31b31124/ Log:merge default diff --git a/lib-python/2.7/test/test_ssl.py b/lib-python/2.7/test/test_ssl.py ---

[pypy-commit] pypy ppc-vsx-support: do not allow duplicates in delayed list

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88061:b8e14645ed99 Date: 2016-11-02 09:28 +0100 http://bitbucket.org/pypy/pypy/changeset/b8e14645ed99/ Log:do not allow duplicates in delayed list diff --git a/rpython/jit/metainterp/optimizeopt/schedule.py

[pypy-commit] pypy default: document this branch

2016-11-02 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r88062:c8fcf9b35525 Date: 2016-11-02 11:33 +0100 http://bitbucket.org/pypy/pypy/changeset/c8fcf9b35525/ Log:document this branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy py3.5-ssl: add the renamed cffi build script

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88059:1ee875fa7f4d Date: 2016-11-01 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/1ee875fa7f4d/ Log:add the renamed cffi build script diff --git a/lib_pypy/_ssl_build.py b/lib_pypy/_ssl_build.py new file mode

[pypy-commit] pypy ppc-vsx-support: add failing test, clear forwarded for the align_operations list

2016-11-02 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88060:53810e4e8c5c Date: 2016-11-02 08:58 +0100 http://bitbucket.org/pypy/pypy/changeset/53810e4e8c5c/ Log:add failing test, clear forwarded for the align_operations list diff --git

[pypy-commit] pypy default: update to cffi/649876993d17: bump version number to 1.9.0

2016-11-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r88058:bc1ab6e3f408 Date: 2016-11-02 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/bc1ab6e3f408/ Log:update to cffi/649876993d17: bump version number to 1.9.0 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO

[pypy-commit] cffi default: Bump version number to 1.9.0

2016-11-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r2804:649876993d17 Date: 2016-11-02 10:30 +0100 http://bitbucket.org/cffi/cffi/changeset/649876993d17/ Log:Bump version number to 1.9.0 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c

[pypy-commit] pypy py3.5: Fix "namereplace" handler for unknown characters.

2016-11-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88057:08fdd579df29 Date: 2016-11-02 09:31 +0100 http://bitbucket.org/pypy/pypy/changeset/08fdd579df29/ Log:Fix "namereplace" handler for unknown characters. Also convert other handlers to return a bytes

[pypy-commit] pypy py3.5: Pickle protocol 4: Call __getnewargs_ex__(), implemented when __new__() requires keyword arguments.

2016-11-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88056:82efc04d5dda Date: 2016-11-02 09:04 +0100 http://bitbucket.org/pypy/pypy/changeset/82efc04d5dda/ Log:Pickle protocol 4: Call __getnewargs_ex__(), implemented when __new__() requires keyword arguments.