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

Ronan Lamy foss at heptapod.net
Thu May 7 12:31:09 EDT 2020



Ronan Lamy pushed to branch branch/py3.7 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

- - - - -
7c3c188d by Carl Friedrich Bolz-Tereick at 2020-04-09T21:30:38Z
make structseqfield.__get__ hidden applevel. otherwise it shows up in various
traces and tracebacks, breaking e.g. test_bdb.py
(grafted from b0441aa4fa0a88bc4eb36eb00ee1d47c3f480a22)

--HG--
branch : py3.6

- - - - -
b89453ad by Bolutife Ogunsola at 2020-04-28T02:26:18Z
Change source links from bitbucket to heptapod schema

--HG--
branch : fix-doc-source-links

- - - - -
84ff762f by Bolutife Ogunsola at 2020-05-01T06:40:41Z
Change source links from bitbucket to heptapod schema

--HG--
branch : fix-doc-source-links

--HG--
branch : bo-fix-source-links

- - - - -
3eff48e1 by Matti Picus at 2020-05-02T17:54:15Z
close branch to be merged

--HG--
branch : bo-fix-source-links

- - - - -
5f65240d by Matti Picus at 2020-05-02T17:54:52Z
merge bo-fix-source-links which fixed doc extlinks

- - - - -
4fe41c84 by Ronan Lamy at 2020-05-04T18:43:12Z
fix translation
(grafted from c51a35366dbcb8ecb0862fd5ce02e35a57e3d074)

--HG--
branch : py3.6

- - - - -
b4783b2f by Matti Picus at 2020-05-05T12:11:15Z
use external heptapod tutorial

- - - - -
e4457a11 by Matti Picus at 2020-05-05T13:57:25Z
Merge branch 'topic/py3.6/use-runpy-in-ensurepip' into 'branch/py3.6'

Invoke pip via runpy, in ensurepip

See merge request pypy/pypy!723

- - - - -
8b45dc51 by Matti Picus at 2020-05-05T14:02:12Z
backport 9757602c869f

- - - - -
5121de97 by Matti Picus at 2020-05-05T14:05:44Z
merge heads, ignoring the bad commit via web gui

- - - - -
0f53f9b6 by Matti Picus at 2020-05-05T23:30:28Z
fix whatsnew and allow comments in ignored branch directive

- - - - -
c79c104e by Matti Picus at 2020-05-05T23:30:43Z
fix 7a80d7f37090

- - - - -
3b20b4bf by Ronan Lamy at 2020-05-06T15:15:50Z
Let @pytest.mark.pypy_only work as advertised in extra_tests/

- - - - -
a86adcc3 by Ronan Lamy at 2020-05-06T15:21:48Z
test cleanup: fix deprecated syntax

- - - - -
7b964fa8 by Ronan Lamy at 2020-05-07T16:00:23Z
merge with 7a80d7f37090 on 'default'

--HG--
branch : py3.6

- - - - -
2f0a5648 by Ronan Lamy at 2020-05-07T16:11:30Z
Dummy merge with bad commit dc01a8045170

--HG--
branch : py3.6

- - - - -
2223d177 by Ronan Lamy at 2020-05-07T16:14:42Z
hg merge default

--HG--
branch : py3.6

- - - - -
dacb2a18 by Ronan Lamy at 2020-05-07T16:27:16Z
hg merge py3.6

--HG--
branch : py3.7

- - - - -


13 changed files:

- Makefile
- + extra_tests/conftest.py
- extra_tests/ctypes_tests/test_extra.py
- pypy/doc/contributing.rst
- − pypy/doc/mercurial_heptapod.rst
- pypy/doc/test/test_whatsnew.py
- pypy/doc/whatsnew-head.rst
- 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
- rpython/doc/conf.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/f982c28fce6081e04efd7d49b1199614f78c2d04...dacb2a18d45501d52b16e18c3c67c9aaf3ed6389

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/f982c28fce6081e04efd7d49b1199614f78c2d04...dacb2a18d45501d52b16e18c3c67c9aaf3ed6389
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/20200507/8d26a156/attachment.html>


More information about the pypy-commit mailing list