[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 default: fix llinterp debug_{start, stop} on 32bit - one more time

2018-04-19 Thread mattip
Author: Matti Picus Branch: Changeset: r94380:51718fe91a11 Date: 2018-04-19 11:20 +0300 http://bitbucket.org/pypy/pypy/changeset/51718fe91a11/ Log:fix llinterp debug_{start,stop} on 32bit - one more time diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py --- a/rpython/rlib/debug.py

[pypy-commit] pypy py3.5: fix different error messages (in several cases this brings us closer to CPython again)

2018-04-19 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94382:eccd76eec042 Date: 2018-04-19 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/eccd76eec042/ Log:fix different error messages (in several cases this brings us closer to CPython again) diff --git a/lib-python/3/te

[pypy-commit] pypy py3tests: Fix issues with appleveldefs in submodules

2018-04-19 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94383:81ecef10320d Date: 2018-04-19 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/81ecef10320d/ Log:Fix issues with appleveldefs in submodules diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/inte

[pypy-commit] pypy py3.6: Fix incompatibility between branch fix-sre-problems and 77d216c5b248

2018-04-19 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r94385:020c87e1474f Date: 2018-04-19 20:37 +0100 http://bitbucket.org/pypy/pypy/changeset/020c87e1474f/ Log:Fix incompatibility between branch fix-sre-problems and 77d216c5b248 diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_s

[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 default: generalize for python2, 3 translated and untranslated, remove Sub.__name__ check

2018-04-19 Thread mattip
Author: Matti Picus Branch: Changeset: r94386:29dd04feb879 Date: 2018-04-19 20:18 +0300 http://bitbucket.org/pypy/pypy/changeset/29dd04feb879/ Log:generalize for python2,3 translated and untranslated, remove Sub.__name__ check diff --git a/pypy/module/cpyext/test/test_arraymodule.py

[pypy-commit] pypy default: simplify test

2018-04-19 Thread mattip
Author: Matti Picus Branch: Changeset: r94387:ad79cc0ce9a8 Date: 2018-04-19 23:37 +0300 http://bitbucket.org/pypy/pypy/changeset/ad79cc0ce9a8/ Log:simplify test diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpye

[pypy-commit] pypy py3.5: attribute name changed

2018-04-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94389:a0be09f88351 Date: 2018-04-19 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/a0be09f88351/ Log:attribute name changed diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy/module/cpyext/cdatetime.py

[pypy-commit] pypy py3.6: Skip import of SSLSession in ssl (to unbreak pip)

2018-04-19 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r94390:d3ea363d17b6 Date: 2018-04-20 03:32 +0100 http://bitbucket.org/pypy/pypy/changeset/d3ea363d17b6/ Log:Skip import of SSLSession in ssl (to unbreak pip) diff --git a/lib-python/3/ssl.py b/lib-python/3/ssl.py --- a/lib-python/3/ssl.py +++ b/lib