[pypy-commit] buildbot default: Forbid "stop build" to be clicked with a blank field. More precisely, a

2016-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r1015:1767edfa9b72 Date: 2016-08-25 09:22 +0200 http://bitbucket.org/pypy/buildbot/changeset/1767edfa9b72/ Log:Forbid "stop build" to be clicked with a blank field. More precisely, a reason must be given which starts with "!". This condit

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

2016-08-25 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r86520:d13f538365f5 Date: 2016-08-25 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/d13f538365f5/ Log:merge py3k diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/buffer.py +++ b/pypy/modu

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/py3k_add_terminal_size (pull request #475)

2016-08-25 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86527:80a83063cd45 Date: 2016-08-25 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/80a83063cd45/ Log:Merged in marky1991/pypy_new/py3k_add_terminal_size (pull request #475) Add os.get_terminal_size (py3k) diff --git a/pypy/mo

[pypy-commit] pypy py3k_add_terminal_size: Fix translation.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86526:8af26ef17f86 Date: 2016-08-24 22:42 -0400 http://bitbucket.org/pypy/pypy/changeset/8af26ef17f86/ Log:Fix translation. diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posi

[pypy-commit] pypy py3k_add_terminal_size: Posting what I have so far.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86521:7cf5e409328e Date: 2016-08-23 19:41 -0400 http://bitbucket.org/pypy/pypy/changeset/7cf5e409328e/ Log:Posting what I have so far. diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/po

[pypy-commit] pypy py3k_add_terminal_size: lib-python test passes for linux now at least.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86522:8befc19a63b8 Date: 2016-08-24 09:55 -0400 http://bitbucket.org/pypy/pypy/changeset/8befc19a63b8/ Log:lib-python test passes for linux now at least. diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py -

[pypy-commit] pypy py3k_add_terminal_size: Whitespace fix.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86525:090a7002785e Date: 2016-08-24 21:37 -0400 http://bitbucket.org/pypy/pypy/changeset/090a7002785e/ Log:Whitespace fix. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rli

[pypy-commit] pypy py3k_add_terminal_size: get_terminal_size lib-python tests pass on windows after translation.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86523:8d4194d34b83 Date: 2016-08-24 13:37 -0400 http://bitbucket.org/pypy/pypy/changeset/8d4194d34b83/ Log:get_terminal_size lib-python tests pass on windows after translation. diff --git a/pypy/module/posix/app_posix.py b

[pypy-commit] pypy py3k_add_terminal_size: Slight tweaks

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86524:007aa1dff8cb Date: 2016-08-24 21:34 -0400 http://bitbucket.org/pypy/pypy/changeset/007aa1dff8cb/ Log:Slight tweaks diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/i

[pypy-commit] pypy py3.5-memoryview: yes, the first failing test for memoryview tuple indexing

2016-08-25 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86529:3ba72a821c80 Date: 2016-08-25 11:35 +0200 http://bitbucket.org/pypy/pypy/changeset/3ba72a821c80/ Log:yes, the first failing test for memoryview tuple indexing diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/

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

2016-08-25 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86528:225353ef1b51 Date: 2016-08-25 09:35 +0200 http://bitbucket.org/pypy/pypy/changeset/225353ef1b51/ Log:merge py3.5 diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/buffer.py +++

[pypy-commit] pypy default: Skip if we can't import hypothesis, e.g. because we're running with pypy and -A

2016-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r86530:3d655320ad2a Date: 2016-08-25 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/3d655320ad2a/ Log:Skip if we can't import hypothesis, e.g. because we're running with pypy and -A diff --git a/pypy/objspace/std/test/test_random_attr.py

[pypy-commit] pypy default: detabbify

2016-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r86531:3d4985d7873d Date: 2016-08-25 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/3d4985d7873d/ Log:detabbify diff --git a/rpython/rlib/rjitlog/test/test_jitlog.py b/rpython/rlib/rjitlog/test/test_jitlog.py --- a/rpython/rlib/rjitlog/test/test_

[pypy-commit] pypy py3.5-memoryview: progress on implementing tuple indexing (almost done with the logic)

2016-08-25 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86532:c771970fb98a Date: 2016-08-25 12:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c771970fb98a/ Log:progress on implementing tuple indexing (almost done with the logic) diff --git a/pypy/module/micronumpy/descriptor.py b/p

[pypy-commit] pypy default: finish review of all commits to default since last release

2016-08-25 Thread mattip
Author: Matti Picus Branch: Changeset: r86533:fa64ce678bb5 Date: 2016-08-25 22:17 +1000 http://bitbucket.org/pypy/pypy/changeset/fa64ce678bb5/ Log:finish review of all commits to default since last release diff --git a/pypy/doc/release-pypy2.7-v5.4.0.rst b/pypy/doc/release-pypy2.7-v5.4.0.r

[pypy-commit] pypy default: rename file correctly

2016-08-25 Thread mattip
Author: Matti Picus Branch: Changeset: r86534:2dc786dd9cfe Date: 2016-08-25 22:19 +1000 http://bitbucket.org/pypy/pypy/changeset/2dc786dd9cfe/ Log:rename file correctly diff --git a/pypy/doc/whatnew-head.rst b/pypy/doc/whatsnew-head.rst rename from pypy/doc/whatnew-head.rst rename to pypy/d

[pypy-commit] pypy release-5.x: merge default into release

2016-08-25 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86535:aa2985876f22 Date: 2016-08-25 22:21 +1000 http://bitbucket.org/pypy/pypy/changeset/aa2985876f22/ Log:merge default into release diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -58,16 +

[pypy-commit] pypy py3k: Revert the main part of 26dfa2f67afd since it breaks too many random things,

2016-08-25 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86536:ce4d4b3c159f Date: 2016-08-25 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/ce4d4b3c159f/ Log:Revert the main part of 26dfa2f67afd since it breaks too many random things, e.g. it caused pypy/module/imp/test/test_import.py::AppTe

[pypy-commit] pypy default: compilation fixes for 32bit, windows

2016-08-25 Thread mattip
Author: Matti Picus Branch: Changeset: r86538:299b70960727 Date: 2016-08-26 03:40 +0300 http://bitbucket.org/pypy/pypy/changeset/299b70960727/ Log:compilation fixes for 32bit, windows diff --git a/pypy/module/cpyext/test/buffer_test.c b/pypy/module/cpyext/test/buffer_test.c --- a/pypy/modu

[pypy-commit] pypy cpyext-subclass: copy Py_TPFLAGS_CHECKTYPES, Py_TPFLAGS_HAVE_INPLACEOPS from base class when inheriting

2016-08-25 Thread mattip
Author: Matti Picus Branch: cpyext-subclass Changeset: r86539:69e5dabb1261 Date: 2016-08-26 12:59 +1000 http://bitbucket.org/pypy/pypy/changeset/69e5dabb1261/ Log:copy Py_TPFLAGS_CHECKTYPES, Py_TPFLAGS_HAVE_INPLACEOPS from base class when inheriting diff --git a/pypy/module/cpyext/ap

[pypy-commit] pypy default: merge cpyext-subclass which copies flags when inheriting

2016-08-25 Thread mattip
Author: Matti Picus Branch: Changeset: r86541:462a7ade93b6 Date: 2016-08-26 13:01 +1000 http://bitbucket.org/pypy/pypy/changeset/462a7ade93b6/ Log:merge cpyext-subclass which copies flags when inheriting diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cp

[pypy-commit] pypy default: document branch

2016-08-25 Thread mattip
Author: Matti Picus Branch: Changeset: r86542:522736f816dc Date: 2016-08-26 13:03 +1000 http://bitbucket.org/pypy/pypy/changeset/522736f816dc/ 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-he

[pypy-commit] pypy cpyext-subclass: close branch for merging

2016-08-25 Thread mattip
Author: Matti Picus Branch: cpyext-subclass Changeset: r86540:ecfa8861c042 Date: 2016-08-26 13:00 +1000 http://bitbucket.org/pypy/pypy/changeset/ecfa8861c042/ Log:close branch for merging ___ pypy-commit mailing list [email protected] https://

[pypy-commit] pypy release-5.x: merge default into release

2016-08-25 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86543:c32a98778d43 Date: 2016-08-26 15:18 +1000 http://bitbucket.org/pypy/pypy/changeset/c32a98778d43/ Log:merge default into release diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py --- a/lib_pypy/gdbm.py +++ b/lib_pypy/gdbm.py @@ -137,6 +

[pypy-commit] pypy py3.5: cleanup

2016-08-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r86544:6addab7e0fb1 Date: 2016-08-25 22:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6addab7e0fb1/ Log:cleanup diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/astcompile