[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: fix link
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 210b0b17 by Matti Picus at 2022-03-14T14:28:09+02:00 fix link - - - - - a1b1b316 by Matti Picus at 2022-03-16T00:27:44+02:00 update release note, update openssl to 1.1.1n on portable builds - - - - - ab43e62f by Matti Picus at 2022-03-16T10:11:48+02:00 merge default --HG-- branch : py3.8 - - - - - 3 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/release-v7.3.9.rst - rpython/translator/c/src/thread_gil.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b4f08894114cecdb91b0639bb6ef70ef452d0f8f...ab43e62fda6caa1c76d329d901c98804a9ebb9aa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b4f08894114cecdb91b0639bb6ef70ef452d0f8f...ab43e62fda6caa1c76d329d901c98804a9ebb9aa You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 21 commits: add a draft release note
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5ace60ed by Matti Picus at 2022-03-03T18:22:39+02:00 add a draft release note - - - - - daa8379f by Matti Picus at 2022-03-03T18:30:54+02:00 update main development version to 7.3.10 - - - - - 033fe9b9 by Matti Picus at 2022-03-04T15:52:01+02:00 add missing import - - - - - 3dd8c6bf by Carl Friedrich Bolz-Tereick at 2022-03-05T13:24:38+01:00 a test that constructing a named tuple has no weird global lookups. tests the logic of 8bd3b5c5365d - - - - - 44823755 by Matti Picus at 2022-03-05T19:09:08+02:00 backport the rest of the changes to support libexpat>2.4.5 - - - - - 1e95a0e6 by Matti Picus at 2022-03-05T20:37:34+02:00 backport parts of package.py from py3.8 to create pypy2.7 (issue 3696) - - - - - cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00 update cffi to latest HEAD (test for python>=3.11) - - - - - 0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00 add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to package - - - - - e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00 maybe like this - - - - - e96dc54d by Matti Picus at 2022-03-06T14:48:18+02:00 update release note - - - - - e4c2f2a3 by Matti Picus at 2022-03-07T15:18:27+02:00 add a config file for readthedocs (for pypy, not clear how to handle rpython) - - - - - 08367428 by Matti Picus at 2022-03-07T15:26:05+02:00 typo - - - - - f0810263 by Matti Picus at 2022-03-08T12:13:31+02:00 hack to avoid running own tests on pypyjit/test_pypy_c if host test runner is a random pypy2 - - - - - 4ba9077d by Matti Picus at 2022-03-10T00:35:51+02:00 update release note to reflect conclusions from issue 3688 - - - - - 3009fd6a by Matti Picus at 2022-03-10T01:25:03+02:00 add release note to index - - - - - 41abb942 by Matti Picus at 2022-03-10T14:31:35+02:00 make code sample work on python3 (issue 3699) - - - - - e5dafe2a by Matti Picus at 2022-03-13T01:36:11+02:00 skip cffi embedded tests on python2 since on windows + virtualenv they fail site.py does not read the pyvenv.cfg file - - - - - 835418ea by Matti Picus at 2022-03-13T01:37:00+02:00 also copy the tk*.dll and tck*.dll to lib_pypy/_tkinter for tests (in a virtualenv) - - - - - 210b0b17 by Matti Picus at 2022-03-14T14:28:09+02:00 fix link - - - - - a1b1b316 by Matti Picus at 2022-03-16T00:27:44+02:00 update release note, update openssl to 1.1.1n on portable builds - - - - - 79c88ee4 by Matti Picus at 2022-03-16T10:09:31+02:00 merge default --HG-- branch : py3.7 - - - - - 11 changed files: - + .readthedocs.yaml - extra_tests/cffi_tests/conftest.py - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/cpython_differences.rst - pypy/doc/index-of-release-notes.rst - + pypy/doc/release-v7.3.9.rst - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/pypyjit/test_pypy_c/test_instance.py - pypy/tool/release/package.py - rpython/translator/c/src/thread_gil.c - testrunner/runner.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ee0371d7adf8da12b6dc9786b316d2e4eed87dc4...79c88ee47213bc222b1d58c557f7bb72f1d59b1a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ee0371d7adf8da12b6dc9786b316d2e4eed87dc4...79c88ee47213bc222b1d58c557f7bb72f1d59b1a You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: pass one part of pypy/module/_cffi_backend/test/test_c.py -k test_callback_exception
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: b2d26348 by Matti Picus at 2022-03-14T02:28:59+02:00 pass one part of pypy/module/_cffi_backend/test/test_c.py -k test_callback_exception --HG-- branch : py3.8 - - - - - b4f08894 by Matti Picus at 2022-03-14T10:23:11+02:00 fix logic --HG-- branch : py3.8 - - - - - 210b0b17 by Matti Picus at 2022-03-14T14:28:09+02:00 fix link - - - - - a1b1b316 by Matti Picus at 2022-03-16T00:27:44+02:00 update release note, update openssl to 1.1.1n on portable builds - - - - - ab43e62f by Matti Picus at 2022-03-16T10:11:48+02:00 merge default --HG-- branch : py3.8 - - - - - 2359587e by Matti Picus at 2022-03-16T10:12:16+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 4 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/release-v7.3.9.rst - pypy/module/_cffi_backend/ccallback.py - rpython/translator/c/src/thread_gil.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fc23778978afcebf87c6db866831c332c65a7102...2359587eb4421e9f7ba8356b68ad040a0beda708 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fc23778978afcebf87c6db866831c332c65a7102...2359587eb4421e9f7ba8356b68ad040a0beda708 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: change entry_state -> call_entry in tla
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: d7e81a92 by Yusuke Izawa at 2022-03-16T23:13:40+09:00 change entry_state -> call_entry in tla --HG-- branch : threaded-code-generation - - - - - 6d305f8c by Yusuke Izawa at 2022-03-16T23:14:31+09:00 fix DIV and MOD in tla --HG-- branch : threaded-code-generation - - - - - 1 changed file: - rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/76186784d971e638330ff86231dbbb81a311bcbb...6d305f8cb1703679623bee0c7482fa1ccc7ecc3a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/76186784d971e638330ff86231dbbb81a311bcbb...6d305f8cb1703679623bee0c7482fa1ccc7ecc3a You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix test corner case around line continuations: lines that only contain line
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 077272e5 by Carl Friedrich Bolz-Tereick at 2022-03-16T20:31:31+01:00 fix test corner case around line continuations: lines that only contain line continuations are usually skipped. however, that shouldn't happen if that's the very last line of a file. --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pyparse.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/077272e5f2f74b835391ae599bef8969eb50d017 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/077272e5f2f74b835391ae599bef8969eb50d017 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix test (not a real problem, just a different interaction with ast rewriting)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 34d3b9ee by Carl Friedrich Bolz-Tereick at 2022-03-16T20:41:40+01:00 fix test (not a real problem, just a different interaction with ast rewriting) --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/interpreter/test/apptest_exceptions.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/34d3b9ee6ecbf5c01d004c188e157ed8b2993540 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/34d3b9ee6ecbf5c01d004c188e157ed8b2993540 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.9] update magic here
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 19a22e88 by Carl Friedrich Bolz-Tereick at 2022-03-16T20:42:51+01:00 update magic here --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/imp/test/test_import.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/19a22e889240ae630c92796b9fb474b020517c10 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/19a22e889240ae630c92796b9fb474b020517c10 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] Use relative imports in extra_tests/
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 80905d45 by Ronan Lamy at 2022-03-16T19:55:10+00:00 Use relative imports in extra_tests/ --HG-- branch : hpy-0.0.4 - - - - - 3 changed files: - extra_tests/hpy_tests/_vendored/debug/test_charptr.py - extra_tests/hpy_tests/_vendored/debug/test_handles_invalid.py - + pypy/module/_hpy_universal/patches/06_fix_extra_tests_imports.patch View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/80905d455bd25e6e80176713dd3903cfaf4028d3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/80905d455bd25e6e80176713dd3903cfaf4028d3 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com