[pypy-commit] [Git][pypy/pypy][branch/py3.8] tweak unraisable printing

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 83b36499 by Matti Picus at 2021-08-24T10:59:20+03:00 tweak unraisable printing --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/error.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Git][pypy/pypy][branch/conda] conda modifies the build to put the dll in base/lib not base/bin

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/conda at PyPy / pypy Commits: ba8179c1 by Matti Picus at 2021-08-24T17:19:39+03:00 conda modifies the build to put the dll in base/lib not base/bin --HG-- branch : conda - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on Heptapod: https

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: generate graminit.h needed for pywin32. maybe part of issue 3286

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ada5a824 by Matti Picus at 2021-08-24T13:33:14+03:00 generate graminit.h needed for pywin32. maybe part of issue 3286 --HG-- branch : py3.8 - - - - - 50acc6e3 by Matti Picus at 2021-08-24T14:38:39+03:00 add LDFLAGS to sysconfig

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/move-include

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/move-include at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/move-include You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailin

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: assignment to a structseq should be an AttributeError

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b542d233 by Matti Picus at 2021-08-24T21:12:23+03:00 assignment to a structseq should be an AttributeError --HG-- branch : py3.7 - - - - - c3ec31c4 by Matti Picus at 2021-08-24T21:51:00+03:00 add f_sid to statvfs - - - - - 02c

[pypy-commit] [Git][pypy/pypy][branch/default] add f_sid to statvfs

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c3ec31c4 by Matti Picus at 2021-08-24T21:51:00+03:00 add f_sid to statvfs - - - - - 3 changed files: - pypy/module/posix/app_posix.py - pypy/module/posix/test/test_posix2.py - rpython/rlib/rposix_stat.py View it on Heptap

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: memfd_create accepts text not bytes

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 3095280a by Matti Picus at 2021-08-24T21:05:17+03:00 memfd_create accepts text not bytes --HG-- branch : py3.8 - - - - - b542d233 by Matti Picus at 2021-08-24T21:12:23+03:00 assignment to a structseq should be an AttributeError

[pypy-commit] [Git][pypy/pypy][branch/default] remove f_fsid for python2

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 23fd8083 by Matti Picus at 2021-08-25T07:08:00+03:00 remove f_fsid for python2 - - - - - 3 changed files: - pypy/module/posix/app_posix.py - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.py View i

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: remove f_fsid for python2

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 23fd8083 by Matti Picus at 2021-08-25T07:08:00+03:00 remove f_fsid for python2 - - - - - d70f5697 by Matti Picus at 2021-08-25T07:08:38+03:00 merge default into py3.7, discarding changes --HG-- branch : py3.7 - - - - - 72fe4ff

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: remove f_fsid for python2

2021-08-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 23fd8083 by Matti Picus at 2021-08-25T07:08:00+03:00 remove f_fsid for python2 - - - - - d70f5697 by Matti Picus at 2021-08-25T07:08:38+03:00 merge default into py3.7, discarding changes --HG-- branch : py3.7 - - - - - 72fe4ff

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: enum _convert is deprecated, use _convert_

2021-08-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0af5060f by Matti Picus at 2021-08-26T08:38:14+03:00 enum _convert is deprecated, use _convert_ --HG-- branch : py3.8 - - - - - 3be11097 by Matti Picus at 2021-08-26T08:38:23+03:00 fix test --HG-- branch : py3.8 - - - - - cda

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: backport fixes from CPython PR 27968, BPO-45011

2021-08-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 79506e2b by Matti Picus at 2021-08-26T14:37:18+03:00 backport fixes from CPython PR 27968, BPO-45011 --HG-- branch : py3.8 - - - - - 6aa1c500 by Matti Picus at 2021-08-26T14:38:31+03:00 raise on non-tuple time arguments to os.u

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fixes, add new exception for __fspath__ failure

2021-08-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 963d34aa by Matti Picus at 2021-08-26T19:21:22+03:00 fixes, add new exception for __fspath__ failure --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on Heptapod: https://foss.he

[pypy-commit] [Git][pypy/pypy][branch/py3.8] accept variation in error message

2021-08-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d6b87e81 by Matti Picus at 2021-08-27T00:51:03+03:00 accept variation in error message --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/test/test_positional_only_arg.py View it on Heptapod: https://foss.hept

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: skip/fix some test_gc tests, perhaps we could support more of this someday

2021-08-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 3ee8bb18 by Matti Picus at 2021-08-27T13:30:46+03:00 skip/fix some test_gc tests, perhaps we could support more of this someday --HG-- branch : py3.8 - - - - - 2ef65de7 by Matti Picus at 2021-08-27T13:31:29+03:00 add audit hook

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typo

2021-08-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 271ce42d by Matti Picus at 2021-08-28T20:54:18+03:00 typo --HG-- branch : py3.8 - - - - - 2edf6c5f by Matti Picus at 2021-08-28T20:55:11+03:00 make -D tests pass, use os.fsencode for portability to cpython --HG-- branch : py3.

[pypy-commit] [Git][pypy/pypy][branch/default] tweak onboarding to mention using python2 and pypy3-c to run tests

2021-08-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 816c5d56 by Matti Picus at 2021-08-28T21:26:13+03:00 tweak onboarding to mention using python2 and pypy3-c to run tests - - - - - 1 changed file: - pypy/doc/contributing.rst View it on Heptapod: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/default] typo

2021-08-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 9ba625aa by Matti Picus at 2021-08-28T21:46:02+03:00 typo - - - - - 1 changed file: - pypy/doc/contributing.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9ba625aa9e9cb8451c83788025139d8c29183b49

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: skip some descr tests for PyPy

2021-08-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7f4ad5e5 by Matti Picus at 2021-08-29T10:04:47+03:00 skip some descr tests for PyPy --HG-- branch : py3.8 - - - - - 066e381b by Matti Picus at 2021-08-29T10:10:18+03:00 make error message match CPython --HG-- branch : py3.8 -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] adopt BPO-16396 (supply a low-level VARAINT_BOOL on non-windows), fix test import

2021-08-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: de3e96e6 by Matti Picus at 2021-08-29T13:16:25+03:00 adopt BPO-16396 (supply a low-level VARAINT_BOOL on non-windows), fix test import --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/ctypes/test/test_paramet

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: move include files on non-windows to include/pypy3.8 (issue 3540)

2021-08-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: fde28c0b by Matti Picus at 2021-08-24T14:31:37+03:00 move include files on non-windows to include/pypy3.8 (issue 3540) --HG-- branch : move-include - - - - - 7c536548 by Matti Picus at 2021-08-29T21:21:26+03:00 take strides int

[pypy-commit] [Git][pypy/pypy][branch/py3.8] use multiarch as platform_name for python3.8 (issue 3416)

2021-08-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 39cfce60 by Matti Picus at 2021-08-29T21:56:14+03:00 use multiarch as platform_name for python3.8 (issue 3416) --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/imp/importing.py View it on Heptapod: https://fo

[pypy-commit] [Git][pypy/pypy][branch/default] start a release note

2021-08-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3feaa724 by Matti Picus at 2021-08-30T00:03:28+03:00 start a release note - - - - - 1 changed file: - + pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3feaa724925412ffadf05f

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix move-include

2021-08-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 424a5864 by Matti Picus at 2021-08-30T01:01:50+03:00 fix move-include --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/distutils/sysconfig_pypy.py - lib_pypy/_sysconfigdata.py View it on Heptapod: https://f

[pypy-commit] [Git][pypy/pypy][branch/py3.8] handle 0d memoryview.as_str(), calculate strides * shape right-to-left

2021-08-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9b162725 by Matti Picus at 2021-08-30T08:34:20+03:00 handle 0d memoryview.as_str(), calculate strides * shape right-to-left --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/module/__pypy__/interp_buffer.py - pypy/modu

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 18 commits: (in-progress) another attempt: try to slice up too huge traces into trace chunks

2021-08-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 76a1fba8 by Carl Friedrich Bolz-Tereick at 2021-03-12T21:55:00+01:00 (in-progress) another attempt: try to slice up too huge traces into trace chunks already working: trace chunk for the original trace, ends with guard_always_fa

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037)

2021-08-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d8d27a06 by "Miss Islington (bot)" at 2021-08-31T08:26:34+03:00 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037) Co-authored-by: Miguel Brito <5544985+miguen...@users.noreply.github.com> Co-authored-by: Łukas

[pypy-commit] [Git][pypy/pypy][branch/vendor/stdlib-3.8] update to stdlib 3.8.12

2021-08-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/vendor/stdlib-3.8 at PyPy / pypy Commits: f856ddf9 by Matti Picus at 2021-08-31T11:41:08+03:00 update to stdlib 3.8.12 --HG-- branch : vendor/stdlib-3.8 - - - - - 21 changed files: - lib-python/3/email/_parseaddr.py - lib-python/3/http/client.py - lib-py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: update to stdlib 3.8.12

2021-08-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f856ddf9 by Matti Picus at 2021-08-31T11:41:08+03:00 update to stdlib 3.8.12 --HG-- branch : vendor/stdlib-3.8 - - - - - d78d6448 by Matti Picus at 2021-08-31T11:46:06+03:00 Merge vendor/stdlib-3.8 into branch to get stdlib 3.8

[pypy-commit] [Git][pypy/pypy][branch/py3.8] use canonical method for finding include dir instead of manually guessing

2021-08-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 71fb504c by Matti Picus at 2021-08-31T12:20:54+03:00 use canonical method for finding include dir instead of manually guessing --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_pypy_testcapi.py View it on Heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.8] test, fix memoryview.nbytes

2021-08-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 27489a50 by Matti Picus at 2021-08-31T21:25:11+03:00 test, fix memoryview.nbytes --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/__pypy__/test/test_newmemoryview.py - pypy/objspace/std/memoryobject.py View i

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix f8a0b0d3d766

2021-08-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c7b56009 by Matti Picus at 2021-09-01T07:26:30+03:00 fix f8a0b0d3d766 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/objspace/std/memoryobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c

[pypy-commit] [Git][pypy/pypy][branch/py3.8] try to blindly fix macOS posixshmem build

2021-09-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f6182374 by Matti Picus at 2021-09-02T10:09:41+03:00 try to blindly fix macOS posixshmem build --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_posixshmem_build.py View it on Heptapod: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/release-pypy3.8-v7.x

2021-09-02 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/release-pypy3.8-v7.x at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/release-pypy3.8-v7.x You're receiving this email because of your account on foss.heptapod.net. ___ py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] document branch

2021-09-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5fa74b69 by Matti Picus at 2021-09-02T17:45:01+03:00 document branch --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/doc/whatsnew-pypy3-head.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5fa

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: add a --no-make-portable to disable portable build on macOS

2021-09-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 73b40821 by Michael Cho at 2021-09-02T12:50:37-07:00 add a --no-make-portable to disable portable build on macOS --HG-- branch : no-make-portable - - - - - a33d6248 by Matti Picus at 2021-09-02T23:52:38+03:00 merge no-make-po

[pypy-commit] [Git][pypy/pypy][branch/default] fix 7da4cfec5f00

2021-09-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3cc08f4e by Matti Picus at 2021-09-04T19:51:19+03:00 fix 7da4cfec5f00 - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3cc08f4ead689898dc3bda38363c6

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 22 commits: Use the cpyext error indicator to implement HPy exceptions (WIP)

2021-09-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 90370b5d by Ronan Lamy at 2021-06-28T17:58:31+01:00 Use the cpyext error indicator to implement HPy exceptions (WIP) --HG-- branch : hpy-refactor-exceptions - - - - - 10011611 by Ronan Lamy at 2021-06-28T18:02:48+01:00 Check ex

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: move whatsnew

2021-09-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 43272a82 by Matti Picus at 2021-09-02T10:39:14+03:00 move whatsnew - - - - - fe37b3ef by Matti Picus at 2021-09-02T11:50:08+03:00 restart whatsnew - - - - - 73b40821 by Michael Cho at 2021-09-02T12:50:37-07:00 add a --no-make-p

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: skip srcdir test on pypy

2021-09-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ad7350ca by Matti Picus at 2021-09-05T01:22:21+03:00 skip srcdir test on pypy --HG-- branch : py3.8 - - - - - a904333d by Matti Picus at 2021-09-05T01:22:42+03:00 fix test for pypy --HG-- branch : py3.8 - - - - - 408f450e by

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: make sure test uses non-gcc

2021-09-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 366f4183 by Matti Picus at 2021-09-05T01:38:56+03:00 make sure test uses non-gcc --HG-- branch : py3.8 - - - - - 78d50bc8 by Matti Picus at 2021-09-05T01:39:16+03:00 more distutils.sysconfig updates --HG-- branch : py3.8 - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: remove old versions of bundled pip and setuptools

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: dcd2ce42 by Matti Picus at 2021-09-05T09:13:26+03:00 remove old versions of bundled pip and setuptools --HG-- branch : py3.8 - - - - - 4dde4f51 by Matti Picus at 2021-09-05T09:24:25+03:00 remove pypy-specific install schema and

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix for python2

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d7169e8c by Matti Picus at 2021-09-05T11:36:18+03:00 fix for python2 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/app_main.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d7169e8

