From foss at heptapod.net Fri May 1 00:33:14 2020 From: foss at heptapod.net (Bolutife Ogunsola) Date: Fri, 01 May 2020 04:33:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/all/BO-fix-doc-source-links Message-ID: <5eaba68ab33b6_1c02b05364b4810858b9@heptapod-foss.mail> Bolutife Ogunsola pushed new branch topic/all/BO-fix-doc-source-links at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/all/BO-fix-doc-source-links You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 1 01:38:15 2020 From: foss at heptapod.net (Bolutife Ogunsola) Date: Fri, 01 May 2020 05:38:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/bo-fix-source-links/BO-fix-doc-source-links Message-ID: <5eabb5c7269df_1c02b05364b45548607c@heptapod-foss.mail> Bolutife Ogunsola pushed new branch topic/bo-fix-source-links/BO-fix-doc-source-links at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/bo-fix-source-links/BO-fix-doc-source-links You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 1 14:56:41 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 01 May 2020 18:56:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3-posix-fixes] 3 commits: Add nullable option to path_or_fd unwrapper Message-ID: <5eac70e9d8f44_1c02b05364b47349364e@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3-posix-fixes at PyPy / pypy Commits: 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 - - - - - 3 changed files: - pypy/module/posix/interp_posix.py - + pypy/module/posix/test/apptest_posix.py - pypy/module/posix/test/test_interp_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/ad1739327d9aaa88d0d5d9150f124677d0edbf7c...4dae2099808343fb7328475a91462b555cc8011f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/ad1739327d9aaa88d0d5d9150f124677d0edbf7c...4dae2099808343fb7328475a91462b555cc8011f You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 1 15:22:22 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 01 May 2020 19:22:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Socket.recvmsg_into() requires HAVE_SENDMSG Message-ID: <5eac76eeae231_1c02b05364b9e509604d@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 83e04be5 by Ronan Lamy at 2020-05-01T19:22:04Z Socket.recvmsg_into() requires HAVE_SENDMSG --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/_socket/interp_socket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/83e04be5ae13e19f0c033c651d7a2c1f4e19bac2 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/83e04be5ae13e19f0c033c651d7a2c1f4e19bac2 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 2 14:01:28 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 02 May 2020 18:01:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fix-doc-source-links Message-ID: <5eadb578e3f3_1c02b05364b9e50104781@heptapod-foss.mail> Matti Picus pushed new branch branch/fix-doc-source-links at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/fix-doc-source-links You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 2 14:01:35 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 02 May 2020 18:01:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: Change source links from bitbucket to heptapod schema Message-ID: <5eadb57feba7_1c02b05364b42481053a2@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 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 - - - - - 2 changed files: - pypy/doc/whatsnew-head.rst - rpython/doc/conf.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/ddc6341a04247404d49a0df83b961b2200010be0...5f65240d2ec13f18e34145dc75a0b7258686a0c6 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/ddc6341a04247404d49a0df83b961b2200010be0...5f65240d2ec13f18e34145dc75a0b7258686a0c6 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 2 14:01:31 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 02 May 2020 18:01:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/fix-doc-source-links/BO-fix-doc-source-links Message-ID: <5eadb57bf3d83_1c02b05364b48ec104977@heptapod-foss.mail> Matti Picus deleted branch topic/fix-doc-source-links/BO-fix-doc-source-links at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 2 14:01:32 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 02 May 2020 18:01:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/bo-fix-source-links/BO-fix-doc-source-links] Change source links from bitbucket to heptapod schema Message-ID: <5eadb57c52c91_1c02b05364b4734105131@heptapod-foss.mail> Matti Picus pushed to branch topic/bo-fix-source-links/BO-fix-doc-source-links at PyPy / pypy Commits: 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 - - - - - 1 changed file: - rpython/doc/conf.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/84ff762fe1c485579f73c7694d794b1c543efabf -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/84ff762fe1c485579f73c7694d794b1c543efabf You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 4 13:42:17 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 04 May 2020 17:42:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 213 commits: start release branch Message-ID: <5eb053f913901_1c02b05364b4338159042@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 0492e718 by Matti Picus at 2019-03-11T11:18:32Z start release branch --HG-- branch : release-pypy3.6-v7.x - - - - - 66beb350 by Matti Picus at 2019-03-11T12:02:55Z merge py3.6 into release (preserve versioning) --HG-- branch : release-pypy3.6-v7.x - - - - - 0fba417c by Matti Picus at 2019-03-11T17:41:21Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 93213bdf by Matti Picus at 2019-03-14T15:19:40Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - f70881e4 by Matti Picus at 2019-03-15T15:24:43Z fix version to beta --HG-- branch : release-pypy3.6-v7.x - - - - - c75c6ef1 by Matti Picus at 2019-03-21T12:13:06Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 2b93078c by Matti Picus at 2019-03-24T21:44:54Z fix version minor number --HG-- branch : release-pypy3.6-v7.x - - - - - 02f5b6b0 by Matti Picus at 2019-04-11T11:36:33Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 525fbe19 by Matti Picus at 2019-04-11T11:38:05Z update version to 7.1.1 --HG-- branch : release-pypy3.6-v7.x - - - - - 47c9b598 by Matti Picus at 2019-04-14T10:17:25Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 6add9005 by Matti Picus at 2019-09-28T17:42:37Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 00ac3acb by Matti Picus at 2019-09-29T10:04:08Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 52083a2f by Stefano Rivera at 2019-09-30T14:23:14Z This will be the 7.2.0 release --HG-- branch : release-pypy3.6-v7.x - - - - - f57927f7 by Carl Friedrich Bolz-Tereick at 2019-10-01T20:59:28Z corner case in the json decoder: like regular object maps, don't make the json maps arbitrarily huge (grafted from 38ede7e5cb5ad44fdc637b8d5ee5f15849f84dbb) --HG-- branch : release-pypy3.6-v7.x - - - - - 3db78e40 by Armin Rigo at 2019-10-02T13:51:56Z Issue #3084 Fix compilation error when building revdb (grafted from cd96ab5b8d1e4364105cb4a3c21a31b5dc1a5c87) --HG-- branch : release-pypy3.6-v7.x - - - - - 5cd41b94 by Stefano Rivera at 2019-10-04T07:58:46Z Handle ProcessorAutodetectError in _pypyjson.simd (grafted from f3edc9623b51656f56f4a855327e77103050ef9e) --HG-- branch : release-pypy3.6-v7.x - - - - - 1fc31a0a by Ronan Lamy at 2019-10-04T17:02:31Z Add _PyDict_GetItemWithError (part of the public API in py3) (grafted from d663ce56919c62a2bf5e242ee79b8bc3c640662a) --HG-- branch : release-pypy3.6-v7.x - - - - - 5b997d65 by Ronan Lamy at 2019-10-04T17:29:58Z Rename to PyDict_GetItemWithError (no leading underscore) (grafted from 6e344fc026c3997723683b2ae7ed953fdf84c387) --HG-- branch : release-pypy3.6-v7.x - - - - - d4d74aa7 by Matti Picus at 2019-11-26T16:51:55Z merge py3.6 into release-pypy3 --HG-- branch : release-pypy3.6-v7.x - - - - - 1ede0226 by Matti Picus at 2019-12-08T07:01:33Z merge py3.6 into release branch --HG-- branch : release-pypy3.6-v7.x - - - - - e9b1adc9 by Matti Picus at 2019-12-08T07:15:35Z fix bad merge --HG-- branch : release-pypy3.6-v7.x - - - - - c8bce761 by Matti Picus at 2019-12-08T14:34:31Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - df02d570 by Matti Picus at 2019-12-10T16:46:11Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 39dd311d by Matti Picus at 2019-12-15T10:10:46Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 3da8c2c9 by Matti Picus at 2019-12-16T05:52:43Z merge py3.6 into branch --HG-- branch : release-pypy3.6-v7.x - - - - - 4325958b by Matti Picus at 2019-12-19T11:56:57Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 18f9da1b by Matti Picus at 2019-12-23T10:46:56Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 6a0bdc4d by Matti Picus at 2020-03-24T19:00:08Z merge py3.6 into release, update version to 7.3.1 --HG-- branch : release-pypy3.6-v7.x - - - - - 773dcabd by Matti Picus at 2020-03-25T19:10:23Z add new whatsnew-head.rst --HG-- branch : release-pypy3.6-v7.x - - - - - 43e8bc49 by Matti Picus at 2020-03-27T13:16:19Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - a9b54438 by Matti Picus at 2020-03-28T18:22:02Z do not create multi-level compile cruft when building _blake2 --HG-- branch : py3.6 - - - - - 2fe06fc3 by Matti Picus at 2020-03-28T18:27:24Z merge default into py3.6 --HG-- branch : py3.6 - - - - - db4820e1 by Matti Picus at 2020-03-28T18:43:39Z Merge with py3.6 --HG-- branch : release-pypy3.6-v7.x - - - - - 617f7354 by Matti Picus at 2020-03-28T20:30:49Z merge default --HG-- branch : py3.6 - - - - - 639122c3 by Matti Picus at 2020-03-28T20:31:08Z merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - cfce2c33 by Matti Picus at 2020-03-29T08:36:00Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 41a67859 by Matti Picus at 2020-03-29T08:48:23Z merge py3.6 into release --HG-- branch : py3.6 - - - - - 561221fa by Matti Picus at 2020-03-29T08:58:31Z revert backwards merge from release into this branch --HG-- branch : py3.6 - - - - - e61019fd by Matti Picus at 2020-03-30T21:03:41Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 423a859e by Matti Picus at 2020-03-31T05:18:41Z merge default --HG-- branch : py3.6 - - - - - f959ed06 by Matti Picus at 2020-03-31T19:21:08Z merge default --HG-- branch : py3.6 - - - - - 035544a9 by Matti Picus at 2020-04-01T03:24:54Z merge from default, fix import names --HG-- branch : py3.6 - - - - - c43d2dcd by Matti Picus at 2020-04-01T03:28:00Z remove debug cruft --HG-- branch : py3.6 - - - - - a3d4679d by Matti Picus at 2020-04-01T04:37:34Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 4ba85b3b by Carl Friedrich Bolz-Tereick at 2020-04-01T11:00:27Z merge default --HG-- branch : py3.6 - - - - - 56231ce6 by Matti Picus at 2020-04-01T12:15:45Z merge default --HG-- branch : py3.6 - - - - - 9dd405e7 by Carl Friedrich Bolz-Tereick at 2020-04-01T13:27:05Z do the same for a few py3-specific function attributes --HG-- branch : py3.6 - - - - - 2e2e636b by Matti Picus at 2020-04-01T17:43:43Z merge default --HG-- branch : py3.6 - - - - - 8448592f by Matti Picus at 2020-04-02T11:24:56Z merge default --HG-- branch : py3.6 - - - - - cbd6b70d by Matti Picus at 2020-04-02T14:48:47Z Merge with default --HG-- branch : py3.6 - - - - - e4068f9f by Matti Picus at 2020-04-02T15:39:12Z merge default --HG-- branch : py3.6 - - - - - 56c9d626 by Matti Picus at 2020-04-05T10:50:15Z merge default --HG-- branch : py3.6 - - - - - 8ebf9938 by Matti Picus at 2020-04-05T18:38:26Z merge default --HG-- branch : py3.6 - - - - - b66f1c76 by Matti Picus at 2020-04-07T02:41:29Z merge default --HG-- branch : py3.6 - - - - - 0c071b0a by Matti Picus at 2020-04-07T20:18:53Z merge default --HG-- branch : py3.6 - - - - - 56d8e6b0 by Matti Picus at 2020-04-10T12:31:17Z test, fix tm_gmtoff and tm_zone on win32 to be like CPython --HG-- branch : py3.6 - - - - - fc40f10f by Matti Picus at 2020-04-11T20:26:58Z fix test --HG-- branch : py3.6 - - - - - c812613b by Carl Friedrich Bolz-Tereick at 2020-04-11T21:57:09Z merge default --HG-- branch : py3.6 - - - - - 5e7a51dd by Carl Friedrich Bolz-Tereick at 2020-04-11T21:57:45Z merge heads --HG-- branch : py3.6 - - - - - 05544369 by Matti Picus at 2020-04-12T06:37:55Z test, fix sock.type difference between python2 and python3 --HG-- branch : py3.6 - - - - - 3d9e9a17 by Matti Picus at 2020-04-13T14:50:52Z unskip some stdlib tests, start to fix for issue 3209 --HG-- branch : py3.6 - - - - - fbbe0671 by Carl Friedrich Bolz-Tereick at 2020-03-22T16:23:16Z fix opening of Connection with isolation_level=None in the constructor (grafted from 9c27af1d34e9) --HG-- branch : py3.6 - - - - - 150ff74b by Ronan Lamy at 2020-03-27T20:10:43Z Test cleanup - - - - - 6e27fc9f by Matti Picus at 2020-03-28T07:59:09Z try to fix build of curses on macos - - - - - 860ee54c by Matti Picus at 2020-03-28T20:30:19Z missing import, fix force-builds script - - - - - 08402478 by Matti Picus at 2020-03-29T06:47:10Z check ferror in PyRun_File - - - - - f80c785b by Matti Picus at 2020-03-29T08:31:20Z fix tests: skip close and use low-level calls - - - - - ee31085a by Matti Picus at 2020-03-29T08:34:58Z properly restart py3.6 whatsnew - - - - - 6abcc03b by Richard Plangger at 2020-03-29T17:52:53Z first zarch version of rgil-track-thread - - - - - b3425284 by Richard Plangger at 2020-03-29T18:08:18Z typo - - - - - ba941fdb by Armin Rigo at 2020-03-29T19:33:45Z Windows test fix - - - - - 667d82ea by Matti Picus at 2020-03-30T20:55:23Z improve cffi build script, _curses_build.py - - - - - 839a6f96 by Matti Picus at 2020-03-31T05:18:00Z typo - - - - - c08678b5 by Armin Rigo at 2020-03-31T13:38:56Z fix for test_short_result_of_call_compiled on ppc: clamp the result values of calls to the expected range - - - - - 9fef2876 by Matti Picus at 2020-03-31T19:20:19Z fix failing tests - - - - - 6552010b by Matti Picus at 2020-04-01T03:21:49Z fix import names - - - - - d88ed39a by Matti Picus at 2020-04-01T03:53:01Z delete semaphore after use - - - - - 87029bec by Matti Picus at 2020-04-01T04:15:18Z debug_start/debug_stop uses time.clock, use that in test as well - - - - - d76fdd7a by Matti Picus at 2020-04-01T04:16:10Z backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests) - - - - - eda04e61 by Armin Rigo at 2020-04-01T08:11:43Z probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T08:22:13Z merge heads - - - - - 6ec1d030 by Armin Rigo at 2020-04-01T08:43:48Z Rewrite gc_load_indexed with a constant index into a plain gc_load - - - - - 383af038 by Carl Friedrich Bolz-Tereick at 2020-04-01T10:49:31Z make other attributes of builtin functions unwriteable/undeletable as well - - - - - d8cf2205 by Matti Picus at 2020-04-01T06:33:20Z only test errno after translation - - - - - a5ad6648 by Matti Picus at 2020-04-01T09:33:33Z revert attempts to get test__jitlog.py to run on win32 untranslated, skip instead - - - - - ab635bdb by Matti Picus at 2020-04-01T12:57:13Z update release note for latest fixes - - - - - 2dce29f0 by Matti Picus at 2020-04-01T16:00:13Z fix for 4449624affea and friends (cfbolz) - - - - - a8430582 by Richard Plangger at 2020-04-01T20:44:31Z the thread local id was not stored in call_release_gil_... - - - - - 4d55ae13 by Richard Plangger at 2020-04-01T20:45:57Z add a comment - - - - - e20f2de5 by Matti Picus at 2020-04-02T07:23:24Z tk -> _tkinter - - - - - 8c40f46d by Matti Picus at 2020-04-02T14:48:00Z backport e7ded1fa63e7 - - - - - 527653c3 by Matti Picus at 2020-04-02T15:36:04Z download of ssl moved - - - - - 828add22 by Matti Picus at 2020-04-02T16:19:14Z add "minimal" option to force-builds, no need to run own, rpython if only packaging changes - - - - - d1965f04 by Matti Picus at 2020-04-03T05:34:56Z Added tag release-pypy3.6-v7.3.1.rc1 for changeset b37547dfc1de - - - - - 538e4fc9 by Matti Picus at 2020-04-03T05:35:15Z Removed tag release-pypy3.6-v7.3.1.rc1 - - - - - 4051752a by Matti Picus at 2020-04-03T05:36:02Z Added tag release-pypy2.7-v7.3.1rc1 for changeset b37547dfc1de - - - - - 1c5d8e65 by Matti Picus at 2020-04-03T05:36:24Z Added tag release-pypy3.6-v7.3.1rc1 for changeset e386dfc238d9 - - - - - 0b03eb08 by Matti Picus at 2020-04-03T08:47:33Z refactor repackage script into functions, allows "source repackage.sh" - - - - - 10b37db0 by Matti Picus at 2020-04-03T09:04:16Z fix release note heading - - - - - c43eb354 by Matti Picus at 2020-04-03T11:31:44Z Added tag release-pypy3.6-v7.3.1rc2 for changeset f2b3511c7abe - - - - - 2b326f17 by Richard Plangger at 2020-04-03T12:46:02Z use the correct register, r14 does NOT contain zero. jump forward - - - - - f60f2d34 by Richard Plangger at 2020-04-03T12:48:47Z merge default - - - - - 0637ae72 by Richard Plangger at 2020-04-03T19:23:13Z should not be the threadlocal_addr, it should be the thread id. load it directly - - - - - 700f426c by Stefano Rivera at 2020-04-03T19:28:18Z typo - - - - - 5ae1bcb2 by Carl Friedrich Bolz-Tereick at 2020-04-04T13:28:44Z use more "official" methods on the W_UnicodeObject to do conversion --HG-- branch : optimize-sre-unicode - - - - - e78e6b4e by Carl Friedrich Bolz-Tereick at 2020-04-04T13:38:35Z reuse the string we already have, no need to re-wrap it --HG-- branch : optimize-sre-unicode - - - - - 77b7bc5f by Carl Friedrich Bolz-Tereick at 2020-04-04T13:59:01Z add an ascii optimization: for ascii unicode strings, use the much faster regular byte matching engine --HG-- branch : optimize-sre-unicode - - - - - 009bd570 by Carl Friedrich Bolz-Tereick at 2020-04-04T14:36:04Z use an ascii-fastpath for getlower and getupper --HG-- branch : optimize-sre-unicode - - - - - 3743aefe by Carl Friedrich Bolz-Tereick at 2020-04-04T19:23:43Z write getlower/upper_ascii in a branch-free way to get less bridges (note that the multiplication * (ord('a') - ord('A')) actually turns into a shift by 5, since that is 32) --HG-- branch : optimize-sre-unicode - - - - - 7d8b39af by Carl Friedrich Bolz-Tereick at 2020-04-04T19:29:02Z test for f0dd6cd6eec2 --HG-- branch : optimize-sre-unicode - - - - - 2a4306a4 by Matti Picus at 2020-04-04T20:48:43Z set MACOSX_DEPLOYMENT_TARGET before building openssl - - - - - c83c263f by Carl Friedrich Bolz-Tereick at 2020-04-05T06:56:53Z test and fix: grouprefs which contained unicode were broken - - - - - 775c77a8 by Matti Picus at 2020-04-05T10:49:36Z update openssl to 1.1.1f, build on aarch64 as well - - - - - f07956ea by Carl Friedrich Bolz-Tereick at 2020-04-05T11:19:44Z merge default --HG-- branch : optimize-sre-unicode - - - - - 4e2d67a5 by Carl Friedrich Bolz-Tereick at 2020-04-05T14:38:01Z move the flags from the contexts to the CompiledPatterns --HG-- branch : optimize-sre-unicode - - - - - c209237d by Carl Friedrich Bolz-Tereick at 2020-04-05T14:38:58Z oops, this is no longer needed --HG-- branch : optimize-sre-unicode - - - - - 3f071e2e by Matti Picus at 2020-04-05T15:11:49Z update get_externals for heptapod - - - - - ea1416e2 by Matti Picus at 2020-04-05T15:26:41Z fix test - - - - - 1aa088bc by Matti Picus at 2020-04-05T16:14:14Z skip test that segfaults on windows - - - - - 229c5ec9 by Richard Plangger at 2020-04-05T21:39:06Z load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T22:05:09Z do not generate align checks in micronumpy tests for s390x - - - - - d590daf5 by Matti Picus at 2020-04-06T06:50:56Z use env for testing c-extension import to get PATH - - - - - 63f8e6de by Matti Picus at 2020-04-06T08:17:45Z detect machine better (fixes 6d7f4d0ec21b for aarch64) - - - - - e7b157b1 by Matti Picus at 2020-04-06T16:45:29Z uname is a tuple on python2 - - - - - 7ab0e37a by Matti Picus at 2020-04-07T05:20:19Z Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c - - - - - 3521c9ae by Matti Picus at 2020-04-07T05:20:41Z Added tag release-pypy3.6-v7.3.1rc3 for changeset 2ad108f17bdb - - - - - 0d69826d by Matti Picus at 2020-04-07T20:16:25Z attempt at more compatibility with sysconfig.get_config_vars('VERSION') - - - - - 1c2a9489 by Matti Picus at 2020-04-07T20:28:10Z update release note for latest changes - - - - - 8417cb73 by Matti Picus at 2020-04-08T04:49:15Z back 18d48fe34950, the problem is distutils.sysconfig not sysconfig - - - - - a995c2d6 by Matti Picus at 2020-04-08T04:54:08Z add some distutils.sysconfig variables for compatibility on win32 - - - - - eb51c742 by Matti Picus at 2020-04-10T11:12:29Z prove that PyObject_SetAttrString works with __getitem__ (working on pybind11 issues) - - - - - 49ea27e4 by Matti Picus at 2020-04-10T12:38:12Z Added tag release-pypy3.6-v7.3.1 for changeset 2ad108f17bdb - - - - - c8377db7 by Matti Picus at 2020-04-10T12:38:36Z Added tag release-pypy2.7-v7.3.1 for changeset d0d41085a83c - - - - - 3bf5aece by Matti Picus at 2020-04-10T12:49:41Z update script for release - - - - - 024cbd9a by Matti Picus at 2020-04-10T13:05:15Z fix number of new contributors - - - - - 2e80750f by Carl Friedrich Bolz-Tereick at 2020-04-10T13:41:44Z merge default --HG-- branch : optimize-sre-unicode - - - - - d21a77f6 by Carl Friedrich Bolz-Tereick at 2020-04-10T13:43:16Z document branch --HG-- branch : optimize-sre-unicode - - - - - c5bf86cd by Carl Friedrich Bolz-Tereick at 2020-04-10T13:44:58Z merge optimize-sre-unicode: speed up the performance of matching unicode strings in the sre engine: - there is a fast path for the case where the whole string is ASCII - case-insensitive matching of ASCII characters is much faster both for unicode and bytes matching - - - - - 4d0d43d4 by Carl Friedrich Bolz-Tereick at 2020-04-10T13:46:44Z move the rsre constants into their own file (this is in preparation for eventually supporting 3.7's sre engine) - - - - - f6bfd180 by Ronan Lamy at 2020-04-27T15:27:55Z A branch to implement socket.recvmsg_into() --HG-- branch : py3-recvmsg_into - - - - - 23572956 by Ronan Lamy at 2020-04-10T17:16:11Z Code cleanup: remove redundant kwargs --HG-- branch : py3-recvmsg_into - - - - - a407ebc2 by Ronan Lamy at 2020-04-24T19:18:06Z A branch to refactor rsocket a bit, and implement RSocket.recvmsg_into() (for pypy3) --HG-- branch : rpython-recvmsg_into - - - - - db4f2d9a by Ronan Lamy at 2020-04-10T17:16:11Z Code cleanup: remove redundant kwargs --HG-- branch : rpython-recvmsg_into - - - - - acb85a41 by Carl Friedrich Bolz-Tereick at 2020-04-10T18:32:33Z a few more explicit utf-8 based unicode tests - - - - - 3f0ae20a by Ronan Lamy at 2020-04-10T19:25:03Z rm unused parameter length_of_messages in recvmsg_implementation() --HG-- branch : py3-recvmsg_into - - - - - d2852860 by Ronan Lamy at 2020-04-10T19:25:03Z rm unused parameter length_of_messages in recvmsg_implementation() --HG-- branch : rpython-recvmsg_into - - - - - 8b11ef05 by Armin Rigo at 2020-04-11T19:41:26Z Fix comments - - - - - 5113a5ca by Matti Picus at 2020-04-11T20:17:59Z close merged branch --HG-- branch : optimize-sre-unicode - - - - - 3acee23f by Matti Picus at 2020-04-11T20:18:12Z remerge closed branch - - - - - bd5eadda by Matti Picus at 2020-04-11T20:26:21Z fix test - - - - - 569255f0 by Ronan Lamy at 2020-04-13T17:52:38Z Simplify recv_implementation(): no_of_messages is just an input parameter --HG-- branch : py3-recvmsg_into - - - - - 05bfe279 by Ronan Lamy at 2020-04-13T17:52:38Z Simplify recv_implementation(): no_of_messages is just an input parameter --HG-- branch : rpython-recvmsg_into - - - - - 675c23eb by Ronan Lamy at 2020-04-13T18:25:50Z Replace message_size with an array of message_lengths --HG-- branch : py3-recvmsg_into - - - - - 66d08ac2 by Ronan Lamy at 2020-04-13T18:25:50Z Replace message_size with an array of message_lengths --HG-- branch : rpython-recvmsg_into - - - - - ae8dd75a by Ronan Lamy at 2020-04-13T19:07:19Z Kill retinfo->messages and avoid unnecessary internal copies --HG-- branch : py3-recvmsg_into - - - - - 689f2e8b by Ronan Lamy at 2020-04-13T19:07:19Z Kill retinfo->messages and avoid unnecessary internal copies --HG-- branch : rpython-recvmsg_into - - - - - 0c1db4d7 by Ronan Lamy at 2020-04-13T19:20:24Z Kill unused retinfo->length_of_messages --HG-- branch : py3-recvmsg_into - - - - - 55af9e2a by Ronan Lamy at 2020-04-13T19:20:24Z Kill unused retinfo->length_of_messages --HG-- branch : rpython-recvmsg_into - - - - - cb2dd4e8 by Ronan Lamy at 2020-04-13T20:03:29Z Actually allow multiple messages in recvmsg_implementation() --HG-- branch : py3-recvmsg_into - - - - - 893d188a by Ronan Lamy at 2020-04-13T20:03:29Z Actually allow multiple messages in recvmsg_implementation() --HG-- branch : rpython-recvmsg_into - - - - - cdb50b67 by Armin Rigo at 2020-04-14T17:42:21Z update old stuff in the FAQ - - - - - 562d29d7 by Ronan Lamy at 2020-04-15T19:29:25Z Modernise pytest usage in test_rsocket.py --HG-- branch : py3-recvmsg_into - - - - - 513f0a91 by Ronan Lamy at 2020-04-15T19:29:25Z Modernise pytest usage in test_rsocket.py --HG-- branch : rpython-recvmsg_into - - - - - 7090125f by Armin Rigo at 2020-04-16T20:53:32Z update to cffi/4a4a9e8abe97 - - - - - 48eeb2fc by Matti Picus at 2020-04-17T07:29:22Z add jobs control, from issue 3187 - - - - - b031b36d by Matti Picus at 2020-04-17T07:33:24Z merge default --HG-- branch : py3.6 - - - - - f7783191 by Armin Rigo at 2020-04-17T07:47:34Z Issue 3178: encode unicodes even in (built-in) files opened in binary mode - - - - - ada65f78 by Armin Rigo at 2020-04-17T17:14:19Z Add a skipped test, which probably also fails on CPython on systems without wcsftime() --HG-- branch : py3.6 - - - - - 6c31bf48 by Armin Rigo at 2020-04-17T17:41:40Z Windows: fix time.tzname --HG-- branch : py3.6 - - - - - ffda618b by Ronan Lamy at 2020-04-17T18:53:39Z Test all variants of recv() simultaneously --HG-- branch : py3-recvmsg_into - - - - - 24d8c274 by Ronan Lamy at 2020-04-17T18:53:39Z Test all variants of recv() simultaneously --HG-- branch : rpython-recvmsg_into - - - - - 3041d93d by Ronan Lamy at 2020-04-17T22:14:33Z Simplify rpython recvinto() and deal with non-raw buffers in interp_socket.py The 'rwbuffer' argument must now have a valid .get_raw_address(). --HG-- branch : py3-recvmsg_into - - - - - ec767bbb by Ronan Lamy at 2020-04-17T22:14:33Z Simplify rpython recvinto() and deal with non-raw buffers in interp_socket.py The 'rwbuffer' argument must now have a valid .get_raw_address(). --HG-- branch : rpython-recvmsg_into - - - - - 07aa2114 by Ronan Lamy at 2020-04-18T19:28:23Z Modernize exec syntax in rpython/ - - - - - 4999ce68 by Matti Picus at 2020-04-19T17:42:56Z Merge branch 'topic/default/issue3178' into 'branch/default' Issue 3178: encode unicodes even in (built-in) files opened in binary mode See merge request pypy/pypy!717 - - - - - f737bb69 by Armin Rigo at 2020-04-20T06:56:13Z hg merge default --HG-- branch : py3.6 - - - - - d076f6a6 by Ronan Lamy at 2020-04-20T18:52:31Z Simplify RSocket.recvfrom_into() as well --HG-- branch : py3-recvmsg_into - - - - - 4af9aedf by Ronan Lamy at 2020-04-20T18:52:31Z Simplify RSocket.recvfrom_into() as well --HG-- branch : rpython-recvmsg_into - - - - - 4b1a3ce7 by Ronan Lamy at 2020-04-20T20:05:19Z Move LLBuffer to rlib, so it can be used outside _cffi_backend --HG-- branch : py3-recvmsg_into - - - - - cdaf7d4d by Ronan Lamy at 2020-04-20T20:05:19Z Move LLBuffer to rlib, so it can be used outside _cffi_backend --HG-- branch : rpython-recvmsg_into - - - - - 770c6d7b by Ronan Lamy at 2020-04-20T20:28:37Z Add some tests for LLBuffer --HG-- branch : py3-recvmsg_into - - - - - c1fe82eb by Ronan Lamy at 2020-04-20T20:28:37Z Add some tests for LLBuffer --HG-- branch : rpython-recvmsg_into - - - - - 1b8f83b3 by Ronan Lamy at 2020-04-22T15:02:08Z Use py3-style names for function attributes Changes done via 'python-modernize -wnf lib2to3.fixes.fix_funcattrs rpython/' - - - - - 77cd6f37 by Ronan Lamy at 2020-04-22T16:05:02Z Avoid obsolete syntax for raise - - - - - c1dc93fe by Ronan Lamy at 2020-04-22T16:06:05Z Regenerate unicodedb and fix CJK range for 8.0 - - - - - 1b13bbe0 by Ronan Lamy at 2020-04-23T18:03:28Z Reimplement RSocket.recv() and .recvfrom() using their _into variants --HG-- branch : py3-recvmsg_into - - - - - 5ae486f7 by Ronan Lamy at 2020-04-23T18:03:28Z Reimplement RSocket.recv() and .recvfrom() using their _into variants --HG-- branch : rpython-recvmsg_into - - - - - 2e3b64f5 by Ronan Lamy at 2020-04-23T18:32:16Z Create RSocket.recvmsg_into() and call it from .recvmsg() --HG-- branch : py3-recvmsg_into - - - - - eedf6b9b by Ronan Lamy at 2020-04-23T18:32:16Z Create RSocket.recvmsg_into() and call it from .recvmsg() --HG-- branch : rpython-recvmsg_into - - - - - fe1ba66c by Armin Rigo at 2020-04-24T13:28:09Z Add a warning (a mistake was made on py3.6, but the warning applies here too) - - - - - f4ca03a5 by Armin Rigo at 2020-04-24T13:29:21Z hg merge default --HG-- branch : py3.6 - - - - - 975a3529 by Armin Rigo at 2020-04-24T13:31:03Z cffi issue #449 The embedding mode of PyPy fails in PyPy3 7.3.1, with an ImportError for 'os', on any system other than the one which built the pypy :-( --HG-- branch : py3.6 - - - - - 404d06d5 by Ronan Lamy at 2020-04-24T18:47:21Z Fix RSocket.recvmsg_into() to actually handle multiple buffers --HG-- branch : py3-recvmsg_into - - - - - cb119898 by Ronan Lamy at 2020-04-24T18:47:21Z Fix RSocket.recvmsg_into() to actually handle multiple buffers --HG-- branch : rpython-recvmsg_into - - - - - b546e376 by Ronan Lamy at 2020-04-24T18:48:02Z Implement socket.recvmsg_into() --HG-- branch : py3-recvmsg_into - - - - - 13b45144 by Ronan Lamy at 2020-04-24T19:12:08Z Merge branch 'topic/default/modernize' into 'branch/default' Modernise syntax See merge request pypy/pypy!718 - - - - - d7b55a35 by Matti Picus at 2020-04-27T05:58:56Z use space.getitem, fixes pybind11 (https://github.com/pybind/pybind11/pull/2146) - - - - - e522f084 by Matti Picus at 2020-04-27T06:00:00Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 980dbfd2 by Ronan Lamy at 2020-04-27T17:14:32Z We don't care about compatibility with CPython 2.4 any more - - - - - fc1cdb5f by Matti Picus at 2020-04-28T06:52:15Z give preference to as_sequence.c_sq_item over space.getitem, fixes failing test - - - - - 3706eeac by Ronan Lamy at 2020-04-28T15:53:58Z Test cleanup - - - - - 66f2b6de by Ronan Lamy at 2020-04-28T16:07:36Z hg merge default --HG-- branch : py3.6 - - - - - 2ba0c129 by Ronan Lamy at 2020-04-28T16:11:35Z document branch --HG-- branch : rpython-recvmsg_into - - - - - b6d11ecf by Ronan Lamy at 2020-04-28T16:12:10Z Close branch before merging --HG-- branch : rpython-recvmsg_into - - - - - ddc6341a by Ronan Lamy at 2020-04-28T16:13:01Z Merge branch rpython-recvmsg_into - - - - - b49c2ff3 by Ronan Lamy at 2020-04-28T16:14:19Z document branch --HG-- branch : py3-recvmsg_into - - - - - aca48719 by Ronan Lamy at 2020-04-28T16:14:23Z Close branch before merging --HG-- branch : py3-recvmsg_into - - - - - e29fc0c3 by Ronan Lamy at 2020-04-28T16:15:31Z Merge branch py3-recvmsg_into --HG-- branch : py3.6 - - - - - b1ad3712 by Ronan Lamy at 2020-04-28T16:18:34Z hg merge default --HG-- branch : py3.6 - - - - - 2e7b2c93 by Ronan Lamy at 2020-04-28T17:49:36Z Test cleanup --HG-- branch : py3.6 - - - - - f44d19d6 by Ronan Lamy at 2020-04-28T18:12:14Z Fix test --HG-- branch : py3.6 - - - - - 83e04be5 by Ronan Lamy at 2020-05-01T19:22:04Z Socket.recvmsg_into() requires HAVE_SENDMSG --HG-- branch : py3.6 - - - - - 1a1a2526 by Ronan Lamy at 2020-05-04T16:59:31Z hg merge py3.6 --HG-- branch : py3.7 - - - - - 30 changed files: - .hgtags - Makefile - extra_tests/cffi_tests/cffi0/backend_tests.py - extra_tests/ctypes_tests/test_structures.py - extra_tests/test_semlock.py - get_externals.py - lib-python/3/ctypes/test/test_pep3118.py - lib_pypy/_blake2/_blake2_build.py - lib_pypy/_ctypes/array.py - lib_pypy/_curses_build.py - lib_pypy/_hashlib/__init__.py - lib_pypy/_sysconfigdata.py - lib_pypy/cffi/_embedding.h - lib_pypy/tools/build_cffi_imports.py - pypy/doc/faq.rst - pypy/doc/release-v7.3.1.rst - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/goal/targetpypystandalone.py - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/module/__pypy__/test/test_debug.py - pypy/module/_cffi_backend/cbuffer.py - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py - pypy/module/_sre/test/test_sre_buf.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/998122fc7dffffcc63917409e13ba0d1ef38f90b...1a1a2526811900a9d1a5bc9c1d9bf1ae25740cc4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/998122fc7dffffcc63917409e13ba0d1ef38f90b...1a1a2526811900a9d1a5bc9c1d9bf1ae25740cc4 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 4 14:43:29 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 04 May 2020 18:43:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix translation Message-ID: <5eb06251ab132_1c02b05364b446416027e@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: e07ad61c by Ronan Lamy at 2020-05-04T18:43:12Z fix translation --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/config/pypyoption.py - pypy/interpreter/baseobjspace.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e07ad61c95321c3c5c0456e98f90ef83862c46d4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e07ad61c95321c3c5c0456e98f90ef83862c46d4 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 05:50:16 2020 From: foss at heptapod.net (=?UTF-8?B?TWlybyBIcm9uxI1vaw==?=) Date: Tue, 05 May 2020 09:50:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/fix_hg_docs_cd Message-ID: <5eb136d8c2e06_1c02b053aeb69a4180220@heptapod-foss.mail> Miro Hron?ok pushed new branch topic/default/fix_hg_docs_cd at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/default/fix_hg_docs_cd You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 08:11:31 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 05 May 2020 12:11:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] use external heptapod tutorial Message-ID: <5eb157f315c6e_1c02b053828ec3c185798@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b4783b2f by Matti Picus at 2020-05-05T12:11:15Z use external heptapod tutorial - - - - - 3 changed files: - Makefile - pypy/doc/contributing.rst - ? pypy/doc/mercurial_heptapod.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/b4783b2f99bf8fc4b1c7f6396ca6582a9e1bb34f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/b4783b2f99bf8fc4b1c7f6396ca6582a9e1bb34f You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 08:28:14 2020 From: foss at heptapod.net (=?UTF-8?B?VG9tw6HFoSBIcm7EjWlhcg==?=) Date: Tue, 05 May 2020 12:28:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/use-runpy-in-ensurepip Message-ID: <5eb15bde18351_1c02b05382663e0185993@heptapod-foss.mail> Tom?? Hrn?iar pushed new branch topic/py3.6/use-runpy-in-ensurepip at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/py3.6/use-runpy-in-ensurepip You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 09:57:46 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 05 May 2020 13:57:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/use-runpy-in-ensurepip Message-ID: <5eb170da1323e_1c02b05381de4a41917a7@heptapod-foss.mail> Matti Picus deleted branch topic/py3.6/use-runpy-in-ensurepip at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 10:07:58 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 05 May 2020 14:07:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: backport 9757602c869f Message-ID: <5eb1733e70ca4_1c02b0538a01640192081@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 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 - - - - - 30 changed files: - .hgignore - LICENSE - TODO - extra_tests/cffi_tests/test_version.py - extra_tests/ctypes_tests/test_buffers.py - extra_tests/ctypes_tests/test_callbacks.py - extra_tests/ctypes_tests/test_extra.py - extra_tests/ctypes_tests/test_functions.py - extra_tests/ctypes_tests/test_loading.py - extra_tests/ctypes_tests/test_parameters.py - extra_tests/ctypes_tests/test_pointers.py - extra_tests/ctypes_tests/test_structures.py - ? extra_tests/support.py - ? extra_tests/test_asyncio.py - ? extra_tests/test_bufferedreader.py - + extra_tests/test_cPickle.py - + extra_tests/test_cStringIO.py - extra_tests/test_code.py - ? extra_tests/test_complexobject.py - extra_tests/test_datetime.py - extra_tests/test_dbm.py - ? extra_tests/test_decimal.py - extra_tests/test_functools.py - extra_tests/test_grp.py - ? extra_tests/test_import.py - extra_tests/test_itertools.py - extra_tests/test_json.py - ? extra_tests/test_posix.py - extra_tests/test_pyrepl/infrastructure.py - extra_tests/test_pyrepl/test_readline.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e4457a11044a3d887d082ae01e597e976690704e...5121de97080196b0bb35aeba739d10be55221f30 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e4457a11044a3d887d082ae01e597e976690704e...5121de97080196b0bb35aeba739d10be55221f30 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 11:12:58 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 05 May 2020 15:12:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] remove files incorrectly added by 25233b7eed8d Message-ID: <5eb1827a92ec4_1c02b05382663e01934c4@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: bd1938d6 by Ronan Lamy at 2020-05-05T15:11:34Z remove files incorrectly added by 25233b7eed8d --HG-- branch : py3.7 - - - - - 7 changed files: - ? lib-python/3/asyncio/compat.py - ? lib-python/3/asyncio/test_utils.py - ? lib-python/3/idlelib/_pyclbr.py - ? lib-python/3/macurl2path.py - ? lib-python/3/test/bisect.py - ? lib-python/3/test/pystone.py - ? lib-python/3/test/test_macurl2path.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bd1938d6e3d75f7a17d8f8346245d6986b43a54e -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bd1938d6e3d75f7a17d8f8346245d6986b43a54e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 11:13:57 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 05 May 2020 15:13:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: Invoke pip via runpy, in ensurepip Message-ID: <5eb182b59abdf_1c02b053828ec3c1936b0@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 4a02057c by Tomas Hrnciar at 2020-05-05T12:27:38Z Invoke pip via runpy, in ensurepip This way, any changes to the internal pip API won't mean ensurepip needs to be changed as well. Also, distributors can update their pip wheels independent on CPython release schedule. https://github.com/python/cpython/commit/88f82b2b9ea3514359cb6e3218121f75334063ac --HG-- branch : py3.6 - - - - - f982c28f by Ronan Lamy at 2020-05-05T15:13:41Z hg merge py3.6 --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/ensurepip/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/bd1938d6e3d75f7a17d8f8346245d6986b43a54e...f982c28fce6081e04efd7d49b1199614f78c2d04 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/bd1938d6e3d75f7a17d8f8346245d6986b43a54e...f982c28fce6081e04efd7d49b1199614f78c2d04 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 11:40:52 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 05 May 2020 15:40:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3-posix-fixes] Return bytes from os.listdir() when input is bytes-like, not just when it's exactly bytes Message-ID: <5eb18904b927d_1c02b053aeb69a41943e7@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3-posix-fixes at PyPy / pypy Commits: 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 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6695342acd6868ab4d2d35b3acd7b780fb8e9431 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6695342acd6868ab4d2d35b3acd7b780fb8e9431 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 5 19:31:09 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 05 May 2020 23:31:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix whatsnew and allow comments in ignored branch directive Message-ID: <5eb1f73d860da_1c02b053824ad0c1960b4@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 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 - - - - - 3 changed files: - lib-python/2.7/ensurepip/__init__.py - pypy/doc/test/test_whatsnew.py - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/5121de97080196b0bb35aeba739d10be55221f30...c79c104ea8226e2f89b5d1d48890dd872575b32d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/5121de97080196b0bb35aeba739d10be55221f30...c79c104ea8226e2f89b5d1d48890dd872575b32d You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 6 10:10:59 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 06 May 2020 14:10:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3-posix-fixes Message-ID: <5eb2c573e678d_1c02b053b325da020805@heptapod-foss.mail> Ronan Lamy deleted branch branch/py3-posix-fixes at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 6 10:11:01 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 06 May 2020 14:11:01 +0000 Subject: [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() Message-ID: <5eb2c57591e8_1c02b0538244c40208271@heptapod-foss.mail> 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: From foss at heptapod.net Wed May 6 10:40:43 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 06 May 2020 14:40:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: make structseqfield.__get__ hidden applevel. otherwise it shows up in various Message-ID: <5eb2cc6b7529f_1c02b053824ad0c21023e@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - 4fe41c84 by Ronan Lamy at 2020-05-04T18:43:12Z fix translation (grafted from c51a35366dbcb8ecb0862fd5ce02e35a57e3d074) --HG-- branch : py3.6 - - - - - 4 changed files: - + extra_tests/test_structseq.py - lib_pypy/_structseq.py - pypy/config/pypyoption.py - pypy/interpreter/baseobjspace.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6203b7f66e7b44b006f0e8bb080e12eb3bcebfcb...4fe41c846994c0d6f6a7bdc00af5f3af6a520376 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6203b7f66e7b44b006f0e8bb080e12eb3bcebfcb...4fe41c846994c0d6f6a7bdc00af5f3af6a520376 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 6 11:16:10 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 06 May 2020 15:16:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Let @pytest.mark.pypy_only work as advertised in extra_tests/ Message-ID: <5eb2d4ba718b6_1c02b053b325da021181e@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 3b20b4bf by Ronan Lamy at 2020-05-06T15:15:50Z Let @pytest.mark.pypy_only work as advertised in extra_tests/ - - - - - 1 changed file: - + extra_tests/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3b20b4bf715c007fa54414e1483f7394d48f9f1e -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3b20b4bf715c007fa54414e1483f7394d48f9f1e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 6 11:22:25 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 06 May 2020 15:22:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] test cleanup: fix deprecated syntax Message-ID: <5eb2d631f2777_1c02b0538244c40212069@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: a86adcc3 by Ronan Lamy at 2020-05-06T15:21:48Z test cleanup: fix deprecated syntax - - - - - 1 changed file: - extra_tests/ctypes_tests/test_extra.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a86adcc398402d72395d2e3e94a9d52c76e12791 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a86adcc398402d72395d2e3e94a9d52c76e12791 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 12:31:09 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 07 May 2020 16:31:09 +0000 Subject: [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() Message-ID: <5eb437cd98c0b_1c22b2169bcf3e4790de@heptapod-foss.mail> 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: From foss at heptapod.net Thu May 7 12:31:11 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 07 May 2020 16:31:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 15 commits: Change source links from bitbucket to heptapod schema Message-ID: <5eb437cf766f6_1c22b2169bcf088792ed@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - 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 - - - - - 8 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 - rpython/doc/conf.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4fe41c846994c0d6f6a7bdc00af5f3af6a520376...2223d17776ecc0680e61cecbeb0dd457b356c7f4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4fe41c846994c0d6f6a7bdc00af5f3af6a520376...2223d17776ecc0680e61cecbeb0dd457b356c7f4 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 13:45:01 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 07 May 2020 17:45:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] remove thread from essential_modules Message-ID: <5eb4491d77319_1c22b2169bb2a3c796ee@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 0d2f4b14 by Ronan Lamy at 2020-05-07T17:43:36Z remove thread from essential_modules --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/config/pypyoption.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0d2f4b1426d4875dc7798d88bdb1711afb8896d9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0d2f4b1426d4875dc7798d88bdb1711afb8896d9 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 14:18:20 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 07 May 2020 18:18:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Another attempt to get rid of 0f8f2a20a7bd, which merged py3.6 into default Message-ID: <5eb450ecf3cdd_1c22b2169bcf3e48016c@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 78e65fda by Armin Rigo at 2020-05-07T18:16:35Z Another attempt to get rid of 0f8f2a20a7bd, which merged py3.6 into default - - - - - 1 changed file: - Makefile View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/78e65fda9e7a7ccd87b38aa4c95df802ef0bc6a5 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/78e65fda9e7a7ccd87b38aa4c95df802ef0bc6a5 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 14:22:56 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 07 May 2020 18:22:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: fix whatsnew and allow comments in ignored branch directive Message-ID: <5eb4520073115_1c22b2169bcf1a080319@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 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 - - - - - 5 changed files: - + extra_tests/conftest.py - extra_tests/ctypes_tests/test_extra.py - lib-python/2.7/ensurepip/__init__.py - pypy/doc/test/test_whatsnew.py - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/78e65fda9e7a7ccd87b38aa4c95df802ef0bc6a5...72efbd5227949057bb4c8570ec681b87560a87d1 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/78e65fda9e7a7ccd87b38aa4c95df802ef0bc6a5...72efbd5227949057bb4c8570ec681b87560a87d1 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 14:32:31 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 07 May 2020 18:32:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] Starting a new head without 0f8f2a20a7bd in its ancestors Message-ID: <5eb4543f8627a_1c22b2169bcf1a0805fe@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.7 at PyPy / pypy Commits: 459bf8e6 by Armin Rigo at 2020-05-07T18:29:35Z Starting a new head without 0f8f2a20a7bd in its ancestors --HG-- branch : py3.7 - - - - - 1 changed file: - README.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/459bf8e66e2437d483bbc94b9fe9272bff466433 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/459bf8e66e2437d483bbc94b9fe9272bff466433 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 14:32:34 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 07 May 2020 18:32:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: Starting a new head without 0f8f2a20a7bd in its ancestors Message-ID: <5eb454423090_1c22b2169bcfbb4807f4@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - 2 changed files: - README.rst - pypy/config/pypyoption.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/0d2f4b1426d4875dc7798d88bdb1711afb8896d9...214d079e6da96d440a34b482bd8d6bf586ebe435 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/0d2f4b1426d4875dc7798d88bdb1711afb8896d9...214d079e6da96d440a34b482bd8d6bf586ebe435 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 14:36:36 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 07 May 2020 18:36:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] Starting a new head without 0f8f2a20a7bd in its ancestors Message-ID: <5eb4553429ee_1c22b2169bcf3e4809c2@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.7 at PyPy / pypy Commits: 50a05450 by Armin Rigo at 2020-05-07T18:36:09Z Starting a new head without 0f8f2a20a7bd in its ancestors --HG-- branch : py3.7 - - - - - 1 changed file: - README.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/50a05450bfaaf794c57de1c5281375d308c75d8d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/50a05450bfaaf794c57de1c5281375d308c75d8d You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 14:49:16 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 07 May 2020 18:49:16 +0000 Subject: [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() Message-ID: <5eb4582c89cc2_1c22b2169bb2a3c81275@heptapod-foss.mail> 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 7 14:49:18 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 07 May 2020 18:49:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 6 commits: Another attempt to get rid of 0f8f2a20a7bd, which merged py3.6 into default Message-ID: <5eb4582e2beae_1c22b2169bcfbb481427@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - e565d3cb by Ronan Lamy at 2020-05-07T18:40:58Z hg merge default --HG-- branch : py3.6 - - - - - 5 changed files: - Makefile - + extra_tests/conftest.py - extra_tests/ctypes_tests/test_extra.py - pypy/doc/test/test_whatsnew.py - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/214d079e6da96d440a34b482bd8d6bf586ebe435...e565d3cbbceea85a0db7f47667c3747418e31c8d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/214d079e6da96d440a34b482bd8d6bf586ebe435...e565d3cbbceea85a0db7f47667c3747418e31c8d You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 9 10:25:14 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 09 May 2020 14:25:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix #3225: async functions return annotations were not interpreted as strings, Message-ID: <5eb6bd4aeece7_1c22b2169bb22301205b3@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 086650fe by Carl Friedrich Bolz-Tereick at 2020-05-09T14:24:58Z fix #3225: async functions return annotations were not interpreted as strings, when running with "from __future__ import annotations" --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/astcompiler/unparse.py - pypy/interpreter/test/apptest_annotations_string.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/086650fe661a73b2f170672cb742636845b56bad -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/086650fe661a73b2f170672cb742636845b56bad You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 13 14:17:41 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 13 May 2020 18:17:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] reduce diff with default Message-ID: <5ebc39c57c613_1c22b216b7e360c2057cd@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: dd3eb33f by Ronan Lamy at 2020-05-13T18:13:11Z reduce diff with default --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/module/_rawffi/alt/test/test_funcptr.py - pypy/module/_rawffi/alt/test/test_struct.py - pypy/module/_rawffi/test/test__rawffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/dd3eb33fbc698f7b9340861dd092614ea6e31d5f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/dd3eb33fbc698f7b9340861dd092614ea6e31d5f You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 13 14:11:32 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 13 May 2020 18:11:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Reduce diff with py3.6 Message-ID: <5ebc3854c20e_1c22b216bf5ad7c205539@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 2e0e0f47 by Ronan Lamy at 2020-05-13T18:10:39Z Reduce diff with py3.6 - - - - - 5 changed files: - pypy/module/_rawffi/alt/test/test_funcptr.py - pypy/module/_rawffi/alt/test/test_struct.py - pypy/module/_rawffi/array.py - pypy/module/_rawffi/test/test__rawffi.py - pypy/module/_rawffi/test/test_nested.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2e0e0f4717386f9baee5fb153a1af9613df9120c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2e0e0f4717386f9baee5fb153a1af9613df9120c You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 13 15:21:13 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 13 May 2020 19:21:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/ctypes-stuff Message-ID: <5ebc48a93e5ed_1c22b216bf3dfb020665b@heptapod-foss.mail> Ronan Lamy pushed new branch branch/ctypes-stuff at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/ctypes-stuff You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 14 11:21:30 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 14 May 2020 15:21:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] 2 commits: fix Message-ID: <5ebd61fa93dca_1c22b216beeb5bc21498e@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: f0e5b963 by Ronan Lamy at 2020-05-14T01:26:56Z fix --HG-- branch : ctypes-stuff - - - - - 930be02f by Ronan Lamy at 2020-05-14T03:33:25Z Fix format and itemsize in buffer protocol implementation for _rawffi.ArrayInstance Note: ArrayVIew backported from pypy3's pypy/module/array/interp_array.py --HG-- branch : ctypes-stuff - - - - - 4 changed files: - pypy/module/_rawffi/array.py ? pypy/module/_rawffi/interp_array.py - pypy/module/_rawffi/interp_rawffi.py - pypy/module/_rawffi/moduledef.py - pypy/module/_rawffi/test/apptest_rawffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/fccf02a1f289c02851f48ee4e393445a0e3927dd...930be02faf6d57bcc59916973ad196f4813b9460 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/fccf02a1f289c02851f48ee4e393445a0e3927dd...930be02faf6d57bcc59916973ad196f4813b9460 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 14 12:07:22 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 14 May 2020 16:07:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] fix imports Message-ID: <5ebd6cbaeef9f_1c22b216bf52730215441@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: c23e06a4 by Ronan Lamy at 2020-05-14T16:06:53Z fix imports --HG-- branch : ctypes-stuff - - - - - 4 changed files: - pypy/module/_cppyy/capi/loadable_capi.py - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/interp_cppyy.py - pypy/module/_cppyy/lowlevelviews.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c23e06a4331a6f93ed16a041da312a2245e1167a -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c23e06a4331a6f93ed16a041da312a2245e1167a You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 14 12:20:26 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 14 May 2020 16:20:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/ctypes-stuff/RawBufferView Message-ID: <5ebd6fca84eaf_1c22b216bf255a0215677@heptapod-foss.mail> Ronan Lamy pushed new branch topic/ctypes-stuff/RawBufferView at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/ctypes-stuff/RawBufferView You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 14 13:15:30 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 14 May 2020 17:15:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/ctypes-stuff/RawBufferView] Add minimal testing for RawBufferView and SimpleView Message-ID: <5ebd7cb29a7d2_1c22b216e7e52d821587a@heptapod-foss.mail> Ronan Lamy pushed to branch topic/ctypes-stuff/RawBufferView at PyPy / pypy Commits: eecf74f5 by Ronan Lamy at 2020-05-14T17:15:14Z Add minimal testing for RawBufferView and SimpleView --HG-- branch : ctypes-stuff - - - - - 1 changed file: - + pypy/interpreter/test/test_buffer.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/eecf74f51f017aece0df87b23cca5305255d1cdc -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/eecf74f51f017aece0df87b23cca5305255d1cdc You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 14 13:44:16 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 14 May 2020 17:44:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/ctypes-stuff/RawBufferView] Add common base class for SimpleView and RawBufferView Message-ID: <5ebd83702f05d_1c22b216e7e52d82160a9@heptapod-foss.mail> Ronan Lamy pushed to branch topic/ctypes-stuff/RawBufferView at PyPy / pypy Commits: a995522f by Ronan Lamy at 2020-05-14T17:43:58Z Add common base class for SimpleView and RawBufferView --HG-- branch : ctypes-stuff - - - - - 3 changed files: - pypy/interpreter/buffer.py - pypy/interpreter/test/test_buffer.py - pypy/module/_rawffi/interp_array.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a995522f7b7c1df524c8056712c96693e58e32c3 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a995522f7b7c1df524c8056712c96693e58e32c3 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 14 14:03:41 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 14 May 2020 18:03:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/ctypes-stuff/RawBufferView] Add common base class for SimpleView and RawBufferView Message-ID: <5ebd87fd9f183_1c22b216bf52730217038@heptapod-foss.mail> Ronan Lamy pushed to branch topic/ctypes-stuff/RawBufferView at PyPy / pypy Commits: 20807a98 by Ronan Lamy at 2020-05-14T17:43:58Z Add common base class for SimpleView and RawBufferView --HG-- branch : ctypes-stuff - - - - - 3 changed files: - pypy/interpreter/buffer.py - pypy/interpreter/test/test_buffer.py - pypy/module/_rawffi/interp_array.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/20807a98acfdc6c566b2e4758c5b5fdd5d1ad67b -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/20807a98acfdc6c566b2e4758c5b5fdd5d1ad67b You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 16 15:56:18 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 16 May 2020 19:56:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/ssl Message-ID: <5ec045626d382_1c52afe409ff0b05104e@heptapod-foss.mail> Matti Picus pushed new branch branch/ssl at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/ssl You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 16 16:00:26 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 16 May 2020 20:00:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: backport CPython 3.6.9 test diffs Message-ID: <5ec0465a912e_1c52afe409ffbdc51489@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f602904e by Matti Picus at 2020-05-16T19:47:35Z backport CPython 3.6.9 test diffs --HG-- branch : ssl - - - - - 7fd2b1dc by Matti Picus at 2020-05-16T19:59:19Z close branch to be merged --HG-- branch : ssl - - - - - b0474d19 by Matti Picus at 2020-05-16T20:00:00Z merge branch that fixes failing ssl tests - - - - - 2 changed files: - lib-python/2.7/test/test_ssl.py - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2e0e0f4717386f9baee5fb153a1af9613df9120c...b0474d19a2c25573e949dac9eb6b3d6e1113e1c9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2e0e0f4717386f9baee5fb153a1af9613df9120c...b0474d19a2c25573e949dac9eb6b3d6e1113e1c9 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 16 16:00:25 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 16 May 2020 20:00:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/ssl Message-ID: <5ec04659e5b77_1c52afe409ff0b0512a8@heptapod-foss.mail> Matti Picus deleted branch branch/ssl at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 17 02:41:24 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 17 May 2020 06:41:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] fix translation for no fdlistdir (windows) Message-ID: <5ec0dc94cd92e_1c52afe409ff8f8528af@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 891a6468 by Matti Picus at 2020-05-17T06:40:59Z fix translation for no fdlistdir (windows) --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/891a64682da9a46f9b7de9518b4e293bd34e36ca -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/891a64682da9a46f9b7de9518b4e293bd34e36ca You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 17 08:10:52 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 17 May 2020 12:10:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] redo f050dc89542b differently Message-ID: <5ec129cc36d49_1c52afe409ffa7457561@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: abe63d32 by Matti Picus at 2020-05-17T12:10:17Z redo f050dc89542b differently --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/abe63d32bfd411d291116a12310cb8d347cb2143 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/abe63d32bfd411d291116a12310cb8d347cb2143 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 17 15:52:18 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 17 May 2020 19:52:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/ssl-pha Message-ID: <5ec195f2524dd_1c52afe409ff6505916b@heptapod-foss.mail> Matti Picus pushed new branch topic/py3.6/ssl-pha at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/py3.6/ssl-pha You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 18 14:03:46 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 18 May 2020 18:03:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win-listdir Message-ID: <5ec2ce029beab_1c52afe409ff8f867357@heptapod-foss.mail> Matti Picus pushed new branch branch/win-listdir at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/win-listdir You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 19 12:15:25 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 19 May 2020 16:15:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/ssl-pha] 5 commits: fix translation for no fdlistdir (windows) Message-ID: <5ec4061d3285c_1c52afe409ffbdc832e3@heptapod-foss.mail> Matti Picus pushed to branch topic/py3.6/ssl-pha at PyPy / pypy Commits: 891a6468 by Matti Picus at 2020-05-17T06:40:59Z fix translation for no fdlistdir (windows) --HG-- branch : py3.6 - - - - - abe63d32 by Matti Picus at 2020-05-17T12:10:17Z redo f050dc89542b differently --HG-- branch : py3.6 - - - - - 878b41e2 by Matti Picus at 2020-05-17T19:56:04Z remove debug cruft --HG-- branch : py3.6 - - - - - 1f5925b6 by Matti Picus at 2020-05-19T16:11:37Z we use vs2017+ to compile pypy win32, backport msvc distutils from CPython --HG-- branch : py3.6 - - - - - c69c1956 by Matti Picus at 2020-05-19T16:13:37Z merge ssl PHA handling --HG-- branch : py3.6 - - - - - 4 changed files: - lib-python/3/distutils/_msvccompiler.py - lib-python/3/distutils/ccompiler.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - pypy/module/posix/interp_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c16b881065e4f5d6cf178471f85e25d1bdf86130...c69c19565bbf1916fceeea4955aaae393e2de8b4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c16b881065e4f5d6cf178471f85e25d1bdf86130...c69c19565bbf1916fceeea4955aaae393e2de8b4 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 19 12:15:27 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 19 May 2020 16:15:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: remove redundant code, handle PHA Message-ID: <5ec4061f2e36b_1c52afe4042a4a0836db@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: c16b8810 by Matti Picus at 2020-05-17T19:48:29Z remove redundant code, handle PHA --HG-- branch : py3.6 - - - - - 878b41e2 by Matti Picus at 2020-05-17T19:56:04Z remove debug cruft --HG-- branch : py3.6 - - - - - 1f5925b6 by Matti Picus at 2020-05-19T16:11:37Z we use vs2017+ to compile pypy win32, backport msvc distutils from CPython --HG-- branch : py3.6 - - - - - c69c1956 by Matti Picus at 2020-05-19T16:13:37Z merge ssl PHA handling --HG-- branch : py3.6 - - - - - 4 changed files: - lib-python/3/distutils/_msvccompiler.py - lib-python/3/distutils/ccompiler.py - lib-python/3/test/test_ssl.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/abe63d32bfd411d291116a12310cb8d347cb2143...c69c19565bbf1916fceeea4955aaae393e2de8b4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/abe63d32bfd411d291116a12310cb8d347cb2143...c69c19565bbf1916fceeea4955aaae393e2de8b4 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 19 12:15:25 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 19 May 2020 16:15:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/ssl-pha Message-ID: <5ec4061d40d90_1c52afe409fef3483416@heptapod-foss.mail> Matti Picus deleted branch topic/py3.6/ssl-pha at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 19 12:11:31 2020 From: foss at heptapod.net (=?UTF-8?B?TWljaGHFgiBHw7Nybnk=?=) Date: Tue, 19 May 2020 16:11:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/socket-sethostname Message-ID: <5ec40533ad958_1c52afe404b4e8481778@heptapod-foss.mail> Micha? G?rny pushed new branch topic/default/socket-sethostname at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/default/socket-sethostname You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 19 14:59:12 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 19 May 2020 18:59:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Try to fix translation on Windows Message-ID: <5ec42c80e0824_1c52afe40471d2885440@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: c16d8a3d by Ronan Lamy at 2020-05-19T18:58:17Z Try to fix translation on Windows --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c16d8a3da45b4c02d91a00fa84692043b42484c1 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c16d8a3da45b4c02d91a00fa84692043b42484c1 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 19 15:52:54 2020 From: foss at heptapod.net (=?UTF-8?B?TWljaGHFgiBHw7Nybnk=?=) Date: Tue, 19 May 2020 19:52:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/default/socket-sethostname] implement socket.sethostname() Message-ID: <5ec43916adbd3_1c52afe40481188878b3@heptapod-foss.mail> Micha? G?rny pushed to branch topic/default/socket-sethostname at PyPy / pypy Commits: c17b1e19 by Micha? G?rny at 2020-05-19T16:10:27Z implement socket.sethostname() Implement missing socket.sethostname() function as discussed in issue #3198. - - - - - 5 changed files: - pypy/module/_socket/interp_func.py - pypy/module/_socket/moduledef.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c17b1e195f86774359a02e800da117de6dad1632 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c17b1e195f86774359a02e800da117de6dad1632 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 20 06:58:44 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 20 May 2020 10:58:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/rsre-tweaks] 11 commits: fix abstract method signature Message-ID: <5ec50d647cf8a_1c52afe40471d28995e4@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/rsre-tweaks at PyPy / pypy Commits: 10a8e840 by Carl Friedrich Bolz-Tereick at 2020-04-19T15:41:31Z fix abstract method signature --HG-- branch : rsre-tweaks - - - - - dc3983d3 by Carl Friedrich Bolz-Tereick at 2020-04-22T17:15:06Z use str.find in prefix search of utf-8 strings, need to evaluate the trade-offs in detail --HG-- branch : rsre-tweaks - - - - - 4a98629b by Carl Friedrich Bolz-Tereick at 2020-04-23T07:19:14Z fix translation --HG-- branch : rsre-tweaks - - - - - cbfc4a05 by Carl Friedrich Bolz-Tereick at 2020-04-24T18:23:42Z fix translation --HG-- branch : rsre-tweaks - - - - - 5819cd4d by Carl Friedrich Bolz-Tereick at 2020-04-26T12:38:13Z interemediate checkin: re-work find_repetition_end --HG-- branch : rsre-tweaks - - - - - 45f50dbb by Carl Friedrich Bolz-Tereick at 2020-04-26T13:35:05Z implement the maxcount == 1 optimization --HG-- branch : rsre-tweaks - - - - - 2c4d273d by Carl Friedrich Bolz-Tereick at 2020-04-26T15:37:20Z make the JIT reason about int_invert and int_neg --HG-- branch : rsre-tweaks - - - - - c91d43db by Carl Friedrich Bolz-Tereick at 2020-04-28T16:12:37Z fix failing test --HG-- branch : rsre-tweaks - - - - - 1972bd52 by Carl Friedrich Bolz-Tereick at 2020-04-28T16:34:41Z intermediate checkin --HG-- branch : rsre-tweaks - - - - - cde56406 by Carl Friedrich Bolz-Tereick at 2020-04-28T16:39:09Z fix type-unsafe test --HG-- branch : rsre-tweaks - - - - - eedb112a by Carl Friedrich Bolz-Tereick at 2020-04-29T08:07:33Z improve bounds of the indexes of getarrayitem and strgetitem ops --HG-- branch : rsre-tweaks - - - - - 15 changed files: - pypy/module/_sre/interp_sre.py - rpython/jit/metainterp/optimizeopt/intbounds.py - rpython/jit/metainterp/optimizeopt/intutils.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_intbound.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py - rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py - rpython/rlib/jit.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/support.py - rpython/rlib/rsre/test/test_match.py - rpython/rlib/rsre/test/test_search.py - rpython/rlib/rsre/test/test_zhypothesis.py - rpython/rlib/rsre/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4ba0d7a903b1d7dad612e9c4a21702c28614b92f...eedb112aba7b5eea51b6492e52abc4924a114122 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4ba0d7a903b1d7dad612e9c4a21702c28614b92f...eedb112aba7b5eea51b6492e52abc4924a114122 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 20 07:49:52 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 20 May 2020 11:49:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] in py3 the oldcrc argument of binascii.crc_hqx is an unsigned int Message-ID: <5ec51960c5657_1c52afe404d21a0100077@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: 7b826e1a by Carl Friedrich Bolz-Tereick at 2020-05-20T11:49:37Z in py3 the oldcrc argument of binascii.crc_hqx is an unsigned int --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/binascii/interp_hqx.py - pypy/module/binascii/test/test_binascii.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7b826e1a27677daa643bfa4535daafecc4526335 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7b826e1a27677daa643bfa4535daafecc4526335 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 01:19:52 2020 From: foss at heptapod.net (=?UTF-8?B?TWljaGHFgiBHw7Nybnk=?=) Date: Thu, 21 May 2020 05:19:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/default/socket-sethostname] implement socket.sethostname() Message-ID: <5ec60f78793ae_1c52afe409fef34103493@heptapod-foss.mail> Micha? G?rny pushed to branch topic/default/socket-sethostname at PyPy / pypy Commits: 12a5d116 by Micha? G?rny at 2020-05-19T16:10:27Z implement socket.sethostname() Implement missing socket.sethostname() function as discussed in issue #3198. - - - - - 5 changed files: - pypy/module/_socket/interp_func.py - pypy/module/_socket/moduledef.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/12a5d11663ac7b0b33fcab2e439dbf8feb20cfb5 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/12a5d11663ac7b0b33fcab2e439dbf8feb20cfb5 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 01:23:33 2020 From: foss at heptapod.net (=?UTF-8?B?TWljaGHFgiBHw7Nybnk=?=) Date: Thu, 21 May 2020 05:23:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/default/socket-sethostname] implement socket.sethostname() Message-ID: <5ec610557a193_1c52afe4048118810467@heptapod-foss.mail> Micha? G?rny pushed to branch topic/default/socket-sethostname at PyPy / pypy Commits: 3ceb94e5 by Micha? G?rny at 2020-05-19T16:10:27Z implement socket.sethostname() Implement missing socket.sethostname() function as discussed in issue #3198. - - - - - 5 changed files: - pypy/module/_socket/interp_func.py - pypy/module/_socket/moduledef.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3ceb94e55b72ee830d03ef5c658da1d20e4c3ba6 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3ceb94e55b72ee830d03ef5c658da1d20e4c3ba6 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 01:51:47 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 21 May 2020 05:51:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/default/socket-sethostname Message-ID: <5ec616f314539_1c52afe409fef34105630@heptapod-foss.mail> Matti Picus deleted branch topic/default/socket-sethostname at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 01:51:48 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 21 May 2020 05:51:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] implement socket.sethostname() Message-ID: <5ec616f4b3cd3_1c52afe3eacc38c10588b@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3ceb94e5 by Micha? G?rny at 2020-05-19T16:10:27Z implement socket.sethostname() Implement missing socket.sethostname() function as discussed in issue #3198. - - - - - 5 changed files: - pypy/module/_socket/interp_func.py - pypy/module/_socket/moduledef.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3ceb94e55b72ee830d03ef5c658da1d20e4c3ba6 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3ceb94e55b72ee830d03ef5c658da1d20e4c3ba6 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 05:23:11 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 21 May 2020 09:23:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] backport "bpo-35519: Rename test.bisect to test.bisect_cmd" from CPython 3.7 Message-ID: <5ec6487fb6217_1c52afe404d21a0108516@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: f5e1480f by Matti Picus at 2020-05-21T09:10:56Z backport "bpo-35519: Rename test.bisect to test.bisect_cmd" from CPython 3.7 --HG-- branch : py3.6 - - - - - 1 changed file: - lib-python/3/test/bisect.py ? lib-python/3/test/bisect_cmd.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f5e1480f953315bdffa492b649a63c613e601e90 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f5e1480f953315bdffa492b649a63c613e601e90 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 06:32:16 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 21 May 2020 10:32:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] different attempt to mimic CPython's behavior in binascii.crc_hqx Message-ID: <5ec658b06308d_1c52afe409fef34109167@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: 49ebf2d1 by Carl Friedrich Bolz-Tereick at 2020-05-21T10:31:07Z different attempt to mimic CPython's behavior in binascii.crc_hqx --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/binascii/interp_hqx.py - pypy/module/binascii/test/test_binascii.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/49ebf2d1dd2b0761051456a4c659754508282f7c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/49ebf2d1dd2b0761051456a4c659754508282f7c You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 12:46:57 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 21 May 2020 16:46:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] 3 commits: Move ArrayView to pypy.interpreter.buffer.RawBufferView Message-ID: <5ec6b08155ba1_1c52afe404a1aa01107c7@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: bedeafb3 by Ronan Lamy at 2020-05-14T16:20:01Z Move ArrayView to pypy.interpreter.buffer.RawBufferView --HG-- branch : ctypes-stuff - - - - - eecf74f5 by Ronan Lamy at 2020-05-14T17:15:14Z Add minimal testing for RawBufferView and SimpleView --HG-- branch : ctypes-stuff - - - - - 20807a98 by Ronan Lamy at 2020-05-14T17:43:58Z Add common base class for SimpleView and RawBufferView --HG-- branch : ctypes-stuff - - - - - 3 changed files: - pypy/interpreter/buffer.py - + pypy/interpreter/test/test_buffer.py - pypy/module/_rawffi/interp_array.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c23e06a4331a6f93ed16a041da312a2245e1167a...20807a98acfdc6c566b2e4758c5b5fdd5d1ad67b -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c23e06a4331a6f93ed16a041da312a2245e1167a...20807a98acfdc6c566b2e4758c5b5fdd5d1ad67b You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 12:46:57 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 21 May 2020 16:46:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/ctypes-stuff/RawBufferView Message-ID: <5ec6b0815d160_1c52afe3eacc38c1109ed@heptapod-foss.mail> Ronan Lamy deleted branch topic/ctypes-stuff/RawBufferView at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 18:12:36 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 21 May 2020 22:12:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] handle case where path.as_unicode is None on win32 Message-ID: <5ec6fcd4ddca6_1c52afe4042a4a011371b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 50e853d3 by Matti Picus at 2020-05-21T22:10:40Z handle case where path.as_unicode is None on win32 --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/50e853d3253be3472521e6f2ec6d3eb38839b334 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/50e853d3253be3472521e6f2ec6d3eb38839b334 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 21 18:14:26 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 21 May 2020 22:14:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] char* -> const char *, issue 3232 Message-ID: <5ec6fd42810d2_1c52afe409fef3411393d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 9df895ef by Matti Picus at 2020-05-21T18:39:32Z char* -> const char *, issue 3232 --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/cpyext/eval.py - pypy/module/cpyext/pyerrors.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9df895ef132676b2eb9c6df62e662b23663f96cd -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9df895ef132676b2eb9c6df62e662b23663f96cd You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 22 04:03:27 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 22 May 2020 08:03:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] test, fix for listdir('') and listdir(b'') Message-ID: <5ec7874fdc52_1c52afe404b4e84115011@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: e3ee2bbf by Matti Picus at 2020-05-22T07:51:12Z test, fix for listdir('') and listdir(b'') --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e3ee2bbfd2c6e6e55156d50df2883be91b00a003 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e3ee2bbfd2c6e6e55156d50df2883be91b00a003 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 22 10:36:26 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 22 May 2020 14:36:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] Give correct format and itemsize to memoryviews on all _CData instances; ... Message-ID: <5ec7e36ab138d_1c52afe404d21a01183fd@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: 3c173779 by Ronan Lamy at 2020-05-21T17:42:25Z Give correct format and itemsize to memoryviews on all _CData instances; unskip and partially fix 2 stdlib tests --HG-- branch : ctypes-stuff - - - - - 3 changed files: - lib-python/2.7/ctypes/test/test_pep3118.py - lib_pypy/_ctypes/basics.py - lib_pypy/_ctypes/primitive.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3c173779222e07a9cc45245e95544549411420ec -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3c173779222e07a9cc45245e95544549411420ec You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 22 14:47:58 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 22 May 2020 18:47:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] 2 commits: memoryviews on pointers contain the pointer itself, not what it points to. Add failing test Message-ID: <5ec81e5ec4a5e_1c52afe404b4e84121948@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: 8443d36a by Ronan Lamy at 2020-05-22T17:02:50Z memoryviews on pointers contain the pointer itself, not what it points to. Add failing test --HG-- branch : ctypes-stuff - - - - - e037dba7 by Ronan Lamy at 2020-05-22T18:47:12Z Replace get_format_str() with tp._getformat() and fix pointer formats --HG-- branch : ctypes-stuff - - - - - 8 changed files: - extra_tests/ctypes_tests/test_buffers.py - extra_tests/ctypes_tests/test_pointers.py - extra_tests/ctypes_tests/test_structures.py - lib_pypy/_ctypes/array.py - lib_pypy/_ctypes/basics.py - lib_pypy/_ctypes/pointer.py - lib_pypy/_ctypes/primitive.py - lib_pypy/_ctypes/structure.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3c173779222e07a9cc45245e95544549411420ec...e037dba7fddceba72806b24f64425fe94f306a50 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3c173779222e07a9cc45245e95544549411420ec...e037dba7fddceba72806b24f64425fe94f306a50 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 22 15:14:03 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 22 May 2020 19:14:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] Implement _getformat() for arrays Message-ID: <5ec8247ba4289_1c52afe4048118812215a@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: 72837f69 by Ronan Lamy at 2020-05-22T19:13:46Z Implement _getformat() for arrays --HG-- branch : ctypes-stuff - - - - - 1 changed file: - lib_pypy/_ctypes/array.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/72837f69fb9fc4e0720e557490738a67f2495f2d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/72837f69fb9fc4e0720e557490738a67f2495f2d You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat May 23 14:12:15 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 23 May 2020 18:12:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] fix link (issue 4 - Wieland Hoffmann), reword SSE2 requirement (issue 2 - tshepang) Message-ID: <5ec9677f1e7ad_1c52afe40481188130065@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 711278db by Matti Picus at 2020-05-23T18:12:01Z fix link (issue 4 - Wieland Hoffmann), reword SSE2 requirement (issue 2 - tshepang) - - - - - 6 changed files: - pages/contact.rst - pages/download.rst - public/contact.html - public/download.html - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/711278dbe94b2b4545db40b18d2087beedafa3cf -- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/711278dbe94b2b4545db40b18d2087beedafa3cf You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:18 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/bitbucket-pr-291/bitbucket-pr-291 Message-ID: <5eca8c3ed9a9b_1c52afe3eacc38c1369d7@heptapod-foss.mail> Matti Picus deleted branch topic/bitbucket-pr-291/bitbucket-pr-291 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:18 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pypy_listsort_fix Message-ID: <5eca8c3e9f557_1c52afe4048118813672d@heptapod-foss.mail> Matti Picus pushed new branch branch/pypy_listsort_fix at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/pypy_listsort_fix You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:21 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 22 commits: Reduce diff with py3.6 Message-ID: <5eca8c4144ace_1c52afe409fef34137199@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 2e0e0f47 by Ronan Lamy at 2020-05-13T18:10:39Z Reduce diff with py3.6 - - - - - dd3eb33f by Ronan Lamy at 2020-05-13T18:13:11Z reduce diff with default --HG-- branch : py3.6 - - - - - f602904e by Matti Picus at 2020-05-16T19:47:35Z backport CPython 3.6.9 test diffs --HG-- branch : ssl - - - - - 7fd2b1dc by Matti Picus at 2020-05-16T19:59:19Z close branch to be merged --HG-- branch : ssl - - - - - b0474d19 by Matti Picus at 2020-05-16T20:00:00Z merge branch that fixes failing ssl tests - - - - - 891a6468 by Matti Picus at 2020-05-17T06:40:59Z fix translation for no fdlistdir (windows) --HG-- branch : py3.6 - - - - - abe63d32 by Matti Picus at 2020-05-17T12:10:17Z redo f050dc89542b differently --HG-- branch : py3.6 - - - - - c16b8810 by Matti Picus at 2020-05-17T19:48:29Z remove redundant code, handle PHA --HG-- branch : py3.6 - - - - - 878b41e2 by Matti Picus at 2020-05-17T19:56:04Z remove debug cruft --HG-- branch : py3.6 - - - - - 3ceb94e5 by Micha? G?rny at 2020-05-19T16:10:27Z implement socket.sethostname() Implement missing socket.sethostname() function as discussed in issue #3198. - - - - - 1f5925b6 by Matti Picus at 2020-05-19T16:11:37Z we use vs2017+ to compile pypy win32, backport msvc distutils from CPython --HG-- branch : py3.6 - - - - - c69c1956 by Matti Picus at 2020-05-19T16:13:37Z merge ssl PHA handling --HG-- branch : py3.6 - - - - - c16d8a3d by Ronan Lamy at 2020-05-19T18:58:17Z Try to fix translation on Windows --HG-- branch : py3.6 - - - - - 7b826e1a by Carl Friedrich Bolz-Tereick at 2020-05-20T11:49:37Z in py3 the oldcrc argument of binascii.crc_hqx is an unsigned int --HG-- branch : py3.6 - - - - - f5e1480f by Matti Picus at 2020-05-21T09:10:56Z backport "bpo-35519: Rename test.bisect to test.bisect_cmd" from CPython 3.7 --HG-- branch : py3.6 - - - - - 49ebf2d1 by Carl Friedrich Bolz-Tereick at 2020-05-21T10:31:07Z different attempt to mimic CPython's behavior in binascii.crc_hqx --HG-- branch : py3.6 - - - - - 50e853d3 by Matti Picus at 2020-05-21T22:10:40Z handle case where path.as_unicode is None on win32 --HG-- branch : py3.6 - - - - - 9df895ef by Matti Picus at 2020-05-21T18:39:32Z char* -> const char *, issue 3232 --HG-- branch : py3.6 - - - - - e3ee2bbf by Matti Picus at 2020-05-22T07:51:12Z test, fix for listdir('') and listdir(b'') --HG-- branch : py3.6 - - - - - b9247c5d by Matti Picus at 2020-05-22T08:48:58Z merge default into branch --HG-- branch : py3.6 - - - - - 053c1f8d by Matti Picus at 2020-05-22T08:51:04Z merge py3.6 --HG-- branch : py3.7 - - - - - 872def77 by Matti Picus at 2020-05-24T14:53:47Z resync test_ssl with 3.7.4, start to make compatible --HG-- branch : py3.7 - - - - - 23 changed files: - lib-python/3/distutils/_msvccompiler.py - lib-python/3/distutils/ccompiler.py - lib-python/3/test/test_ssl.py - lib_pypy/_cffi_ssl/README.md - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_cffi_ssl/_stdssl/error.py - lib_pypy/_cffi_ssl/_stdssl/errorcodes.py - pypy/doc/whatsnew-head.rst - pypy/module/_rawffi/alt/test/test_funcptr.py - pypy/module/_rawffi/alt/test/test_struct.py - pypy/module/_rawffi/test/test__rawffi.py - pypy/module/_socket/interp_func.py - pypy/module/_socket/moduledef.py - pypy/module/binascii/interp_hqx.py - pypy/module/binascii/test/test_binascii.py - pypy/module/cpyext/eval.py - pypy/module/cpyext/pyerrors.py - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/086650fe661a73b2f170672cb742636845b56bad...872def779af95c5771cf36851ad9b71f2c7b7b2c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/086650fe661a73b2f170672cb742636845b56bad...872def779af95c5771cf36851ad9b71f2c7b7b2c You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:23 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/longdouble_issue2387 Message-ID: <5eca8c43c5934_1c52afe404b4e8413739a@heptapod-foss.mail> Matti Picus pushed new branch branch/longdouble_issue2387 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/longdouble_issue2387 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:24 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 6 commits: Reduce diff with py3.6 Message-ID: <5eca8c4418252_1c52afe40471d2813758a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 2e0e0f47 by Ronan Lamy at 2020-05-13T18:10:39Z Reduce diff with py3.6 - - - - - f602904e by Matti Picus at 2020-05-16T19:47:35Z backport CPython 3.6.9 test diffs --HG-- branch : ssl - - - - - 7fd2b1dc by Matti Picus at 2020-05-16T19:59:19Z close branch to be merged --HG-- branch : ssl - - - - - b0474d19 by Matti Picus at 2020-05-16T20:00:00Z merge branch that fixes failing ssl tests - - - - - 3ceb94e5 by Micha? G?rny at 2020-05-19T16:10:27Z implement socket.sethostname() Implement missing socket.sethostname() function as discussed in issue #3198. - - - - - b9247c5d by Matti Picus at 2020-05-22T08:48:58Z merge default into branch --HG-- branch : py3.6 - - - - - 6 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_socket/interp_func.py - pypy/module/_socket/moduledef.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e3ee2bbfd2c6e6e55156d50df2883be91b00a003...b9247c5df84e7b2d2e099d28f0ff3adc0f553f19 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e3ee2bbfd2c6e6e55156d50df2883be91b00a003...b9247c5df84e7b2d2e099d28f0ff3adc0f553f19 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:25 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/bitbucket-pr-282/bitbucket-pr-282 Message-ID: <5eca8c45258de_1c52afe409fef341377c@heptapod-foss.mail> Matti Picus deleted branch topic/bitbucket-pr-282/bitbucket-pr-282 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:26 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/bitbucket-pr-622 Message-ID: <5eca8c469f96_1c52afe40481188138177@heptapod-foss.mail> Matti Picus pushed new branch branch/bitbucket-pr-622 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/bitbucket-pr-622 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:25 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/bitbucket-pr-93 Message-ID: <5eca8c452b757_1c52afe409ff6501379e0@heptapod-foss.mail> Matti Picus pushed new branch branch/bitbucket-pr-93 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/bitbucket-pr-93 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:28 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/bitbucket-pr-282 Message-ID: <5eca8c4824fe9_1c52afe40471d28138376@heptapod-foss.mail> Matti Picus pushed new branch branch/bitbucket-pr-282 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/bitbucket-pr-282 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:30 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/bitbucket-pr-635 Message-ID: <5eca8c4a45c10_1c52afe4042a4a013851c@heptapod-foss.mail> Matti Picus pushed new branch branch/bitbucket-pr-635 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/bitbucket-pr-635 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:37 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/bitbucket-pr-291 Message-ID: <5eca8c5116063_1c52afe3eacc38c138798@heptapod-foss.mail> Matti Picus pushed new branch branch/bitbucket-pr-291 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/bitbucket-pr-291 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:39 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/longdouble_issue2387/bitbucket-pr-555 Message-ID: <5eca8c5347bec_1c52afe4048118813919e@heptapod-foss.mail> Matti Picus deleted branch topic/longdouble_issue2387/bitbucket-pr-555 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:40 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/kashirin-alex/unix_consolepy-edited-online-with-bitbuc-1556000991814 Message-ID: <5eca8c5415c00_1c52afe40471d28139379@heptapod-foss.mail> Matti Picus pushed new branch branch/kashirin-alex/unix_consolepy-edited-online-with-bitbuc-1556000991814 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/kashirin-alex/unix_consolepy-edited-online-with-bitbuc-1556000991814 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:40 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/bitbucket-pr-635/bitbucket-pr-635 Message-ID: <5eca8c545c6ad_1c52afe404d21a013954@heptapod-foss.mail> Matti Picus deleted branch topic/bitbucket-pr-635/bitbucket-pr-635 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:46 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/missing Message-ID: <5eca8c5ab0c9_1c52afe404b4e8413989a@heptapod-foss.mail> Matti Picus pushed new branch branch/missing at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/missing You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:46 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/missing/bitbucket-pr-638 Message-ID: <5eca8c5a5ab7c_1c52afe409fef3414036c@heptapod-foss.mail> Matti Picus deleted branch topic/missing/bitbucket-pr-638 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:49 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/bitbucket-pr-622/bitbucket-pr-622 Message-ID: <5eca8c5d50025_1c52afe4042a4a01406a0@heptapod-foss.mail> Matti Picus deleted branch topic/bitbucket-pr-622/bitbucket-pr-622 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:51 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sankara Message-ID: <5eca8c5f49871_1c52afe409ffbdc14089f@heptapod-foss.mail> Matti Picus pushed new branch branch/sankara at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/sankara You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:56 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/sankara/bitbucket-pr-639 Message-ID: <5eca8c64362db_1c52afe404a1aa014151@heptapod-foss.mail> Matti Picus deleted branch topic/sankara/bitbucket-pr-639 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:59 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/kashirin-alex/unix_consolepy-edited-online-with-bitbuc-1556000991814/bitbucket-pr-644 Message-ID: <5eca8c67429fc_1c52afe404811881417dc@heptapod-foss.mail> Matti Picus deleted branch topic/kashirin-alex/unix_consolepy-edited-online-with-bitbuc-1556000991814/bitbucket-pr-644 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:02:02 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:02:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/pypy_listsort_fix/bitbucket-pr-541 Message-ID: <5eca8c6a8a2d8_1c52afe409fef341421a9@heptapod-foss.mail> Matti Picus deleted branch topic/pypy_listsort_fix/bitbucket-pr-541 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 11:01:37 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 15:01:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/bitbucket-pr-93/bitbucket-pr-93 Message-ID: <5eca8c5172f6b_1c52afe409ff6501389c3@heptapod-foss.mail> Matti Picus deleted branch topic/bitbucket-pr-93/bitbucket-pr-93 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 15:21:02 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 19:21:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: fix _socket and test for 3.7 Message-ID: <5ecac91ed51ef_1c52afe404b4e8414562b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 6db50a88 by Matti Picus at 2020-05-24T15:36:09Z fix _socket and test for 3.7 --HG-- branch : py3.7 - - - - - d516ba28 by Matti Picus at 2020-05-24T19:06:12Z fix _cffi_backend/test/test_ztranslation --HG-- branch : py3.7 - - - - - 33c2d8a0 by Matti Picus at 2020-05-24T19:08:27Z fix library name in pragma for win32 --HG-- branch : py3.7 - - - - - 4 changed files: - pypy/config/pypyoption.py - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - pypy/module/cpyext/include/pyconfig.h View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/872def779af95c5771cf36851ad9b71f2c7b7b2c...33c2d8a0e959f4559809537abbf39cf40710b38a -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/872def779af95c5771cf36851ad9b71f2c7b7b2c...33c2d8a0e959f4559809537abbf39cf40710b38a You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 17:54:45 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 21:54:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/win-listdir Message-ID: <5ecaed2525c27_1c52afe409ffbdc1488db@heptapod-foss.mail> Matti Picus deleted branch branch/win-listdir at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 17:54:46 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 21:54:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix logic for _ssl Message-ID: <5ecaed26cb95c_1c52afe40471d281490bc@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c8514488 by Matti Picus at 2020-05-24T21:54:23Z fix logic for _ssl --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c85144886e9d6efe99194305d207bd4538354aa0 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c85144886e9d6efe99194305d207bd4538354aa0 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 24 18:02:27 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 24 May 2020 22:02:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix test for _socket.type Message-ID: <5ecaeef3e62cc_1c52afe404d21a0149241@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: cfb3edfe by Matti Picus at 2020-05-24T22:02:14Z fix test for _socket.type --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_socket/test/test_sock_app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/cfb3edfe740298389de83547e0c394b0aecc4b9f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/cfb3edfe740298389de83547e0c394b0aecc4b9f You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 25 01:33:56 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 25 May 2020 05:33:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] typo in setter Message-ID: <5ecb58c4f2823_1c52afe40471d281503a0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 66e50f1f by Matti Picus at 2020-05-25T05:33:30Z typo in setter --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/66e50f1f30d356038bc35b24b0ec006aef052bcf -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/66e50f1f30d356038bc35b24b0ec006aef052bcf You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 25 02:27:12 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 25 May 2020 06:27:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: copy CPython: listdir('') and listdir(b'') succeed on win32, fail otherwise Message-ID: <5ecb6540e30c4_1c52afe404a1aa01505b4@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: cc95dd9f by Matti Picus at 2020-05-25T05:53:59Z copy CPython: listdir('') and listdir(b'') succeed on win32, fail otherwise --HG-- branch : py3.6 - - - - - 166ba85a by Matti Picus at 2020-05-25T06:26:51Z win32 behaves differently --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/module/_socket/test/test_sock_app.py - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b9247c5df84e7b2d2e099d28f0ff3adc0f553f19...166ba85a506adff8e09c283735ce0490210530f5 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b9247c5df84e7b2d2e099d28f0ff3adc0f553f19...166ba85a506adff8e09c283735ce0490210530f5 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 25 11:38:26 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 25 May 2020 15:38:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] progress with ssl Message-ID: <5ecbe672c42f5_1c52afe409ff6501553a2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5403b3a2 by Matti Picus at 2020-05-25T15:37:19Z progress with ssl --HG-- branch : py3.7 - - - - - 4 changed files: - lib-python/3/encodings/idna.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_cffi_ssl/_stdssl/error.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5403b3a219edd9b84508f02ab14f4bbec77b15b1 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5403b3a219edd9b84508f02ab14f4bbec77b15b1 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 25 15:51:01 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 25 May 2020 19:51:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix enough ssl that tests run to completion Message-ID: <5ecc21a5de7e5_1c52afe409ffbdc159761@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 6fa6ca79 by Matti Picus at 2020-05-25T19:50:03Z fix enough ssl that tests run to completion --HG-- branch : py3.7 - - - - - 4 changed files: - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cffi_ssl/_cffi_src/utils.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_cffi_ssl/_stdssl/error.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6fa6ca79050865ee7f2600ba88b74a527baf385c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6fa6ca79050865ee7f2600ba88b74a527baf385c You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 25 15:55:19 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 25 May 2020 19:55:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] remove pdb (cfbolz) Message-ID: <5ecc22a79c8c4_1c53fdd3c1c3b7c1599e0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 19bd51ca by Matti Picus at 2020-05-25T19:54:54Z remove pdb (cfbolz) --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/encodings/idna.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/19bd51caaa4f4bfaf420c0c92c409edb606e7d79 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/19bd51caaa4f4bfaf420c0c92c409edb606e7d79 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon May 25 17:40:24 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 25 May 2020 21:40:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] add _ssl_configure_hostname Message-ID: <5ecc3b4826f2e_1c52afe409ffbdc1608b4@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 7ca9b381 by Matti Picus at 2020-05-25T21:39:50Z add _ssl_configure_hostname --HG-- branch : py3.7 - - - - - 2 changed files: - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ca9b381b41cd9bf9dff56baf04b726f82320096 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ca9b381b41cd9bf9dff56baf04b726f82320096 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 26 07:34:49 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 26 May 2020 11:34:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] 3 commits: unions and packed structs just use 'B' as their format Message-ID: <5eccfed9ec829_1c52afe409fef341749ab@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: 1e068b27 by Ronan Lamy at 2020-05-26T10:10:40Z unions and packed structs just use 'B' as their format --HG-- branch : ctypes-stuff - - - - - 40bfeb6e by Ronan Lamy at 2020-05-26T11:23:13Z Test and fix for a crash in newmemoryview() when itemsize==0 --HG-- branch : ctypes-stuff - - - - - fda56969 by Ronan Lamy at 2020-05-26T11:33:58Z Make memoryviews on structs 0-dimensional (py3 behavior) --HG-- branch : ctypes-stuff - - - - - 3 changed files: - lib_pypy/_ctypes/structure.py - pypy/module/__pypy__/interp_buffer.py - pypy/module/__pypy__/test/test_newmemoryview.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/72837f69fb9fc4e0720e557490738a67f2495f2d...fda56969d906f0ba2d95d6a785cdd71459c00658 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/72837f69fb9fc4e0720e557490738a67f2495f2d...fda56969d906f0ba2d95d6a785cdd71459c00658 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 26 07:47:50 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 26 May 2020 11:47:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] First bug and fix for SRE_Match.__repr__() Message-ID: <5ecd01e6f06fa_1c52afe4042a4a017569b@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 0ac69962 by Armin Rigo at 2020-05-26T11:47:40Z First bug and fix for SRE_Match.__repr__() --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0ac6996262403d9a6944f5f5b3beb4db00bc9c55 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0ac6996262403d9a6944f5f5b3beb4db00bc9c55 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 26 08:08:02 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 26 May 2020 12:08:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Fix the repr of SRE_Pattern and SRE_Match: truncating a utf-8 string at a Message-ID: <5ecd06a2cadb5_1c52afe40471d281760f@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 322f8dbf by Armin Rigo at 2020-05-26T12:07:52Z Fix the repr of SRE_Pattern and SRE_Match: truncating a utf-8 string at a random point is not a good idea --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/322f8dbfe619149ce62f1b9895c3bbe0ec478171 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/322f8dbfe619149ce62f1b9895c3bbe0ec478171 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 26 10:59:13 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 26 May 2020 14:59:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] Fix format of swapped-endian simple types Message-ID: <5ecd2ec161c16_1c52afe4042a4a018364a@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: 8807e10e by Ronan Lamy at 2020-05-26T14:58:52Z Fix format of swapped-endian simple types --HG-- branch : ctypes-stuff - - - - - 2 changed files: - lib_pypy/_ctypes/primitive.py - lib_pypy/_ctypes/structure.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8807e10e588e10a3d5480e1ea267ebc0e6d1ed6f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8807e10e588e10a3d5480e1ea267ebc0e6d1ed6f You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue May 26 11:32:59 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 26 May 2020 15:32:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] 2 commits: Update stdlib test: skip one case, fix another that fails on CPython Message-ID: <5ecd36ab7a0ec_1c52afe404b4e84187018@heptapod-foss.mail> Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy Commits: 9df44f98 by Ronan Lamy at 2020-05-26T15:13:48Z Update stdlib test: skip one case, fix another that fails on CPython --HG-- branch : ctypes-stuff - - - - - ec727ba0 by Ronan Lamy at 2020-05-26T15:32:37Z move default __buffer__ implementation to _ctypes.basics and add function pointer format --HG-- branch : ctypes-stuff - - - - - 5 changed files: - lib-python/2.7/ctypes/test/test_pep3118.py - lib_pypy/_ctypes/basics.py - lib_pypy/_ctypes/function.py - lib_pypy/_ctypes/pointer.py - lib_pypy/_ctypes/primitive.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8807e10e588e10a3d5480e1ea267ebc0e6d1ed6f...ec727ba09797e6de9197c84da3da18c7903aebd5 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8807e10e588e10a3d5480e1ea267ebc0e6d1ed6f...ec727ba09797e6de9197c84da3da18c7903aebd5 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 27 06:22:08 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 27 May 2020 10:22:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/ctypes-stuff Message-ID: <5ece3f50cc41e_1c52afe409fef34200271@heptapod-foss.mail> Ronan Lamy deleted branch branch/ctypes-stuff at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 27 06:22:11 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 27 May 2020 10:22:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 21 commits: __buffer__() should return a memoryview, not a buffer (obviously) Message-ID: <5ece3f531fab6_1c52afe404d21a02004d7@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 09aef907 by Ronan Lamy at 2020-05-13T19:18:52Z __buffer__() should return a memoryview, not a buffer (obviously) --HG-- branch : ctypes-stuff - - - - - fccf02a1 by Ronan Lamy at 2020-05-13T19:20:31Z Add 2 failing tests --HG-- branch : ctypes-stuff - - - - - f0e5b963 by Ronan Lamy at 2020-05-14T01:26:56Z fix --HG-- branch : ctypes-stuff - - - - - 930be02f by Ronan Lamy at 2020-05-14T03:33:25Z Fix format and itemsize in buffer protocol implementation for _rawffi.ArrayInstance Note: ArrayVIew backported from pypy3's pypy/module/array/interp_array.py --HG-- branch : ctypes-stuff - - - - - c23e06a4 by Ronan Lamy at 2020-05-14T16:06:53Z fix imports --HG-- branch : ctypes-stuff - - - - - bedeafb3 by Ronan Lamy at 2020-05-14T16:20:01Z Move ArrayView to pypy.interpreter.buffer.RawBufferView --HG-- branch : ctypes-stuff - - - - - eecf74f5 by Ronan Lamy at 2020-05-14T17:15:14Z Add minimal testing for RawBufferView and SimpleView --HG-- branch : ctypes-stuff - - - - - 20807a98 by Ronan Lamy at 2020-05-14T17:43:58Z Add common base class for SimpleView and RawBufferView --HG-- branch : ctypes-stuff - - - - - 3c173779 by Ronan Lamy at 2020-05-21T17:42:25Z Give correct format and itemsize to memoryviews on all _CData instances; unskip and partially fix 2 stdlib tests --HG-- branch : ctypes-stuff - - - - - 8443d36a by Ronan Lamy at 2020-05-22T17:02:50Z memoryviews on pointers contain the pointer itself, not what it points to. Add failing test --HG-- branch : ctypes-stuff - - - - - e037dba7 by Ronan Lamy at 2020-05-22T18:47:12Z Replace get_format_str() with tp._getformat() and fix pointer formats --HG-- branch : ctypes-stuff - - - - - 72837f69 by Ronan Lamy at 2020-05-22T19:13:46Z Implement _getformat() for arrays --HG-- branch : ctypes-stuff - - - - - 1e068b27 by Ronan Lamy at 2020-05-26T10:10:40Z unions and packed structs just use 'B' as their format --HG-- branch : ctypes-stuff - - - - - 40bfeb6e by Ronan Lamy at 2020-05-26T11:23:13Z Test and fix for a crash in newmemoryview() when itemsize==0 --HG-- branch : ctypes-stuff - - - - - fda56969 by Ronan Lamy at 2020-05-26T11:33:58Z Make memoryviews on structs 0-dimensional (py3 behavior) --HG-- branch : ctypes-stuff - - - - - 8807e10e by Ronan Lamy at 2020-05-26T14:58:52Z Fix format of swapped-endian simple types --HG-- branch : ctypes-stuff - - - - - 9df44f98 by Ronan Lamy at 2020-05-26T15:13:48Z Update stdlib test: skip one case, fix another that fails on CPython --HG-- branch : ctypes-stuff - - - - - ec727ba0 by Ronan Lamy at 2020-05-26T15:32:37Z move default __buffer__ implementation to _ctypes.basics and add function pointer format --HG-- branch : ctypes-stuff - - - - - ac6f0c70 by Ronan Lamy at 2020-05-27T10:14:19Z Document branch --HG-- branch : ctypes-stuff - - - - - 9d2f220d by Ronan Lamy at 2020-05-27T10:15:25Z Close branch before merging --HG-- branch : ctypes-stuff - - - - - 6843cc10 by Ronan Lamy at 2020-05-27T10:21:15Z Merge branch 'ctypes-stuff' - - - - - 22 changed files: - extra_tests/ctypes_tests/test_buffers.py - extra_tests/ctypes_tests/test_pointers.py - lib-python/2.7/ctypes/test/test_pep3118.py - lib_pypy/_ctypes/array.py - lib_pypy/_ctypes/basics.py - lib_pypy/_ctypes/function.py - lib_pypy/_ctypes/pointer.py - lib_pypy/_ctypes/primitive.py - lib_pypy/_ctypes/structure.py - pypy/doc/whatsnew-head.rst - pypy/interpreter/buffer.py - + pypy/interpreter/test/test_buffer.py - pypy/module/__pypy__/interp_buffer.py - pypy/module/__pypy__/test/test_newmemoryview.py - pypy/module/_cppyy/capi/loadable_capi.py - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/interp_cppyy.py - pypy/module/_cppyy/lowlevelviews.py - pypy/module/_rawffi/array.py ? pypy/module/_rawffi/interp_array.py - pypy/module/_rawffi/interp_rawffi.py - pypy/module/_rawffi/moduledef.py - + pypy/module/_rawffi/test/apptest_rawffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3ceb94e55b72ee830d03ef5c658da1d20e4c3ba6...6843cc10b78b795f09bb0f9802c30645d7584ac3 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3ceb94e55b72ee830d03ef5c658da1d20e4c3ba6...6843cc10b78b795f09bb0f9802c30645d7584ac3 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 27 07:33:28 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 27 May 2020 11:33:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 22 commits: __buffer__() should return a memoryview, not a buffer (obviously) Message-ID: <5ece50083a99a_1c53fdd3c1c3b7c20362d@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 09aef907 by Ronan Lamy at 2020-05-13T19:18:52Z __buffer__() should return a memoryview, not a buffer (obviously) --HG-- branch : ctypes-stuff - - - - - fccf02a1 by Ronan Lamy at 2020-05-13T19:20:31Z Add 2 failing tests --HG-- branch : ctypes-stuff - - - - - f0e5b963 by Ronan Lamy at 2020-05-14T01:26:56Z fix --HG-- branch : ctypes-stuff - - - - - 930be02f by Ronan Lamy at 2020-05-14T03:33:25Z Fix format and itemsize in buffer protocol implementation for _rawffi.ArrayInstance Note: ArrayVIew backported from pypy3's pypy/module/array/interp_array.py --HG-- branch : ctypes-stuff - - - - - c23e06a4 by Ronan Lamy at 2020-05-14T16:06:53Z fix imports --HG-- branch : ctypes-stuff - - - - - bedeafb3 by Ronan Lamy at 2020-05-14T16:20:01Z Move ArrayView to pypy.interpreter.buffer.RawBufferView --HG-- branch : ctypes-stuff - - - - - eecf74f5 by Ronan Lamy at 2020-05-14T17:15:14Z Add minimal testing for RawBufferView and SimpleView --HG-- branch : ctypes-stuff - - - - - 20807a98 by Ronan Lamy at 2020-05-14T17:43:58Z Add common base class for SimpleView and RawBufferView --HG-- branch : ctypes-stuff - - - - - 3c173779 by Ronan Lamy at 2020-05-21T17:42:25Z Give correct format and itemsize to memoryviews on all _CData instances; unskip and partially fix 2 stdlib tests --HG-- branch : ctypes-stuff - - - - - 8443d36a by Ronan Lamy at 2020-05-22T17:02:50Z memoryviews on pointers contain the pointer itself, not what it points to. Add failing test --HG-- branch : ctypes-stuff - - - - - e037dba7 by Ronan Lamy at 2020-05-22T18:47:12Z Replace get_format_str() with tp._getformat() and fix pointer formats --HG-- branch : ctypes-stuff - - - - - 72837f69 by Ronan Lamy at 2020-05-22T19:13:46Z Implement _getformat() for arrays --HG-- branch : ctypes-stuff - - - - - 1e068b27 by Ronan Lamy at 2020-05-26T10:10:40Z unions and packed structs just use 'B' as their format --HG-- branch : ctypes-stuff - - - - - 40bfeb6e by Ronan Lamy at 2020-05-26T11:23:13Z Test and fix for a crash in newmemoryview() when itemsize==0 --HG-- branch : ctypes-stuff - - - - - fda56969 by Ronan Lamy at 2020-05-26T11:33:58Z Make memoryviews on structs 0-dimensional (py3 behavior) --HG-- branch : ctypes-stuff - - - - - 8807e10e by Ronan Lamy at 2020-05-26T14:58:52Z Fix format of swapped-endian simple types --HG-- branch : ctypes-stuff - - - - - 9df44f98 by Ronan Lamy at 2020-05-26T15:13:48Z Update stdlib test: skip one case, fix another that fails on CPython --HG-- branch : ctypes-stuff - - - - - ec727ba0 by Ronan Lamy at 2020-05-26T15:32:37Z move default __buffer__ implementation to _ctypes.basics and add function pointer format --HG-- branch : ctypes-stuff - - - - - ac6f0c70 by Ronan Lamy at 2020-05-27T10:14:19Z Document branch --HG-- branch : ctypes-stuff - - - - - 9d2f220d by Ronan Lamy at 2020-05-27T10:15:25Z Close branch before merging --HG-- branch : ctypes-stuff - - - - - 6843cc10 by Ronan Lamy at 2020-05-27T10:21:15Z Merge branch 'ctypes-stuff' - - - - - 589691f6 by Ronan Lamy at 2020-05-27T10:36:22Z hg merge default --HG-- branch : py3.6 - - - - - 21 changed files: - extra_tests/ctypes_tests/test_buffers.py - extra_tests/ctypes_tests/test_pointers.py - lib_pypy/_ctypes/array.py - lib_pypy/_ctypes/basics.py - lib_pypy/_ctypes/function.py - lib_pypy/_ctypes/pointer.py - lib_pypy/_ctypes/primitive.py - lib_pypy/_ctypes/structure.py - pypy/doc/whatsnew-head.rst - pypy/interpreter/buffer.py - + pypy/interpreter/test/test_buffer.py - pypy/module/__pypy__/interp_buffer.py - pypy/module/__pypy__/test/test_newmemoryview.py - pypy/module/_cppyy/capi/loadable_capi.py - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/interp_cppyy.py - pypy/module/_cppyy/lowlevelviews.py - pypy/module/_rawffi/array.py ? pypy/module/_rawffi/interp_array.py - pypy/module/_rawffi/interp_rawffi.py - pypy/module/_rawffi/moduledef.py - + pypy/module/_rawffi/test/apptest_rawffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/322f8dbfe619149ce62f1b9895c3bbe0ec478171...589691f6e5840afae667e6bd39d70a3062eabddf -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/322f8dbfe619149ce62f1b9895c3bbe0ec478171...589691f6e5840afae667e6bd39d70a3062eabddf You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 27 10:55:08 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 27 May 2020 14:55:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Fix test: the 'c' typecode means that bytes are considered as characters Message-ID: <5ece7f4ce331_1c53fdd3c1c3b7c2063c4@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 2f5dfcd5 by Ronan Lamy at 2020-05-27T14:54:18Z Fix test: the 'c' typecode means that bytes are considered as characters --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/_rawffi/test/test__rawffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2f5dfcd58da4a850ec22add477697101aa27f938 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2f5dfcd58da4a850ec22add477697101aa27f938 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 27 12:57:39 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 27 May 2020 16:57:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746) Message-ID: <5ece9c035d339_1c52afe404a1aa02080ca@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: f0fefef0 by Ronan Lamy at 2020-05-27T16:57:16Z Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746) --HG-- branch : py3.6 - - - - - 1 changed file: - lib_pypy/_ctypes/primitive.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f0fefef0a3fcb37c1a845699a57c1a3a6ff80f04 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f0fefef0a3fcb37c1a845699a57c1a3a6ff80f04 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Wed May 27 13:02:18 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 27 May 2020 17:02:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] tweak stdlib test so that it passes on pypy Message-ID: <5ece9d1a6dc74_1c52afe40471d282082ea@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 7ccd9a77 by Ronan Lamy at 2020-05-27T17:01:59Z tweak stdlib test so that it passes on pypy --HG-- branch : py3.6 - - - - - 1 changed file: - lib-python/3/ctypes/test/test_pep3118.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ccd9a77ab72c904b12f3dc6be9ec5b1894faa94 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ccd9a77ab72c904b12f3dc6be9ec5b1894faa94 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 28 10:00:20 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 28 May 2020 14:00:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] fix test Message-ID: <5ecfc3f4169b0_1c52afe409ff65022539c@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 95a32f80 by Ronan Lamy at 2020-05-28T13:59:37Z fix test --HG-- branch : py3.6 - - - - - 1 changed file: - extra_tests/ctypes_tests/test_buffers.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/95a32f8005f40299e1a750afeef956dac494d329 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/95a32f8005f40299e1a750afeef956dac494d329 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 28 10:07:16 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 28 May 2020 14:07:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update to cffi/54810acbf34d Message-ID: <5ecfc59447169_1c53fdd3c1c3b7c225743@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: f6193fa8 by Armin Rigo at 2020-05-28T14:06:37Z update to cffi/54810acbf34d - - - - - 19 changed files: - extra_tests/cffi_tests/cffi0/test_parsing.py - extra_tests/cffi_tests/cffi1/test_recompiler.py - lib_pypy/cffi/cparser.py - lib_pypy/cffi/model.py - lib_pypy/cffi/vengine_cpy.py - lib_pypy/cffi/vengine_gen.py - pypy/module/_cffi_backend/allocator.py - pypy/module/_cffi_backend/cdataobj.py - pypy/module/_cffi_backend/cglob.py - pypy/module/_cffi_backend/ctypearray.py - pypy/module/_cffi_backend/ctypeobj.py - pypy/module/_cffi_backend/ffi_obj.py - pypy/module/_cffi_backend/lib_obj.py - pypy/module/_cffi_backend/libraryobj.py - pypy/module/_cffi_backend/moduledef.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_c.py - pypy/module/_cffi_backend/test/test_file.py - pypy/module/_cffi_backend/wrapper.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f6193fa8848f01f0e37e70adb09fcad6bd7a61fa -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f6193fa8848f01f0e37e70adb09fcad6bd7a61fa You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 28 10:59:28 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 28 May 2020 14:59:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 31 commits: __buffer__() should return a memoryview, not a buffer (obviously) Message-ID: <5ecfd1d02c03b_1c52afe3eacc38c225925@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 09aef907 by Ronan Lamy at 2020-05-13T19:18:52Z __buffer__() should return a memoryview, not a buffer (obviously) --HG-- branch : ctypes-stuff - - - - - fccf02a1 by Ronan Lamy at 2020-05-13T19:20:31Z Add 2 failing tests --HG-- branch : ctypes-stuff - - - - - f0e5b963 by Ronan Lamy at 2020-05-14T01:26:56Z fix --HG-- branch : ctypes-stuff - - - - - 930be02f by Ronan Lamy at 2020-05-14T03:33:25Z Fix format and itemsize in buffer protocol implementation for _rawffi.ArrayInstance Note: ArrayVIew backported from pypy3's pypy/module/array/interp_array.py --HG-- branch : ctypes-stuff - - - - - c23e06a4 by Ronan Lamy at 2020-05-14T16:06:53Z fix imports --HG-- branch : ctypes-stuff - - - - - bedeafb3 by Ronan Lamy at 2020-05-14T16:20:01Z Move ArrayView to pypy.interpreter.buffer.RawBufferView --HG-- branch : ctypes-stuff - - - - - eecf74f5 by Ronan Lamy at 2020-05-14T17:15:14Z Add minimal testing for RawBufferView and SimpleView --HG-- branch : ctypes-stuff - - - - - 20807a98 by Ronan Lamy at 2020-05-14T17:43:58Z Add common base class for SimpleView and RawBufferView --HG-- branch : ctypes-stuff - - - - - 3c173779 by Ronan Lamy at 2020-05-21T17:42:25Z Give correct format and itemsize to memoryviews on all _CData instances; unskip and partially fix 2 stdlib tests --HG-- branch : ctypes-stuff - - - - - 8443d36a by Ronan Lamy at 2020-05-22T17:02:50Z memoryviews on pointers contain the pointer itself, not what it points to. Add failing test --HG-- branch : ctypes-stuff - - - - - e037dba7 by Ronan Lamy at 2020-05-22T18:47:12Z Replace get_format_str() with tp._getformat() and fix pointer formats --HG-- branch : ctypes-stuff - - - - - 72837f69 by Ronan Lamy at 2020-05-22T19:13:46Z Implement _getformat() for arrays --HG-- branch : ctypes-stuff - - - - - cc95dd9f by Matti Picus at 2020-05-25T05:53:59Z copy CPython: listdir('') and listdir(b'') succeed on win32, fail otherwise --HG-- branch : py3.6 - - - - - 166ba85a by Matti Picus at 2020-05-25T06:26:51Z win32 behaves differently --HG-- branch : py3.6 - - - - - 1e068b27 by Ronan Lamy at 2020-05-26T10:10:40Z unions and packed structs just use 'B' as their format --HG-- branch : ctypes-stuff - - - - - 40bfeb6e by Ronan Lamy at 2020-05-26T11:23:13Z Test and fix for a crash in newmemoryview() when itemsize==0 --HG-- branch : ctypes-stuff - - - - - fda56969 by Ronan Lamy at 2020-05-26T11:33:58Z Make memoryviews on structs 0-dimensional (py3 behavior) --HG-- branch : ctypes-stuff - - - - - 0ac69962 by Armin Rigo at 2020-05-26T11:47:40Z First bug and fix for SRE_Match.__repr__() --HG-- branch : py3.6 - - - - - 322f8dbf by Armin Rigo at 2020-05-26T12:07:52Z Fix the repr of SRE_Pattern and SRE_Match: truncating a utf-8 string at a random point is not a good idea --HG-- branch : py3.6 - - - - - 8807e10e by Ronan Lamy at 2020-05-26T14:58:52Z Fix format of swapped-endian simple types --HG-- branch : ctypes-stuff - - - - - 9df44f98 by Ronan Lamy at 2020-05-26T15:13:48Z Update stdlib test: skip one case, fix another that fails on CPython --HG-- branch : ctypes-stuff - - - - - ec727ba0 by Ronan Lamy at 2020-05-26T15:32:37Z move default __buffer__ implementation to _ctypes.basics and add function pointer format --HG-- branch : ctypes-stuff - - - - - ac6f0c70 by Ronan Lamy at 2020-05-27T10:14:19Z Document branch --HG-- branch : ctypes-stuff - - - - - 9d2f220d by Ronan Lamy at 2020-05-27T10:15:25Z Close branch before merging --HG-- branch : ctypes-stuff - - - - - 6843cc10 by Ronan Lamy at 2020-05-27T10:21:15Z Merge branch 'ctypes-stuff' - - - - - 589691f6 by Ronan Lamy at 2020-05-27T10:36:22Z hg merge default --HG-- branch : py3.6 - - - - - 2f5dfcd5 by Ronan Lamy at 2020-05-27T14:54:18Z Fix test: the 'c' typecode means that bytes are considered as characters --HG-- branch : py3.6 - - - - - f0fefef0 by Ronan Lamy at 2020-05-27T16:57:16Z Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746) --HG-- branch : py3.6 - - - - - 7ccd9a77 by Ronan Lamy at 2020-05-27T17:01:59Z tweak stdlib test so that it passes on pypy --HG-- branch : py3.6 - - - - - 95a32f80 by Ronan Lamy at 2020-05-28T13:59:37Z fix test --HG-- branch : py3.6 - - - - - e36527f8 by Ronan Lamy at 2020-05-28T14:59:01Z hg merge py3.6 --HG-- branch : py3.7 - - - - - 28 changed files: - extra_tests/ctypes_tests/test_buffers.py - extra_tests/ctypes_tests/test_pointers.py - lib-python/3/ctypes/test/test_pep3118.py - lib_pypy/_ctypes/array.py - lib_pypy/_ctypes/basics.py - lib_pypy/_ctypes/function.py - lib_pypy/_ctypes/pointer.py - lib_pypy/_ctypes/primitive.py - lib_pypy/_ctypes/structure.py - pypy/doc/whatsnew-head.rst - pypy/interpreter/buffer.py - + pypy/interpreter/test/test_buffer.py - pypy/module/__pypy__/interp_buffer.py - pypy/module/__pypy__/test/test_newmemoryview.py - pypy/module/_cppyy/capi/loadable_capi.py - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/interp_cppyy.py - pypy/module/_cppyy/lowlevelviews.py - pypy/module/_rawffi/array.py ? pypy/module/_rawffi/interp_array.py - pypy/module/_rawffi/interp_rawffi.py - pypy/module/_rawffi/moduledef.py - + pypy/module/_rawffi/test/apptest_rawffi.py - pypy/module/_rawffi/test/test__rawffi.py - pypy/module/_socket/test/test_sock_app.py - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/7ca9b381b41cd9bf9dff56baf04b726f82320096...e36527f89bd983cd52b6845446e776263bf4735f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/7ca9b381b41cd9bf9dff56baf04b726f82320096...e36527f89bd983cd52b6845446e776263bf4735f You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 28 13:08:51 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 28 May 2020 17:08:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Fix missing _special_casing in unicodedb_5_2_0.py and regenerate Message-ID: <5ecff023de407_1c52afe3eacc38c232138@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 07f2c897 by Ronan Lamy at 2020-05-28T17:08:17Z Fix missing _special_casing in unicodedb_5_2_0.py and regenerate - - - - - 3 changed files: - rpython/rlib/unicodedata/generate_unicodedb.py - rpython/rlib/unicodedata/test/test_unicodedata.py - rpython/rlib/unicodedata/unicodedb_5_2_0.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/07f2c89741f2ca677814a6f4f3ff9ad83576f35d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/07f2c89741f2ca677814a6f4f3ff9ad83576f35d You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 28 13:14:41 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 28 May 2020 17:14:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: update to cffi/54810acbf34d Message-ID: <5ecff181e30c_1c52afe40f8f6742323c3@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: f6193fa8 by Armin Rigo at 2020-05-28T14:06:37Z update to cffi/54810acbf34d - - - - - 07f2c897 by Ronan Lamy at 2020-05-28T17:08:17Z Fix missing _special_casing in unicodedb_5_2_0.py and regenerate - - - - - cbd55b8e by Ronan Lamy at 2020-05-28T17:10:23Z hg merge default --HG-- branch : py3.6 - - - - - 5946a3b5 by Ronan Lamy at 2020-05-28T17:13:57Z hg merge py3.6 --HG-- branch : py3.7 - - - - - 22 changed files: - extra_tests/cffi_tests/cffi0/test_parsing.py - extra_tests/cffi_tests/cffi1/test_recompiler.py - lib_pypy/cffi/cparser.py - lib_pypy/cffi/model.py - lib_pypy/cffi/vengine_cpy.py - lib_pypy/cffi/vengine_gen.py - pypy/module/_cffi_backend/allocator.py - pypy/module/_cffi_backend/cdataobj.py - pypy/module/_cffi_backend/cglob.py - pypy/module/_cffi_backend/ctypearray.py - pypy/module/_cffi_backend/ctypeobj.py - pypy/module/_cffi_backend/ffi_obj.py - pypy/module/_cffi_backend/lib_obj.py - pypy/module/_cffi_backend/libraryobj.py - pypy/module/_cffi_backend/moduledef.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_c.py - pypy/module/_cffi_backend/test/test_file.py - pypy/module/_cffi_backend/wrapper.py - rpython/rlib/unicodedata/generate_unicodedb.py - rpython/rlib/unicodedata/test/test_unicodedata.py - rpython/rlib/unicodedata/unicodedb_5_2_0.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e36527f89bd983cd52b6845446e776263bf4735f...5946a3b5e49180d390b190a3099300fd1c38376f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e36527f89bd983cd52b6845446e776263bf4735f...5946a3b5e49180d390b190a3099300fd1c38376f You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu May 28 13:14:42 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 28 May 2020 17:14:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: update to cffi/54810acbf34d Message-ID: <5ecff1826ab67_1c52afe4042a4a02325a0@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: f6193fa8 by Armin Rigo at 2020-05-28T14:06:37Z update to cffi/54810acbf34d - - - - - 07f2c897 by Ronan Lamy at 2020-05-28T17:08:17Z Fix missing _special_casing in unicodedb_5_2_0.py and regenerate - - - - - cbd55b8e by Ronan Lamy at 2020-05-28T17:10:23Z hg merge default --HG-- branch : py3.6 - - - - - 22 changed files: - extra_tests/cffi_tests/cffi0/test_parsing.py - extra_tests/cffi_tests/cffi1/test_recompiler.py - lib_pypy/cffi/cparser.py - lib_pypy/cffi/model.py - lib_pypy/cffi/vengine_cpy.py - lib_pypy/cffi/vengine_gen.py - pypy/module/_cffi_backend/allocator.py - pypy/module/_cffi_backend/cdataobj.py - pypy/module/_cffi_backend/cglob.py - pypy/module/_cffi_backend/ctypearray.py - pypy/module/_cffi_backend/ctypeobj.py - pypy/module/_cffi_backend/ffi_obj.py - pypy/module/_cffi_backend/lib_obj.py - pypy/module/_cffi_backend/libraryobj.py - pypy/module/_cffi_backend/moduledef.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_c.py - pypy/module/_cffi_backend/test/test_file.py - pypy/module/_cffi_backend/wrapper.py - rpython/rlib/unicodedata/generate_unicodedb.py - rpython/rlib/unicodedata/test/test_unicodedata.py - rpython/rlib/unicodedata/unicodedb_5_2_0.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/95a32f8005f40299e1a750afeef956dac494d329...cbd55b8e36216883f6f2b7a6662b54eb304f0b43 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/95a32f8005f40299e1a750afeef956dac494d329...cbd55b8e36216883f6f2b7a6662b54eb304f0b43 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri May 29 14:27:19 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 29 May 2020 18:27:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix equivalent of bpo-24214 Message-ID: <5ed15407a359a_1b22b0dcfb695c4678c1@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 276d94a7 by Ronan Lamy at 2020-05-29T18:26:29Z fix equivalent of bpo-24214 --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/unicodehelper.py - + pypy/module/_codecs/test/apptest_codecs.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/276d94a7c4b86576a48f399d12c609b7cf625e3e -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/276d94a7c4b86576a48f399d12c609b7cf625e3e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun May 31 04:36:46 2020 From: foss at heptapod.net (Armin Rigo) Date: Sun, 31 May 2020 08:36:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] It's pointless to compare the length of something with sys.maxsize. Message-ID: <5ed36c9ef16a2_1b22b0dcfb6930881846@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 9c2a4c24 by Armin Rigo at 2020-05-31T08:36:32Z It's pointless to compare the length of something with sys.maxsize. The intention is instead to compare it with the C constant MAX_INT. - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9c2a4c240975f93b8ed5630ad06afa36c70c3bc9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9c2a4c240975f93b8ed5630ad06afa36c70c3bc9 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: