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

2017-02-04 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89917:9ff55469638c Date: 2017-02-04 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/9ff55469638c/ Log:hg merge default diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b/pypy/inte

[pypy-commit] pypy default: Revert changes 0d92840e04ff and 347b4430addd, breaks random user programs like 'nose'.

2017-02-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r89916:3847916c649c Date: 2017-02-04 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/3847916c649c/ Log:Revert changes 0d92840e04ff and 347b4430addd, breaks random user programs like 'nose'. diff --git a/pypy/interpreter/function.py b/pypy/i

[pypy-commit] extradoc extradoc: update

2017-02-04 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5772:81216d358378 Date: 2017-02-04 14:07 +0100 http://bitbucket.org/pypy/extradoc/changeset/81216d358378/ Log:update diff --git a/planning/py3.5/milestone-2-progress.rst b/planning/py3.5/milestone-2-progress.rst --- a/planning/py3.5/milestone-

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

2017-02-04 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89918:0d6361cc38d8 Date: 2017-02-04 14:32 +0100 http://bitbucket.org/pypy/pypy/changeset/0d6361cc38d8/ Log:fix the test diff --git a/pypy/module/_multiprocessing/test/test_semaphore.py b/pypy/module/_multiprocessing/test/test_semaphore.py --- a/p

[pypy-commit] pypy default: Replace outdated, insecure greenlet link with readthedocs link

2017-02-04 Thread krono
Author: Tobias Pape Branch: Changeset: r89919:3c6cc7fcc1ed Date: 2017-02-04 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/3c6cc7fcc1ed/ Log:Replace outdated, insecure greenlet link with readthedocs link diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst --- a/pypy/doc/stack

[pypy-commit] cffi default: Make 'ffi.buffer' be the type of minibuffers returned by cffi, and

2017-02-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r2877:d3a94b4aa932 Date: 2017-02-04 15:05 +0100 http://bitbucket.org/cffi/cffi/changeset/d3a94b4aa932/ Log:Make 'ffi.buffer' be the type of minibuffers returned by cffi, and 'ffi.buffer()' now calls the constructor. diff --git a/c/_cffi_backend.

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

2017-02-04 Thread rlamy
Author: Ronan Lamy Branch: PEP393 Changeset: r89920:791a64ac3ea2 Date: 2017-02-04 17:56 + http://bitbucket.org/pypy/pypy/changeset/791a64ac3ea2/ Log:hg merge py3.5 diff too long, truncating to 2000 out of 5539 lines diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/

[pypy-commit] pypy PEP393: document branch

2017-02-04 Thread rlamy
Author: Ronan Lamy Branch: PEP393 Changeset: r89921:663c79d098fd Date: 2017-02-04 18:00 + http://bitbucket.org/pypy/pypy/changeset/663c79d098fd/ Log:document branch diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++

[pypy-commit] pypy PEP393: Close branch PEP393

2017-02-04 Thread rlamy
Author: Ronan Lamy Branch: PEP393 Changeset: r89922:aebbc8b7f1af Date: 2017-02-04 18:09 + http://bitbucket.org/pypy/pypy/changeset/aebbc8b7f1af/ Log:Close branch PEP393 ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] pypy py3.5: Merged in PEP393 (pull request #513)

2017-02-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89923:c36e0e41d514 Date: 2017-02-04 18:09 + http://bitbucket.org/pypy/pypy/changeset/c36e0e41d514/ Log:Merged in PEP393 (pull request #513) PEP 393 diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a

[pypy-commit] pypy dict-move-to-end: A branch to implement the move_to_end(last=True/False) on RPython

2017-02-04 Thread arigo
Author: Armin Rigo Branch: dict-move-to-end Changeset: r89924:5a406ad32b05 Date: 2017-02-04 19:33 +0100 http://bitbucket.org/pypy/pypy/changeset/5a406ad32b05/ Log:A branch to implement the move_to_end(last=True/False) on RPython ordered dicts _

[pypy-commit] pypy dict-move-to-end: First, a commit which should make not much measurable difference: remove

