[pypy-commit] extradoc extradoc: a new job for me

2016-09-30 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5720:46b5b8cf9f44 Date: 2016-09-30 10:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/46b5b8cf9f44/ Log:a new job for me diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst --- a/planning/

[pypy-commit] extradoc extradoc: add new done section and move an entry there

2016-09-30 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5721:f1ce65dce7f3 Date: 2016-09-30 11:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/f1ce65dce7f3/ Log:add new done section and move an entry there diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-

[pypy-commit] pypy py3.5-set-sentinel: extended doc, renamed function, starting to implement the function fully

2016-09-30 Thread plan_rich
Author: Richard Plangger Branch: py3.5-set-sentinel Changeset: r87466:78cd6d8efe3b Date: 2016-09-30 13:49 +0200 http://bitbucket.org/pypy/pypy/changeset/78cd6d8efe3b/ Log:extended doc, renamed function, starting to implement the function fully diff --git a/pypy/module/thread/__init__

[pypy-commit] pypy stricter-strip: close branch to be merged

2016-09-30 Thread mattip
Author: Matti Picus Branch: stricter-strip Changeset: r87467:d8fddc2435d0 Date: 2016-09-30 13:02 +0300 http://bitbucket.org/pypy/pypy/changeset/d8fddc2435d0/ Log:close branch to be merged ___ pypy-commit mailing list [email protected] https://

[pypy-commit] pypy default: merge branch to convert message to str in warn(message, ...) like cpython

2016-09-30 Thread mattip
Author: Matti Picus Branch: Changeset: r87470:affefa83bb1b Date: 2016-09-30 13:05 +0300 http://bitbucket.org/pypy/pypy/changeset/affefa83bb1b/ Log:merge branch to convert message to str in warn(message, ...) like cpython diff --git a/pypy/module/_warnings/interp_warnings.py b/pypy/

[pypy-commit] pypy default: document branches

2016-09-30 Thread mattip
Author: Matti Picus Branch: Changeset: r87471:ac372e3f4bd0 Date: 2016-09-30 13:16 +0300 http://bitbucket.org/pypy/pypy/changeset/ac372e3f4bd0/ Log:document branches 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 _warnings: close branch to be merged

2016-09-30 Thread mattip
Author: Matti Picus Branch: _warnings Changeset: r87469:b828095f296c Date: 2016-09-30 13:04 +0300 http://bitbucket.org/pypy/pypy/changeset/b828095f296c/ Log:close branch to be merged ___ pypy-commit mailing list [email protected] https://mail.

[pypy-commit] pypy default: merge branch to reject 'a'.strip(buffer(' ')) like cpython

2016-09-30 Thread mattip
Author: Matti Picus Branch: Changeset: r87468:3495ebc92c88 Date: 2016-09-30 13:03 +0300 http://bitbucket.org/pypy/pypy/changeset/3495ebc92c88/ Log:merge branch to reject 'a'.strip(buffer(' ')) like cpython diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobjec

[pypy-commit] pypy buffer-interface2: merge default into branch

2016-09-30 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87472:57f07a076df4 Date: 2016-09-30 13:16 +0300 http://bitbucket.org/pypy/pypy/changeset/57f07a076df4/ Log:merge default into branch diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -40,4 +40,4 @@ # http://lists.gnu.

[pypy-commit] pypy py3.5-set-sentinel: release the sentinel lock before the thread dies

2016-09-30 Thread plan_rich
Author: Richard Plangger Branch: py3.5-set-sentinel Changeset: r87473:aa01e511c9e8 Date: 2016-09-30 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/aa01e511c9e8/ Log:release the sentinel lock before the thread dies diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.

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

2016-09-30 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87474:b0742fdfe677 Date: 2016-09-30 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/b0742fdfe677/ Log:merge branch diff --git a/pypy/module/thread/__init__.py b/pypy/module/thread/__init__.py --- a/pypy/module/thread/__init__.py +++ b/p

[pypy-commit] pypy py3.5: removed some skips for modules that work now!

2016-09-30 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87475:0a89df9f97f2 Date: 2016-09-30 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/0a89df9f97f2/ Log:removed some skips for modules that work now! diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.p

[pypy-commit] pypy value-classes: Remove old comments

2016-09-30 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87476:647b3121257d Date: 2016-09-30 10:52 -0400 http://bitbucket.org/pypy/pypy/changeset/647b3121257d/ Log:Remove old comments diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py b/rpython/jit/metainterp/optimizeopt/virtua

[pypy-commit] extradoc extradoc: document some progress in the stdlib deadlocks

2016-09-30 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5722:9578625ae1fd Date: 2016-09-30 16:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/9578625ae1fd/ Log:document some progress in the stdlib deadlocks diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-

[pypy-commit] pypy test-cpyext: hg merge default

2016-09-30 Thread rlamy
Author: Ronan Lamy Branch: test-cpyext Changeset: r87477:9929cb825a56 Date: 2016-09-30 18:36 +0100 http://bitbucket.org/pypy/pypy/changeset/9929cb825a56/ Log:hg merge default diff too long, truncating to 2000 out of 5640 lines diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @

[pypy-commit] pypy default: Merge branch 'test-cpyext'

2016-09-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87478:298b37893194 Date: 2016-09-30 18:53 +0100 http://bitbucket.org/pypy/pypy/changeset/298b37893194/ Log:Merge branch 'test-cpyext' diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test/conftest.py --- a/pypy/module/cpyext/test/

[pypy-commit] pypy default: Document merged branch

2016-09-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87479:ca58e1d7b2e1 Date: 2016-09-30 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/ca58e1d7b2e1/ 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/whats

[pypy-commit] pypy py3k: hg merge default

2016-09-30 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87480:76f2e04a21be Date: 2016-09-30 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/76f2e04a21be/ 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/whatsne

[pypy-commit] pypy test-cpyext: Create sys_info in setup_class() instead of setup_method()

2016-09-30 Thread rlamy
Author: Ronan Lamy Branch: test-cpyext Changeset: r87481:cba31dbe2060 Date: 2016-10-01 01:32 +0100 http://bitbucket.org/pypy/pypy/changeset/cba31dbe2060/ Log:Create sys_info in setup_class() instead of setup_method() diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/t