[pypy-commit] pypy py3.5: fix

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89989:7f05167cc42c Date: 2017-02-07 08:46 +0100 http://bitbucket.org/pypy/pypy/changeset/7f05167cc42c/ Log:fix diff --git a/lib_pypy/_pypy_collections.py b/lib_pypy/_pypy_collections.py --- a/lib_pypy/_pypy_collections.py +++ b/lib_pypy/_pypy_coll

[pypy-commit] extradoc extradoc: unclear travel dates, but reserving a bed for the week

2017-02-06 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5774:6af83e7a99d4 Date: 2017-02-07 08:38 +0100 http://bitbucket.org/pypy/extradoc/changeset/6af83e7a99d4/ Log:unclear travel dates, but reserving a bed for the week diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-wint

[pypy-commit] pypy buffer-cleanup: Test and fix for the fields of the Py_buffer not being set correctly in our bf_getbuffer

2017-02-06 Thread rlamy
Author: Ronan Lamy Branch: buffer-cleanup Changeset: r89988:6f7a4aa078bd Date: 2017-02-07 03:08 + http://bitbucket.org/pypy/pypy/changeset/6f7a4aa078bd/ Log:Test and fix for the fields of the Py_buffer not being set correctly in our bf_getbuffer diff --git a/pypy/module/cpyext/bu

[pypy-commit] pypy buffer-cleanup: hg merge py3.5

2017-02-06 Thread rlamy
Author: Ronan Lamy Branch: buffer-cleanup Changeset: r89987:062ca5e63c28 Date: 2017-02-05 20:42 + http://bitbucket.org/pypy/pypy/changeset/062ca5e63c28/ Log:hg merge py3.5 diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_coll

[pypy-commit] pypy py3.5: Generalize some tests that check exactly how CPython handles

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89986:03aac3c2ec63 Date: 2017-02-06 20:22 +0100 http://bitbucket.org/pypy/pypy/changeset/03aac3c2ec63/ Log:Generalize some tests that check exactly how CPython handles OrderedDicts, as a subclass of dict that can get messed up manually dif

[pypy-commit] pypy py3.5: OrderedDict needs the custom classes for keys()/values()/items(),

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89985:f305eb5d13c2 Date: 2017-02-06 20:08 +0100 http://bitbucket.org/pypy/pypy/changeset/f305eb5d13c2/ Log:OrderedDict needs the custom classes for keys()/values()/items(), for reversed() to work on them diff --git a/lib_pypy/_pypy_collect

[pypy-commit] pypy default: Simplify the signature of pop(). Needed anyway because CPython 3.5.3

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89984:3dce7b717294 Date: 2017-02-06 19:56 +0100 http://bitbucket.org/pypy/pypy/changeset/3dce7b717294/ Log:Simplify the signature of pop(). Needed anyway because CPython 3.5.3 adds a test that OrderedDict.pop() can be called with keyword

[pypy-commit] pypy py3.5: hg merge default

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89983:1a6695039c97 Date: 2017-02-06 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/1a6695039c97/ Log:hg merge default diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst @@ -

[pypy-commit] pypy default: move_to_end() didn't correctly catch KeyError

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89982:ed03e78e3f85 Date: 2017-02-06 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ed03e78e3f85/ Log:move_to_end() didn't correctly catch KeyError diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pyp

[pypy-commit] pypy py3.5: fix OrderedDict.popitem()

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89981:92da56b2d18e Date: 2017-02-06 19:39 +0100 http://bitbucket.org/pypy/pypy/changeset/92da56b2d18e/ Log:fix OrderedDict.popitem() diff --git a/lib_pypy/_pypy_collections.py b/lib_pypy/_pypy_collections.py --- a/lib_pypy/_pypy_collections.py +++

[pypy-commit] pypy py3.5: dict.fromkeys(): rename the arguments for app-level

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89980:463f5af4fbf5 Date: 2017-02-06 19:36 +0100 http://bitbucket.org/pypy/pypy/changeset/463f5af4fbf5/ Log:dict.fromkeys(): rename the arguments for app-level diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.p

[pypy-commit] pypy py3.5: silence a warning

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89979:82692a33c2d3 Date: 2017-02-06 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/82692a33c2d3/ Log:silence a warning diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py --- a/lib_pypy/_lzma.py +++ b/lib_pypy/_lzma.py @@ -198,7 +198,7 @@

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

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89977:06a83da024e0 Date: 2017-02-06 13:11 +0100 http://bitbucket.org/pypy/pypy/changeset/06a83da024e0/ Log:fix test diff --git a/lib-python/3/test/test_genericpath.py b/lib-python/3/test/test_genericpath.py --- a/lib-python/3/test/test_genericpat

[pypy-commit] pypy py3.5: fix _lzma.py by copying the 3.5.2->3.5.3 diff

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89978:c0a9a513dbec Date: 2017-02-06 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/c0a9a513dbec/ Log:fix _lzma.py by copying the 3.5.2->3.5.3 diff diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py --- a/lib_pypy/_lzma.py +++ b/lib_pypy/_lzm

[pypy-commit] pypy vmprof-native: moved more files

2017-02-06 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r89975:bd9d1a5a539b Date: 2017-02-06 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/bd9d1a5a539b/ Log:moved more files diff too long, truncating to 2000 out of 115559 lines diff --git a/rpython/rlib/rvmprof/src/_vmprof.h b/rpy

[pypy-commit] pypy vmprof-native: removing duplicate files, changes for the first 4 compilation units

2017-02-06 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r89976:6d3fd42758cc Date: 2017-02-06 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/6d3fd42758cc/ Log:removing duplicate files, changes for the first 4 compilation units diff too long, truncating to 2000 out of 56508 lines diff

[pypy-commit] pypy vmprof-native: moved shared vmprof files into folder shared/, working on reorganization

2017-02-06 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r89974:39d94987a416 Date: 2017-02-06 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/39d94987a416/ Log:moved shared vmprof files into folder shared/, working on reorganization diff too long, truncating to 2000 out of 5227

[pypy-commit] pypy vmprof-native: copied over modified vmprof files from vmprof-python.git repo

2017-02-06 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r89973:34fc984fe649 Date: 2017-02-06 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/34fc984fe649/ Log:copied over modified vmprof files from vmprof-python.git repo diff too long, truncating to 2000 out of 55586 lines diff --git

[pypy-commit] pypy default: Fix typo

2017-02-06 Thread PavloKapyshin
Author: PavloKapyshin Branch: Changeset: r89972:3ba228f90388 Date: 2017-02-06 12:27 + http://bitbucket.org/pypy/pypy/changeset/3ba228f90388/ Log:Fix typo diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst @@ -14,7 +14,7

[pypy-commit] pypy py3.5: try to fix test_functools.py

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89971:90e9fb539547 Date: 2017-02-06 13:09 +0100 http://bitbucket.org/pypy/pypy/changeset/90e9fb539547/ Log:try to fix test_functools.py diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++ b/lib_pypy/_funct

[pypy-commit] pypy py3.5: fix error message

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89970:f0493a5ae4d6 Date: 2017-02-06 13:05 +0100 http://bitbucket.org/pypy/pypy/changeset/f0493a5ae4d6/ Log:fix error message diff --git a/lib-python/3/test/test_extcall.py b/lib-python/3/test/test_extcall.py --- a/lib-python/3/test/test_extcall.p

[pypy-commit] pypy py3.5: hg merge default

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89969:451124f17d87 Date: 2017-02-06 10:13 +0100 http://bitbucket.org/pypy/pypy/changeset/451124f17d87/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsn

[pypy-commit] pypy default: update to cffi/e46941e99bf4

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89968:3e215d0078ab Date: 2017-02-06 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/3e215d0078ab/ Log:update to cffi/e46941e99bf4 diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/cbuffer.py --- a/pypy/module/_cffi_bac

[pypy-commit] cffi default: Remove a warning that doesn't really make sense here, tweak tests

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2885:e46941e99bf4 Date: 2017-02-06 09:33 +0100 http://bitbucket.org/cffi/cffi/changeset/e46941e99bf4/ Log:Remove a warning that doesn't really make sense here, tweak tests diff --git a/c/minibuffer.h b/c/minibuffer.h --- a/c/minibuffer.h +++ b/c/minibu

[pypy-commit] cffi buffer_richcompare: Add tests for buffer comparisons

2017-02-06 Thread coronafire
Author: Andrew Leech Branch: buffer_richcompare Changeset: r2882:84ec6d83b6fe Date: 2017-02-03 13:03 +1100 http://bitbucket.org/cffi/cffi/changeset/84ec6d83b6fe/ Log:Add tests for buffer comparisons diff --git a/testing/cffi0/backend_tests.py b/testing/cffi0/backend_tests.py --- a/testing/cf

[pypy-commit] cffi buffer_richcompare: Add tp_richcompare from 3.5 bytearray to minibuffer (ffi.buffer)

2017-02-06 Thread coronafire
Author: Andrew Leech Branch: buffer_richcompare Changeset: r2881:d52ba2920e1c Date: 2017-02-03 13:01 +1100 http://bitbucket.org/cffi/cffi/changeset/d52ba2920e1c/ Log:Add tp_richcompare from 3.5 bytearray to minibuffer (ffi.buffer) diff --git a/c/minibuffer.h b/c/minibuffer.h --- a/c/minibuff

[pypy-commit] cffi default: Merged in coronafire/cffi/buffer_richcompare (pull request #76)

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2884:4abb5f4db011 Date: 2017-02-06 08:24 + http://bitbucket.org/cffi/cffi/changeset/4abb5f4db011/ Log:Merged in coronafire/cffi/buffer_richcompare (pull request #76) Add richcompare to buffer objects diff --git a/c/minibuffer.h b/c/minibuf

[pypy-commit] cffi buffer_richcompare: Enable the richcompare function in minibuffer

2017-02-06 Thread coronafire
Author: Andrew Leech Branch: buffer_richcompare Changeset: r2883:262d319d4f4b Date: 2017-02-05 12:59 +1100 http://bitbucket.org/cffi/cffi/changeset/262d319d4f4b/ Log:Enable the richcompare function in minibuffer diff --git a/c/minibuffer.h b/c/minibuffer.h --- a/c/minibuffer.h +++ b/c/minibu

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

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89967:2a99fc703ecc Date: 2017-02-06 09:17 +0100 http://bitbucket.org/pypy/pypy/changeset/2a99fc703ecc/ Log:fix? diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a/lib_pypy/_cffi_ssl/_stdssl/__init__

[pypy-commit] pypy default: import cffi/be4ee14ac677

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89966:ed21fb40c33b Date: 2017-02-06 09:11 +0100 http://bitbucket.org/pypy/pypy/changeset/ed21fb40c33b/ Log:import cffi/be4ee14ac677 diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_cdata.py b/pypy/module/test_lib_pypy/cffi_tests/cffi0/test

[pypy-commit] cffi default: fix the FakeBackend classes for tests

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2880:be4ee14ac677 Date: 2017-02-06 09:10 +0100 http://bitbucket.org/cffi/cffi/changeset/be4ee14ac677/ Log:fix the FakeBackend classes for tests diff --git a/testing/cffi0/test_cdata.py b/testing/cffi0/test_cdata.py --- a/testing/cffi0/test_cdata.py +++

[pypy-commit] pypy default: document branch

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89965:aa5558245c78 Date: 2017-02-06 09:08 +0100 http://bitbucket.org/pypy/pypy/changeset/aa5558245c78/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: fix test: now only three residual calls instead of four

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89964:bff2e6940cc6 Date: 2017-02-06 09:00 +0100 http://bitbucket.org/pypy/pypy/changeset/bff2e6940cc6/ Log:fix test: now only three residual calls instead of four diff --git a/rpython/jit/metainterp/test/test_dict.py b/rpython/jit/metainterp/test/test