2017-02-04 Thread arigo
Author: Armin Rigo Branch: dict-move-to-end Changeset: r89925:9a5973e899f5 Date: 2017-02-04 19:36 +0100 http://bitbucket.org/pypy/pypy/changeset/9a5973e899f5/ Log:First, a commit which should make not much measurable difference: remove FLAG_DELETE, replace it with a call to ll

[pypy-commit] pypy dict-move-to-end: Annotation, and the case of last=True

2017-02-04 Thread arigo
Author: Armin Rigo Branch: dict-move-to-end Changeset: r89926:8286c209d677 Date: 2017-02-04 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/8286c209d677/ Log:Annotation, and the case of last=True diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py --- a/rpython/anno

[pypy-commit] pypy dict-move-to-end: fix

2017-02-04 Thread arigo
Author: Armin Rigo Branch: dict-move-to-end Changeset: r89927:27ec95403b77 Date: 2017-02-04 20:26 +0100 http://bitbucket.org/pypy/pypy/changeset/27ec95403b77/ Log:fix diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/rpython/rtyper/lltypesystem/rordereddict.py --- a/rpython/rtyper/

[pypy-commit] pypy dict-move-to-end: move to beginning

2017-02-04 Thread arigo
Author: Armin Rigo Branch: dict-move-to-end Changeset: r89928:6d1fd75ac17f Date: 2017-02-04 21:46 +0100 http://bitbucket.org/pypy/pypy/changeset/6d1fd75ac17f/ Log:move to beginning diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/rpython/rtyper/lltypesystem/rordereddict.py --- a/r

[pypy-commit] pypy buffer-cleanup: A failing test about itemsize calculation

2017-02-04 Thread rlamy
Author: Ronan Lamy Branch: buffer-cleanup Changeset: r89930:10365a306083 Date: 2017-02-04 19:59 + http://bitbucket.org/pypy/pypy/changeset/10365a306083/ Log:A failing test about itemsize calculation diff --git a/pypy/module/cpyext/test/test_buffer.py b/pypy/module/cpyext/test/test_buffe

[pypy-commit] pypy buffer-cleanup: A branch to refactor buffers and fix related cpyext issues

2017-02-04 Thread rlamy
Author: Ronan Lamy Branch: buffer-cleanup Changeset: r89929:ef18b16b4e97 Date: 2017-02-04 21:40 + http://bitbucket.org/pypy/pypy/changeset/ef18b16b4e97/ Log:A branch to refactor buffers and fix related cpyext issues ___ pypy-commit mailing list

[pypy-commit] pypy dict-move-to-end: Add move_to_xx to the main hypothesis test. Simplify ll_dict_copy()

2017-02-04 Thread arigo
Author: Armin Rigo Branch: dict-move-to-end Changeset: r89931:481903aaf279 Date: 2017-02-04 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/481903aaf279/ Log:Add move_to_xx to the main hypothesis test. Simplify ll_dict_copy() diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/r

[pypy-commit] pypy dict-move-to-end: rename beginning/really_end => first/last

2017-02-04 Thread arigo
Author: Armin Rigo Branch: dict-move-to-end Changeset: r89932:6670eee6f62f Date: 2017-02-05 08:10 +0100 http://bitbucket.org/pypy/pypy/changeset/6670eee6f62f/ Log:rename beginning/really_end => first/last diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/rpython/rtyper/lltypesystem

[pypy-commit] cffi default: doc fix

2017-02-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r2878:3544b1031b51 Date: 2017-02-05 08:25 +0100 http://bitbucket.org/cffi/cffi/changeset/3544b1031b51/ Log:doc fix diff --git a/c/minibuffer.h b/c/minibuffer.h --- a/c/minibuffer.h +++ b/c/minibuffer.h @@ -239,7 +239,7 @@ #endif PyDoc_STRVAR(ffi_buf

[pypy-commit] pypy default: update to cffi/3544b1031b51

2017-02-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r89933:8bf21def2904 Date: 2017-02-05 08:25 +0100 http://bitbucket.org/pypy/pypy/changeset/8bf21def2904/ Log:update to cffi/3544b1031b51 diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -93