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 - - - - - 8b45dc51 by Matti Picus at 2020-05-05T14:02:12Z backport 9757602c869f - - - - - 78e65fda by Armin Rigo at 2020-05-07T18:16:35Z Another attempt to get rid of 0f8f2a20a7bd, which merged py3.6 into default - - - - - d09e26be by Matti Picus at 2020-05-05T23:30:28Z fix whatsnew and allow comments in ignored branch directive - - - - - 8877cf1b by Matti Picus at 2020-05-05T23:30:43Z fix 7a80d7f37090 - - - - - 96718e07 by Ronan Lamy at 2020-05-06T15:15:50Z Let @pytest.mark.pypy_only work as advertised in extra_tests/ - - - - - 72efbd52 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 - - - - - 4fe84f36 by Armin Rigo at 2020-05-07T18:30:57Z Starting a new head without 0f8f2a20a7bd in its ancestors --HG-- branch : py3.6 - - - - - 214d079e by Ronan Lamy at 2020-05-07T17:43:36Z remove thread from essential_modules --HG-- branch : py3.6 - - - - - e565d3cb by Ronan Lamy at 2020-05-07T18:40:58Z hg merge default --HG-- branch : py3.6 - - - - - 10bde71c by Ronan Lamy at 2020-05-07T18:48:55Z 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/50a05450bfaaf794c57de1c5281375d308c75d8d...10bde71ce964a9986618d2213a9963eb16b9639e -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/50a05450bfaaf794c57de1c5281375d308c75d8d...10bde71ce964a9986618d2213a9963eb16b9639e You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
