[pypy-commit] pypy default: default is now 7.3.0

2019-09-18 Thread mattip
Author: Matti Picus Branch: Changeset: r97531:78cd4acbcbec Date: 2019-09-19 08:34 +0300 http://bitbucket.org/pypy/pypy/changeset/78cd4acbcbec/ Log:default is now 7.3.0 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-pypy2-7.2.0.rst rename from pypy/doc/whatsnew-head.rst rename t

[pypy-commit] pypy release-pypy2.7-v7.x: merge default into branch

2019-09-18 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-v7.x Changeset: r97530:5285865f8958 Date: 2019-09-19 08:30 +0300 http://bitbucket.org/pypy/pypy/changeset/5285865f8958/ Log:merge default into branch diff too long, truncating to 2000 out of 60853 lines diff --git a/.hgignore b/.hgignore --- a/.hg

[pypy-commit] pypy default: start release cycle

2019-09-18 Thread mattip
Author: Matti Picus Branch: Changeset: r97533:bb5b1b1126ae Date: 2019-09-19 09:03 +0300 http://bitbucket.org/pypy/pypy/changeset/bb5b1b1126ae/ Log:start release cycle diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -40,11 +40,11 @@ Armin Rigo Maciej Fijalkowski Carl F

[pypy-commit] pypy release-pypy2.7-v7.x: release is now 7.2.0

2019-09-18 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-v7.x Changeset: r97532:cb2be12846a2 Date: 2019-09-19 08:36 +0300 http://bitbucket.org/pypy/pypy/changeset/cb2be12846a2/ Log:release is now 7.2.0 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/p

[pypy-commit] pypy py3.6: fix translation

2019-09-18 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97529:be7243dd1d25 Date: 2019-09-19 08:29 +0300 http://bitbucket.org/pypy/pypy/changeset/be7243dd1d25/ Log:fix translation diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py --- a/pypy/interpreter/py

[pypy-commit] pypy py3.6: Raise SyntaxError instead of DeprecationWarning when treating invalid escapes in bytes as errors (bpo-28691)

2019-09-18 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97528:5dbba3873910 Date: 2019-09-18 20:47 +0100 http://bitbucket.org/pypy/pypy/changeset/5dbba3873910/ Log:Raise SyntaxError instead of DeprecationWarning when treating invalid escapes in bytes as errors (bpo-28691) diff --git a/pypy/inter

[pypy-commit] pypy py3.6: another corner case of PyTraceBack_Print with tracebacklimit

2019-09-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97526:67edce2ce705 Date: 2019-09-18 21:26 +0200 http://bitbucket.org/pypy/pypy/changeset/67edce2ce705/ Log:another corner case of PyTraceBack_Print with tracebacklimit diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py -

[pypy-commit] pypy winconsoleio: fix 58e969594b31

2019-09-18 Thread mattip
Author: Matti Picus Branch: winconsoleio Changeset: r97525:53bf39ed2750 Date: 2019-09-18 16:48 +0300 http://bitbucket.org/pypy/pypy/changeset/53bf39ed2750/ Log:fix 58e969594b31 diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy/module

[pypy-commit] pypy winconsoleio: help flow analysis

2019-09-18 Thread mattip
Author: Matti Picus Branch: winconsoleio Changeset: r97524:758dcf8d6170 Date: 2019-09-18 15:39 +0300 http://bitbucket.org/pypy/pypy/changeset/758dcf8d6170/ Log:help flow analysis diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy/modu

[pypy-commit] pypy winconsoleio: bad copy paste?

2019-09-18 Thread mattip
Author: Matti Picus Branch: winconsoleio Changeset: r97523:58e969594b31 Date: 2019-09-18 14:51 +0300 http://bitbucket.org/pypy/pypy/changeset/58e969594b31/ Log:bad copy paste? diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy/module/

[pypy-commit] pypy winconsoleio: merge py3.6 into branch

2019-09-18 Thread mattip
Author: Matti Picus Branch: winconsoleio Changeset: r97522:90f3fa6eca04 Date: 2019-09-18 14:41 +0300 http://bitbucket.org/pypy/pypy/changeset/90f3fa6eca04/ Log:merge py3.6 into branch diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py