Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy


Commits:
39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00
add st_file_attributes and st_reparse_tag to os.stat on win64

--HG--
branch : win64-stat

- - - - -
5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00
add _PyList_Extend, remove a few already implemented functions from stubs.py

We should probably just delete stubs.py, it is not that useful

--HG--
branch : py3.7

- - - - -
022e334a by Matti Picus at 2021-09-09T11:52:56+03:00
backport check for '=' in env keys, fixes crash in os.execve

- - - - -
6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00
CloseFile -> CloseHandle

--HG--
branch : win64-stat

- - - - -
d5a99c5b by Matti Picus at 2021-09-09T14:23:34+03:00
document branch

- - - - -
6801d076 by Matti Picus at 2021-09-09T14:24:26+03:00
merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics

- - - - -
8514f8ac by Matti Picus at 2021-09-09T14:26:51+03:00
merge default into branch

--HG--
branch : py3.7

- - - - -
d1a3a1ad by Matti Picus at 2021-09-09T14:27:32+03:00
merge py3.7 into branch

--HG--
branch : py3.8

- - - - -
8f754180 by Matti Picus at 2021-09-10T07:25:01+03:00
typo

--HG--
branch : py3.8

- - - - -
ad77526e by Matti Picus at 2021-09-10T13:00:55+03:00
fix more uses of include vs. include/pypy3.8

--HG--
branch : py3.8

- - - - -
77046602 by Matti Picus at 2021-09-10T16:06:18+03:00
remove hack, restores DeprecationWarning

--HG--
branch : py3.7

- - - - -
764025a7 by Matti Picus at 2021-09-10T16:07:42+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
cbb23f39 by Matti Picus at 2021-09-11T10:34:13+03:00
maybe create include/pypy3.8 in tests

--HG--
branch : py3.8

- - - - -
a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00
skip hpy tests if _hpy_universal not found

--HG--
branch : py3.7

- - - - -
a73494ab by Matti Picus at 2021-09-11T10:39:53+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
be80c6a0 by Matti Picus at 2021-09-12T09:42:46+03:00
merge py3.8 into release

--HG--
branch : release-pypy3.8-v7.x

- - - - -


12 changed files:

- + extra_tests/hpy_tests/conftest.py
- lib-python/3/collections/__init__.py
- lib-python/3/test/test_site.py
- pypy/doc/whatsnew-head.rst
- pypy/module/_cffi_backend/copy_includes.py
- pypy/module/cpyext/listobject.py
- pypy/module/cpyext/stubs.py
- pypy/module/cpyext/test/test_listobject.py
- pypy/tool/release/test/test_package.py
- rpython/rlib/rposix_stat.py
- rpython/rlib/rwin32file.py
- rpython/rlib/test/test_rposix_stat.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5878ed1c01fe7d0a20d8e6f7f5c26d02fce20fc9...be80c6a0e252f6121486a07a19677f1c1d31bc80

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5878ed1c01fe7d0a20d8e6f7f5c26d02fce20fc9...be80c6a0e252f6121486a07a19677f1c1d31bc80
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