[pypy-commit] [Git][pypy/pypy][branch/py3.6] 8 commits: Follow CPython logic better in _unwrap_path() to get the correct return types for os.readlink()

Ronan Lamy foss at heptapod.net
Wed May 6 10:11:01 EDT 2020



Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy


Commits:
ad173932 by Ronan Lamy at 2020-04-30T18:24:50Z
Follow CPython logic better in _unwrap_path() to get the correct return types for os.readlink()

--HG--
branch : py3-posix-fixes

- - - - -
44a3f040 by Ronan Lamy at 2020-05-01T18:13:33Z
Add nullable option to path_or_fd unwrapper

--HG--
branch : py3-posix-fixes

- - - - -
a2a2690d by Ronan Lamy at 2020-05-01T18:20:32Z
Move 2 tests to a better location

--HG--
branch : py3-posix-fixes

- - - - -
4dae2099 by Ronan Lamy at 2020-05-01T18:56:23Z
Fix os.listdir() to return bytes in the same cases as on CPython

--HG--
branch : py3-posix-fixes

- - - - -
6695342a by Ronan Lamy at 2020-05-05T15:40:35Z
Return bytes from os.listdir() when input is bytes-like, not just when it's exactly bytes

--HG--
branch : py3-posix-fixes

- - - - -
5dc51237 by Ronan Lamy at 2020-05-06T14:08:07Z
Document branch

--HG--
branch : py3-posix-fixes

- - - - -
12e7af3f by Ronan Lamy at 2020-05-06T14:08:21Z
Close branch before merging

--HG--
branch : py3-posix-fixes

- - - - -
6203b7f6 by Ronan Lamy at 2020-05-06T14:10:12Z
Merge branch 'py3-posix-fixes'

--HG--
branch : py3.6

- - - - -


5 changed files:

- pypy/doc/whatsnew-pypy3-head.rst
- pypy/module/posix/interp_posix.py
- + pypy/module/posix/test/apptest_posix.py
- pypy/module/posix/test/test_interp_posix.py
- pypy/module/posix/test/test_posix2.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4a02057c8f94ebcca059f258ef1481bfb38131f5...6203b7f66e7b44b006f0e8bb080e12eb3bcebfcb

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4a02057c8f94ebcca059f258ef1481bfb38131f5...6203b7f66e7b44b006f0e8bb080e12eb3bcebfcb
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200506/2a9b998f/attachment.html>


More information about the pypy-commit mailing list