[pypy-commit] pypy default: fix issue #2592 - cpyext list.pop, pop_end must return a value

2017-06-22 Thread mattip
Author: Matti Picus Branch: Changeset: r91634:ee2e575b6008 Date: 2017-06-22 23:11 +0300 http://bitbucket.org/pypy/pypy/changeset/ee2e575b6008/ Log:fix issue #2592 - cpyext list.pop, pop_end must return a value diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py ---

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

2017-06-22 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r91637:8474e41c4b75 Date: 2017-06-22 23:23 +0300 http://bitbucket.org/pypy/pypy/changeset/8474e41c4b75/ Log:fix merge diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py --- a/pypy/module/cpyext/dictobject.py +++ b/pyp

[pypy-commit] pypy issue-2592: a failing test, pop returns None

2017-06-22 Thread mattip
Author: Matti Picus Branch: issue-2592 Changeset: r91631:b0ff2ae9c4b3 Date: 2017-06-22 23:01 +0300 http://bitbucket.org/pypy/pypy/changeset/b0ff2ae9c4b3/ Log:a failing test, pop returns None diff --git a/pypy/module/cpyext/test/test_listobject.py b/pypy/module/cpyext/test/test_listobject.py

[pypy-commit] pypy issue-2592: pop and pop_end return values

2017-06-22 Thread mattip
Author: Matti Picus Branch: issue-2592 Changeset: r91632:7fc61a836a84 Date: 2017-06-22 23:09 +0300 http://bitbucket.org/pypy/pypy/changeset/7fc61a836a84/ Log:pop and pop_end return values diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext/se

[pypy-commit] pypy default: document merged branch

2017-06-22 Thread mattip
Author: Matti Picus Branch: Changeset: r91635:60ad3a7bb257 Date: 2017-06-22 23:13 +0300 http://bitbucket.org/pypy/pypy/changeset/60ad3a7bb257/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] pypy issue-2592: close branch to be merged

2017-06-22 Thread mattip
Author: Matti Picus Branch: issue-2592 Changeset: r91633:0aad85e81277 Date: 2017-06-22 23:09 +0300 http://bitbucket.org/pypy/pypy/changeset/0aad85e81277/ Log:close branch to be merged ___ pypy-commit mailing list [email protected] https://mail

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

2017-06-22 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r91636:c378444b2cf5 Date: 2017-06-22 23:14 +0300 http://bitbucket.org/pypy/pypy/changeset/c378444b2cf5/ Log:hg merge default diff --git a/lib_pypy/cffi/_cffi_errors.h b/lib_pypy/cffi/_cffi_errors.h --- a/lib_pypy/cffi/_cffi_errors.h +++ b/lib_pypy