Matti Picus pushed to branch branch/release-pypy3.7-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

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

--HG--
branch : py3.7

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

--HG--
branch : py3.7

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

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

--HG--
branch : py3.7

- - - - -
58af6b3e by Matti Picus at 2021-09-12T09:41:45+03:00
merge py3.7 into release

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

- - - - -


24 changed files:

- + extra_tests/hpy_tests/conftest.py
- lib-python/3/collections/__init__.py
- lib-python/3/email/_parseaddr.py
- lib-python/3/pydoc_data/topics.py
- lib-python/3/test/test_email/test_email.py
- lib-python/3/test/test_httplib.py
- lib-python/3/test/test_socket.py
- lib-python/3/test/test_ssl.py
- lib-python/3/test/test_sys.py
- lib-python/3/test/test_urlparse.py
- + lib-python/3/test/test_warnings/init.py
- lib-python/3/urllib/parse.py
- lib-python/stdlib-upgrade.txt
- lib-python/stdlib-version.txt
- − lib-python/win32-failures.txt
- pypy/doc/whatsnew-head.rst
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/cpyext/listobject.py
- pypy/module/cpyext/stubs.py
- pypy/module/cpyext/test/test_listobject.py
- pypy/module/sys/version.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/23ba46e481dcb8e5cc467cc427b4bf616f0a2a16...58af6b3ef57551c8ab78040d57c3b78250f6d654

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/23ba46e481dcb8e5cc467cc427b4bf616f0a2a16...58af6b3ef57551c8ab78040d57c3b78250f6d654
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