[pypy-commit] pypy py3.5: Fix merge and reduce diff

2019-01-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95648:59d7c3f4eb6d Date: 2019-01-16 16:26 + http://bitbucket.org/pypy/pypy/changeset/59d7c3f4eb6d/ Log:Fix merge and reduce diff diff --git a/pypy/module/__pypy__/test/test_builders.py b/pypy/module/__pypy__/test/test_builders.py --- a/pypy/m

[pypy-commit] pypy py3.5: Relax test and add a note of the inconsistency in CPython

2019-01-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95651:1631e316d8aa Date: 2019-01-16 20:09 + http://bitbucket.org/pypy/pypy/changeset/1631e316d8aa/ Log:Relax test and add a note of the inconsistency in CPython diff --git a/extra_tests/test_datetime.py b/extra_tests/test_datetime.py --- a/ext

[pypy-commit] pypy py3.5: py3 mappings don't have the 'has_key' method

2019-01-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95650:f3d5c2e6f30d Date: 2019-01-16 18:54 + http://bitbucket.org/pypy/pypy/changeset/f3d5c2e6f30d/ Log:py3 mappings don't have the 'has_key' method diff --git a/lib_pypy/_gdbm.py b/lib_pypy/_gdbm.py --- a/lib_pypy/_gdbm.py +++ b/lib_pypy/_gdbm

[pypy-commit] pypy py3.5: Fix extra_tests/ctypes_tests/test_extra.py::test_truth_value()

2019-01-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95653:cd262738eee3 Date: 2019-01-16 20:27 + http://bitbucket.org/pypy/pypy/changeset/cd262738eee3/ Log:Fix extra_tests/ctypes_tests/test_extra.py::test_truth_value() diff --git a/lib_pypy/_ctypes/primitive.py b/lib_pypy/_ctypes/primitive.py --

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

2019-01-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95654:f7b6aeba6694 Date: 2019-01-16 20:36 + http://bitbucket.org/pypy/pypy/changeset/f7b6aeba6694/ Log:hg merge default diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -14,6 +14,14 @@ rsyncdir

[pypy-commit] pypy unicode-utf8: test, fix for StringIO(unicode).read(cnt)

2019-01-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95655:6185982e509f Date: 2019-01-16 23:42 +0200 http://bitbucket.org/pypy/pypy/changeset/6185982e509f/ Log:test, fix for StringIO(unicode).read(cnt) diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py ---

[pypy-commit] pypy default: backport changes to win32 from py3.5, cleanup

2019-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r95657:b55b33a08ee8 Date: 2019-01-16 23:43 +0200 http://bitbucket.org/pypy/pypy/changeset/b55b33a08ee8/ Log:backport changes to win32 from py3.5, cleanup diff --git a/rpython/rlib/rwinreg.py b/rpython/rlib/rwinreg.py --- a/rpython/rlib/rwinreg.py +++ b

[pypy-commit] pypy unicode-utf8-py3: fix utf_7_decode(b'+') which should return (u'', 0)

2019-01-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95656:a57fddf5aa3c Date: 2019-01-16 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/a57fddf5aa3c/ Log:fix utf_7_decode(b'+') which should return (u'', 0) diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehe

[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 unicode-utf8-py3: merge py3.5 into branch

2019-01-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95661:f751ef782eeb Date: 2019-01-17 00:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f751ef782eeb/ Log:merge py3.5 into branch diff --git a/extra_tests/test_bufferedreader.py b/extra_tests/test_bufferedreader.py --- a/extra_tests/

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

2019-01-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95660:a041db80ea09 Date: 2019-01-17 00:43 +0200 http://bitbucket.org/pypy/pypy/changeset/a041db80ea09/ Log:merge unicode-utf8 into branch diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/

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

2019-01-16 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95659:cd77d2fb6cb8 Date: 2019-01-17 00:42 +0200 http://bitbucket.org/pypy/pypy/changeset/cd77d2fb6cb8/ Log:merge heads diff --git a/extra_tests/test_bufferedreader.py b/extra_tests/test_bufferedreader.py --- a/extra_tests/test_bufferedreader.py

[pypy-commit] pypy cpyext-gc-cycle: Implemented first version of CPython-style cycle detection

2019-01-16 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r95662:fdd107ae6257 Date: 2019-01-16 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/fdd107ae6257/ Log:Implemented first version of CPython-style cycle detection Fixed dot tests diff --git a/rpython/memory/gc/incminimark.py

[pypy-commit] pypy cpyext-gc-cycle: Fixed translation issues

2019-01-16 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r95663:1fdae7eeae56 Date: 2019-01-16 23:38 +0100 http://bitbucket.org/pypy/pypy/changeset/1fdae7eeae56/ Log:Fixed translation issues diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/g

[pypy-commit] buildbot default: also upgrade pip, setuptools when installing virtualenv

2019-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r1065:224046cb3bb6 Date: 2019-01-17 08:46 +0200 http://bitbucket.org/pypy/buildbot/changeset/224046cb3bb6/ Log:also upgrade pip, setuptools when installing virtualenv diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pyp

[pypy-commit] extradoc extradoc: my flights are confirmed

2019-01-16 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5939:737a1c075595 Date: 2019-01-17 08:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/737a1c075595/ Log:my flights are confirmed diff --git a/sprintinfo/ddorf2019/people.txt b/sprintinfo/ddorf2019/people.txt --- a/sprintinfo/ddorf2019/pe