[pypy-commit] pypy py3.5: oops

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89593:bf9d15d22fb6 Date: 2017-01-15 10:52 -0800 http://bitbucket.org/pypy/pypy/changeset/bf9d15d22fb6/ Log:oops diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py ---

[pypy-commit] pypy py3.5: o stdin/out now default to surrogateescape in C locale

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89597:31367d8c9631 Date: 2017-01-15 12:55 -0800 http://bitbucket.org/pypy/pypy/changeset/31367d8c9631/ Log:o stdin/out now default to surrogateescape in C locale o tighten PYTHONIOENCODING parsing diff --git

[pypy-commit] pypy py3.5: add some docstrings expected by test_doctest, adapt its counts

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89596:1855c0def876 Date: 2017-01-15 11:53 -0800 http://bitbucket.org/pypy/pypy/changeset/1855c0def876/ Log:add some docstrings expected by test_doctest, adapt its counts diff --git a/lib-python/3/test/test_doctest.py

[pypy-commit] pypy py3.5: read1 requires a size arg

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89592:3d8aabbf51c6 Date: 2017-01-15 10:42 -0800 http://bitbucket.org/pypy/pypy/changeset/3d8aabbf51c6/ Log:read1 requires a size arg diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py ---

[pypy-commit] pypy py3.5: add context management

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89594:a2d0e3000c1f Date: 2017-01-15 11:13 -0800 http://bitbucket.org/pypy/pypy/changeset/a2d0e3000c1f/ Log:add context management diff --git a/lib-python/3/test/test_dbm_gnu.py b/lib-python/3/test/test_dbm_gnu.py ---

[pypy-commit] pypy py3.5: restore our xfail, adapt is_resource_enabled

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89595:c7ca4451d1a3 Date: 2017-01-15 11:28 -0800 http://bitbucket.org/pypy/pypy/changeset/c7ca4451d1a3/ Log:restore our xfail, adapt is_resource_enabled diff --git a/lib-python/3/ctypes/test/__init__.py

[pypy-commit] pypy default: Revert to gmail.com again because verisign makes test_connection pass

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89603:297ff07dc274 Date: 2017-01-16 08:42 +0100 http://bitbucket.org/pypy/pypy/changeset/297ff07dc274/ Log:Revert to gmail.com again because verisign makes test_connection pass but most other tests fail :-( Work around

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89606:a07ce8aafea1 Date: 2017-01-16 08:57 +0100 http://bitbucket.org/pypy/pypy/changeset/a07ce8aafea1/ Log:fix for test_ztranslation diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy default: empty branch document

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89604:08b6741f85eb Date: 2017-01-16 08:43 +0100 http://bitbucket.org/pypy/pypy/changeset/08b6741f85eb/ Log:empty branch document diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy py3.5: Fix (see _cffi_backend/test)

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89605:c58c4ce4b2ad Date: 2017-01-16 08:56 +0100 http://bitbucket.org/pypy/pypy/changeset/c58c4ce4b2ad/ Log:Fix (see _cffi_backend/test) diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py ---

[pypy-commit] pypy py3.5: officialize a CPython difference

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89577:b7305d7e2e07 Date: 2017-01-15 11:26 +0100 http://bitbucket.org/pypy/pypy/changeset/b7305d7e2e07/ Log:officialize a CPython difference diff --git a/lib-python/3/test/test_finalization.py

[pypy-commit] pypy TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033: Main lines changed in L77 - L83. Made paragraph more cohesive/flowing.

2017-01-15 Thread TreeStain
Author: Tristan Arthur Branch: TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033 Changeset: r89579:f7e0e9cfbf80 Date: 2017-01-15 09:13 + http://bitbucket.org/pypy/pypy/changeset/f7e0e9cfbf80/ Log:Main lines changed in L77 - L83. Made paragraph

[pypy-commit] pypy TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033: Changed 'examples' to not be plural as only one example is provided. Thsi can be reverted if multiple examples are g

2017-01-15 Thread TreeStain
Author: Tristan Arthur Branch: TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033 Changeset: r89582:49477bd65973 Date: 2017-01-15 12:17 + http://bitbucket.org/pypy/pypy/changeset/49477bd65973/ Log:Changed 'examples' to not be plural as only one

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89588:8ef6606d7fc8 Date: 2017-01-15 18:01 +0100 http://bitbucket.org/pypy/pypy/changeset/8ef6606d7fc8/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

[pypy-commit] pypy default: Add a couple of jit.elidable

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89590:acfeb77833ff Date: 2017-01-15 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/acfeb77833ff/ Log:Add a couple of jit.elidable diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py ---

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89589:d03607c05f25 Date: 2017-01-15 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d03607c05f25/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

[pypy-commit] pypy py3.5: Document failing test

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89591:e0add63d8c7a Date: 2017-01-15 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e0add63d8c7a/ Log:Document failing test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] cffi default: Add more tips

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2859:7aecd7881291 Date: 2017-01-15 17:18 +0100 http://bitbucket.org/cffi/cffi/changeset/7aecd7881291/ Log:Add more tips diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -15,7 +15,15 @@ [Mailing

[pypy-commit] pypy py3.5: fix three more tests

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89584:2aa8a0a76ecb Date: 2017-01-15 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/2aa8a0a76ecb/ Log:fix three more tests diff --git a/lib-python/3/test/test_finalization.py b/lib-python/3/test/test_finalization.py ---

[pypy-commit] pypy py3.5: Skip the last group of failing tests

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89585:508048339d2f Date: 2017-01-15 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/508048339d2f/ Log:Skip the last group of failing tests diff --git a/lib-python/3/test/test_finalization.py

[pypy-commit] cffi default: update README

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2858:e247d2f87c48 Date: 2017-01-15 17:01 +0100 http://bitbucket.org/cffi/cffi/changeset/e247d2f87c48/ Log:update README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ [Mailing

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89587:08640fb67b4d Date: 2017-01-15 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/08640fb67b4d/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

[pypy-commit] pypy py3.5: Use the __qualname__ of the class when computing the default repr of instances

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89586:c2ed167889ea Date: 2017-01-15 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/c2ed167889ea/ Log:Use the __qualname__ of the class when computing the default repr of instances diff --git

[pypy-commit] cffi sirtom67/float_complex: initial support for 'float _Complex' and 'double _Complex'

2017-01-15 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2860:7ad66643d015 Date: 2017-01-15 10:40 -0600 http://bitbucket.org/cffi/cffi/changeset/7ad66643d015/ Log:initial support for 'float _Complex' and 'double _Complex' Work In Progress - sources

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r845:f885e0400cc1 Date: 2017-01-15 14:06 +0100 http://bitbucket.org/pypy/pypy.org/changeset/f885e0400cc1/ 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: fix next test

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89578:31c1ed35e78b Date: 2017-01-15 12:27 +0100 http://bitbucket.org/pypy/pypy/changeset/31c1ed35e78b/ Log:fix next test diff --git a/lib-python/3/test/test_finalization.py b/lib-python/3/test/test_finalization.py ---

