Maciej Fijalkowski pushed to branch branch/py3.7 at PyPy / pypy


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

- - - - -
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

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

--HG--
branch : py3.7

- - - - -


10 changed files:

- .hgtags
- 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/module/test_lib_pypy/test_pypy_util.py
- rpython/jit/backend/ppc/jump.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/243c0cb1fa38d85b68aa06df955f285e01be7f25...d5c610f4ee58cf8f10f008542e501644b6192c4a

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


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to