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

2019-02-15 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96013:c27524ca09c9 Date: 2019-02-15 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c27524ca09c9/ Log:merge default into branch diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8

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

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96006:f468bb5ec141 Date: 2019-02-13 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/f468bb5ec141/ Log:merge default into branch diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extendin

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

2019-01-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95749:665e6fb2cccb Date: 2019-01-30 09:26 +0200 http://bitbucket.org/pypy/pypy/changeset/665e6fb2cccb/ Log:merge default into branch diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -40,16 +40,16 @@ Armin Rigo Maciej Fijalkowsk

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

2019-01-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95745:9d2fa7c63b7c Date: 2019-01-29 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/9d2fa7c63b7c/ Log:merge default into branch diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/pypy/doc/co

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

2019-01-20 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95681:49aade4a2c18 Date: 2019-01-20 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/49aade4a2c18/ Log:merge default into branch diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/trans

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

2019-01-18 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95665:ef10a3c9698b Date: 2019-01-18 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/ef10a3c9698b/ Log:merge default into branch diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -15,11 +15,15 @

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

2019-01-16 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95658:48303f7469f9 Date: 2019-01-17 00:28 +0200 http://bitbucket.org/pypy/pypy/changeset/48303f7469f9/ Log:merge default into branch diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -14,6 +14,14 @@

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

2019-01-01 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95549:6b4ce9eb5f31 Date: 2019-01-01 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/6b4ce9eb5f31/ Log:merge default into branch diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE. -

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

2018-12-23 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95520:406030262749 Date: 2018-12-23 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/406030262749/ Log:merge default into branch diff --git a/extra_tests/cffi_tests/cffi0/test_ffi_backend.py b/extra_tests/cffi_tests/cffi0/test_ffi_backend.py

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

2018-12-09 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95446:1300ca1763e1 Date: 2018-12-09 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1300ca1763e1/ Log:merge default into branch diff --git a/extra_tests/cffi_tests/cffi1/test_parse_c_type.py b/extra_tests/cffi_tests/cffi1/test_parse_c_type.

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

2018-11-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95314:3bb86a88e1d3 Date: 2018-11-13 06:10 -0800 http://bitbucket.org/pypy/pypy/changeset/3bb86a88e1d3/ Log:merge default into branch diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/inter

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

2018-11-11 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95294:27c903e0884f Date: 2018-11-04 22:55 -0500 http://bitbucket.org/pypy/pypy/changeset/27c903e0884f/ Log:merge default into branch diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/trans

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

2018-10-12 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95209:16a9478214da Date: 2018-10-12 15:39 +0300 http://bitbucket.org/pypy/pypy/changeset/16a9478214da/ Log:merge default into branch diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py --- a/testrunner/lib_python_tests.py

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

2018-10-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95199:d52c3dff08d6 Date: 2018-10-10 12:07 +0300 http://bitbucket.org/pypy/pypy/changeset/d52c3dff08d6/ Log:merge default into branch diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/mod

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

2018-10-09 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95197:fadba769e9bf Date: 2018-10-09 17:36 +0300 http://bitbucket.org/pypy/pypy/changeset/fadba769e9bf/ Log:merge default into branch diff --git a/pypy/module/_cffi_backend/embedding.py b/pypy/module/_cffi_backend/embedding.py --- a/pypy/module/_

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

2018-08-31 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95049:f7324252bc6b Date: 2018-08-31 09:05 +0200 http://bitbucket.org/pypy/pypy/changeset/f7324252bc6b/ Log:merge default into branch diff --git a/lib_pypy/cffi/_cffi_include.h b/lib_pypy/cffi/_cffi_include.h --- a/lib_pypy/cffi/_cffi_include.h ++

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

2018-06-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94787:708b92b46553 Date: 2018-06-29 12:39 -0700 http://bitbucket.org/pypy/pypy/changeset/708b92b46553/ Log:merge default into branch diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@

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

2018-06-08 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94745:2e791fab4895 Date: 2018-06-09 06:10 -0700 http://bitbucket.org/pypy/pypy/changeset/2e791fab4895/ Log:merge default into branch diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@

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

2018-04-23 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94439:6416cd28171a Date: 2018-04-24 09:04 +0300 http://bitbucket.org/pypy/pypy/changeset/6416cd28171a/ Log:merge default into branch diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -247,6 +247,7 @@ Lukas Vacek Omer Katz Jac

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

2018-04-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94388:a5488a8c8485 Date: 2018-04-19 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/a5488a8c8485/ Log:merge default into branch diff --git a/pypy/module/cpyext/test/test_arraymodule.py b/pypy/module/cpyext/test/test_arraymodule.py --- a/pyp

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

2018-04-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94381:127336ebfcfe Date: 2018-04-19 11:20 +0300 http://bitbucket.org/pypy/pypy/changeset/127336ebfcfe/ Log:merge default into branch diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@

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

2018-04-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94307:e6d85e030f12 Date: 2018-04-11 06:18 +0300 http://bitbucket.org/pypy/pypy/changeset/e6d85e030f12/ Log:merge default into branch diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differenc

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

2018-04-05 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94245:bcbefe2f5e14 Date: 2018-04-05 13:51 +0300 http://bitbucket.org/pypy/pypy/changeset/bcbefe2f5e14/ Log:merge default into branch diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -6,36 +6,36 @@ Except when otherwise stated (look

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

2018-04-04 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94232:552c05a134d7 Date: 2018-04-04 19:40 +0300 http://bitbucket.org/pypy/pypy/changeset/552c05a134d7/ Log:merge default into branch diff --git a/lib-python/2.7/re.py b/lib-python/2.7/re.py --- a/lib-python/2.7/re.py +++ b/lib-python/2.7/re.py @@

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

2018-03-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94166:c3b4518f2322 Date: 2018-03-29 12:48 +0300 http://bitbucket.org/pypy/pypy/changeset/c3b4518f2322/ Log:merge default into branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/

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

2018-02-25 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93886:6dcfe4a00bb7 Date: 2018-02-25 20:24 -0500 http://bitbucket.org/pypy/pypy/changeset/6dcfe4a00bb7/ Log:merge default into branch diff --git a/lib_pypy/_dbm.py b/lib_pypy/_dbm.py --- a/lib_pypy/_dbm.py +++ b/lib_pypy/_dbm.py @@ -168,7 +168,14

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

2017-10-30 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92885:623c5cbb6132 Date: 2017-10-30 18:58 +0200 http://bitbucket.org/pypy/pypy/changeset/623c5cbb6132/ Log:merge default into branch diff too long, truncating to 2000 out of 3230 lines diff --git a/_pytest/terminal.py b/_pytest/terminal.py --- a