[pypy-commit] pypy default: newinitwarn docs

2016-11-03 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r88136:48c2338313d8 Date: 2016-11-03 22:07 -0700 http://bitbucket.org/pypy/pypy/changeset/48c2338313d8/ Log:newinitwarn docs diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy py3.5: Exceptions raised by a codec are "wrapped" to indicate which codec is used (like a 'raise X from Y')

2016-11-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88135:ff527b1b35a4 Date: 2016-11-04 00:49 +0100 http://bitbucket.org/pypy/pypy/changeset/ff527b1b35a4/ Log:Exceptions raised by a codec are "wrapped" to indicate which codec is used (like a 'raise X from Y') But since the new exce

[pypy-commit] pypy py3.5: Implement bytes.decode(errors='backslashreplace')

2016-11-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88134:647ced05d718 Date: 2016-11-03 22:31 +0100 http://bitbucket.org/pypy/pypy/changeset/647ced05d718/ Log:Implement bytes.decode(errors='backslashreplace') diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_

[pypy-commit] pypy py3.5: Fix for -A

2016-11-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88132:cb0741c5a10c Date: 2016-11-03 19:22 +0100 http://bitbucket.org/pypy/pypy/changeset/cb0741c5a10c/ Log:Fix for -A diff --git a/pypy/objspace/std/test/test_bytesobject.py b/pypy/objspace/std/test/test_bytesobject.py --- a/pypy/objspace/std/tes

[pypy-commit] pypy py3.5: Two tests (failing so far)

2016-11-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88133:c52c751b137d Date: 2016-11-03 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/c52c751b137d/ Log:Two tests (failing so far) diff --git a/pypy/objspace/std/test/test_bytearrayobject.py b/pypy/objspace/std/test/test_bytearrayobject.py ---

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

2016-11-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88131:8b664111697d Date: 2016-11-03 19:06 +0100 http://bitbucket.org/pypy/pypy/changeset/8b664111697d/ Log:fix test diff --git a/lib-python/3/test/test_bytes.py b/lib-python/3/test/test_bytes.py --- a/lib-python/3/test/test_bytes.py +++ b/lib-pyth

[pypy-commit] pypy py3.5: reversed({})

2016-11-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88130:a3cce435fa17 Date: 2016-11-03 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/a3cce435fa17/ Log:reversed({}) diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/funct

[pypy-commit] pypy py3.5: Comment

2016-11-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88129:406ae24f4421 Date: 2016-11-03 18:30 +0100 http://bitbucket.org/pypy/pypy/changeset/406ae24f4421/ Log:Comment diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py +++ b/py

[pypy-commit] pypy space-newtext: _lsprof

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88128:58b765d023e6 Date: 2016-11-03 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/58b765d023e6/ Log:_lsprof diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py --- a/pypy/module/_lsprof

[pypy-commit] pypy space-newtext: zipimport

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88127:a3f02433a915 Date: 2016-11-03 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/a3f02433a915/ Log:zipimport diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimport.py --- a/pypy/mo

[pypy-commit] pypy space-newtext: _file

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88123:8a20e656b14d Date: 2016-11-03 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/8a20e656b14d/ Log:_file diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_file.

[pypy-commit] pypy space-newtext: _ssl

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88125:86e143f3511c Date: 2016-11-03 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/86e143f3511c/ Log:_ssl diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++

[pypy-commit] pypy space-newtext: _multiprocessing

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88124:6301ac648043 Date: 2016-11-03 15:01 +0100 http://bitbucket.org/pypy/pypy/changeset/6301ac648043/ Log:_multiprocessing diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_conn

[pypy-commit] pypy space-newtext: pwd

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88126:7cdb0a7ebd3a Date: 2016-11-03 16:13 +0100 http://bitbucket.org/pypy/pypy/changeset/7cdb0a7ebd3a/ Log:pwd diff --git a/pypy/module/pwd/interp_pwd.py b/pypy/module/pwd/interp_pwd.py --- a/pypy/module/pwd/interp_pwd.py +++ b/py

