[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 unicode-utf8: merge default into branch

2019-01-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95666:3d5d0ea3c275 Date: 2019-01-18 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/3d5d0ea3c275/ Log:merge default into branch diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -5,6 +5,

[pypy-commit] pypy unicode-utf8-py3: merge unicode-utf8 into branch

2019-01-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95669:83df732f6df1 Date: 2019-01-18 13:31 +0200 http://bitbucket.org/pypy/pypy/changeset/83df732f6df1/ Log:merge unicode-utf8 into branch diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@

[pypy-commit] pypy unicode-utf8: check for negative index

2019-01-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95668:e0d70d85d65c Date: 2019-01-18 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/e0d70d85d65c/ Log:check for negative index diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/r

[pypy-commit] pypy unicode-utf8: add passing test

2019-01-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95667:6124fb988a60 Date: 2019-01-18 12:49 +0200 http://bitbucket.org/pypy/pypy/changeset/6124fb988a60/ Log:add passing test diff --git a/pypy/module/_sre/test/test_app_sre.py b/pypy/module/_sre/test/test_app_sre.py --- a/pypy/module/_sre/

[pypy-commit] pypy default: Use OrderedDict as the reference to make hypothesis happy

2019-01-18 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r95670:0873ec79aa36 Date: 2019-01-18 19:29 + http://bitbucket.org/pypy/pypy/changeset/0873ec79aa36/ Log:Use OrderedDict as the reference to make hypothesis happy diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py ---

[pypy-commit] pypy cpyext-gc-cycle: Adapted tests in gc/rawrefcount to new cycle deletion

2019-01-18 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r95672:6e15b053de37 Date: 2019-01-18 21:06 +0100 http://bitbucket.org/pypy/pypy/changeset/6e15b053de37/ Log:Adapted tests in gc/rawrefcount to new cycle deletion diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py ---

[pypy-commit] pypy cpyext-gc-cycle: Fixed some minor issues and added TODOs for CPython style

2019-01-18 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r95671:faf091537a23 Date: 2019-01-17 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/faf091537a23/ Log:Fixed some minor issues and added TODOs for CPython style cycle detection diff --git a/rpython/memory/gc/incminimark.py