[pypy-commit] [Git][pypy/pypy][branch/py3.8] 28 commits: add instructions how to upgrade

Matti Picus (@mattip) foss at heptapod.net
Tue Sep 28 18:23:42 EDT 2021



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


Commits:
b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00
add instructions how to upgrade

--HG--
branch : vendor/stdlib-3.7

- - - - -
b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00
update stdlib to v3.7.12

--HG--
branch : vendor/stdlib-3.7

- - - - -
31dd6bf5 by Matti Picus at 2021-09-12T08:10:06+03:00
mention the need to update python versions

--HG--
branch : vendor/stdlib-3.7

- - - - -
9477b146 by Matti Picus at 2021-09-12T08:16:46+03:00
update stdlib to 3.7.12

--HG--
branch : py3.7

- - - - -
5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00
mention stdlib 3.7.12 in the release note

- - - - -
5cbd6275 by Matti Picus at 2021-09-12T08:21:56+03:00
remove stale TODO file

--HG--
branch : py3.7

- - - - -
243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00
cleanout old bundled versions of pip and setuptools

--HG--
branch : py3.7

- - - - -
25baf7b7 by Matti Picus at 2021-09-13T08:17:55+03:00
tweak release note, fix other doc errors

- - - - -
b725b0da by Matti Picus at 2021-09-13T14:02:58+03:00
Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691

- - - - -
6be42b01 by Matti Picus at 2021-09-13T14:03:21+03:00
Added tag release-pypy3.7-v7.3.6rc1 for changeset a5e5c18d11e9

- - - - -
f61e26b4 by Matti Picus at 2021-09-13T14:03:38+03:00
Added tag release-pypy3.8-v7.3.6rc1 for changeset 7e233b73b927

- - - - -
19da3606 by Carl Friedrich Bolz-Tereick at 2021-09-18T13:56:37+02:00
replace the confusing paragraph with mostly a link to the blog post

- - - - -
65b22efe by Armin Rigo at 2021-09-25T15:24:57+02:00
issue #3463

fix invalid code generation in the ppc backend

- - - - -
536f3054 by fijal at 2021-09-27T11:57:29+02:00
write and use StackNew for a cffi helper

--HG--
branch : scoped-cffi-malloc

- - - - -
b7cf79d3 by fijal at 2021-09-27T12:38:40+02:00
write a dumb test, a bit hard to test

--HG--
branch : scoped-cffi-malloc

- - - - -
c6f44858 by fijal at 2021-09-27T12:53:46+02:00
dumb test

--HG--
branch : scoped-cffi-malloc

- - - - -
e3fd043b by fijal at 2021-09-27T13:20:57+02:00
cffi rename

--HG--
branch : scoped-cffi-malloc

- - - - -
3db7ab1d by fijal at 2021-09-27T14:46:35+02:00
move stuff around so we can actually import ssl

--HG--
branch : scoped-cffi-malloc

- - - - -
8d27e18c by fijal at 2021-09-27T16:16:28+02:00
close to be merged branch

--HG--
branch : scoped-cffi-malloc

- - - - -
f267682f by fijal at 2021-09-27T16:18:01+02:00
merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it in ssl.read

- - - - -
d5c610f4 by fijal at 2021-09-27T16:21:32+02:00
merge scoped cffi malloc

--HG--
branch : py3.7

- - - - -
554a0dd2 by Carl Friedrich Bolz-Tereick at 2021-09-28T19:37:58+02:00
(cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: use
long longs instead of doubles

the reason is that on some platforms hiding stuff in non-standard NaNs doesn't
always round-trip correctly.

- - - - -
9920d386 by Matti Picus at 2021-09-29T00:49:20+03:00
reduce difference to upstream

--HG--
branch : py3.7

- - - - -
cc1c1414 by Matti Picus at 2021-09-29T00:50:41+03:00
update versions.json

- - - - -
e70f2d7e by Matti Picus at 2021-09-29T00:51:50+03:00
update repackage.sh

- - - - -
d66ea103 by Matti Picus at 2021-09-29T01:17:08+03:00
document newly-merged improvements

- - - - -
8be271f4 by Matti Picus at 2021-09-29T01:19:08+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
28e7a004 by Matti Picus at 2021-09-29T01:21:52+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -


18 changed files:

- .hgtags
- − lib-python/win32-failures.txt
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- + lib_pypy/_pypy_util_build.py
- + lib_pypy/_pypy_util_cffi.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/faq.rst
- pypy/doc/index-of-whatsnew.rst
- pypy/doc/release-v7.3.6.rst
- pypy/doc/whatsnew-head.rst
- pypy/doc/whatsnew-pypy2-7.3.6.rst
- + pypy/module/test_lib_pypy/test_pypy_util.py
- pypy/objspace/std/mapdict.py
- pypy/objspace/std/test/test_mapdict.py
- pypy/tool/release/check_versions.py
- pypy/tool/release/repackage.sh
- pypy/tool/release/versions.json
- rpython/jit/backend/ppc/jump.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d80c8aa07f4e9a13700c601965042ed364106cda...28e7a00457ac3b8abb5bcf732ab9c598bb76aa65

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d80c8aa07f4e9a13700c601965042ed364106cda...28e7a00457ac3b8abb5bcf732ab9c598bb76aa65
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210928/7d1f331a/attachment.html>


More information about the pypy-commit mailing list