Author: Matti Picus
Branch: py3.6
Changeset: r98019:feb30e690128
Date: 2019-11-10 21:46 -0500
http://bitbucket.org/pypy/pypy/changeset/feb30e690128/
Log:merge default into py.36
diff --git a/rpython/rlib/compilerinfo.py b/rpython/rlib/compilerinfo.py
--- a/rpython/rlib/compilerinfo.py
+++ b/
Author: Ronan Lamy
Branch: py3.6
Changeset: r98022:e5954b7c1f06
Date: 2019-11-11 13:06 +
http://bitbucket.org/pypy/pypy/changeset/e5954b7c1f06/
Log:Remove reinterpretasserts again (redo 18d56b560287)
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pyp
Author: Matti Picus
Branch: wininstaller_py2
Changeset: r98025:8e4c447b8d6c
Date: 2019-11-11 08:22 -0500
http://bitbucket.org/pypy/pypy/changeset/8e4c447b8d6c/
Log:adjust for python2
diff --git a/PCbuild/python.props b/PCbuild/python.props
--- a/PCbuild/python.props
+++ b/PCbuild/python.prop
Author: Matti Picus
Branch: wininstaller_py2
Changeset: r98024:91bc7f57d2c8
Date: 2019-11-11 07:20 -0500
http://bitbucket.org/pypy/pypy/changeset/91bc7f57d2c8/
Log:ignore '__pycache__' during build, hgignore build artifacts
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@
Author: Matti Picus
Branch: wininstaller_py2
Changeset: r98023:eab10f6abe32
Date: 2019-11-11 07:37 -0500
http://bitbucket.org/pypy/pypy/changeset/eab10f6abe32/
Log:backport wininstaller, PCbuild directories from windowsinstaller
diff too long, truncating to 2000 out of 6290 lines
diff --git
Author: Ronan Lamy
Branch: py3.6
Changeset: r98026:7d21b9cbf13a
Date: 2019-11-11 14:17 +
http://bitbucket.org/pypy/pypy/changeset/7d21b9cbf13a/
Log:Evaluate target only once when doing an annotated setitem
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompil
Author: Yannick Jadoul
Branch: py3.7-pep565
Changeset: r98029:a21b521df584
Date: 2019-11-12 00:24 +0100
http://bitbucket.org/pypy/pypy/changeset/a21b521df584/
Log:Implementing PEP 565, showing DeprecationWarning in __main__ by
default
diff --git a/pypy/module/_warnings/interp_warning