[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/format-width
Matti Picus pushed new branch branch/format-width at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/format-width You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/default] print more details about the percentages
Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy Commits: 5e59ec24 by fijal at 2021-11-03T11:46:45+02:00 print more details about the percentages - - - - - 1 changed file: - rpython/tool/logparser.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5e59ec24b40a82639b43ae3028e98ec129b08a50 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5e59ec24b40a82639b43ae3028e98ec129b08a50 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] 2 commits: revert the RPython changes (one accidental, one ported to default)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 320c8755 by fijal at 2021-11-03T11:49:04+02:00 revert the RPython changes (one accidental, one ported to default) --HG-- branch : experiment-with-ffi-addresses - - - - - 7e83b615 by fijal at 2021-11-03T12:09:48+02:00 improve the test --HG-- branch : experiment-with-ffi-addresses - - - - - 3 changed files: - pypy/module/_cffi_backend/test/test_recompiler.py - rpython/rtyper/lltypesystem/rffi.py - rpython/tool/logparser.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/59c2704ae5f5b8dab6664ac2a60d42fc0055d487...7e83b615cfa029d9497976d5f6a56e24057cd465 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/59c2704ae5f5b8dab6664ac2a60d42fc0055d487...7e83b615cfa029d9497976d5f6a56e24057cd465 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] 2 commits: clarify the comment
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 0821142a by fijal at 2021-11-03T12:11:37+02:00 clarify the comment --HG-- branch : experiment-with-ffi-addresses - - - - - de4a34b1 by fijal at 2021-11-03T12:23:58+02:00 I think fix the function for non-bytes also mark it as pypy hacks --HG-- branch : experiment-with-ffi-addresses - - - - - 2 changed files: - lib-python/3/ssl.py - pypy/module/_cffi_backend/ctypeptr.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7e83b615cfa029d9497976d5f6a56e24057cd465...de4a34b16735dbaa97d74fb88c3783d9749453be -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7e83b615cfa029d9497976d5f6a56e24057cd465...de4a34b16735dbaa97d74fb88c3783d9749453be You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] rename this function too
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: e19e3830 by fijal at 2021-11-03T12:26:15+02:00 rename this function too --HG-- branch : experiment-with-ffi-addresses - - - - - 2 changed files: - lib-python/3/ssl.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e19e38300867d9ccc3fcad39dda50b04d6b04922 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e19e38300867d9ccc3fcad39dda50b04d6b04922 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/format-width] move test, fix format parsing code
Matti Picus pushed to branch branch/format-width at PyPy / pypy Commits: cb05fdea by Matti Picus at 2021-11-03T13:32:58+02:00 move test, fix format parsing code --HG-- branch : format-width - - - - - 3 changed files: - pypy/module/cpyext/src/unicodeobject.c - pypy/module/cpyext/test/test_exception.py - pypy/module/cpyext/test/test_unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cb05fdea5e387d3085655ab4a97e046051e85997 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cb05fdea5e387d3085655ab4a97e046051e85997 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/format-width] fix over-eager incrementing when counting pyobject formatters, add more tests
Matti Picus pushed to branch branch/format-width at PyPy / pypy Commits: 08ffa6c2 by Matti Picus at 2021-11-04T00:21:32+02:00 fix over-eager incrementing when counting pyobject formatters, add more tests --HG-- branch : format-width - - - - - 2 changed files: - pypy/module/cpyext/src/unicodeobject.c - pypy/module/cpyext/test/test_unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/08ffa6c212fbd94524c927f280da2d0201a1a965 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/08ffa6c212fbd94524c927f280da2d0201a1a965 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: add test that passes on CPython, segfault on PyPy3.7
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: eae4936b by Matti Picus at 2021-11-03T10:54:58+02:00 add test that passes on CPython, segfault on PyPy3.7 --HG-- branch : format-width - - - - - cb05fdea by Matti Picus at 2021-11-03T13:32:58+02:00 move test, fix format parsing code --HG-- branch : format-width - - - - - 08ffa6c2 by Matti Picus at 2021-11-04T00:21:32+02:00 fix over-eager incrementing when counting pyobject formatters, add more tests --HG-- branch : format-width - - - - - 39259202 by Matti Picus at 2021-11-04T00:22:55+02:00 Merge format-width which fixes PyUnicode_FromFormat (issue 3593) --HG-- branch : py3.7 - - - - - bed2cf60 by Matti Picus at 2021-11-04T00:26:28+02:00 remove whatsnew-head --HG-- branch : py3.7 - - - - - 2d414910 by Matti Picus at 2021-11-04T00:26:53+02:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/module/cpyext/src/unicodeobject.c - pypy/module/cpyext/test/test_exception.py - pypy/module/cpyext/test/test_unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c191c80804857e8d005d9e2dad690823e3b9c33e...2d4149100eaa4d519efdb073588333cd8bab0a72 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c191c80804857e8d005d9e2dad690823e3b9c33e...2d4149100eaa4d519efdb073588333cd8bab0a72 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: add test that passes on CPython, segfault on PyPy3.7
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: eae4936b by Matti Picus at 2021-11-03T10:54:58+02:00 add test that passes on CPython, segfault on PyPy3.7 --HG-- branch : format-width - - - - - cb05fdea by Matti Picus at 2021-11-03T13:32:58+02:00 move test, fix format parsing code --HG-- branch : format-width - - - - - 08ffa6c2 by Matti Picus at 2021-11-04T00:21:32+02:00 fix over-eager incrementing when counting pyobject formatters, add more tests --HG-- branch : format-width - - - - - 39259202 by Matti Picus at 2021-11-04T00:22:55+02:00 Merge format-width which fixes PyUnicode_FromFormat (issue 3593) --HG-- branch : py3.7 - - - - - bed2cf60 by Matti Picus at 2021-11-04T00:26:28+02:00 remove whatsnew-head --HG-- branch : py3.7 - - - - - 7 changed files: - pypy/doc/index-of-whatsnew.rst - − pypy/doc/test/test_whatsnew.py - − pypy/doc/whatsnew-head.rst - − pypy/doc/whatsnew-pypy3-head.rst - pypy/module/cpyext/src/unicodeobject.c - pypy/module/cpyext/test/test_exception.py - pypy/module/cpyext/test/test_unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/db3301c8dcbb558131f0022fd155fbcf0bf0fbcf...bed2cf602d799e9cdbf2549e5f04ba3df1c96717 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/db3301c8dcbb558131f0022fd155fbcf0bf0fbcf...bed2cf602d799e9cdbf2549e5f04ba3df1c96717 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/default] pin docutils to unbreak python2 doc build
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8a1fec73 by Matti Picus at 2021-11-04T00:46:02+02:00 pin docutils to unbreak python2 doc build - - - - - 1 changed file: - pypy/doc/requirements.txt View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8a1fec7393dbfef11ee743277863675de9bb455e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8a1fec7393dbfef11ee743277863675de9bb455e You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/default] typo
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6d683995 by Matti Picus at 2021-11-04T00:47:10+02:00 typo - - - - - 1 changed file: - pypy/doc/requirements.txt View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6d683995afb20408f06ba8c8aeca6fffb2c482c5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6d683995afb20408f06ba8c8aeca6fffb2c482c5 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit