Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
f17a27c3 by Matt Billenstein at 2020-06-14T04:48:56Z
macOS packaging improvements

- - - - -
5786175d by Matti Picus at 2020-06-14T05:40:55Z
remove references to outdated wiki pages

- - - - -
b92116d6 by Armin Rigo at 2020-06-14T15:14:48Z
Issue #3246

Not figuring out what's wrong.  It could be again some highly obscure with
overflows in asmmemmgr.py line 39, but it looks a bit unlikely.  Fixing anyway.

- - - - -
e432a0c7 by Armin Rigo at 2020-06-14T20:47:57Z
Check for a valid continuation byte with a signed byte comparison directly

- - - - -
4476f179 by Matt Billenstein at 2020-06-15T07:33:07Z
fix previous patch

- - - - -
c36360b7 by Matti Picus at 2020-06-16T19:39:16Z
fix path to tcl,tk on windows, issue 3247

- - - - -
5c56c3a9 by Matt Billenstein at 2020-06-17T11:31:29Z
fix faulty patch application

- - - - -
547c7249 by Matt Billenstein at 2020-06-18T04:50:40Z
add tk libraries

- - - - -
73f5a0b3 by Matti Picus at 2020-06-18T08:50:14Z
merge default into py3.6

--HG--
branch : py3.6

- - - - -
9be0b9c4 by Matti Picus at 2020-06-18T08:50:52Z
merge py3.6 into py3.7

--HG--
branch : py3.7

- - - - -
5c57d48e by Matti Picus at 2020-06-21T07:53:26Z
move module-level tests to apptest

--HG--
branch : py3.7

- - - - -
770bb343 by Matti Picus at 2020-06-21T07:54:54Z
import _bz2 not bz2, remove llyctypes memory leak check for RPyOpaque_ThreadLock

--HG--
branch : py3.7

- - - - -


15 changed files:

- lib_pypy/_tkinter/app.py
- lib_pypy/_tkinter/tklib_build.py
- pypy/doc/faq.rst
- pypy/doc/release-1.5.0.rst
- pypy/doc/release-1.6.0.rst
- pypy/doc/release-5.0.0.rst
- pypy/doc/release-pypy2.7-v5.4.0.rst
- pypy/doc/release-pypy2.7-v5.6.0.rst
- + pypy/module/bz2/test/apptest_bz2_compdecomp.py
- pypy/module/bz2/test/support.py
- pypy/module/bz2/test/test_bz2_compdecomp.py
- pypy/tool/release/make_portable.py
- rpython/jit/backend/llsupport/asmmemmgr.py
- rpython/jit/backend/llsupport/test/test_asmmemmgr.py
- rpython/rlib/rutf8.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/9fd71a0554aa8bc4d4c987e123f33b637f615553...770bb3432388fab4b8a7ff01cf14a216340beb44

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/9fd71a0554aa8bc4d4c987e123f33b637f615553...770bb3432388fab4b8a7ff01cf14a216340beb44
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to