[pypy-commit] pypy py3.5-ssl: renamed _ssl to openssl (it is easier to build the cffi module without modifying _cffi_src/*)

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88122:7e3079c33ec6 Date: 2016-11-03 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/7e3079c33ec6/ Log:renamed _ssl to openssl (it is easier to build the cffi module without modifying _cffi_src/*) diff too long, truncating to

[pypy-commit] pypy default: missing import in ppc backend

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88121:69cdab401e30 Date: 2016-11-03 15:12 +0100 http://bitbucket.org/pypy/pypy/changeset/69cdab401e30/ Log:missing import in ppc backend diff --git a/rpython/jit/backend/ppc/opassembler.py b/rpython/jit/backend/ppc/opassembler.py --- a/rpython/j

[pypy-commit] pypy space-newtext: thread

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88120:35acc5809da1 Date: 2016-11-03 12:55 +0100 http://bitbucket.org/pypy/pypy/changeset/35acc5809da1/ Log:thread diff --git a/pypy/module/thread/error.py b/pypy/module/thread/error.py --- a/pypy/module/thread/error.py +++ b/pypy/

[pypy-commit] pypy space-newtext: _locale

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88117:e2a03c55685b Date: 2016-11-03 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/e2a03c55685b/ Log:_locale diff --git a/pypy/module/_locale/interp_locale.py b/pypy/module/_locale/interp_locale.py --- a/pypy/module/_locale

[pypy-commit] pypy space-newtext: termios

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88116:d07a5af67b43 Date: 2016-11-03 12:12 +0100 http://bitbucket.org/pypy/pypy/changeset/d07a5af67b43/ Log:termios diff --git a/pypy/module/imp/interp_imp.py b/pypy/module/imp/interp_imp.py --- a/pypy/module/imp/interp_imp.py +++

[pypy-commit] pypy space-newtext: random

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88118:7f9a88e99894 Date: 2016-11-03 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/7f9a88e99894/ Log:random diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py --- a/pypy/module/_random/

[pypy-commit] pypy space-newtext: cStringIO

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88119:16a7bce25aec Date: 2016-11-03 12:55 +0100 http://bitbucket.org/pypy/pypy/changeset/16a7bce25aec/ Log:cStringIO diff --git a/pypy/module/cStringIO/interp_stringio.py b/pypy/module/cStringIO/interp_stringio.py --- a/pypy/modu

[pypy-commit] pypy default: skip tests on non x86 cpus (vmprof is not implemented there)

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88114:3beef9de1045 Date: 2016-11-03 11:54 +0100 http://bitbucket.org/pypy/pypy/changeset/3beef9de1045/ Log:skip tests on non x86 cpus (vmprof is not implemented there) diff --git a/rpython/rlib/rvmprof/test/__init__.py b/rpython/rlib/rvmprof/tes

[pypy-commit] pypy default: add minimal support for vmprof on s390x (not in the jit), passes 2 tests

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88115:929b9079f0e9 Date: 2016-11-03 12:44 +0100 http://bitbucket.org/pypy/pypy/changeset/929b9079f0e9/ Log:add minimal support for vmprof on s390x (not in the jit), passes 2 tests diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/p

[pypy-commit] pypy default: add missing docstrings

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r88113:eaecb5690cd9 Date: 2016-11-03 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/eaecb5690cd9/ Log:add missing docstrings diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/signal/

[pypy-commit] pypy py3.5: use wrap_fsdecoded helper

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: py3.5 Changeset: r88112:2b2b3d0f8866 Date: 2016-11-03 12:21 +0100 http://bitbucket.org/pypy/pypy/changeset/2b2b3d0f8866/ Log:use wrap_fsdecoded helper diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/pos

[pypy-commit] pypy default: silence one test on big endian (the same is done on little endian)

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88111:cc0f4adda6f9 Date: 2016-11-03 11:42 +0100 http://bitbucket.org/pypy/pypy/changeset/cc0f4adda6f9/ Log:silence one test on big endian (the same is done on little endian) diff --git a/lib-python/2.7/ctypes/test/test_bitfields.py b/lib-python/

[pypy-commit] pypy space-newtext: _sre

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88110:65ea20add619 Date: 2016-11-03 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/65ea20add619/ Log:_sre diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py +++

[pypy-commit] pypy space-newtext: unicodedata

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88099:b2eced084549 Date: 2016-11-02 15:37 +0100 http://bitbucket.org/pypy/pypy/changeset/b2eced084549/ Log:unicodedata diff --git a/pypy/module/_csv/interp_reader.py b/pypy/module/_csv/interp_reader.py --- a/pypy/module/_csv/inte

[pypy-commit] pypy space-newtext: remove the simple wraps from cpyext (left more complex cases for now)

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88109:fdd451dbedab Date: 2016-11-03 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/fdd451dbedab/ Log:remove the simple wraps from cpyext (left more complex cases for now) diff --git a/pypy/module/cpyext/api.py b/pypy

[pypy-commit] pypy space-newtext: marshal

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88105:b4aef31f1f15 Date: 2016-11-03 08:32 +0100 http://bitbucket.org/pypy/pypy/changeset/b4aef31f1f15/ Log:marshal diff --git a/pypy/module/marshal/interp_marshal.py b/pypy/module/marshal/interp_marshal.py --- a/pypy/module/marsh

[pypy-commit] pypy space-newtext: various

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88108:641b37bc9cd5 Date: 2016-11-03 08:37 +0100 http://bitbucket.org/pypy/pypy/changeset/641b37bc9cd5/ Log:various diff --git a/pypy/module/_multibytecodec/interp_incremental.py b/pypy/module/_multibytecodec/interp_incremental.py

[pypy-commit] pypy space-newtext: continuation

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88101:9ade4b7cdbd7 Date: 2016-11-03 08:06 +0100 http://bitbucket.org/pypy/pypy/changeset/9ade4b7cdbd7/ Log:continuation diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation

[pypy-commit] pypy space-newtext: pyexpat

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88102:2304d65e5814 Date: 2016-11-03 08:15 +0100 http://bitbucket.org/pypy/pypy/changeset/2304d65e5814/ Log:pyexpat diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexpat/__init__.py --- a/pypy/module/pyexpat/__init__.p

[pypy-commit] pypy space-newtext: crypt

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88107:de24352afe1b Date: 2016-11-03 08:37 +0100 http://bitbucket.org/pypy/pypy/changeset/de24352afe1b/ Log:crypt diff --git a/pypy/module/crypt/interp_crypt.py b/pypy/module/crypt/interp_crypt.py --- a/pypy/module/crypt/interp_cr

[pypy-commit] pypy space-newtext: time

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88106:5fc502c79448 Date: 2016-11-03 08:37 +0100 http://bitbucket.org/pypy/pypy/changeset/5fc502c79448/ Log:time diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/interp_time.py +

[pypy-commit] pypy space-newtext: fix small longs

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88104:7e4212bebd66 Date: 2016-11-03 08:30 +0100 http://bitbucket.org/pypy/pypy/changeset/7e4212bebd66/ Log:fix small longs diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace

[pypy-commit] pypy space-newtext: faulthandler

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88103:4560c7ff2bbe Date: 2016-11-03 08:16 +0100 http://bitbucket.org/pypy/pypy/changeset/4560c7ff2bbe/ Log:faulthandler diff --git a/pypy/module/faulthandler/handler.py b/pypy/module/faulthandler/handler.py --- a/pypy/module/faul

[pypy-commit] pypy space-newtext: posix

2016-11-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88100:b3e96486e8ae Date: 2016-11-03 07:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b3e96486e8ae/ Log:posix diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_po

[pypy-commit] pypy default: merge ppc-vsx-support and s390x-z-simd-support

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88097:9f66930d64e8 Date: 2016-11-03 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/9f66930d64e8/ Log:merge ppc-vsx-support and s390x-z-simd-support diff too long, truncating to 2000 out of 7995 lines diff --git a/pypy/doc/whatsnew-head.rst

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

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88096:5083544e46fd Date: 2016-11-03 09:34 +0100 http://bitbucket.org/pypy/pypy/changeset/5083544e46fd/ Log:merge default diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release

[pypy-commit] pypy ppc-vsx-support: close branch

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88098:e2f4c23003f3 Date: 2016-11-03 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/e2f4c23003f3/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy ppc-vsx-support: prevent overflow during test which would make the result not equal (python does not wrap around)

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88095:dbe73c37fc59 Date: 2016-11-03 09:29 +0100 http://bitbucket.org/pypy/pypy/changeset/dbe73c37fc59/ Log:prevent overflow during test which would make the result not equal (python does not wrap around) diff --git a/rpytho