[pypy-commit] [Git][pypy/pypy][branch/py3.8] sync imports as well

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 70d82458 by Matti Picus at 2021-09-05T12:58:03+03:00 sync imports as well --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.8] revert this part of the sync, with a comment

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b883b851 by Matti Picus at 2021-09-05T14:54:30+03:00 revert this part of the sync, with a comment --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://fos

[pypy-commit] [Git][pypy/pypy][branch/py3.8] typo

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 50a9984d by Matti Picus at 2021-09-05T15:16:34+03:00 typo --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50a998

[pypy-commit] [Git][pypy/pypy][branch/py3.8] typo

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 569e5460 by Matti Picus at 2021-09-05T15:43:41+03:00 typo --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/569e54604082ab7a91

[pypy-commit] [Git][pypy/pypy][branch/py3.8] unskip test_distutils

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c776b303 by Matti Picus at 2021-09-05T15:47:46+03:00 unskip test_distutils --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c776b30

[pypy-commit] [Git][pypy/pypy][branch/py3.8] make sure site-packages is created when packaging

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 703ad047 by Matti Picus at 2021-09-05T16:38:23+03:00 make sure site-packages is created when packaging --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.hepta

[pypy-commit] [Git][pypy/pypy][branch/default] update release note

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8f85959e by Matti Picus at 2021-09-05T19:02:55+03:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8f85959e9cbcd625d6d39ecdb

[pypy-commit] [Git][pypy/pypy][branch/py3.8] assigning to distutils.sysconfig._config_vars fails in tests

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e9ac7f88 by Matti Picus at 2021-09-05T18:38:25+03:00 assigning to distutils.sysconfig._config_vars fails in tests --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/tests/test_util.py View it on Hepta

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: use write_unraisable, use regexp in test

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 54e015e0 by Matti Picus at 2021-09-05T19:36:06+03:00 use write_unraisable, use regexp in test --HG-- branch : py3.8 - - - - - 038ad8f5 by Matti Picus at 2021-09-05T19:39:33+03:00 remove stray pdb --HG-- branch : py3.8 - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typos

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7b9d990b by Matti Picus at 2021-09-06T09:08:47+03:00 typos --HG-- branch : py3.8 - - - - - 8841a46c by Matti Picus at 2021-09-06T09:09:26+03:00 remove outdated lib-tk and plat-linux2 from init_path --HG-- branch : py3.8 - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] pypy site-package now is closer to cpython

2021-09-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9f4e2e63 by Matti Picus at 2021-09-06T17:06:22+03:00 pypy site-package now is closer to cpython --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/test/test_site.py View it on Heptapod: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy][branch/py3.8] adapt test for windows

2021-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: bcb7e5d4 by Matti Picus at 2021-09-08T21:12:15+03:00 adapt test for windows --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/test/test_package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add _PyList_Extend, remove a few already implemented functions from stubs.py

2021-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, remove a few already implemented functions from stubs.py We should probably just delete stubs.py, it is not that useful --HG-- branch : py3.7 - - - - -

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win64-stat

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/win64-stat at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64-stat You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing li

[pypy-commit] [Git][pypy/pypy][branch/win64-stat] CloseFile -> CloseHandle

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/win64-stat at PyPy / pypy Commits: 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - 2 changed files: - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py View it on Heptapod: http

[pypy-commit] [Git][pypy/pypy][branch/default] backport check for '=' in env keys, fixes crash in os.execve

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on Heptapod: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHa

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '='

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, re

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typo

2021-09-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 8f754180 by Matti Picus at 2021-09-10T07:25:01+03:00 typo --HG-- branch : py3.8 - - - - - ad77526e by Matti Picus at 2021-09-10T13:00:55+03:00 fix more uses of include vs. include/pypy3.8 --HG-- branch : py3.8 - - - - - 3 c

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue-2674

2021-09-10 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/issue-2674 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue-2674 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing li

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: remove hack, restores DeprecationWarning

2021-09-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 77046602 by Matti Picus at 2021-09-10T16:06:18+03:00 remove hack, restores DeprecationWarning --HG-- branch : py3.7 - - - - - 764025a7 by Matti Picus at 2021-09-10T16:07:42+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8 -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] remove hack, restores DeprecationWarning

2021-09-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 77046602 by Matti Picus at 2021-09-10T16:06:18+03:00 remove hack, restores DeprecationWarning --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/collections/__init__.py View it on Heptapod: https://foss.heptap

[pypy-commit] [Git][pypy/pypy][branch/issue-2674] convert test to PyType_FromSpec, it still fails

2021-09-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/issue-2674 at PyPy / pypy Commits: 5f3994c4 by Matti Picus at 2021-09-10T17:04:39+03:00 convert test to PyType_FromSpec, it still fails --HG-- branch : issue-2674 - - - - - 1 changed file: - pypy/module/cpyext/test/test_typeobject.py View it on Heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.8] maybe create include/pypy3.8 in tests

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: cbb23f39 by Matti Picus at 2021-09-11T10:34:13+03:00 maybe create include/pypy3.8 in tests --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_cffi_backend/copy_includes.py View it on Heptapod: https://foss.hep

[pypy-commit] [Git][pypy/pypy][branch/py3.7] skip hpy tests if _hpy_universal not found

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00 skip hpy tests if _hpy_universal not found --HG-- branch : py3.7 - - - - - 1 changed file: - + extra_tests/hpy_tests/conftest.py View it on Heptapod: https://foss.hepta

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: skip hpy tests if _hpy_universal not found

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00 skip hpy tests if _hpy_universal not found --HG-- branch : py3.7 - - - - - a73494ab by Matti Picus at 2021-09-11T10:39:53+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8

[pypy-commit] [Git][pypy/pypy][branch/default] mention stdlib 3.7.12 in the release note

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00 mention stdlib 3.7.12 in the release note - - - - - 1 changed file: - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5b5

[pypy-commit] [Git][pypy/pypy][branch/vendor/stdlib-3.7] 3 commits: add instructions how to upgrade

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/vendor/stdlib-3.7 at PyPy / pypy Commits: b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00 add instructions how to upgrade --HG-- branch : vendor/stdlib-3.7 - - - - - b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00 update stdlib to v3.7.12 --HG--

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: add instructions how to upgrade

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00 add instructions how to upgrade --HG-- branch : vendor/stdlib-3.7 - - - - - b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00 update stdlib to v3.7.12 --HG-- branch : ven

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 7 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backpor

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] 15 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _Py

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] 16 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _Py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows)

2021-09-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 35963bed by Matti Picus at 2021-09-12T23:45:45+03:00 adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows) issue 3549 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/sys/initpa

[pypy-commit] [Git][pypy/pypy][branch/py3.7] cleanout old bundled versions of pip and setuptools

2021-09-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00 cleanout old bundled versions of pip and setuptools --HG-- branch : py3.7 - - - - - 2 changed files: - − lib-python/3/ensurepip/_bundled/pip-20.0.2-py2.py3-none-any.whl -

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] 2 commits: cleanout old bundled versions of pip and setuptools

2021-09-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: 243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00 cleanout old bundled versions of pip and setuptools --HG-- branch : py3.7 - - - - - 5144f59a by Matti Picus at 2021-09-13T06:54:22+03:00 merge py3.7 into relea

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test

2021-09-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 6980bc9e by Matti Picus at 2021-09-13T06:51:07+03:00 fix test --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/sys/test/test_initpath.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6980b

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] 3 commits: adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows)

2021-09-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 35963bed by Matti Picus at 2021-09-12T23:45:45+03:00 adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows) issue 3549 --HG-- branch : py3.8 - - - - - 6980bc9e by Matti Picus at 20

[pypy-commit] [Git][pypy/pypy][branch/default] tweak release note, fix other doc errors

2021-09-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 25baf7b7 by Matti Picus at 2021-09-13T08:17:55+03:00 tweak release note, fix other doc errors - - - - - 3 changed files: - pypy/doc/faq.rst - pypy/doc/index-of-whatsnew.rst - pypy/doc/release-v7.3.6.rst View it on Heptapo

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691