[pypy-commit] pypy default: Merged in TreeStain/pypy-1/TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033 (pull request #507)

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89583:9a9dee929787 Date: 2017-01-15 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/9a9dee929787/ Log:Merged in TreeStain/pypy-1/TreeStain/main-lines-changed-in-l77-l83 -made-para-1484471558033 (pull request #507)

[pypy-commit] pypy TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033: Fixed L81 to be more cohesive

2017-01-15 Thread TreeStain
Author: Tristan Arthur Branch: TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033 Changeset: r89581:3607066a145c Date: 2017-01-15 12:12 + http://bitbucket.org/pypy/pypy/changeset/3607066a145c/ Log:Fixed L81 to be more cohesive diff --git

[pypy-commit] pypy TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033: Changed L81 to reflect the need for a new dedicated developer to work on sandboxed PyPy

2017-01-15 Thread TreeStain
Author: Tristan Arthur Branch: TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033 Changeset: r89580:30f24864dfa1 Date: 2017-01-15 12:11 + http://bitbucket.org/pypy/pypy/changeset/30f24864dfa1/ Log:Changed L81 to reflect the need for a new

[pypy-commit] pypy default: add a test case

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89572:198ebc8390f0 Date: 2017-01-15 09:07 +0100 http://bitbucket.org/pypy/pypy/changeset/198ebc8390f0/ Log:add a test case diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py ---

[pypy-commit] pypy py3.5: issue2457: copy some changes that should be done in py3.5-newtext, but

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89573:37f628884dfb Date: 2017-01-15 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/37f628884dfb/ Log:issue2457: copy some changes that should be done in py3.5-newtext, but that really fix bugs diff --git

[pypy-commit] pypy default: Backed out changeset ecfd182b1eb3

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89576:c75c245d161b Date: 2017-01-15 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/c75c245d161b/ Log:Backed out changeset ecfd182b1eb3 I don't know if it's gmail's fault, but on the nightly tannit32 tests it

[pypy-commit] pypy TreeStain/fixed-typo-line-29-mostly-to-most-1484469416419: Fixed typo. line 29: mostly to most.

2017-01-15 Thread TreeStain
Author: Tristan Arthur Branch: TreeStain/fixed-typo-line-29-mostly-to-most-1484469416419 Changeset: r89574:fb7e574f577e Date: 2017-01-15 08:38 + http://bitbucket.org/pypy/pypy/changeset/fb7e574f577e/ Log:Fixed typo. line 29: mostly to most. diff --git

[pypy-commit] pypy default: Merged in TreeStain/pypy/TreeStain/fixed-typo-line-29-mostly-to-most-1484469416419 (pull request #506)

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89575:e714afb7d217 Date: 2017-01-15 09:44 +0100 http://bitbucket.org/pypy/pypy/changeset/e714afb7d217/ Log:Merged in TreeStain/pypy/TreeStain/fixed-typo-line-29-mostly-to- most-1484469416419 (pull request #506)

[pypy-commit] pypy default: issue2465: the test was wrong anyway, but finally found the bogus

2017-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r89571:b4c9d4ee5864 Date: 2017-01-15 08:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b4c9d4ee5864/ Log:issue2465: the test was wrong anyway, but finally found the bogus place. (I think I am to blame, it comes from the fix

[pypy-commit] pypy rffi-parser-2: cleanup

2017-01-15 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89598:3be3239aea44 Date: 2017-01-16 00:29 + http://bitbucket.org/pypy/pypy/changeset/3be3239aea44/ Log:cleanup diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py ---

[pypy-commit] pypy rffi-parser-2: Move PyHeapTypeObject definition to C

2017-01-15 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89599:85a419c311cb Date: 2017-01-16 02:24 + http://bitbucket.org/pypy/pypy/changeset/85a419c311cb/ Log:Move PyHeapTypeObject definition to C diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy py3.5: missing import

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89602:2bff68cef0d8 Date: 2017-01-15 21:01 -0800 http://bitbucket.org/pypy/pypy/changeset/2bff68cef0d8/ Log:missing import diff --git a/lib-python/3/ctypes/test/test_python_api.py

[pypy-commit] pypy py3.5: fix PYTHONIOENCODING=""

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89601:2fb902af2c9c Date: 2017-01-15 20:55 -0800 http://bitbucket.org/pypy/pypy/changeset/2fb902af2c9c/ Log:fix PYTHONIOENCODING="" diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy rffi-parser-2: Always use configure_now=True in parse_source() and kill the option

2017-01-15 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89600:3331e359a75e Date: 2017-01-16 02:44 + http://bitbucket.org/pypy/pypy/changeset/3331e359a75e/ Log:Always use configure_now=True in parse_source() and kill the option diff --git a/pypy/module/cpyext/api.py