[pypy-commit] [Mercurial][pypy/pypy][branch/default] expose the time taken in GC to the logs too
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 0d0740ed by Carl Friedrich Bolz-Tereick at 2023-10-02T12:01:30+02:00 expose the time taken in GC to the logs too it's computed anyway, no reason not to show it as well - - - - - 1 changed file: - rpython/memory/gc/incminimark.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0d0740edc9a2d1975246f59f3297edb8fe9304c2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0d0740edc9a2d1975246f59f3297edb8fe9304c2 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] [Mercurial][pypy/pypy][branch/py3.9] remove extraneous print from _ssl (issue 4010_)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 514dfa5c by Matti Picus at 2023-10-03T20:36:13+03:00 remove extraneous print from _ssl (issue 4010_) --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/514dfa5c1228245f8ac8a29bdcade2771e23f1b3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/514dfa5c1228245f8ac8a29bdcade2771e23f1b3 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] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: follow upstream performance patch for datetime.py (issue 4008_)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 265835ac by Matti Picus at 2023-10-02T14:49:13+03:00 follow upstream performance patch for datetime.py (issue 4008_) --HG-- branch : py3.9 - - - - - 514dfa5c by Matti Picus at 2023-10-03T20:36:13+03:00 remove extraneous print from _ssl (issue 4010_) --HG-- branch : py3.9 - - - - - d2e29a7f by Matti Picus at 2023-10-03T20:39:41+03:00 merge py3.9 --HG-- branch : py3.10 - - - - - 2 changed files: - lib-python/3/datetime.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4732bd4e0d6c577572e0b56b6a30162308abae82...d2e29a7f0ae2bc4663dbc635c97e4c6266a27183 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4732bd4e0d6c577572e0b56b6a30162308abae82...d2e29a7f0ae2bc4663dbc635c97e4c6266a27183 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] [Mercurial][pypy/pypy][branch/py3.9] 11 commits: link the releas note to the index, and tweaks
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1e9dbaa6 by Matti Picus at 2023-09-27T16:48:22+03:00 link the releas note to the index, and tweaks - - - - - 96c7a9a3 by Carl Friedrich Bolz-Tereick at 2023-09-28T11:53:23+02:00 tweak release announcement - - - - - 39d4f188 by Matti Picus at 2023-09-28T13:07:10+03:00 more release note tweaks - - - - - e3a9054a by Matti Picus at 2023-09-28T22:44:08+03:00 Added tag release-pypy2.7-v7.3.13 for changeset 1a478a401673 - - - - - b5ba5cba by Matti Picus at 2023-09-28T22:44:30+03:00 Added tag release-pypy3.9-v7.3.13 for changeset c52629946204 - - - - - 742ebfca by Matti Picus at 2023-09-28T22:44:45+03:00 Added tag release-pypy3.10-v7.3.13 for changeset f1607341da97 - - - - - 85945d2e by Matti Picus at 2023-09-29T10:49:50+03:00 finish the releaseL update release note, versions.json - - - - - 462c73ce by Carl Friedrich Bolz-Tereick at 2023-09-29T12:33:07+02:00 try to make sshgraphserver work on python3 as well (the rest of the dotviewer already does) - - - - - f1f6b1ef by Matti Picus at 2023-09-30T20:12:58+03:00 fix release date (issue 4006_) - - - - - a7266bb4 by Matti Picus at 2023-10-03T08:22:55+03:00 fix for compilation with "-Werror=strict-prototypes" - - - - - 394cbb3e by Matti Picus at 2023-10-03T20:50:23+03:00 merge default --HG-- branch : py3.9 - - - - - 11 changed files: - .hgtags - dotviewer/graphserver.py - dotviewer/sshgraphserver.py - pypy/doc/index-of-release-notes.rst - pypy/doc/release-v7.3.13.rst - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json - rpython/rlib/rposix.py - rpython/rtyper/lltypesystem/rffi.py - rpython/translator/c/src/threadlocal.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/514dfa5c1228245f8ac8a29bdcade2771e23f1b3...394cbb3ed067d0b5f00bec84fd3cfb01f5f179df -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/514dfa5c1228245f8ac8a29bdcade2771e23f1b3...394cbb3ed067d0b5f00bec84fd3cfb01f5f179df 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] [Mercurial][pypy/pypy][branch/hpy-0.9] 14 commits: link the releas note to the index, and tweaks
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 1e9dbaa6 by Matti Picus at 2023-09-27T16:48:22+03:00 link the releas note to the index, and tweaks - - - - - 96c7a9a3 by Carl Friedrich Bolz-Tereick at 2023-09-28T11:53:23+02:00 tweak release announcement - - - - - 39d4f188 by Matti Picus at 2023-09-28T13:07:10+03:00 more release note tweaks - - - - - e3a9054a by Matti Picus at 2023-09-28T22:44:08+03:00 Added tag release-pypy2.7-v7.3.13 for changeset 1a478a401673 - - - - - b5ba5cba by Matti Picus at 2023-09-28T22:44:30+03:00 Added tag release-pypy3.9-v7.3.13 for changeset c52629946204 - - - - - 742ebfca by Matti Picus at 2023-09-28T22:44:45+03:00 Added tag release-pypy3.10-v7.3.13 for changeset f1607341da97 - - - - - 85945d2e by Matti Picus at 2023-09-29T10:49:50+03:00 finish the releaseL update release note, versions.json - - - - - 462c73ce by Carl Friedrich Bolz-Tereick at 2023-09-29T12:33:07+02:00 try to make sshgraphserver work on python3 as well (the rest of the dotviewer already does) - - - - - f1f6b1ef by Matti Picus at 2023-09-30T20:12:58+03:00 fix release date (issue 4006_) - - - - - 265835ac by Matti Picus at 2023-10-02T14:49:13+03:00 follow upstream performance patch for datetime.py (issue 4008_) --HG-- branch : py3.9 - - - - - a7266bb4 by Matti Picus at 2023-10-03T08:22:55+03:00 fix for compilation with "-Werror=strict-prototypes" - - - - - 514dfa5c by Matti Picus at 2023-10-03T20:36:13+03:00 remove extraneous print from _ssl (issue 4010_) --HG-- branch : py3.9 - - - - - 394cbb3e by Matti Picus at 2023-10-03T20:50:23+03:00 merge default --HG-- branch : py3.9 - - - - - 2bfc0299 by Matti Picus at 2023-10-03T20:50:44+03:00 merge py3.9 --HG-- branch : hpy-0.9 - - - - - 13 changed files: - .hgtags - dotviewer/graphserver.py - dotviewer/sshgraphserver.py - lib-python/3/datetime.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - pypy/doc/index-of-release-notes.rst - pypy/doc/release-v7.3.13.rst - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json - rpython/rlib/rposix.py - rpython/rtyper/lltypesystem/rffi.py - rpython/translator/c/src/threadlocal.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3aa220c5f80c18ab7f8163db60542d8e458cf6dd...2bfc0299d99498df9fd026b6b5d11d2354c98646 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3aa220c5f80c18ab7f8163db60542d8e458cf6dd...2bfc0299d99498df9fd026b6b5d11d2354c98646 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] [Mercurial][pypy/pypy][branch/hpy-0.9] 3 commits: add functionality to test.FakeSpace to make tests pass
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 00c412f4 by Matti Picus at 2023-10-03T21:04:01+03:00 add functionality to test.FakeSpace to make tests pass --HG-- branch : hpy-0.9 - - - - - 3ec6ae9c by Matti Picus at 2023-10-03T21:54:59+03:00 fix test to properly skip --HG-- branch : hpy-0.9 - - - - - 77d49aea by Matti Picus at 2023-10-03T22:28:42+03:00 hack at test to make it work on old pytest untranslated --HG-- branch : hpy-0.9 - - - - - 4 changed files: - pypy/module/_hpy_universal/test/_vendored/test_importing.py - pypy/module/_hpy_universal/test/_vendored/test_legacy_forbidden.py - pypy/module/_hpy_universal/test/support.py - pypy/module/_hpy_universal/test/test_handlemanager.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2bfc0299d99498df9fd026b6b5d11d2354c98646...77d49aeae5a3975e32935a5978802586aa3d49bf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2bfc0299d99498df9fd026b6b5d11d2354c98646...77d49aeae5a3975e32935a5978802586aa3d49bf 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] [Mercurial][pypy/pypy][branch/hpy-0.9] add hpy test requirement
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 8597549f by Matti Picus at 2023-10-03T22:32:42+03:00 add hpy test requirement --HG-- branch : hpy-0.9 - - - - - 1 changed file: - extra_tests/requirements.txt View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8597549ffaa6f95171f78ee85cc1fdb901ab73b6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8597549ffaa6f95171f78ee85cc1fdb901ab73b6 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] [Mercurial][pypy/pypy][branch/win-scandir-symlinks] Fix tests
Caleb Burns pushed to branch branch/win-scandir-symlinks at PyPy / pypy Commits: e6518868 by Caleb Burns at 2023-10-03T21:00:04-04:00 Fix tests --HG-- branch : win-scandir-symlinks - - - - - 1 changed file: - pypy/module/posix/test/apptest_scandir.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e6518868c1531ebd7c082ef000b770d920d554be -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e6518868c1531ebd7c082ef000b770d920d554be 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] [Mercurial][pypy/pypy][branch/win-scandir-symlinks] Fix last Windows error
Caleb Burns pushed to branch branch/win-scandir-symlinks at PyPy / pypy Commits: 99a7a918 by Caleb Burns at 2023-10-03T23:34:32-04:00 Fix last Windows error --HG-- branch : win-scandir-symlinks - - - - - 1 changed file: - pypy/module/posix/interp_scandir.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/99a7a918b51e557655eccb6b6258096cf51991ae -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/99a7a918b51e557655eccb6b6258096cf51991ae 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