2021-09-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b725b0da by Matti Picus at 2021-09-13T14:02:58+03:00 Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691 - - - - - 6be42b01 by Matti Picus at 2021-09-13T14:03:21+03:00 Added tag release-pypy3.7-v7.3.6rc1 for changes

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix venv for possible python3.8 directory (issue 3553)

2021-09-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 713b2af9 by Matti Picus at 2021-09-20T11:11:03-04:00 fix venv for possible python3.8 directory (issue 3553) --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/venv/__init__.py - lib_pypy/_sysconfigdata.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.8] revert mistaken part of 824638f0e227

2021-09-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c4eec460 by Matti Picus at 2021-09-23T08:45:26-04:00 revert mistaken part of 824638f0e227 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on Heptapod: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] package lib_pypy into the stdlib directory

2021-09-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d80c8aa0 by Matti Picus at 2021-09-28T14:06:55-04:00 package lib_pypy into the stdlib directory --HG-- branch : py3.8 - - - - - 4 changed files: - .hgignore - pypy/module/sys/initpath.py - pypy/module/sys/test/test_initpath.

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: update versions.json

2021-09-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cc1c1414 by Matti Picus at 2021-09-29T00:50:41+03:00 update versions.json - - - - - e70f2d7e by Matti Picus at 2021-09-29T00:51:50+03:00 update repackage.sh - - - - - d66ea103 by Matti Picus at 2021-09-29T01:17:08+03:00 docum

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it in ssl.read

2021-09-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f267682f by fijal at 2021-09-27T16:18:01+02:00 merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it in ssl.read - - - - - 554a0dd2 by Carl Friedrich Bolz-Tereick at 2021-09-28T19:37:58+02:00 (cfbolz, ar

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 28 commits: add instructions how to upgrade

2021-09-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00 add instructions how to upgrade --HG-- branch : vendor/stdlib-3.7 - - - - - b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00 update stdlib to v3.7.12 --HG-- branch : ven

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] enable _hpy_universal on windows

2021-09-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 35ea836f by Matti Picus at 2021-09-29T02:06:14+03:00 enable _hpy_universal on windows --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/config/pypyoption.py View it on Heptapod: https://foss.heptapod.net/pypy

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] fix translation

2021-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 50a5e75c by Matti Picus at 2021-09-29T10:02:18+03:00 fix translation --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on Heptapod: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] hack to run untranslated tests with python2

2021-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 8e0a1949 by Matti Picus at 2021-09-29T12:05:21+03:00 hack to run untranslated tests with python2 --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py View it

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] make error message match CPython

2021-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: e7cfdb17 by Matti Picus at 2021-09-29T16:58:10+03:00 make error message match CPython --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/cpyext/longobject.py View it on Heptapod: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] add extra_link_args for untranslated windows tests

2021-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 0a153920 by Matti Picus at 2021-09-29T22:45:36+03:00 add extra_link_args for untranslated windows tests --HG-- branch : hpy-0.0.3 - - - - - 2 changed files: - pypy/module/_hpy_universal/test/_vendored/support.py - pypy/m

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] make error message match CPython

2021-09-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: c90c3a71 by Matti Picus at 2021-09-30T01:21:06+03:00 make error message match CPython --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_long.py View it on Heptapod: https://foss.h

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/openssl-3.0.0

2021-09-30 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/openssl-3.0.0 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/openssl-3.0.0 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mail

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-openssl-3.0.0

2021-09-30 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/py3.7-openssl-3.0.0 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-openssl-3.0.0 You're receiving this email because of your account on foss.heptapod.net. ___ pypy

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] make sure tests have unique names regardless of case since they are directory names on windows

2021-09-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 110ac357 by Matti Picus at 2021-09-30T13:18:51+03:00 make sure tests have unique names regardless of case since they are directory names on windows --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 42 commits: run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings

2021-09-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 8a027c44 by Ronan Lamy at 2021-07-22T17:47:34+01:00 run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings --HG-- branch : hpy-0.0.3 - - - - - bd067f49 by Ronan Lamy at 2021-07-23T16:47:35+01:00 Replace HPyCo

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 51 commits: run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings

2021-10-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 8a027c44 by Ronan Lamy at 2021-07-22T17:47:34+01:00 run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings --HG-- branch : hpy-0.0.3 - - - - - bd067f49 by Ronan Lamy at 2021-07-23T16:47:35+01:00 Replace HPyCo

<    3   4   5   6   7   8   9   10   11   12   >