[pypy-commit] pypy release-pypy3.5-7.x: create the release branch for py3.5 7.0, and correct the version number

2019-01-25 Thread antocuni
Author: Antonio Cuni Branch: release-pypy3.5-7.x Changeset: r95724:ece1f9ddcb91 Date: 2019-01-25 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ece1f9ddcb91/ Log:create the release branch for py3.5 7.0, and correct the version number diff --git a/pypy/doc/conf.py

[pypy-commit] pypy py3.5: merge release-pypy3.5-7.x into the development branch, and make sure to keep the correct development version

2019-01-25 Thread antocuni
Author: Antonio Cuni Branch: py3.5 Changeset: r95725:b8fff341cb4d Date: 2019-01-25 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/b8fff341cb4d/ Log:merge release-pypy3.5-7.x into the development branch, and make sure to keep the correct development version

[pypy-commit] pypy py3.5: hg merge default; this bump the version to 7.1-alpha0

2019-01-25 Thread antocuni
Author: Antonio Cuni Branch: py3.5 Changeset: r95723:4b2995821717 Date: 2019-01-25 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/4b2995821717/ Log:hg merge default; this bump the version to 7.1-alpha0 diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++

[pypy-commit] pypy unicode-utf8-py3: fix remaining failing tests

2019-01-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: unicode-utf8-py3 Changeset: r95722:b37c4fff34a0 Date: 2019-01-25 14:55 +0100 http://bitbucket.org/pypy/pypy/changeset/b37c4fff34a0/ Log:fix remaining failing tests diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy default: document the steps I did to create the release branches

2019-01-25 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95726:c42e8df4ef8c Date: 2019-01-25 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/c42e8df4ef8c/ Log:document the steps I did to create the release branches diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst ---

[pypy-commit] extradoc extradoc: Fix date.

2019-01-25 Thread mjacob
Author: Manuel Jacob Branch: extradoc Changeset: r5941:be3b514769de Date: 2019-01-25 16:45 +0100 http://bitbucket.org/pypy/extradoc/changeset/be3b514769de/ Log:Fix date. diff --git a/sprintinfo/ddorf2019/people.txt b/sprintinfo/ddorf2019/people.txt --- a/sprintinfo/ddorf2019/people.txt +++

[pypy-commit] pypy default: fix the version

2019-01-25 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95727:a5bef2990aeb Date: 2019-01-25 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/a5bef2990aeb/ Log:fix the version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h ---

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

2019-01-25 Thread antocuni
Author: Antonio Cuni Branch: py3.5 Changeset: r95728:75ae721dc112 Date: 2019-01-25 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/75ae721dc112/ Log:hg merge default diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++

[pypy-commit] pypy py3.5: Avoid importing from the stdlib at translation time.

2019-01-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95729:eb0bd5f16264 Date: 2019-01-26 01:50 + http://bitbucket.org/pypy/pypy/changeset/eb0bd5f16264/ Log:Avoid importing from the stdlib at translation time. Makes dict_items, dict_keys, and dict_values instantiable and