From foss at heptapod.net Wed Apr 1 00:38:49 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 04:38:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: remove debug cruft Message-ID: <5e841ad9c1a8c_7ea692b05b883f200602c7@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: c43d2dcd by Matti Picus at 2020-04-01T06:28:00+03:00 remove debug cruft --HG-- branch : py3.6 - - - - - d88ed39a by Matti Picus at 2020-04-01T06:53:01+03:00 delete semaphore after use - - - - - 87029bec by Matti Picus at 2020-04-01T07:15:18+03:00 debug_start/debug_stop uses time.clock, use that in test as well - - - - - d76fdd7a by Matti Picus at 2020-04-01T07:16:10+03:00 backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests) - - - - - a3d4679d by Matti Picus at 2020-04-01T07:37:34+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/module/__pypy__/test/test_debug.py - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/035544a9ce5227ae8dbdb859480956f38fb0dfb2...a3d4679d0d4ab2615e8b9d84fc3bedd0a537e36f --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/035544a9ce5227ae8dbdb859480956f38fb0dfb2...a3d4679d0d4ab2615e8b9d84fc3bedd0a537e36f 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 Apr 1 00:39:18 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 04:39:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: delete semaphore after use Message-ID: <5e841af6eb10b_7ea692b05b884074060495@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d88ed39a by Matti Picus at 2020-04-01T06:53:01+03:00 delete semaphore after use - - - - - 87029bec by Matti Picus at 2020-04-01T07:15:18+03:00 debug_start/debug_stop uses time.clock, use that in test as well - - - - - d76fdd7a by Matti Picus at 2020-04-01T07:16:10+03:00 backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests) - - - - - 3 changed files: - lib-python/2.7/ctypes/util.py - pypy/module/__pypy__/test/test_debug.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6552010b8a124b19a6e47bed49adc74646919564...d76fdd7a35b4b1cdd5f83ee1db4bcaa12e855368 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6552010b8a124b19a6e47bed49adc74646919564...d76fdd7a35b4b1cdd5f83ee1db4bcaa12e855368 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 Apr 1 04:23:19 2020 From: foss at heptapod.net (Armin Rigo) Date: Wed, 01 Apr 2020 08:23:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: probable fix for ppc Message-ID: <5e844f775d785_7ea692b05b883e97c606bd@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: eda04e61 by Armin Rigo at 2020-04-01T10:11:43+02:00 probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T10:22:13+02:00 merge heads - - - - - 2 changed files: - rpython/jit/backend/ppc/opassembler.py - rpython/jit/backend/ppc/regalloc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d76fdd7a35b4b1cdd5f83ee1db4bcaa12e855368...daad32db9c16e9a288d9a4bc39ec66bb3e3f278e --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d76fdd7a35b4b1cdd5f83ee1db4bcaa12e855368...daad32db9c16e9a288d9a4bc39ec66bb3e3f278e 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 Apr 1 04:44:22 2020 From: foss at heptapod.net (Armin Rigo) Date: Wed, 01 Apr 2020 08:44:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Rewrite gc_load_indexed with a constant index into a plain gc_load Message-ID: <5e845466983df_7ea692b05b88403bc60811@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 6ec1d030 by Armin Rigo at 2020-04-01T10:43:48+02:00 Rewrite gc_load_indexed with a constant index into a plain gc_load - - - - - 2 changed files: - rpython/jit/backend/llsupport/rewrite.py - rpython/jit/backend/llsupport/test/test_rewrite.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6ec1d030b7e352ca528883c6dab978494ee4fce9 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6ec1d030b7e352ca528883c6dab978494ee4fce9 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 Apr 1 07:02:09 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 01 Apr 2020 11:02:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] start implementing TextIOWrapper.reconfigure Message-ID: <5e8474b1204fc_7ea692b05b883fb10618ab@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 7ec753fe by Carl Friedrich Bolz-Tereick at 2020-03-31T14:45:11+02:00 start implementing TextIOWrapper.reconfigure (not completely done yet: it's not quite possible to easily distinguish "this kwonly argument wasn't passed" from "this kwonly argument was passed w_None", which is needed here.) --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/interpreter/gateway.py - pypy/module/_io/interp_textio.py - pypy/module/_io/test/apptest_textio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ec753fef7e89a30ed90de88a7ad20bf2cf1d728 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ec753fef7e89a30ed90de88a7ad20bf2cf1d728 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 Apr 1 07:02:22 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 01 Apr 2020 11:02:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: probable fix for ppc Message-ID: <5e8474be9aa6a_7ea692b05b88402a462061@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: eda04e61 by Armin Rigo at 2020-04-01T10:11:43+02:00 probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T10:22:13+02:00 merge heads - - - - - 6ec1d030 by Armin Rigo at 2020-04-01T10:43:48+02:00 Rewrite gc_load_indexed with a constant index into a plain gc_load - - - - - 383af038 by Carl Friedrich Bolz-Tereick at 2020-04-01T12:49:31+02:00 make other attributes of builtin functions unwriteable/undeletable as well - - - - - 4ba85b3b by Carl Friedrich Bolz-Tereick at 2020-04-01T13:00:27+02:00 merge default --HG-- branch : py3.6 - - - - - 6 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - rpython/jit/backend/llsupport/rewrite.py - rpython/jit/backend/llsupport/test/test_rewrite.py - rpython/jit/backend/ppc/opassembler.py - rpython/jit/backend/ppc/regalloc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a3d4679d0d4ab2615e8b9d84fc3bedd0a537e36f...4ba85b3b74d2748016ae58b4001002340ef4e7d9 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a3d4679d0d4ab2615e8b9d84fc3bedd0a537e36f...4ba85b3b74d2748016ae58b4001002340ef4e7d9 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 Apr 1 07:02:55 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 01 Apr 2020 11:02:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] make other attributes of builtin functions unwriteable/undeletable as well Message-ID: <5e8474df1a65e_7ea692b05b883fb1062449@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 383af038 by Carl Friedrich Bolz-Tereick at 2020-04-01T12:49:31+02:00 make other attributes of builtin functions unwriteable/undeletable as well - - - - - 2 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/383af03872a3564f2b01bb038fc95a22aeb3c996 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/383af03872a3564f2b01bb038fc95a22aeb3c996 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 Apr 1 08:19:29 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 12:19:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 19 commits: fix for test_short_result_of_call_compiled on ppc: clamp the result values of Message-ID: <5e8486d159798_7ea692b05b883f3546283@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: c08678b5 by Armin Rigo at 2020-03-31T15:38:56+02:00 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-31T22:20:19+03:00 fix failing tests - - - - - f959ed06 by Matti Picus at 2020-03-31T22:21:08+03:00 merge default --HG-- branch : py3.6 - - - - - 6552010b by Matti Picus at 2020-04-01T06:21:49+03:00 fix import names - - - - - 035544a9 by Matti Picus at 2020-04-01T06:24:54+03:00 merge from default, fix import names --HG-- branch : py3.6 - - - - - c43d2dcd by Matti Picus at 2020-04-01T06:28:00+03:00 remove debug cruft --HG-- branch : py3.6 - - - - - d88ed39a by Matti Picus at 2020-04-01T06:53:01+03:00 delete semaphore after use - - - - - 87029bec by Matti Picus at 2020-04-01T07:15:18+03:00 debug_start/debug_stop uses time.clock, use that in test as well - - - - - d76fdd7a by Matti Picus at 2020-04-01T07:16:10+03:00 backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests) - - - - - a3d4679d by Matti Picus at 2020-04-01T07:37:34+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - d8cf2205 by Matti Picus at 2020-04-01T09:33:20+03:00 only test errno after translation - - - - - eda04e61 by Armin Rigo at 2020-04-01T10:11:43+02:00 probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T10:22:13+02:00 merge heads - - - - - 6ec1d030 by Armin Rigo at 2020-04-01T10:43:48+02:00 Rewrite gc_load_indexed with a constant index into a plain gc_load - - - - - a5ad6648 by Matti Picus at 2020-04-01T12:33:33+03:00 revert attempts to get test__jitlog.py to run on win32 untranslated, skip instead - - - - - 383af038 by Carl Friedrich Bolz-Tereick at 2020-04-01T12:49:31+02:00 make other attributes of builtin functions unwriteable/undeletable as well - - - - - 4ba85b3b by Carl Friedrich Bolz-Tereick at 2020-04-01T13:00:27+02:00 merge default --HG-- branch : py3.6 - - - - - 56231ce6 by Matti Picus at 2020-04-01T15:15:45+03:00 merge default --HG-- branch : py3.6 - - - - - 7c8d2879 by Matti Picus at 2020-04-01T15:17:11+03:00 merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 14 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/module/__pypy__/test/test_debug.py - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py - pypy/module/cpyext/test/test_api.py - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_pyerrors.py - rpython/jit/backend/llsupport/rewrite.py - rpython/jit/backend/llsupport/test/test_rewrite.py - rpython/jit/backend/ppc/callbuilder.py - rpython/jit/backend/ppc/opassembler.py - rpython/jit/backend/ppc/regalloc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/68371dfee59502fe4f163bbd1769a67b9b0ff063...7c8d2879f738ee932b004a73d1cdda05ebf50287 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/68371dfee59502fe4f163bbd1769a67b9b0ff063...7c8d2879f738ee932b004a73d1cdda05ebf50287 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 Apr 1 08:19:42 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 12:19:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: only test errno after translation Message-ID: <5e8486de7395b_7ea692b05b883f8e063049@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: d8cf2205 by Matti Picus at 2020-04-01T09:33:20+03:00 only test errno after translation - - - - - a5ad6648 by Matti Picus at 2020-04-01T12:33:33+03:00 revert attempts to get test__jitlog.py to run on win32 untranslated, skip instead - - - - - 56231ce6 by Matti Picus at 2020-04-01T15:15:45+03:00 merge default --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/cpyext/test/test_pyerrors.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4ba85b3b74d2748016ae58b4001002340ef4e7d9...56231ce638a54683c262c511a752783b41083f34 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4ba85b3b74d2748016ae58b4001002340ef4e7d9...56231ce638a54683c262c511a752783b41083f34 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 Apr 1 08:19:56 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 12:19:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 18 commits: first zarch version of rgil-track-thread Message-ID: <5e8486ec6afe2_7ea692b05b883f72863260@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 6abcc03b by Richard Plangger at 2020-03-29T13:52:53-04:00 first zarch version of rgil-track-thread - - - - - b3425284 by Richard Plangger at 2020-03-29T14:08:18-04:00 typo - - - - - ba941fdb by Armin Rigo at 2020-03-29T21:33:45+02:00 Windows test fix - - - - - 667d82ea by Matti Picus at 2020-03-30T23:55:23+03:00 improve cffi build script, _curses_build.py - - - - - 839a6f96 by Matti Picus at 2020-03-31T08:18:00+03:00 typo - - - - - c08678b5 by Armin Rigo at 2020-03-31T15:38:56+02:00 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-31T22:20:19+03:00 fix failing tests - - - - - 6552010b by Matti Picus at 2020-04-01T06:21:49+03:00 fix import names - - - - - d88ed39a by Matti Picus at 2020-04-01T06:53:01+03:00 delete semaphore after use - - - - - 87029bec by Matti Picus at 2020-04-01T07:15:18+03:00 debug_start/debug_stop uses time.clock, use that in test as well - - - - - d76fdd7a by Matti Picus at 2020-04-01T07:16:10+03:00 backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests) - - - - - eda04e61 by Armin Rigo at 2020-04-01T10:11:43+02:00 probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T10:22:13+02:00 merge heads - - - - - 6ec1d030 by Armin Rigo at 2020-04-01T10:43:48+02:00 Rewrite gc_load_indexed with a constant index into a plain gc_load - - - - - 383af038 by Carl Friedrich Bolz-Tereick at 2020-04-01T12:49:31+02:00 make other attributes of builtin functions unwriteable/undeletable as well - - - - - d8cf2205 by Matti Picus at 2020-04-01T09:33:20+03:00 only test errno after translation - - - - - a5ad6648 by Matti Picus at 2020-04-01T12:33:33+03:00 revert attempts to get test__jitlog.py to run on win32 untranslated, skip instead - - - - - 7dc5a219 by Matti Picus at 2020-04-01T15:16:14+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 18 changed files: - lib-python/2.7/ctypes/util.py - lib-python/2.7/test/test_import.py - lib_pypy/_curses_build.py - lib_pypy/tools/build_cffi_imports.py - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/module/__pypy__/test/test_debug.py - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py - pypy/module/cpyext/test/test_api.py - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_pyerrors.py - rpython/jit/backend/llsupport/rewrite.py - rpython/jit/backend/llsupport/test/test_rewrite.py - rpython/jit/backend/ppc/callbuilder.py - rpython/jit/backend/ppc/opassembler.py - rpython/jit/backend/ppc/regalloc.py - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a009f74cb76dbf04fabe6bf0a3a89a473d0614db...7dc5a21927024d0696c21b5dbf0b2fc65669209a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a009f74cb76dbf04fabe6bf0a3a89a473d0614db...7dc5a21927024d0696c21b5dbf0b2fc65669209a 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 Apr 1 08:58:34 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 12:58:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update release note for latest fixes Message-ID: <5e848ffac1271_acdf42ab623737b5833740@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ab635bdb by Matti Picus at 2020-04-01T15:57:13+03:00 update release note for latest fixes - - - - - 1 changed file: - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ab635bdb0f5a42184b73b5bdaaf9227c5cccb4f8 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ab635bdb0f5a42184b73b5bdaaf9227c5cccb4f8 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 Apr 1 09:28:45 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 01 Apr 2020 13:28:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] do the same for a few py3-specific function attributes Message-ID: <5e84970ddfd9_acdf42ab62373a18c33938@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: 9dd405e7 by Carl Friedrich Bolz-Tereick at 2020-04-01T15:27:05+02:00 do the same for a few py3-specific function attributes --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/objspace/std/typeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9dd405e70a679d7a3e99bbfe85520e30c5c402b7 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9dd405e70a679d7a3e99bbfe85520e30c5c402b7 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 Apr 1 12:02:03 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 16:02:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] fix for 4449624affea and friends (cfbolz) Message-ID: <5e84bafb2f5bb_acdf42ab6237373b03687a@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 81767a79 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) --HG-- branch : release-pypy3.6-v7.x - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/81767a7970bee4be3c99e2bd56d4a9bf27ae149f --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/81767a7970bee4be3c99e2bd56d4a9bf27ae149f 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 Apr 1 12:02:17 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 16:02:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix for 4449624affea and friends (cfbolz) Message-ID: <5e84bb0985cc5_acdf42ab62373791437081@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2dce29f0ee3c1f3c3000623177b14f8326704c2a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2dce29f0ee3c1f3c3000623177b14f8326704c2a 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 Apr 1 12:04:21 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 16:04:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 2 commits: do the same for a few py3-specific function attributes Message-ID: <5e84bb85ab4e7_acdf42ab6237377483729b@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 9dd405e7 by Carl Friedrich Bolz-Tereick at 2020-04-01T15:27:05+02:00 do the same for a few py3-specific function attributes --HG-- branch : py3.6 - - - - - 511bf4be by Matti Picus at 2020-04-01T19:03:30+03:00 merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 3 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/objspace/std/typeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/81767a7970bee4be3c99e2bd56d4a9bf27ae149f...511bf4be9a7d359d94e05fc3f164bf3dcfb00eb3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/81767a7970bee4be3c99e2bd56d4a9bf27ae149f...511bf4be9a7d359d94e05fc3f164bf3dcfb00eb3 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 Apr 1 13:45:52 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 17:45:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: update release note for latest fixes Message-ID: <5e84d3509c8bf_acdf42ab62373748c38357@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: ab635bdb by Matti Picus at 2020-04-01T15:57:13+03:00 update release note for latest fixes - - - - - 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 2e2e636b by Matti Picus at 2020-04-01T20:43:43+03:00 merge default --HG-- branch : py3.6 - - - - - 2 changed files: - lib_pypy/_hashlib/__init__.py - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9dd405e70a679d7a3e99bbfe85520e30c5c402b7...2e2e636bc72542aae5d7054670260d3a22a5cee2 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9dd405e70a679d7a3e99bbfe85520e30c5c402b7...2e2e636bc72542aae5d7054670260d3a22a5cee2 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 Apr 1 13:46:03 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 17:46:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 3 commits: update release note for latest fixes Message-ID: <5e84d35b666a3_acdf42ab623737838385bf@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: ab635bdb by Matti Picus at 2020-04-01T15:57:13+03:00 update release note for latest fixes - - - - - 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 7d1fc09c by Matti Picus at 2020-04-01T20:44:30+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - lib_pypy/_hashlib/__init__.py - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/7dc5a21927024d0696c21b5dbf0b2fc65669209a...7d1fc09c3a8155c0a99c6444791001865de79582 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/7dc5a21927024d0696c21b5dbf0b2fc65669209a...7d1fc09c3a8155c0a99c6444791001865de79582 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 Apr 1 15:28:32 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 19:28:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] backed out 4449624affea, 7e9f3615bc7c Message-ID: <5e84eb605c81d_acdf42ab62373a6b439197@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: c1096d44 by Matti Picus at 2020-04-01T22:27:04+03:00 backed out 4449624affea, 7e9f3615bc7c --HG-- branch : release-pypy3.6-v7.x - - - - - 3 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/objspace/std/typeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c1096d4402c01578f700a7986999c17d6b6b93ec --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c1096d4402c01578f700a7986999c17d6b6b93ec 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 Apr 1 15:28:49 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 01 Apr 2020 19:28:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] backed out 4449624affea Message-ID: <5e84eb719867b_acdf42ab62373a4203936f@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 302053ca by Matti Picus at 2020-04-01T22:10:58+03:00 backed out 4449624affea --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/302053ca561d282b60aeb4a48aa215b585486167 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/302053ca561d282b60aeb4a48aa215b585486167 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 Apr 1 15:38:03 2020 From: foss at heptapod.net (Mark Doerr) Date: Wed, 01 Apr 2020 19:38:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org] Pushed new branch topic/default/README-fix Message-ID: <5e84ed9b7445d_acdf42ab62373a6b439941@heptapod-foss.mail> Mark Doerr pushed new branch topic/default/README-fix at PyPy / pypy.org --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/tree/topic/default/README-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 Wed Apr 1 16:47:47 2020 From: foss at heptapod.net (Richard Plangger) Date: Wed, 01 Apr 2020 20:47:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: the thread local id was not stored in call_release_gil_... Message-ID: <5e84fdf3a02ad_acdf42ab6237373b04065f@heptapod-foss.mail> Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: a8430582 by Richard Plangger at 2020-04-01T16:44:31-04:00 the thread local id was not stored in call_release_gil_... - - - - - 4d55ae13 by Richard Plangger at 2020-04-01T16:45:57-04:00 add a comment - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2dce29f0ee3c1f3c3000623177b14f8326704c2a...4d55ae1314eb323b4f6b390ba4995880b337c880 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2dce29f0ee3c1f3c3000623177b14f8326704c2a...4d55ae1314eb323b4f6b390ba4995880b337c880 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 Apr 2 03:25:19 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 07:25:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] tk -> _tkinter Message-ID: <5e85935f6ee5a_acdf42ab623737f5441457@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 846eb7b8 by Matti Picus at 2020-04-02T10:23:24+03:00 tk -> _tkinter --HG-- branch : release-pypy3.6-v7.x - - - - - 1 changed file: - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/846eb7b801ca654ee7ed4b855757f8c4b1cb7ec3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/846eb7b801ca654ee7ed4b855757f8c4b1cb7ec3 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 Apr 2 07:27:09 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 11:27:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 4 commits: the thread local id was not stored in call_release_gil_... Message-ID: <5e85cc0d912ad_c44982aca5b18e73c726a8@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: a8430582 by Richard Plangger at 2020-04-01T16:44:31-04:00 the thread local id was not stored in call_release_gil_... - - - - - 4d55ae13 by Richard Plangger at 2020-04-01T16:45:57-04:00 add a comment - - - - - e20f2de5 by Matti Picus at 2020-04-02T10:23:24+03:00 tk -> _tkinter - - - - - a41ee883 by Matti Picus at 2020-04-02T14:25:19+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - pypy/tool/release/package.py - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/302053ca561d282b60aeb4a48aa215b585486167...a41ee883dc2faf8807acafc97adf43b9ff957d95 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/302053ca561d282b60aeb4a48aa215b585486167...a41ee883dc2faf8807acafc97adf43b9ff957d95 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 Apr 2 07:27:04 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 11:27:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: the thread local id was not stored in call_release_gil_... Message-ID: <5e85cc0869a39_c44982aca5b18fa74724be@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: a8430582 by Richard Plangger at 2020-04-01T16:44:31-04:00 the thread local id was not stored in call_release_gil_... - - - - - 4d55ae13 by Richard Plangger at 2020-04-01T16:45:57-04:00 add a comment - - - - - e20f2de5 by Matti Picus at 2020-04-02T10:23:24+03:00 tk -> _tkinter - - - - - 8448592f by Matti Picus at 2020-04-02T14:24:56+03:00 merge default --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/tool/release/package.py - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2e2e636bc72542aae5d7054670260d3a22a5cee2...8448592fdbdc8304bbef680c5610ee23f25169d3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2e2e636bc72542aae5d7054670260d3a22a5cee2...8448592fdbdc8304bbef680c5610ee23f25169d3 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 Apr 2 07:27:22 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 11:27:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] tk -> _tkinter Message-ID: <5e85cc1a3d3b6_c44982aca5b18ffb07289d@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e20f2de5 by Matti Picus at 2020-04-02T10:23:24+03:00 tk -> _tkinter - - - - - 1 changed file: - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e20f2de53ba8fefc6397114415660e97feaabef8 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e20f2de53ba8fefc6397114415660e97feaabef8 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 Apr 2 10:50:49 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 14:50:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: backport e7ded1fa63e7 Message-ID: <5e85fbc9aad82_c44982aca5b18fdd073277@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 8c40f46d by Matti Picus at 2020-04-02T17:48:00+03:00 backport e7ded1fa63e7 - - - - - cbd6b70d by Matti Picus at 2020-04-02T17:48:47+03:00 Merge with default --HG-- branch : py3.6 - - - - - 1 changed file: - lib_pypy/_curses_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8448592fdbdc8304bbef680c5610ee23f25169d3...cbd6b70d4c79296f692f8fe970467bce7b1544ea --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8448592fdbdc8304bbef680c5610ee23f25169d3...cbd6b70d4c79296f692f8fe970467bce7b1544ea 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 Apr 2 10:50:59 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 14:50:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 2 commits: backport e7ded1fa63e7 Message-ID: <5e85fbd35caf1_c44982aca5b18e9a8734f7@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 8c40f46d by Matti Picus at 2020-04-02T17:48:00+03:00 backport e7ded1fa63e7 - - - - - 56e7cd81 by Matti Picus at 2020-04-02T17:48:22+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 1 changed file: - lib_pypy/_curses_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a41ee883dc2faf8807acafc97adf43b9ff957d95...56e7cd813c8ffef874bdc8491af52f6e50b39a76 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a41ee883dc2faf8807acafc97adf43b9ff957d95...56e7cd813c8ffef874bdc8491af52f6e50b39a76 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 Apr 2 10:51:15 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 14:51:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] backport e7ded1fa63e7 Message-ID: <5e85fbe3be6a2_c44982aca5b18ffb0736a1@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8c40f46d by Matti Picus at 2020-04-02T17:48:00+03:00 backport e7ded1fa63e7 - - - - - 1 changed file: - lib_pypy/_curses_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8c40f46d0b1bb7366d53c2febc9a521e3d89b967 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8c40f46d0b1bb7366d53c2febc9a521e3d89b967 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 Apr 2 11:41:35 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 15:41:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 12 commits: update release note for latest fixes Message-ID: <5e8607af66c78_c44982aca5b18e64c74888@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: ab635bdb by Matti Picus at 2020-04-01T15:57:13+03:00 update release note for latest fixes - - - - - 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 2e2e636b by Matti Picus at 2020-04-01T20:43:43+03:00 merge default --HG-- branch : py3.6 - - - - - a8430582 by Richard Plangger at 2020-04-01T16:44:31-04:00 the thread local id was not stored in call_release_gil_... - - - - - 4d55ae13 by Richard Plangger at 2020-04-01T16:45:57-04:00 add a comment - - - - - e20f2de5 by Matti Picus at 2020-04-02T10:23:24+03:00 tk -> _tkinter - - - - - 8448592f by Matti Picus at 2020-04-02T14:24:56+03:00 merge default --HG-- branch : py3.6 - - - - - 8c40f46d by Matti Picus at 2020-04-02T17:48:00+03:00 backport e7ded1fa63e7 - - - - - cbd6b70d by Matti Picus at 2020-04-02T17:48:47+03:00 Merge with default --HG-- branch : py3.6 - - - - - 527653c3 by Matti Picus at 2020-04-02T18:36:04+03:00 download of ssl moved - - - - - e4068f9f by Matti Picus at 2020-04-02T18:39:12+03:00 merge default --HG-- branch : py3.6 - - - - - 7e12ba69 by Matti Picus at 2020-04-02T18:39:59+03:00 merge py3.6 --HG-- branch : release-pypy3.6-v7.x - - - - - 3 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/doc/release-v7.3.1.rst - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/846eb7b801ca654ee7ed4b855757f8c4b1cb7ec3...7e12ba6996b2945e651f345bdbde814051185b9a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/846eb7b801ca654ee7ed4b855757f8c4b1cb7ec3...7e12ba6996b2945e651f345bdbde814051185b9a 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 Apr 2 11:41:42 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 15:41:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: download of ssl moved Message-ID: <5e8607b6ca80b_c44982aca5b18e73c75082@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 527653c3 by Matti Picus at 2020-04-02T18:36:04+03:00 download of ssl moved - - - - - e4068f9f by Matti Picus at 2020-04-02T18:39:12+03:00 merge default --HG-- branch : py3.6 - - - - - 1 changed file: - lib_pypy/tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/cbd6b70d4c79296f692f8fe970467bce7b1544ea...e4068f9fa565a81436f56db8642f6be2279b5b7d --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/cbd6b70d4c79296f692f8fe970467bce7b1544ea...e4068f9fa565a81436f56db8642f6be2279b5b7d 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 Apr 2 11:41:51 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 15:41:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 2 commits: download of ssl moved Message-ID: <5e8607bf7d516_c44982aca5b18f0b0752ec@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 527653c3 by Matti Picus at 2020-04-02T18:36:04+03:00 download of ssl moved - - - - - f652faf8 by Matti Picus at 2020-04-02T18:39:31+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 1 changed file: - lib_pypy/tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/56e7cd813c8ffef874bdc8491af52f6e50b39a76...f652faf8c9b6d7b0deadaafecb7ff77ec480c33c --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/56e7cd813c8ffef874bdc8491af52f6e50b39a76...f652faf8c9b6d7b0deadaafecb7ff77ec480c33c 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 Apr 2 11:42:10 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 15:42:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] download of ssl moved Message-ID: <5e8607d2cffa4_c44982aca5b18fc187547c@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 527653c3 by Matti Picus at 2020-04-02T18:36:04+03:00 download of ssl moved - - - - - 1 changed file: - lib_pypy/tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/527653c3650bb6a158f12dd5df524ee1035fd8fc --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/527653c3650bb6a158f12dd5df524ee1035fd8fc 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 Apr 2 12:20:02 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 02 Apr 2020 16:20:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] add "minimal" option to force-builds, no need to run own, rpython if only packaging changes Message-ID: <5e8610b276a19_c44982aca5b18e73c761e0@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: e97da04a by Matti Picus at 2020-04-02T19:19:14+03:00 add "minimal" option to force-builds, no need to run own, rpython if only packaging changes --HG-- branch : release-pypy3.6-v7.x - - - - - 1 changed file: - pypy/tool/release/force-builds.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e97da04a078fe2cd4ef508ccaa562f9f629cd7ac --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e97da04a078fe2cd4ef508ccaa562f9f629cd7ac 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 Apr 3 00:50:00 2020 From: foss at heptapod.net (wlav) Date: Fri, 03 Apr 2020 04:50:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] 2 commits: prepare for a range of more data types tests Message-ID: <5e86c078a5c3b_d5c962b1a9e9ed95856110@heptapod-foss.mail> wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: 11884497 by Wim Lavrijsen at 2020-04-02T21:48:30-07:00 prepare for a range of more data types tests --HG-- branch : cppyy-packaging - - - - - b64371a6 by Wim Lavrijsen at 2020-04-02T21:48:48-07:00 add support for wchar_t --HG-- branch : cppyy-packaging - - - - - 9 changed files: - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/ffitypes.py - pypy/module/_cppyy/test/Makefile - pypy/module/_cppyy/test/datatypes.cxx - pypy/module/_cppyy/test/datatypes.h - pypy/module/_cppyy/test/datatypes.xml - + pypy/module/_cppyy/test/make_dict_win32.py - pypy/module/_cppyy/test/support.py - pypy/module/_cppyy/test/test_datatypes.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/5f54c3bfde6140582aedb3c08c00fd386ec4c65f...b64371a688644a16f1ff1d2e02212715385aa72a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/5f54c3bfde6140582aedb3c08c00fd386ec4c65f...b64371a688644a16f1ff1d2e02212715385aa72a 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 Apr 3 01:37:33 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 03 Apr 2020 05:37:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: add "minimal" option to force-builds, no need to run own, rpython if only packaging changes Message-ID: <5e86cb9ddc4e5_d5c962b1a9e9ee48456532@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 828add22 by Matti Picus at 2020-04-02T19:19:14+03:00 add "minimal" option to force-builds, no need to run own, rpython if only packaging changes - - - - - d1965f04 by Matti Picus at 2020-04-03T08:34:56+03:00 Added tag release-pypy3.6-v7.3.1.rc1 for changeset b37547dfc1de - - - - - 538e4fc9 by Matti Picus at 2020-04-03T08:35:15+03:00 Removed tag release-pypy3.6-v7.3.1.rc1 - - - - - 4051752a by Matti Picus at 2020-04-03T08:36:02+03:00 Added tag release-pypy2.7-v7.3.1rc1 for changeset b37547dfc1de - - - - - 1c5d8e65 by Matti Picus at 2020-04-03T08:36:24+03:00 Added tag release-pypy3.6-v7.3.1rc1 for changeset e386dfc238d9 - - - - - 2 changed files: - .hgtags - pypy/tool/release/force-builds.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/527653c3650bb6a158f12dd5df524ee1035fd8fc...1c5d8e654a76e09de022e1ab6f9e08ad283c0674 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/527653c3650bb6a158f12dd5df524ee1035fd8fc...1c5d8e654a76e09de022e1ab6f9e08ad283c0674 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 Apr 3 02:51:01 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 03 Apr 2020 06:51:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][topic/default/README-fix] update download.rst, rerender site, remove rst files from ./public Message-ID: <5e86dcd582434_d5c962b1a9e9ed804567b2@heptapod-foss.mail> Matti Picus pushed to branch topic/default/README-fix at PyPy / pypy.org Commits: 54b55ec6 by Matti Picus at 2020-04-03T09:49:49+03:00 update download.rst, rerender site, remove rst files from ./public - - - - - 10 changed files: - pages/download.rst - ? public/compat.rst - ? public/contact.rst - public/download.html - ? public/download.rst - ? public/features.rst - ? public/people.rst - ? public/performance.rst - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/54b55ec608cf8a20eecea91f2207ebad84a646fc --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/54b55ec608cf8a20eecea91f2207ebad84a646fc 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 Apr 3 04:53:41 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 03 Apr 2020 08:53:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] fix version Message-ID: <5e86f995bf53f_d5c962b1a9e9edf8457149@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: c9ef9d09 by Matti Picus at 2020-04-03T11:49:20+03:00 fix version --HG-- branch : release-pypy3.6-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c9ef9d097b4b834d8c743a635d4715ade4f65beb --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c9ef9d097b4b834d8c743a635d4715ade4f65beb 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 Apr 3 04:53:57 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 03 Apr 2020 08:53:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] refactor repackage script into functions, allows "source repackage.sh" Message-ID: <5e86f9a5a200f_d5c962b1a9e9ee8f8573e6@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0b03eb08 by Matti Picus at 2020-04-03T11:47:33+03:00 refactor repackage script into functions, allows "source repackage.sh" - - - - - 1 changed file: - pypy/tool/release/repackage.sh View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0b03eb082bde37bbc199d5b31c359c5682c80a2c --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0b03eb082bde37bbc199d5b31c359c5682c80a2c 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 Apr 3 05:05:21 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 03 Apr 2020 09:05:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix release note heading Message-ID: <5e86fc51e8b3_d5c962b1a9e9edbd85752d@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 10b37db0 by Matti Picus at 2020-04-03T12:04:16+03:00 fix release note heading - - - - - 1 changed file: - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/10b37db0184c3d5933aafb536a28f6f9b7529a63 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/10b37db0184c3d5933aafb536a28f6f9b7529a63 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 Apr 3 07:33:37 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 03 Apr 2020 11:33:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Added tag release-pypy3.6-v7.3.1rc2 for changeset f2b3511c7abe Message-ID: <5e871f1141cb2_d5c962b1a9e9edbd8579f8@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c43eb354 by Matti Picus at 2020-04-03T14:31:44+03:00 Added tag release-pypy3.6-v7.3.1rc2 for changeset f2b3511c7abe - - - - - 1 changed file: - .hgtags View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c43eb35412620e0e067cdf3388adb25a1b5a8619 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c43eb35412620e0e067cdf3388adb25a1b5a8619 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 Apr 3 08:10:13 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 03 Apr 2020 12:10:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][topic/default/README-fix] update for python3.6 rc2 Message-ID: <5e8727a547fbe_d5c962b1a9e9eef3858193@heptapod-foss.mail> Matti Picus pushed to branch topic/default/README-fix at PyPy / pypy.org Commits: b9adbd46 by Matti Picus at 2020-04-03T15:10:04+03:00 update for python3.6 rc2 - - - - - 5 changed files: - conf.py - pages/download.rst - public/download.html - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/b9adbd4632603b379b56ff52a2af294b1a4e7c46 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/b9adbd4632603b379b56ff52a2af294b1a4e7c46 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 Apr 3 08:54:01 2020 From: foss at heptapod.net (Richard Plangger) Date: Fri, 03 Apr 2020 12:54:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: use the correct register, r14 does NOT contain zero. jump forward Message-ID: <5e8731e98d55f_d5c962b1a9e9ee268584ee@heptapod-foss.mail> Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 2b326f17 by Richard Plangger at 2020-04-03T08:46:02-04:00 use the correct register, r14 does NOT contain zero. jump forward - - - - - f60f2d34 by Richard Plangger at 2020-04-03T08:48:47-04:00 merge default - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c43eb35412620e0e067cdf3388adb25a1b5a8619...f60f2d34152e36d970382ed4095a3a968c30b2a4 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c43eb35412620e0e067cdf3388adb25a1b5a8619...f60f2d34152e36d970382ed4095a3a968c30b2a4 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 Apr 3 13:55:24 2020 From: foss at heptapod.net (Antonio Cuni) Date: Fri, 03 Apr 2020 17:55:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy] 12 commits: add a comment which summarizes my IRC discussion with armin on #hpy (14/03/2020) Message-ID: <5e87788c2ea8b_e4ddf2b283aae94e8241b4@heptapod-foss.mail> Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: d5644c4b by Antonio Cuni at 2020-03-27T11:55:54+01:00 add a comment which summarizes my IRC discussion with armin on #hpy (14/03/2020) --HG-- branch : hpy - - - - - f7c1a0d0 by Antonio Cuni at 2020-04-02T18:33:36+02:00 WIP: move vendored tests into test/_vendored: the plan is to kill the current test/test_basic.py&co. and automatically generate applevel tests from the vendored ones --HG-- branch : hpy - - - - - e8828937 by Antonio Cuni at 2020-04-02T18:44:46+02:00 WIP: add a conftest which automatically turns _vendored tests into AppTests, and start to port test_basic to the new style --HG-- branch : hpy - - - - - b33c6db2 by Antonio Cuni at 2020-04-02T18:56:03+02:00 fix import --HG-- branch : hpy - - - - - ab2f99a1 by Antonio Cuni at 2020-04-02T19:03:42+02:00 kill most of the existing AppTest, they are no longer needed now --HG-- branch : hpy - - - - - 7f6c5f01 by Antonio Cuni at 2020-04-02T19:16:07+02:00 hack until we can automatically collect and run test_cpy_compat --HG-- branch : hpy - - - - - 0c95d755 by Antonio Cuni at 2020-04-02T19:18:53+02:00 add a README which explains how tests are collected --HG-- branch : hpy - - - - - 514d2c27 by Antonio Cuni at 2020-04-02T19:26:09+02:00 ignore this file, it's not needed here and it's using python3 syntax anyway --HG-- branch : hpy - - - - - 71e8dbb0 by Antonio Cuni at 2020-04-03T01:37:34+02:00 add a generic way to make helper methods compatible with AppTest, so we can kill the ugly extra_AppTestParse* classes --HG-- branch : hpy - - - - - db5d7da5 by Antonio Cuni at 2020-04-03T19:45:10+02:00 improve ./update_vendored.sh: now it copies the whole hpy.devel package, which will be needed for extra_tests --HG-- branch : hpy - - - - - 4d942880 by Antonio Cuni at 2020-04-03T19:50:45+02:00 add a conftest to run hpy tests as extra_tests as well (i.e., after translation) --HG-- branch : hpy - - - - - 1f92c845 by Antonio Cuni at 2020-04-03T19:52:41+02:00 try to run hpy tests on the gitlab CI --HG-- branch : hpy - - - - - 30 changed files: - .gitlab-ci.yml - .hgignore - + extra_tests/hpy_tests/conftest.py - pypy/module/_hpy_universal/_vendored/README.txt - + pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py - pypy/module/_hpy_universal/_vendored/include/common/autogen_impl.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_impl.h - pypy/module/_hpy_universal/_vendored/include/common/implementation.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/implementation.h - pypy/module/_hpy_universal/_vendored/include/common/runtime.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/runtime.h - pypy/module/_hpy_universal/_vendored/include/cpython/hpy.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/cpython/hpy.h - pypy/module/_hpy_universal/_vendored/include/cpython/meth.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/cpython/meth.h - pypy/module/_hpy_universal/_vendored/include/hpy.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy.h - pypy/module/_hpy_universal/_vendored/include/universal/autogen_ctx.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_ctx.h - pypy/module/_hpy_universal/_vendored/include/universal/autogen_func.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_func.h - pypy/module/_hpy_universal/_vendored/include/universal/autogen_trampolines.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_trampolines.h - pypy/module/_hpy_universal/_vendored/include/universal/hpy.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/hpy.h - pypy/module/_hpy_universal/_vendored/include/universal/meth.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/meth.h - pypy/module/_hpy_universal/_vendored/include/universal/module.h ? pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/module.h - pypy/module/_hpy_universal/_vendored/src/runtime/argparse.c ? pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/argparse.c - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/llapi.py - + pypy/module/_hpy_universal/test/README.txt - pypy/module/_hpy_universal/_vendored/test/__init__.py ? pypy/module/_hpy_universal/test/_vendored/__init__.py - pypy/module/_hpy_universal/_vendored/test/conftest.py ? pypy/module/_hpy_universal/test/_vendored/conftest.py - pypy/module/_hpy_universal/_vendored/test/support.py ? pypy/module/_hpy_universal/test/_vendored/support.py - pypy/module/_hpy_universal/_vendored/test/test_argparse.py ? pypy/module/_hpy_universal/test/_vendored/test_argparse.py - pypy/module/_hpy_universal/_vendored/test/test_basic.py ? pypy/module/_hpy_universal/test/_vendored/test_basic.py - pypy/module/_hpy_universal/_vendored/test/test_cpy_compat.py ? pypy/module/_hpy_universal/test/_vendored/test_cpy_compat.py - pypy/module/_hpy_universal/_vendored/test/test_hpybytes.py ? pypy/module/_hpy_universal/test/_vendored/test_hpybytes.py - pypy/module/_hpy_universal/_vendored/test/test_hpydict.py ? pypy/module/_hpy_universal/test/_vendored/test_hpydict.py - pypy/module/_hpy_universal/_vendored/test/test_hpylist.py ? pypy/module/_hpy_universal/test/_vendored/test_hpylist.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/79a0fb7459c2cc67e2cde7ff3b6def2af643b906...1f92c84581ddbddafbc951556d2c26a1fb86f9ee --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/79a0fb7459c2cc67e2cde7ff3b6def2af643b906...1f92c84581ddbddafbc951556d2c26a1fb86f9ee 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 Apr 3 15:26:38 2020 From: foss at heptapod.net (Richard Plangger) Date: Fri, 03 Apr 2020 19:26:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] should not be the threadlocal_addr, it should be the thread id. load it directly Message-ID: <5e878deefdd4_e4ddf2b283aae9d4424395@heptapod-foss.mail> Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 0637ae72 by Richard Plangger at 2020-04-03T15:23:13-04:00 should not be the threadlocal_addr, it should be the thread id. load it directly - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0637ae72983754b06901f3d784863a126cf99d5f --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0637ae72983754b06901f3d784863a126cf99d5f 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 Apr 3 15:29:57 2020 From: foss at heptapod.net (Stefano Rivera) Date: Fri, 03 Apr 2020 19:29:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] typo Message-ID: <5e878eb5dc6f1_e4ddf2b283aae95c42453d@heptapod-foss.mail> Stefano Rivera pushed to branch branch/default at PyPy / pypy Commits: 700f426c by Stefano Rivera at 2020-04-03T12:28:18-07:00 typo - - - - - 1 changed file: - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/700f426c9892cf09f78a7b9ef4b4ccbf450d448e --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/700f426c9892cf09f78a7b9ef4b4ccbf450d448e 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 Apr 4 15:25:46 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 04 Apr 2020 19:25:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/optimize-sre-unicode Message-ID: <5e88df3a67d36_f2c162b06a742e4a08289a@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/optimize-sre-unicode at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/optimize-sre-unicode 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 Apr 4 16:50:44 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 04 Apr 2020 20:50:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] set MACOSX_DEPLOYMENT_TARGET before building openssl Message-ID: <5e88f324d99a4_f2c162b06a742ea4084024@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2a4306a4 by Matti Picus at 2020-04-04T23:48:43+03:00 set MACOSX_DEPLOYMENT_TARGET before building openssl - - - - - 1 changed file: - lib_pypy/tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2a4306a45875a5f5ef8600d99dde44c41374b241 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2a4306a45875a5f5ef8600d99dde44c41374b241 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 Apr 5 02:02:03 2020 From: foss at heptapod.net (wlav) Date: Sun, 05 Apr 2020 06:02:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] 3 commits: wchar_t executor and associated tests Message-ID: <5e89745bebc2d_f2c162b06a742b5848579b@heptapod-foss.mail> wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: 8d986837 by Wim Lavrijsen at 2020-04-04T19:38:35-07:00 wchar_t executor and associated tests --HG-- branch : cppyy-packaging - - - - - fc764790 by Wim Lavrijsen at 2020-04-04T22:50:08-07:00 consistency in use of setup_make --HG-- branch : cppyy-packaging - - - - - 28482da2 by Wim Lavrijsen at 2020-04-04T23:00:03-07:00 fix translater issues --HG-- branch : cppyy-packaging - - - - - 16 changed files: - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/executor.py - pypy/module/_cppyy/ffitypes.py - pypy/module/_cppyy/test/test_advancedcpp.py - pypy/module/_cppyy/test/test_cpp11features.py - pypy/module/_cppyy/test/test_cppyy.py - pypy/module/_cppyy/test/test_crossing.py - pypy/module/_cppyy/test/test_datatypes.py - pypy/module/_cppyy/test/test_fragile.py - pypy/module/_cppyy/test/test_operators.py - pypy/module/_cppyy/test/test_pythonify.py - pypy/module/_cppyy/test/test_pythonization.py - pypy/module/_cppyy/test/test_regression.py - pypy/module/_cppyy/test/test_stltypes.py - pypy/module/_cppyy/test/test_templates.py - pypy/module/_cppyy/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b64371a688644a16f1ff1d2e02212715385aa72a...28482da2a428f8c7cb7a423365e3d81d08387795 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b64371a688644a16f1ff1d2e02212715385aa72a...28482da2a428f8c7cb7a423365e3d81d08387795 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 Apr 5 02:58:24 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 05 Apr 2020 06:58:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] test and fix: grouprefs which contained unicode were broken Message-ID: <5e898190c41a3_117fd32ad8f4a2e90897966@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: c83c263f by Carl Friedrich Bolz-Tereick at 2020-04-05T08:56:53+02:00 test and fix: grouprefs which contained unicode were broken - - - - - 2 changed files: - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/test_search.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c83c263f9f00d18d48ef536947c9b61ca53e01a2 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c83c263f9f00d18d48ef536947c9b61ca53e01a2 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 Apr 5 02:59:12 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 05 Apr 2020 06:59:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/optimize-sre-unicode] test for f0dd6cd6eec2 Message-ID: <5e8981c067331_117fd32ad8f4a32d789817d@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/optimize-sre-unicode at PyPy / pypy Commits: 7d8b39af by Carl Friedrich Bolz-Tereick at 2020-04-04T21:29:02+02:00 test for f0dd6cd6eec2 --HG-- branch : optimize-sre-unicode - - - - - 1 changed file: - rpython/rlib/rsre/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7d8b39af152b06089c809c3732068cbaf240090b --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7d8b39af152b06089c809c3732068cbaf240090b 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 Apr 5 06:52:04 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 10:52:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 16 commits: add "minimal" option to force-builds, no need to run own, rpython if only packaging changes Message-ID: <5e89b85454c71_117fd32ad8f4a3230098328@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 828add22 by Matti Picus at 2020-04-02T19:19:14+03:00 add "minimal" option to force-builds, no need to run own, rpython if only packaging changes - - - - - d1965f04 by Matti Picus at 2020-04-03T08:34:56+03:00 Added tag release-pypy3.6-v7.3.1.rc1 for changeset b37547dfc1de - - - - - 538e4fc9 by Matti Picus at 2020-04-03T08:35:15+03:00 Removed tag release-pypy3.6-v7.3.1.rc1 - - - - - 4051752a by Matti Picus at 2020-04-03T08:36:02+03:00 Added tag release-pypy2.7-v7.3.1rc1 for changeset b37547dfc1de - - - - - 1c5d8e65 by Matti Picus at 2020-04-03T08:36:24+03:00 Added tag release-pypy3.6-v7.3.1rc1 for changeset e386dfc238d9 - - - - - 0b03eb08 by Matti Picus at 2020-04-03T11:47:33+03:00 refactor repackage script into functions, allows "source repackage.sh" - - - - - 10b37db0 by Matti Picus at 2020-04-03T12:04:16+03:00 fix release note heading - - - - - c43eb354 by Matti Picus at 2020-04-03T14:31:44+03:00 Added tag release-pypy3.6-v7.3.1rc2 for changeset f2b3511c7abe - - - - - 2b326f17 by Richard Plangger at 2020-04-03T08:46:02-04:00 use the correct register, r14 does NOT contain zero. jump forward - - - - - f60f2d34 by Richard Plangger at 2020-04-03T08:48:47-04:00 merge default - - - - - 0637ae72 by Richard Plangger at 2020-04-03T15:23:13-04:00 should not be the threadlocal_addr, it should be the thread id. load it directly - - - - - 700f426c by Stefano Rivera at 2020-04-03T12:28:18-07:00 typo - - - - - 2a4306a4 by Matti Picus at 2020-04-04T23:48:43+03:00 set MACOSX_DEPLOYMENT_TARGET before building openssl - - - - - c83c263f by Carl Friedrich Bolz-Tereick at 2020-04-05T08:56:53+02:00 test and fix: grouprefs which contained unicode were broken - - - - - 775c77a8 by Matti Picus at 2020-04-05T13:49:36+03:00 update openssl to 1.1.1f, build on aarch64 as well - - - - - 56c9d626 by Matti Picus at 2020-04-05T13:50:15+03:00 merge default --HG-- branch : py3.6 - - - - - 9 changed files: - .hgtags - lib_pypy/tools/build_cffi_imports.py - pypy/doc/release-v7.3.1.rst - pypy/tool/release/force-builds.py - pypy/tool/release/package.py - pypy/tool/release/repackage.sh - rpython/jit/backend/zarch/callbuilder.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/test_search.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e4068f9fa565a81436f56db8642f6be2279b5b7d...56c9d6262a72d896f5dd4e1b394c9652314ea52b --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e4068f9fa565a81436f56db8642f6be2279b5b7d...56c9d6262a72d896f5dd4e1b394c9652314ea52b 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 Apr 5 06:52:20 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 10:52:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update openssl to 1.1.1f, build on aarch64 as well Message-ID: <5e89b86421afe_117fd32ad8f4a3313898537@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 775c77a8 by Matti Picus at 2020-04-05T13:49:36+03:00 update openssl to 1.1.1f, build on aarch64 as well - - - - - 2 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/775c77a8d83c49b31d4af8fbefc0abae948c3938 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/775c77a8d83c49b31d4af8fbefc0abae948c3938 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 Apr 5 11:13:47 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 15:13:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update get_externals for heptapod Message-ID: <5e89f5abaa739_120b7e2b06708e9e7c21412@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3f071e2e by Matti Picus at 2020-04-05T18:11:49+03:00 update get_externals for heptapod - - - - - 1 changed file: - get_externals.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3f071e2e1a43c1b1babca6b4cca944b7819dae77 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3f071e2e1a43c1b1babca6b4cca944b7819dae77 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 Apr 5 11:29:09 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 15:29:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix test Message-ID: <5e89f945e11e7_120b7e2b06708ea59821779@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ea1416e2 by Matti Picus at 2020-04-05T18:26:41+03:00 fix test - - - - - 1 changed file: - pypy/module/micronumpy/test/test_support_app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ea1416e2acba5b132f7e21d7fd450231193c371f --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ea1416e2acba5b132f7e21d7fd450231193c371f 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 Apr 5 12:16:08 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 16:16:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] skip test that segfaults on windows Message-ID: <5e8a0448cebee_120b7e2b06708ea0e822118@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1aa088bc by Matti Picus at 2020-04-05T19:14:14+03:00 skip test that segfaults on windows - - - - - 1 changed file: - extra_tests/test_semlock.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/1aa088bce5a3868e4f37762aecab8784fb81e1ca --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/1aa088bce5a3868e4f37762aecab8784fb81e1ca 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 Apr 5 14:42:03 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 18:42:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 21 commits: add "minimal" option to force-builds, no need to run own, rpython if only packaging changes Message-ID: <5e8a267bba928_120b7e2b06708eaea822754@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 828add22 by Matti Picus at 2020-04-02T19:19:14+03:00 add "minimal" option to force-builds, no need to run own, rpython if only packaging changes - - - - - d1965f04 by Matti Picus at 2020-04-03T08:34:56+03:00 Added tag release-pypy3.6-v7.3.1.rc1 for changeset b37547dfc1de - - - - - 538e4fc9 by Matti Picus at 2020-04-03T08:35:15+03:00 Removed tag release-pypy3.6-v7.3.1.rc1 - - - - - 4051752a by Matti Picus at 2020-04-03T08:36:02+03:00 Added tag release-pypy2.7-v7.3.1rc1 for changeset b37547dfc1de - - - - - 1c5d8e65 by Matti Picus at 2020-04-03T08:36:24+03:00 Added tag release-pypy3.6-v7.3.1rc1 for changeset e386dfc238d9 - - - - - 0b03eb08 by Matti Picus at 2020-04-03T11:47:33+03:00 refactor repackage script into functions, allows "source repackage.sh" - - - - - 10b37db0 by Matti Picus at 2020-04-03T12:04:16+03:00 fix release note heading - - - - - c43eb354 by Matti Picus at 2020-04-03T14:31:44+03:00 Added tag release-pypy3.6-v7.3.1rc2 for changeset f2b3511c7abe - - - - - 2b326f17 by Richard Plangger at 2020-04-03T08:46:02-04:00 use the correct register, r14 does NOT contain zero. jump forward - - - - - f60f2d34 by Richard Plangger at 2020-04-03T08:48:47-04:00 merge default - - - - - 0637ae72 by Richard Plangger at 2020-04-03T15:23:13-04:00 should not be the threadlocal_addr, it should be the thread id. load it directly - - - - - 700f426c by Stefano Rivera at 2020-04-03T12:28:18-07:00 typo - - - - - 2a4306a4 by Matti Picus at 2020-04-04T23:48:43+03:00 set MACOSX_DEPLOYMENT_TARGET before building openssl - - - - - c83c263f by Carl Friedrich Bolz-Tereick at 2020-04-05T08:56:53+02:00 test and fix: grouprefs which contained unicode were broken - - - - - 775c77a8 by Matti Picus at 2020-04-05T13:49:36+03:00 update openssl to 1.1.1f, build on aarch64 as well - - - - - 56c9d626 by Matti Picus at 2020-04-05T13:50:15+03:00 merge default --HG-- branch : py3.6 - - - - - 3f071e2e by Matti Picus at 2020-04-05T18:11:49+03:00 update get_externals for heptapod - - - - - ea1416e2 by Matti Picus at 2020-04-05T18:26:41+03:00 fix test - - - - - 1aa088bc by Matti Picus at 2020-04-05T19:14:14+03:00 skip test that segfaults on windows - - - - - 8ebf9938 by Matti Picus at 2020-04-05T21:38:26+03:00 merge default --HG-- branch : py3.6 - - - - - d30a7d5a by Matti Picus at 2020-04-05T21:39:32+03:00 Merge with py3.6 --HG-- branch : release-pypy3.6-v7.x - - - - - 11 changed files: - .hgtags - extra_tests/test_semlock.py - get_externals.py - lib_pypy/tools/build_cffi_imports.py - pypy/doc/release-v7.3.1.rst - pypy/module/micronumpy/test/test_support_app.py - pypy/tool/release/package.py - pypy/tool/release/repackage.sh - rpython/jit/backend/zarch/callbuilder.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/test_search.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c9ef9d097b4b834d8c743a635d4715ade4f65beb...d30a7d5a15b03dce7012c6e8d9467aebe6b1f1ea --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c9ef9d097b4b834d8c743a635d4715ade4f65beb...d30a7d5a15b03dce7012c6e8d9467aebe6b1f1ea 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 Apr 5 14:42:12 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 18:42:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: update get_externals for heptapod Message-ID: <5e8a2684b2390_120b7e2b06708ea1ec229e7@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 3f071e2e by Matti Picus at 2020-04-05T18:11:49+03:00 update get_externals for heptapod - - - - - ea1416e2 by Matti Picus at 2020-04-05T18:26:41+03:00 fix test - - - - - 1aa088bc by Matti Picus at 2020-04-05T19:14:14+03:00 skip test that segfaults on windows - - - - - 8ebf9938 by Matti Picus at 2020-04-05T21:38:26+03:00 merge default --HG-- branch : py3.6 - - - - - 3 changed files: - extra_tests/test_semlock.py - get_externals.py - pypy/module/micronumpy/test/test_support_app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/56c9d6262a72d896f5dd4e1b394c9652314ea52b...8ebf99383cbadc1ae6fcceef69d2281a6ebc7a49 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/56c9d6262a72d896f5dd4e1b394c9652314ea52b...8ebf99383cbadc1ae6fcceef69d2281a6ebc7a49 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 Apr 5 14:42:25 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 05 Apr 2020 18:42:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 19 commits: add "minimal" option to force-builds, no need to run own, rpython if only packaging changes Message-ID: <5e8a2691cf77_120b7e2b06708e9d7823120@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 828add22 by Matti Picus at 2020-04-02T19:19:14+03:00 add "minimal" option to force-builds, no need to run own, rpython if only packaging changes - - - - - d1965f04 by Matti Picus at 2020-04-03T08:34:56+03:00 Added tag release-pypy3.6-v7.3.1.rc1 for changeset b37547dfc1de - - - - - 538e4fc9 by Matti Picus at 2020-04-03T08:35:15+03:00 Removed tag release-pypy3.6-v7.3.1.rc1 - - - - - 4051752a by Matti Picus at 2020-04-03T08:36:02+03:00 Added tag release-pypy2.7-v7.3.1rc1 for changeset b37547dfc1de - - - - - 1c5d8e65 by Matti Picus at 2020-04-03T08:36:24+03:00 Added tag release-pypy3.6-v7.3.1rc1 for changeset e386dfc238d9 - - - - - 0b03eb08 by Matti Picus at 2020-04-03T11:47:33+03:00 refactor repackage script into functions, allows "source repackage.sh" - - - - - 10b37db0 by Matti Picus at 2020-04-03T12:04:16+03:00 fix release note heading - - - - - c43eb354 by Matti Picus at 2020-04-03T14:31:44+03:00 Added tag release-pypy3.6-v7.3.1rc2 for changeset f2b3511c7abe - - - - - 2b326f17 by Richard Plangger at 2020-04-03T08:46:02-04:00 use the correct register, r14 does NOT contain zero. jump forward - - - - - f60f2d34 by Richard Plangger at 2020-04-03T08:48:47-04:00 merge default - - - - - 0637ae72 by Richard Plangger at 2020-04-03T15:23:13-04:00 should not be the threadlocal_addr, it should be the thread id. load it directly - - - - - 700f426c by Stefano Rivera at 2020-04-03T12:28:18-07:00 typo - - - - - 2a4306a4 by Matti Picus at 2020-04-04T23:48:43+03:00 set MACOSX_DEPLOYMENT_TARGET before building openssl - - - - - c83c263f by Carl Friedrich Bolz-Tereick at 2020-04-05T08:56:53+02:00 test and fix: grouprefs which contained unicode were broken - - - - - 775c77a8 by Matti Picus at 2020-04-05T13:49:36+03:00 update openssl to 1.1.1f, build on aarch64 as well - - - - - 3f071e2e by Matti Picus at 2020-04-05T18:11:49+03:00 update get_externals for heptapod - - - - - ea1416e2 by Matti Picus at 2020-04-05T18:26:41+03:00 fix test - - - - - 1aa088bc by Matti Picus at 2020-04-05T19:14:14+03:00 skip test that segfaults on windows - - - - - 21237cff by Matti Picus at 2020-04-05T21:38:58+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 12 changed files: - .hgtags - extra_tests/test_semlock.py - get_externals.py - lib_pypy/tools/build_cffi_imports.py - pypy/doc/release-v7.3.1.rst - pypy/module/micronumpy/test/test_support_app.py - pypy/tool/release/force-builds.py - pypy/tool/release/package.py - pypy/tool/release/repackage.sh - rpython/jit/backend/zarch/callbuilder.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/test_search.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/f652faf8c9b6d7b0deadaafecb7ff77ec480c33c...21237cfff7ae008888ea01c77843b44ea5d6ad8b --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/f652faf8c9b6d7b0deadaafecb7ff77ec480c33c...21237cfff7ae008888ea01c77843b44ea5d6ad8b 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 Apr 5 15:46:42 2020 From: foss at heptapod.net (Mark Doerr) Date: Sun, 05 Apr 2020 19:46:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][topic/default/README-fix] more thorough cleaning: moving all historic documents in archive; source_old removed Message-ID: <5e8a35a286af_120b7e3f8b5be3b06824497@heptapod-foss.mail> Mark Doerr pushed to branch topic/default/README-fix at PyPy / pypy.org Commits: 038232c7 by mark doerr at 2020-04-05T21:45:07+02:00 more thorough cleaning: moving all historic documents in archive; source_old removed - - - - - 30 changed files: - Makefile - README - index2.txt ? archive/index2.txt - news.txt ? archive/news.txt - source_old/numpydonate.txt ? archive/numpydonate.txt - source_old/py3donate.txt ? archive/py3donate.txt - revision_march2006.txt ? archive/revision_march2006.txt - source_old/sponsor.txt ? archive/sponsor.txt - source_old/success.txt ? archive/success.txt - talk/ep2014-status.html ? archive/talk/ep2014-status.html - talk/ep2014-status.pdf ? archive/talk/ep2014-status.pdf - talk/ep2014-stm.html ? archive/talk/ep2014-stm.html - talk/ep2014-stm/fig4.svg ? archive/talk/ep2014-stm/fig4.svg - talk/ep2014-stm/stylesheet.css ? archive/talk/ep2014-stm/stylesheet.css - talk/ep2014-stm/talk.html ? archive/talk/ep2014-stm/talk.html - + archive/talk/ep2014-stm/ui - talk/stanford-ee380-2011/abstract.txt ? archive/talk/stanford-ee380-2011/abstract.txt - talk/stanford-ee380-2011/speed.png ? archive/talk/stanford-ee380-2011/speed.png - talk/stanford-ee380-2011/talk.html ? archive/talk/stanford-ee380-2011/talk.html - talk/stanford-ee380-2011/talk.txt ? archive/talk/stanford-ee380-2011/talk.txt - talk/stanford-ee380-2011/ui/default/blank.gif ? archive/talk/stanford-ee380-2011/ui/default/blank.gif - talk/stanford-ee380-2011/ui/default/framing.css ? archive/talk/stanford-ee380-2011/ui/default/framing.css - talk/stanford-ee380-2011/ui/default/iepngfix.htc ? archive/talk/stanford-ee380-2011/ui/default/iepngfix.htc - talk/stanford-ee380-2011/ui/default/opera.css ? archive/talk/stanford-ee380-2011/ui/default/opera.css - talk/stanford-ee380-2011/ui/default/outline.css ? archive/talk/stanford-ee380-2011/ui/default/outline.css - talk/stanford-ee380-2011/ui/default/pretty.css ? archive/talk/stanford-ee380-2011/ui/default/pretty.css - talk/stanford-ee380-2011/ui/default/print.css ? archive/talk/stanford-ee380-2011/ui/default/print.css - talk/stanford-ee380-2011/ui/default/s5-core.css ? archive/talk/stanford-ee380-2011/ui/default/s5-core.css - talk/stanford-ee380-2011/ui/default/slides.css ? archive/talk/stanford-ee380-2011/ui/default/slides.css - talk/stanford-ee380-2011/ui/default/slides.js ? archive/talk/stanford-ee380-2011/ui/default/slides.js View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/038232c7e05f57f5aba45f27f501a5aab90bebab --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/038232c7e05f57f5aba45f27f501a5aab90bebab 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 Apr 5 17:53:22 2020 From: foss at heptapod.net (Richard Plangger) Date: Sun, 05 Apr 2020 21:53:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] load the thread id at an earlier position Message-ID: <5e8a5352b7dbc_120b7e2b06708ea1ec25978@heptapod-foss.mail> Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/229c5ec9a20e226d42f391ff37204d939acd99e7 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/229c5ec9a20e226d42f391ff37204d939acd99e7 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 Apr 5 18:06:17 2020 From: foss at heptapod.net (Richard Plangger) Date: Sun, 05 Apr 2020 22:06:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] do not generate align checks in micronumpy tests for s390x Message-ID: <5e8a565954fa4_120b7e2b06708ead90261ab@heptapod-foss.mail> Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy tests for s390x - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_micronumpy.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0da94c6157fc2b7aa3ab0e951b23730f3e6fc1c1 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0da94c6157fc2b7aa3ab0e951b23730f3e6fc1c1 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 Apr 5 20:33:09 2020 From: foss at heptapod.net (wlav) Date: Mon, 06 Apr 2020 00:33:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] 3 commits: refactoring of char type using a mixin Message-ID: <5e8a78c5860a5_120b7e2b06708e9f8028938@heptapod-foss.mail> wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: d06a84bf by Wim Lavrijsen at 2020-04-05T10:19:43-07:00 refactoring of char type using a mixin --HG-- branch : cppyy-packaging - - - - - 5458eee2 by Wim Lavrijsen at 2020-04-05T16:18:17-07:00 basic char16_t support and associated tests --HG-- branch : cppyy-packaging - - - - - 89699e9a by Wim Lavrijsen at 2020-04-05T16:32:27-07:00 basic char32_t support and associated tests --HG-- branch : cppyy-packaging - - - - - 4 changed files: - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/executor.py - pypy/module/_cppyy/ffitypes.py - pypy/module/_cppyy/test/test_datatypes.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/28482da2a428f8c7cb7a423365e3d81d08387795...89699e9afd53f40fac3a6ad715576b441ffd87db --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/28482da2a428f8c7cb7a423365e3d81d08387795...89699e9afd53f40fac3a6ad715576b441ffd87db 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 Apr 6 04:19:43 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 06 Apr 2020 08:19:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: use env for testing c-extension import to get PATH Message-ID: <5e8ae61fa62e1_120b7e2b06708eab74358db@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d590daf5 by Matti Picus at 2020-04-06T09:50:56+03:00 use env for testing c-extension import to get PATH - - - - - 63f8e6de by Matti Picus at 2020-04-06T11:17:45+03:00 detect machine better (fixes 6d7f4d0ec21b for aarch64) - - - - - 2 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/0da94c6157fc2b7aa3ab0e951b23730f3e6fc1c1...63f8e6de6aed4168e54287b1b7bb832b6016e1c9 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/0da94c6157fc2b7aa3ab0e951b23730f3e6fc1c1...63f8e6de6aed4168e54287b1b7bb832b6016e1c9 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 Apr 6 05:10:44 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 06 Apr 2020 09:10:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 5 commits: load the thread id at an earlier position Message-ID: <5e8af214ad1c9_1380502ab21f9d89f08770@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy tests for s390x - - - - - d590daf5 by Matti Picus at 2020-04-06T09:50:56+03:00 use env for testing c-extension import to get PATH - - - - - 63f8e6de by Matti Picus at 2020-04-06T11:17:45+03:00 detect machine better (fixes 6d7f4d0ec21b for aarch64) - - - - - 5f3290f5 by Matti Picus at 2020-04-06T11:57:46+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 4 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/module/pypyjit/test_pypy_c/test_micronumpy.py - pypy/tool/release/package.py - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/21237cfff7ae008888ea01c77843b44ea5d6ad8b...5f3290f54e84e34a82d7a507b205d7d6f7764e3c --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/21237cfff7ae008888ea01c77843b44ea5d6ad8b...5f3290f54e84e34a82d7a507b205d7d6f7764e3c 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 Apr 6 07:11:10 2020 From: foss at heptapod.net (Mark Doerr) Date: Mon, 06 Apr 2020 11:11:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org] Pushed new branch topic/default/sandbox-2-fix-documentation Message-ID: <5e8b0e4e9f5d2_1380502ab21f9d48141209b@heptapod-foss.mail> Mark Doerr pushed new branch topic/default/sandbox-2-fix-documentation at PyPy / pypy.org --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/tree/topic/default/sandbox-2-fix-documentation 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 Apr 6 12:51:11 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 06 Apr 2020 16:51:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 2 commits: uname is a tuple on python2 Message-ID: <5e8b5dffcba70_1380502ab21f9d1bc820478@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: e7b157b1 by Matti Picus at 2020-04-06T19:45:29+03:00 uname is a tuple on python2 - - - - - d044e299 by Matti Picus at 2020-04-06T19:46:11+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 1 changed file: - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/5f3290f54e84e34a82d7a507b205d7d6f7764e3c...d044e299e8d67a20ced0286156007c51b17db2cb --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/5f3290f54e84e34a82d7a507b205d7d6f7764e3c...d044e299e8d67a20ced0286156007c51b17db2cb 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 Apr 6 12:51:24 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 06 Apr 2020 16:51:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] uname is a tuple on python2 Message-ID: <5e8b5e0c7814_1380502ab21f9d523c206f3@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e7b157b1 by Matti Picus at 2020-04-06T19:45:29+03:00 uname is a tuple on python2 - - - - - 1 changed file: - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e7b157b15eb5b8151d6ef85a44a493079f9a634c --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e7b157b15eb5b8151d6ef85a44a493079f9a634c 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 Apr 6 16:29:21 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 06 Apr 2020 20:29:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/optimize-sre-unicode] 5 commits: set MACOSX_DEPLOYMENT_TARGET before building openssl Message-ID: <5e8b9121984ce_1380502ab21f9d8b1c218b9@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/optimize-sre-unicode at PyPy / pypy Commits: 2a4306a4 by Matti Picus at 2020-04-04T23:48:43+03:00 set MACOSX_DEPLOYMENT_TARGET before building openssl - - - - - c83c263f by Carl Friedrich Bolz-Tereick at 2020-04-05T08:56:53+02:00 test and fix: grouprefs which contained unicode were broken - - - - - f07956ea by Carl Friedrich Bolz-Tereick at 2020-04-05T13:19:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - 4e2d67a5 by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:01+02:00 move the flags from the contexts to the CompiledPatterns --HG-- branch : optimize-sre-unicode - - - - - c209237d by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:58+02:00 oops, this is no longer needed --HG-- branch : optimize-sre-unicode - - - - - 14 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py - pypy/module/_sre/test/test_sre_buf.py - rpython/rlib/rsre/rpy/_sre.py - rpython/rlib/rsre/rsre_char.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rsre/rsre_re.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/support.py - rpython/rlib/rsre/test/test_char.py - rpython/rlib/rsre/test/test_ext_opcode.py - rpython/rlib/rsre/test/test_search.py - rpython/rlib/rsre/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/7d8b39af152b06089c809c3732068cbaf240090b...c209237d65fc09e6a05dd7b6efca243abdcb9348 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/7d8b39af152b06089c809c3732068cbaf240090b...c209237d65fc09e6a05dd7b6efca243abdcb9348 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 Apr 6 22:44:13 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 07 Apr 2020 02:44:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 7 commits: load the thread id at an earlier position Message-ID: <5e8be8fda63ac_1380502ab21f9d8b1c255cb@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy tests for s390x - - - - - d590daf5 by Matti Picus at 2020-04-06T09:50:56+03:00 use env for testing c-extension import to get PATH - - - - - 63f8e6de by Matti Picus at 2020-04-06T11:17:45+03:00 detect machine better (fixes 6d7f4d0ec21b for aarch64) - - - - - e7b157b1 by Matti Picus at 2020-04-06T19:45:29+03:00 uname is a tuple on python2 - - - - - b66f1c76 by Matti Picus at 2020-04-07T05:41:29+03:00 merge default --HG-- branch : py3.6 - - - - - f1f761bb by Matti Picus at 2020-04-07T05:42:01+03:00 merge py3.6 into release --HG-- branch : release-pypy3.6-v7.x - - - - - 4 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/module/pypyjit/test_pypy_c/test_micronumpy.py - pypy/tool/release/package.py - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d30a7d5a15b03dce7012c6e8d9467aebe6b1f1ea...f1f761bbb9ffadb306ee3643308d6d5605fe7415 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d30a7d5a15b03dce7012c6e8d9467aebe6b1f1ea...f1f761bbb9ffadb306ee3643308d6d5605fe7415 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 Apr 6 22:44:25 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 07 Apr 2020 02:44:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 6 commits: load the thread id at an earlier position Message-ID: <5e8be909e5e27_1380502ab21f9d810825759@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy tests for s390x - - - - - d590daf5 by Matti Picus at 2020-04-06T09:50:56+03:00 use env for testing c-extension import to get PATH - - - - - 63f8e6de by Matti Picus at 2020-04-06T11:17:45+03:00 detect machine better (fixes 6d7f4d0ec21b for aarch64) - - - - - e7b157b1 by Matti Picus at 2020-04-06T19:45:29+03:00 uname is a tuple on python2 - - - - - b66f1c76 by Matti Picus at 2020-04-07T05:41:29+03:00 merge default --HG-- branch : py3.6 - - - - - 4 changed files: - lib_pypy/tools/build_cffi_imports.py - pypy/module/pypyjit/test_pypy_c/test_micronumpy.py - pypy/tool/release/package.py - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8ebf99383cbadc1ae6fcceef69d2281a6ebc7a49...b66f1c76edc938dfdedf87785de5f846f7f4c6d7 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8ebf99383cbadc1ae6fcceef69d2281a6ebc7a49...b66f1c76edc938dfdedf87785de5f846f7f4c6d7 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 Apr 7 01:22:23 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 07 Apr 2020 05:22:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c Message-ID: <5e8c0e0f170e2_1380502ab21f9d16a026114@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 7ab0e37a by Matti Picus at 2020-04-07T08:20:19+03:00 Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c - - - - - 3521c9ae by Matti Picus at 2020-04-07T08:20:41+03:00 Added tag release-pypy3.6-v7.3.1rc3 for changeset 2ad108f17bdb - - - - - 1 changed file: - .hgtags View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e7b157b15eb5b8151d6ef85a44a493079f9a634c...3521c9ae03e4c9bfc3c831700806487c33117eaa --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e7b157b15eb5b8151d6ef85a44a493079f9a634c...3521c9ae03e4c9bfc3c831700806487c33117eaa 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 Apr 7 02:09:24 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 07 Apr 2020 06:09:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] add ruamel.yaml to required installations, add 7.3.1 rc3 hashes Message-ID: <5e8c191457b12_1380502ab21f9d8608263ab@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 9d8c4ca8 by Matti Picus at 2020-04-07T09:09:15+03:00 add ruamel.yaml to required installations, add 7.3.1 rc3 hashes - - - - - 5 changed files: - Makefile - pages/download.rst - public/download.html - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/9d8c4ca8e129c688ac8165c14a515836a3ed5c55 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/9d8c4ca8e129c688ac8165c14a515836a3ed5c55 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 Apr 7 02:25:07 2020 From: foss at heptapod.net (wlav) Date: Tue, 07 Apr 2020 06:25:07 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] support for int8_t, uint8_t, and signed char; also some refactoring Message-ID: <5e8c1cc388ec5_1380502ab21f9d810826527@heptapod-foss.mail> wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: 9bb6c20b by Wim Lavrijsen at 2020-04-06T23:23:26-07:00 support for int8_t, uint8_t, and signed char; also some refactoring --HG-- branch : cppyy-packaging - - - - - 5 changed files: - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/executor.py - pypy/module/_cppyy/ffitypes.py - pypy/module/_cppyy/test/test_datatypes.py - pypy/module/_cppyy/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9bb6c20bcb3089c5066ed0257df24b7a50f9a165 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9bb6c20bcb3089c5066ed0257df24b7a50f9a165 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 Apr 7 04:25:34 2020 From: foss at heptapod.net (Mark Doerr) Date: Tue, 07 Apr 2020 08:25:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/sandbox-2/sandbox-2-documentation-fix Message-ID: <5e8c38fe50ba9_1380502ab21f9d82d4292df@heptapod-foss.mail> Mark Doerr pushed new branch topic/sandbox-2/sandbox-2-documentation-fix at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/sandbox-2/sandbox-2-documentation-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 Tue Apr 7 16:30:39 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 07 Apr 2020 20:30:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c Message-ID: <5e8ce2ef33d25_157e812ad45b59c0e028366@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 7ab0e37a by Matti Picus at 2020-04-07T08:20:19+03:00 Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c - - - - - 3521c9ae by Matti Picus at 2020-04-07T08:20:41+03:00 Added tag release-pypy3.6-v7.3.1rc3 for changeset 2ad108f17bdb - - - - - 0d69826d by Matti Picus at 2020-04-07T23:16:25+03:00 attempt at more compatibility with sysconfig.get_config_vars('VERSION') - - - - - 0c071b0a by Matti Picus at 2020-04-07T23:18:53+03:00 merge default --HG-- branch : py3.6 - - - - - 2 changed files: - .hgtags - lib_pypy/_sysconfigdata.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b66f1c76edc938dfdedf87785de5f846f7f4c6d7...0c071b0addff119c197c791068262e08fb7d49e6 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/b66f1c76edc938dfdedf87785de5f846f7f4c6d7...0c071b0addff119c197c791068262e08fb7d49e6 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 Apr 7 16:30:48 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 07 Apr 2020 20:30:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: attempt at more compatibility with sysconfig.get_config_vars('VERSION') Message-ID: <5e8ce2f8f03b3_157e813fdea775273428568@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0d69826d by Matti Picus at 2020-04-07T23:16:25+03:00 attempt at more compatibility with sysconfig.get_config_vars('VERSION') - - - - - 1c2a9489 by Matti Picus at 2020-04-07T23:28:10+03:00 update release note for latest changes - - - - - 2 changed files: - lib_pypy/_sysconfigdata.py - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3521c9ae03e4c9bfc3c831700806487c33117eaa...1c2a9489568d12e81157808eec9fad51e8e2f63e --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3521c9ae03e4c9bfc3c831700806487c33117eaa...1c2a9489568d12e81157808eec9fad51e8e2f63e 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 Apr 7 21:57:17 2020 From: foss at heptapod.net (wlav) Date: Wed, 08 Apr 2020 01:57:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] 3 commits: converter for signed char[] and associated tests Message-ID: <5e8d2f7d57e1b_1679762aae7b809aa482619@heptapod-foss.mail> wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: d40671a3 by Wim Lavrijsen at 2020-04-07T15:21:49-07:00 converter for signed char[] and associated tests --HG-- branch : cppyy-packaging - - - - - 5f93a33c by Wim Lavrijsen at 2020-04-07T18:08:11-07:00 direct support for std::byte --HG-- branch : cppyy-packaging - - - - - 48d1fed1 by Wim Lavrijsen at 2020-04-07T18:56:05-07:00 fix translation problems --HG-- branch : cppyy-packaging - - - - - 4 changed files: - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/executor.py - pypy/module/_cppyy/ffitypes.py - pypy/module/_cppyy/test/test_datatypes.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9bb6c20bcb3089c5066ed0257df24b7a50f9a165...48d1fed125d867fd2a1ee6bec4c6b7d54033d7ec --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9bb6c20bcb3089c5066ed0257df24b7a50f9a165...48d1fed125d867fd2a1ee6bec4c6b7d54033d7ec 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 Apr 8 00:55:20 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 08 Apr 2020 04:55:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: back 18d48fe34950, the problem is distutils.sysconfig not sysconfig Message-ID: <5e8d59388ccaa_1679762aae7b7d3f30831eb@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8417cb73 by Matti Picus at 2020-04-08T07:49:15+03:00 back 18d48fe34950, the problem is distutils.sysconfig not sysconfig - - - - - a995c2d6 by Matti Picus at 2020-04-08T07:54:08+03:00 add some distutils.sysconfig variables for compatibility on win32 - - - - - 2 changed files: - lib-python/2.7/distutils/sysconfig_pypy.py - lib_pypy/_sysconfigdata.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/1c2a9489568d12e81157808eec9fad51e8e2f63e...a995c2d6056d076d118fb2a2d6e00395d546180b --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/1c2a9489568d12e81157808eec9fad51e8e2f63e...a995c2d6056d076d118fb2a2d6e00395d546180b 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 Apr 8 02:11:48 2020 From: foss at heptapod.net (wlav) Date: Wed, 08 Apr 2020 06:11:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] 2 commits: pythonization of std::complex and associated tests Message-ID: <5e8d6b24e4c8_1679762aae7b7d245083380@heptapod-foss.mail> wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: eae5a669 by Wim Lavrijsen at 2020-04-07T22:43:02-07:00 pythonization of std::complex and associated tests --HG-- branch : cppyy-packaging - - - - - 9ffe391f by Wim Lavrijsen at 2020-04-07T22:46:34-07:00 one more test for complex --HG-- branch : cppyy-packaging - - - - - 4 changed files: - pypy/module/_cppyy/executor.py - pypy/module/_cppyy/pythonify.py - pypy/module/_cppyy/test/test_datatypes.py - pypy/module/_cppyy/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/48d1fed125d867fd2a1ee6bec4c6b7d54033d7ec...9ffe391f339098546d65ea52d3a7ae20668b2fcd --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/48d1fed125d867fd2a1ee6bec4c6b7d54033d7ec...9ffe391f339098546d65ea52d3a7ae20668b2fcd 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 Apr 8 18:09:49 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 08 Apr 2020 22:09:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] finish implementing reconfigure Message-ID: <5e8e4badaf15d_17a1b02b0b612bf60010353c@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: e2637c2d by Carl Friedrich Bolz-Tereick at 2020-04-09T00:08:20+02:00 finish implementing reconfigure --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/_io/interp_textio.py - pypy/module/_io/test/apptest_textio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e2637c2d8e854ab2f716a1dfa8735f362f209b07 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e2637c2d8e854ab2f716a1dfa8735f362f209b07 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 Apr 8 18:22:41 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 08 Apr 2020 22:22:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix translation? Message-ID: <5e8e4eb1e7d93_17a1b02b0b612c0ec41039e7@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: ef794d78 by Carl Friedrich Bolz-Tereick at 2020-04-09T00:21:09+02:00 fix translation? --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_io/interp_textio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ef794d786f2f156423ce696f5976055dce60e9b5 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ef794d786f2f156423ce696f5976055dce60e9b5 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 Apr 9 08:15:28 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 09 Apr 2020 12:15:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix translation Message-ID: <5e8f11e0c87b4_1865ab2ab46a9ca3f8718c6@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 781cb3ef by Carl Friedrich Bolz-Tereick at 2020-04-09T14:13:37+02:00 fix translation --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_io/interp_textio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/781cb3efc449048a96a4a74425f9556ac52f2b1a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/781cb3efc449048a96a4a74425f9556ac52f2b1a 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 Apr 9 10:34:38 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 09 Apr 2020 14:34:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] default arguments for BufferdReader.read1 Message-ID: <5e8f327e1bf2f_1959c02b04d70d5424423e9@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 3851ef60 by Carl Friedrich Bolz-Tereick at 2020-04-09T16:32:37+02:00 default arguments for BufferdReader.read1 --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/_io/interp_bufferedio.py - pypy/module/_io/test/test_bufferedio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3851ef60c570f5a5118b353f19c8d19f40d95fbc --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3851ef60c570f5a5118b353f19c8d19f40d95fbc 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 Apr 9 16:15:43 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 09 Apr 2020 20:15:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix bpo-31976: a race condition between BufferedWriter.close and .write, if the Message-ID: <5e8f826f21046_1959c02b04d73c6cc843410@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 7dc1056e by Carl Friedrich Bolz-Tereick at 2020-04-09T22:14:04+02:00 fix bpo-31976: a race condition between BufferedWriter.close and .write, if the flush called by .close is taking a long time: write needs to check whether the file is closed *while* it is holding the lock. Otherwise the file can still be open at the beginning of the write method, but by the time the lock is acquired a bit later the file can have been closed in the meantime. Unfortunately I didn't manage to write an applevel test for this problem, but test_slow_close_from_thread() in the stdlib's test_io.py shows the problem. --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_io/interp_bufferedio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7dc1056eb8bb765cd82a5fd05e0957aa7310d1ae --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7dc1056eb8bb765cd82a5fd05e0957aa7310d1ae 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 Apr 9 17:35:45 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 09 Apr 2020 21:35:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] make structseqfield.__get__ hidden applevel. otherwise it shows up in various Message-ID: <5e8f953140257_1959c02b04d70d55f044374@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 52e361ea by Carl Friedrich Bolz-Tereick at 2020-04-09T23:30:38+02:00 make structseqfield.__get__ hidden applevel. otherwise it shows up in various traces and tracebacks, breaking e.g. test_bdb.py --HG-- branch : py3.7 - - - - - 2 changed files: - + extra_tests/test_structseq.py - lib_pypy/_structseq.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/52e361ea97a5707c09fa265b035adab1b1c83f21 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/52e361ea97a5707c09fa265b035adab1b1c83f21 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 Apr 10 08:32:48 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 10 Apr 2020 12:32:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] test, fix tm_gmtoff and tm_zone on win32 to be like CPython Message-ID: <5e90677027a9d_1a392e2ae1b9031518254c3@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 56d8e6b0 by Matti Picus at 2020-04-10T15:31:17+03:00 test, fix tm_gmtoff and tm_zone on win32 to be like CPython --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/time/interp_time.py - pypy/module/time/test/test_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/56d8e6b0aca0a61016d8c1a607cfb52f10170556 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/56d8e6b0aca0a61016d8c1a607cfb52f10170556 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 Apr 10 08:40:06 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 10 Apr 2020 12:40:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: prove that PyObject_SetAttrString works with __getitem__ (working on pybind11 issues) Message-ID: <5e9069269925e_1a392e2ae1b90311302569@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: eb51c742 by Matti Picus at 2020-04-10T14:12:29+03:00 prove that PyObject_SetAttrString works with __getitem__ (working on pybind11 issues) - - - - - 49ea27e4 by Matti Picus at 2020-04-10T15:38:12+03:00 Added tag release-pypy3.6-v7.3.1 for changeset 2ad108f17bdb - - - - - c8377db7 by Matti Picus at 2020-04-10T15:38:36+03:00 Added tag release-pypy2.7-v7.3.1 for changeset d0d41085a83c - - - - - 2 changed files: - .hgtags - pypy/module/cpyext/test/test_sequence.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a995c2d6056d076d118fb2a2d6e00395d546180b...c8377db741d5bf107794fbacd8558db74cc30a6d --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a995c2d6056d076d118fb2a2d6e00395d546180b...c8377db741d5bf107794fbacd8558db74cc30a6d 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 Apr 10 08:50:40 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 10 Apr 2020 12:50:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update script for release Message-ID: <5e906ba045b84_1a392e2ae1b903113026013@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3bf5aece by Matti Picus at 2020-04-10T15:49:41+03:00 update script for release - - - - - 1 changed file: - pypy/tool/release/repackage.sh View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3bf5aececc1e394db7dd5840144bf1a2ec2db17a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3bf5aececc1e394db7dd5840144bf1a2ec2db17a 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 Apr 10 08:57:47 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 10 Apr 2020 12:57:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] release 7.3.1 Message-ID: <5e906d4baa77d_1a392e2ae1b3909a7426282@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 614366f2 by Matti Picus at 2020-04-10T15:57:33+03:00 release 7.3.1 - - - - - 4 changed files: - pages/download.rst - public/download.html - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/614366f20a5e4039b8fc74c71c988304456e97c3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/614366f20a5e4039b8fc74c71c988304456e97c3 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 Apr 10 09:06:23 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 10 Apr 2020 13:06:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix number of new contributors Message-ID: <5e906f4f30bf_1a392e2ae1b903105426481@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 024cbd9a by Matti Picus at 2020-04-10T16:05:15+03:00 fix number of new contributors - - - - - 1 changed file: - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/024cbd9a1f2835405095133eb6fba7b4edd86851 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/024cbd9a1f2835405095133eb6fba7b4edd86851 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 Apr 10 09:46:04 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Fri, 10 Apr 2020 13:46:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/optimize-sre-unicode] 22 commits: update openssl to 1.1.1f, build on aarch64 as well Message-ID: <5e90789c3c4fe_1a392e2ae1b903120c266c5@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/optimize-sre-unicode at PyPy / pypy Commits: 775c77a8 by Matti Picus at 2020-04-05T13:49:36+03:00 update openssl to 1.1.1f, build on aarch64 as well - - - - - 3f071e2e by Matti Picus at 2020-04-05T18:11:49+03:00 update get_externals for heptapod - - - - - ea1416e2 by Matti Picus at 2020-04-05T18:26:41+03:00 fix test - - - - - 1aa088bc by Matti Picus at 2020-04-05T19:14:14+03:00 skip test that segfaults on windows - - - - - 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy tests for s390x - - - - - d590daf5 by Matti Picus at 2020-04-06T09:50:56+03:00 use env for testing c-extension import to get PATH - - - - - 63f8e6de by Matti Picus at 2020-04-06T11:17:45+03:00 detect machine better (fixes 6d7f4d0ec21b for aarch64) - - - - - e7b157b1 by Matti Picus at 2020-04-06T19:45:29+03:00 uname is a tuple on python2 - - - - - 7ab0e37a by Matti Picus at 2020-04-07T08:20:19+03:00 Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c - - - - - 3521c9ae by Matti Picus at 2020-04-07T08:20:41+03:00 Added tag release-pypy3.6-v7.3.1rc3 for changeset 2ad108f17bdb - - - - - 0d69826d by Matti Picus at 2020-04-07T23:16:25+03:00 attempt at more compatibility with sysconfig.get_config_vars('VERSION') - - - - - 1c2a9489 by Matti Picus at 2020-04-07T23:28:10+03:00 update release note for latest changes - - - - - 8417cb73 by Matti Picus at 2020-04-08T07:49:15+03:00 back 18d48fe34950, the problem is distutils.sysconfig not sysconfig - - - - - a995c2d6 by Matti Picus at 2020-04-08T07:54:08+03:00 add some distutils.sysconfig variables for compatibility on win32 - - - - - eb51c742 by Matti Picus at 2020-04-10T14:12:29+03:00 prove that PyObject_SetAttrString works with __getitem__ (working on pybind11 issues) - - - - - 49ea27e4 by Matti Picus at 2020-04-10T15:38:12+03:00 Added tag release-pypy3.6-v7.3.1 for changeset 2ad108f17bdb - - - - - c8377db7 by Matti Picus at 2020-04-10T15:38:36+03:00 Added tag release-pypy2.7-v7.3.1 for changeset d0d41085a83c - - - - - 3bf5aece by Matti Picus at 2020-04-10T15:49:41+03:00 update script for release - - - - - 024cbd9a by Matti Picus at 2020-04-10T16:05:15+03:00 fix number of new contributors - - - - - 2e80750f by Carl Friedrich Bolz-Tereick at 2020-04-10T15:41:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - d21a77f6 by Carl Friedrich Bolz-Tereick at 2020-04-10T15:43:16+02:00 document branch --HG-- branch : optimize-sre-unicode - - - - - 13 changed files: - .hgtags - extra_tests/test_semlock.py - get_externals.py - lib-python/2.7/distutils/sysconfig_pypy.py - lib_pypy/tools/build_cffi_imports.py - pypy/doc/release-v7.3.1.rst - pypy/doc/whatsnew-head.rst - pypy/module/cpyext/test/test_sequence.py - pypy/module/micronumpy/test/test_support_app.py - pypy/module/pypyjit/test_pypy_c/test_micronumpy.py - pypy/tool/release/package.py - pypy/tool/release/repackage.sh - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c209237d65fc09e6a05dd7b6efca243abdcb9348...d21a77f6bd5a65f98d53f44060d9acaab29e3d14 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c209237d65fc09e6a05dd7b6efca243abdcb9348...d21a77f6bd5a65f98d53f44060d9acaab29e3d14 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 Apr 10 09:46:29 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Fri, 10 Apr 2020 13:46:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 12 commits: use more "official" methods on the W_UnicodeObject to do conversion Message-ID: <5e9078b5c81d6_1a392e2ae1b903151826841@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 5ae1bcb2 by Carl Friedrich Bolz-Tereick at 2020-04-04T15:28:44+02:00 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-04T15:38:35+02:00 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-04T15:59:01+02:00 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-04T16:36:04+02:00 use an ascii-fastpath for getlower and getupper --HG-- branch : optimize-sre-unicode - - - - - 3743aefe by Carl Friedrich Bolz-Tereick at 2020-04-04T21:23:43+02:00 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-04T21:29:02+02:00 test for f0dd6cd6eec2 --HG-- branch : optimize-sre-unicode - - - - - f07956ea by Carl Friedrich Bolz-Tereick at 2020-04-05T13:19:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - 4e2d67a5 by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:01+02:00 move the flags from the contexts to the CompiledPatterns --HG-- branch : optimize-sre-unicode - - - - - c209237d by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:58+02:00 oops, this is no longer needed --HG-- branch : optimize-sre-unicode - - - - - 2e80750f by Carl Friedrich Bolz-Tereick at 2020-04-10T15:41:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - d21a77f6 by Carl Friedrich Bolz-Tereick at 2020-04-10T15:43:16+02:00 document branch --HG-- branch : optimize-sre-unicode - - - - - c5bf86cd by Carl Friedrich Bolz-Tereick at 2020-04-10T15:44:58+02:00 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 - - - - - 13 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py - pypy/module/_sre/test/test_sre_buf.py - rpython/rlib/rsre/rpy/_sre.py - rpython/rlib/rsre/rsre_char.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rsre/rsre_re.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/support.py - rpython/rlib/rsre/test/test_char.py - rpython/rlib/rsre/test/test_ext_opcode.py - rpython/rlib/rsre/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/024cbd9a1f2835405095133eb6fba7b4edd86851...c5bf86cd92329ac5f5cee2bf6459a585aa7f35b3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/024cbd9a1f2835405095133eb6fba7b4edd86851...c5bf86cd92329ac5f5cee2bf6459a585aa7f35b3 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 Apr 10 09:52:12 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Fri, 10 Apr 2020 13:52:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] move the rsre constants into their own file Message-ID: <5e907a0cb8cc1_1a392e2ae1b9031e00270f9@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 4d0d43d4 by Carl Friedrich Bolz-Tereick at 2020-04-10T15:46:44+02:00 move the rsre constants into their own file (this is in preparation for eventually supporting 3.7's sre engine) - - - - - 6 changed files: - rpython/rlib/rsre/rpy/_sre.py - rpython/rlib/rsre/rsre_char.py - + rpython/rlib/rsre/rsre_constants.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rsre/test/test_char.py - rpython/rlib/rsre/test/test_ext_opcode.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/4d0d43d48a2adbe8dae7de4b982f7948c352f0f2 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/4d0d43d48a2adbe8dae7de4b982f7948c352f0f2 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 Apr 10 13:50:34 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 10 Apr 2020 17:50:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] Update links and sha256 for the ppc 3.7.1 builds Message-ID: <5e90b1ea9d560_1a392e2ae1b39171b0306b8@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy.org Commits: fe42d88f by Armin Rigo at 2020-04-10T19:50:29+02:00 Update links and sha256 for the ppc 3.7.1 builds - - - - - 1 changed file: - pages/download.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/fe42d88f8cc8ebf4202dc27afb5669304546ca6a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/fe42d88f8cc8ebf4202dc27afb5669304546ca6a 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 Apr 10 14:33:54 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Fri, 10 Apr 2020 18:33:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] a few more explicit utf-8 based unicode tests Message-ID: <5e90bc121de14_1a392e2ae1b903142830832@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: acb85a41 by Carl Friedrich Bolz-Tereick at 2020-04-10T20:32:33+02:00 a few more explicit utf-8 based unicode tests - - - - - 1 changed file: - rpython/rlib/rsre/test/test_search.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/acb85a41a6631504779dd3346bdba599dab27403 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/acb85a41a6631504779dd3346bdba599dab27403 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 Apr 11 15:43:08 2020 From: foss at heptapod.net (Armin Rigo) Date: Sat, 11 Apr 2020 19:43:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Fix comments Message-ID: <5e921dcc18e08_1a392e2ae1b9030dc0360ad@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 8b11ef05 by Armin Rigo at 2020-04-11T21:41:26+02:00 Fix comments - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/intdiv.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8b11ef056c88f16a53c09a153a009de43e77ce59 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8b11ef056c88f16a53c09a153a009de43e77ce59 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 Apr 11 17:12:10 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 11 Apr 2020 21:12:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] fix test Message-ID: <5e9232aa8e991_1a392e2ae1b390a3e8364ae@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: fc40f10f by Matti Picus at 2020-04-11T23:26:58+03:00 fix test --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/time/test/test_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fc40f10fbbe6c243e4f2d4a1269e1d21b298dcc6 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fc40f10fbbe6c243e4f2d4a1269e1d21b298dcc6 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 Apr 11 17:12:45 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 11 Apr 2020 21:12:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: close merged branch Message-ID: <5e9232cd5843c_1a392e2ae1b9030f78366d2@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5113a5ca by Matti Picus at 2020-04-11T23:17:59+03:00 close merged branch --HG-- branch : optimize-sre-unicode - - - - - 3acee23f by Matti Picus at 2020-04-11T23:18:12+03:00 remerge closed branch - - - - - bd5eadda by Matti Picus at 2020-04-11T23:26:21+03:00 fix test - - - - - 1 changed file: - pypy/module/cpyext/test/test_sequence.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8b11ef056c88f16a53c09a153a009de43e77ce59...bd5eaddaf87f3c4990347b51b2baef7a2f120282 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/8b11ef056c88f16a53c09a153a009de43e77ce59...bd5eaddaf87f3c4990347b51b2baef7a2f120282 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 Apr 11 17:12:54 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 11 Apr 2020 21:12:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/optimize-sre-unicode Message-ID: <5e9232d6140be_1a392e2ae1b90317fc36829@heptapod-foss.mail> Matti Picus deleted branch branch/optimize-sre-unicode 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 Apr 11 17:59:40 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 11 Apr 2020 21:59:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 25 commits: use more "official" methods on the W_UnicodeObject to do conversion Message-ID: <5e923dcc6847d_1a392e2ae1b90311303718c@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: 5ae1bcb2 by Carl Friedrich Bolz-Tereick at 2020-04-04T15:28:44+02:00 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-04T15:38:35+02:00 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-04T15:59:01+02:00 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-04T16:36:04+02:00 use an ascii-fastpath for getlower and getupper --HG-- branch : optimize-sre-unicode - - - - - 3743aefe by Carl Friedrich Bolz-Tereick at 2020-04-04T21:23:43+02:00 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-04T21:29:02+02:00 test for f0dd6cd6eec2 --HG-- branch : optimize-sre-unicode - - - - - f07956ea by Carl Friedrich Bolz-Tereick at 2020-04-05T13:19:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - 4e2d67a5 by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:01+02:00 move the flags from the contexts to the CompiledPatterns --HG-- branch : optimize-sre-unicode - - - - - c209237d by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:58+02:00 oops, this is no longer needed --HG-- branch : optimize-sre-unicode - - - - - 1c2a9489 by Matti Picus at 2020-04-07T23:28:10+03:00 update release note for latest changes - - - - - 8417cb73 by Matti Picus at 2020-04-08T07:49:15+03:00 back 18d48fe34950, the problem is distutils.sysconfig not sysconfig - - - - - a995c2d6 by Matti Picus at 2020-04-08T07:54:08+03:00 add some distutils.sysconfig variables for compatibility on win32 - - - - - eb51c742 by Matti Picus at 2020-04-10T14:12:29+03:00 prove that PyObject_SetAttrString works with __getitem__ (working on pybind11 issues) - - - - - 49ea27e4 by Matti Picus at 2020-04-10T15:38:12+03:00 Added tag release-pypy3.6-v7.3.1 for changeset 2ad108f17bdb - - - - - c8377db7 by Matti Picus at 2020-04-10T15:38:36+03:00 Added tag release-pypy2.7-v7.3.1 for changeset d0d41085a83c - - - - - 3bf5aece by Matti Picus at 2020-04-10T15:49:41+03:00 update script for release - - - - - 024cbd9a by Matti Picus at 2020-04-10T16:05:15+03:00 fix number of new contributors - - - - - 2e80750f by Carl Friedrich Bolz-Tereick at 2020-04-10T15:41:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - d21a77f6 by Carl Friedrich Bolz-Tereick at 2020-04-10T15:43:16+02:00 document branch --HG-- branch : optimize-sre-unicode - - - - - c5bf86cd by Carl Friedrich Bolz-Tereick at 2020-04-10T15:44:58+02:00 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-10T15:46:44+02:00 move the rsre constants into their own file (this is in preparation for eventually supporting 3.7's sre engine) - - - - - acb85a41 by Carl Friedrich Bolz-Tereick at 2020-04-10T20:32:33+02:00 a few more explicit utf-8 based unicode tests - - - - - 8b11ef05 by Armin Rigo at 2020-04-11T21:41:26+02:00 Fix comments - - - - - c812613b by Carl Friedrich Bolz-Tereick at 2020-04-11T23:57:09+02:00 merge default --HG-- branch : py3.6 - - - - - 5e7a51dd by Carl Friedrich Bolz-Tereick at 2020-04-11T23:57:45+02:00 merge heads --HG-- branch : py3.6 - - - - - 21 changed files: - .hgtags - lib_pypy/_sysconfigdata.py - pypy/doc/release-v7.3.1.rst - pypy/doc/whatsnew-head.rst - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py - pypy/module/_sre/test/test_sre_buf.py - pypy/module/cpyext/test/test_sequence.py - pypy/tool/release/repackage.sh - rpython/jit/metainterp/optimizeopt/intdiv.py - rpython/rlib/rsre/rpy/_sre.py - rpython/rlib/rsre/rsre_char.py - + rpython/rlib/rsre/rsre_constants.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rsre/rsre_re.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/support.py - rpython/rlib/rsre/test/test_char.py - rpython/rlib/rsre/test/test_ext_opcode.py - rpython/rlib/rsre/test/test_search.py - rpython/rlib/rsre/test/test_zjit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/fc40f10fbbe6c243e4f2d4a1269e1d21b298dcc6...5e7a51dd57185076cd9d63b80bb11f0cd6610714 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/fc40f10fbbe6c243e4f2d4a1269e1d21b298dcc6...5e7a51dd57185076cd9d63b80bb11f0cd6610714 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 Apr 12 05:58:28 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 12 Apr 2020 09:58:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] test, fix sock.type difference between python2 and python3 Message-ID: <5e92e644d610c_1dab432aeb509e9d30767b3@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 05544369 by Matti Picus at 2020-04-12T09:37:55+03:00 test, fix sock.type difference between python2 and python3 --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/05544369f4efef2f2507253ab42f50a99923217e --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/05544369f4efef2f2507253ab42f50a99923217e 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 Apr 13 10:52:27 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 13 Apr 2020 14:52:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] unskip some stdlib tests, start to fix for issue 3209 Message-ID: <5e947cab1f14b_1dab432aeb509ea140925a4@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 3d9e9a17 by Matti Picus at 2020-04-13T17:50:52+03:00 unskip some stdlib tests, start to fix for issue 3209 --HG-- branch : py3.6 - - - - - 3 changed files: - extra_tests/ctypes_tests/test_structures.py - lib-python/3/ctypes/test/test_pep3118.py - lib_pypy/_ctypes/array.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3d9e9a17e06e0f3ad972961cffa626462d53f940 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3d9e9a17e06e0f3ad972961cffa626462d53f940 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 Apr 13 16:07:32 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 13 Apr 2020 20:07:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/recvmsg_into Message-ID: <5e94c684be660_1dab432aeb509e9a8894250@heptapod-foss.mail> Ronan Lamy pushed new branch topic/py3.6/recvmsg_into at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/py3.6/recvmsg_into 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 Apr 14 07:20:41 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 14 Apr 2020 11:20:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] fix opening of Connection with isolation_level=None in the constructor Message-ID: <5e959c898fa08_21e84f2abd2e39025411413@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: fbbe0671 by Carl Friedrich Bolz-Tereick at 2020-03-22T17:23:16+01:00 fix opening of Connection with isolation_level=None in the constructor (grafted from 9c27af1d34e9) --HG-- branch : py3.6 - - - - - 2 changed files: - extra_tests/test_sqlite3.py - lib_pypy/_sqlite3.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fbbe06715eb48df1a03640672d99335695d3e47c --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fbbe06715eb48df1a03640672d99335695d3e47c 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 Apr 14 13:43:36 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 14 Apr 2020 17:43:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update old stuff in the FAQ Message-ID: <5e95f6482f1e9_2285f02b16ddd9889c936c6@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: cdb50b67 by Armin Rigo at 2020-04-14T19:42:21+02:00 update old stuff in the FAQ - - - - - 1 changed file: - pypy/doc/faq.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/cdb50b6706630b2a0d4210836353338e0fdedd2e --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/cdb50b6706630b2a0d4210836353338e0fdedd2e 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 Apr 14 17:35:34 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 14 Apr 2020 21:35:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/rsre-tweaks Message-ID: <5e962ca678800_1b62ac99c18a8189242f@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/rsre-tweaks at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/rsre-tweaks 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 Apr 16 16:54:44 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 16 Apr 2020 20:54:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update to cffi/4a4a9e8abe97 Message-ID: <5e98c614d8ba8_1b12aee9173de1c6698e@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 7090125f by Armin Rigo at 2020-04-16T22:53:32+02:00 update to cffi/4a4a9e8abe97 - - - - - 2 changed files: - extra_tests/cffi_tests/cffi0/backend_tests.py - lib_pypy/cffi/_embedding.h View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7090125ff927e9938ed257fba1edd7dd467923a7 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7090125ff927e9938ed257fba1edd7dd467923a7 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 Apr 17 03:42:55 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 17 Apr 2020 07:42:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 7 commits: close merged branch Message-ID: <5e995dff4590f_1b12aee9173eb50723cf@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 5113a5ca by Matti Picus at 2020-04-11T23:17:59+03:00 close merged branch --HG-- branch : optimize-sre-unicode - - - - - 3acee23f by Matti Picus at 2020-04-11T23:18:12+03:00 remerge closed branch - - - - - bd5eadda by Matti Picus at 2020-04-11T23:26:21+03:00 fix test - - - - - cdb50b67 by Armin Rigo at 2020-04-14T19:42:21+02:00 update old stuff in the FAQ - - - - - 7090125f by Armin Rigo at 2020-04-16T22:53:32+02:00 update to cffi/4a4a9e8abe97 - - - - - 48eeb2fc by Matti Picus at 2020-04-17T10:29:22+03:00 add jobs control, from issue 3187 - - - - - b031b36d by Matti Picus at 2020-04-17T10:33:24+03:00 merge default --HG-- branch : py3.6 - - - - - 5 changed files: - Makefile - extra_tests/cffi_tests/cffi0/backend_tests.py - lib_pypy/cffi/_embedding.h - pypy/doc/faq.rst - pypy/module/cpyext/test/test_sequence.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/fbbe06715eb48df1a03640672d99335695d3e47c...b031b36dc6766c619efbf0c59fa1fb1017562b0c --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/fbbe06715eb48df1a03640672d99335695d3e47c...b031b36dc6766c619efbf0c59fa1fb1017562b0c 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 Apr 17 03:43:12 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 17 Apr 2020 07:43:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] add jobs control, from issue 3187 Message-ID: <5e995e10d6161_1b12aee9173df2072588@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 48eeb2fc by Matti Picus at 2020-04-17T10:29:22+03:00 add jobs control, from issue 3187 - - - - - 1 changed file: - Makefile View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/48eeb2fcb6edcd5672c05c92a6f1f9e35904ebd4 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/48eeb2fcb6edcd5672c05c92a6f1f9e35904ebd4 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 Apr 17 03:48:21 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 17 Apr 2020 07:48:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/issue3178 Message-ID: <5e995f45dbde6_1b12aee9173ea74727dc@heptapod-foss.mail> Armin Rigo pushed new branch topic/default/issue3178 at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/default/issue3178 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 Apr 17 05:02:12 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 17 Apr 2020 09:02:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue-3211-debug Message-ID: <5e99709451726_1b12aee9173e7047614@heptapod-foss.mail> Armin Rigo pushed new branch branch/issue-3211-debug at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/issue-3211-debug 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 Apr 17 05:34:41 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 17 Apr 2020 09:34:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/issue-3211-debug] meh Message-ID: <5e997831ba300_1b12aee917463147697f@heptapod-foss.mail> Armin Rigo pushed to branch branch/issue-3211-debug at PyPy / pypy Commits: a113b192 by Armin Rigo at 2020-04-17T11:34:01+02:00 meh --HG-- branch : issue-3211-debug - - - - - 1 changed file: - pypy/objspace/std/unicodeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a113b1926ed337f0617c0e940f07bf700e247236 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a113b1926ed337f0617c0e940f07bf700e247236 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 Apr 17 13:15:11 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 17 Apr 2020 17:15:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Add a skipped test, which probably also fails on CPython on systems without Message-ID: <5e99e41f4c9be_1b12aee9173f0a08386@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: ada65f78 by Armin Rigo at 2020-04-17T19:14:19+02:00 Add a skipped test, which probably also fails on CPython on systems without wcsftime() --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/time/test/test_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ada65f7899f476de7d59e4f76deaf1c6e8a9512b --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ada65f7899f476de7d59e4f76deaf1c6e8a9512b 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 Apr 17 13:43:57 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 17 Apr 2020 17:43:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Windows: fix time.tzname Message-ID: <5e99eaddefe05_1b12aee9173f0a08409c@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 6c31bf48 by Armin Rigo at 2020-04-17T19:41:40+02:00 Windows: fix time.tzname --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/time/interp_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6c31bf48f2fe113084cec817817273687b1392a3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6c31bf48f2fe113084cec817817273687b1392a3 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 Apr 17 13:46:56 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 17 Apr 2020 17:46:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/issue-3211-debug] 44 commits: merge default Message-ID: <5e99eb90bdb9b_1b12aee9173ed08842a1@heptapod-foss.mail> Armin Rigo pushed to branch branch/issue-3211-debug at PyPy / pypy Commits: 0c071b0a by Matti Picus at 2020-04-07T23:18:53+03:00 merge default --HG-- branch : py3.6 - - - - - 56d8e6b0 by Matti Picus at 2020-04-10T15:31:17+03:00 test, fix tm_gmtoff and tm_zone on win32 to be like CPython --HG-- branch : py3.6 - - - - - fc40f10f by Matti Picus at 2020-04-11T23:26:58+03:00 fix test --HG-- branch : py3.6 - - - - - c812613b by Carl Friedrich Bolz-Tereick at 2020-04-11T23:57:09+02:00 merge default --HG-- branch : py3.6 - - - - - 5e7a51dd by Carl Friedrich Bolz-Tereick at 2020-04-11T23:57:45+02:00 merge heads --HG-- branch : py3.6 - - - - - 05544369 by Matti Picus at 2020-04-12T09:37:55+03:00 test, fix sock.type difference between python2 and python3 --HG-- branch : py3.6 - - - - - 3d9e9a17 by Matti Picus at 2020-04-13T17:50:52+03:00 unskip some stdlib tests, start to fix for issue 3209 --HG-- branch : py3.6 - - - - - fbbe0671 by Carl Friedrich Bolz-Tereick at 2020-03-22T17:23:16+01:00 fix opening of Connection with isolation_level=None in the constructor (grafted from 9c27af1d34e9) --HG-- branch : py3.6 - - - - - 5ae1bcb2 by Carl Friedrich Bolz-Tereick at 2020-04-04T15:28:44+02:00 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-04T15:38:35+02:00 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-04T15:59:01+02:00 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-04T16:36:04+02:00 use an ascii-fastpath for getlower and getupper --HG-- branch : optimize-sre-unicode - - - - - 3743aefe by Carl Friedrich Bolz-Tereick at 2020-04-04T21:23:43+02:00 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-04T21:29:02+02:00 test for f0dd6cd6eec2 --HG-- branch : optimize-sre-unicode - - - - - f07956ea by Carl Friedrich Bolz-Tereick at 2020-04-05T13:19:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - 4e2d67a5 by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:01+02:00 move the flags from the contexts to the CompiledPatterns --HG-- branch : optimize-sre-unicode - - - - - c209237d by Carl Friedrich Bolz-Tereick at 2020-04-05T16:38:58+02:00 oops, this is no longer needed --HG-- branch : optimize-sre-unicode - - - - - 7ab0e37a by Matti Picus at 2020-04-07T08:20:19+03:00 Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c - - - - - 3521c9ae by Matti Picus at 2020-04-07T08:20:41+03:00 Added tag release-pypy3.6-v7.3.1rc3 for changeset 2ad108f17bdb - - - - - 0d69826d by Matti Picus at 2020-04-07T23:16:25+03:00 attempt at more compatibility with sysconfig.get_config_vars('VERSION') - - - - - 1c2a9489 by Matti Picus at 2020-04-07T23:28:10+03:00 update release note for latest changes - - - - - 8417cb73 by Matti Picus at 2020-04-08T07:49:15+03:00 back 18d48fe34950, the problem is distutils.sysconfig not sysconfig - - - - - a995c2d6 by Matti Picus at 2020-04-08T07:54:08+03:00 add some distutils.sysconfig variables for compatibility on win32 - - - - - eb51c742 by Matti Picus at 2020-04-10T14:12:29+03:00 prove that PyObject_SetAttrString works with __getitem__ (working on pybind11 issues) - - - - - 49ea27e4 by Matti Picus at 2020-04-10T15:38:12+03:00 Added tag release-pypy3.6-v7.3.1 for changeset 2ad108f17bdb - - - - - c8377db7 by Matti Picus at 2020-04-10T15:38:36+03:00 Added tag release-pypy2.7-v7.3.1 for changeset d0d41085a83c - - - - - 3bf5aece by Matti Picus at 2020-04-10T15:49:41+03:00 update script for release - - - - - 024cbd9a by Matti Picus at 2020-04-10T16:05:15+03:00 fix number of new contributors - - - - - 2e80750f by Carl Friedrich Bolz-Tereick at 2020-04-10T15:41:44+02:00 merge default --HG-- branch : optimize-sre-unicode - - - - - d21a77f6 by Carl Friedrich Bolz-Tereick at 2020-04-10T15:43:16+02:00 document branch --HG-- branch : optimize-sre-unicode - - - - - c5bf86cd by Carl Friedrich Bolz-Tereick at 2020-04-10T15:44:58+02:00 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-10T15:46:44+02:00 move the rsre constants into their own file (this is in preparation for eventually supporting 3.7's sre engine) - - - - - acb85a41 by Carl Friedrich Bolz-Tereick at 2020-04-10T20:32:33+02:00 a few more explicit utf-8 based unicode tests - - - - - 8b11ef05 by Armin Rigo at 2020-04-11T21:41:26+02:00 Fix comments - - - - - 5113a5ca by Matti Picus at 2020-04-11T23:17:59+03:00 close merged branch --HG-- branch : optimize-sre-unicode - - - - - 3acee23f by Matti Picus at 2020-04-11T23:18:12+03:00 remerge closed branch - - - - - bd5eadda by Matti Picus at 2020-04-11T23:26:21+03:00 fix test - - - - - cdb50b67 by Armin Rigo at 2020-04-14T19:42:21+02:00 update old stuff in the FAQ - - - - - 7090125f by Armin Rigo at 2020-04-16T22:53:32+02:00 update to cffi/4a4a9e8abe97 - - - - - 48eeb2fc by Matti Picus at 2020-04-17T10:29:22+03:00 add jobs control, from issue 3187 - - - - - b031b36d by Matti Picus at 2020-04-17T10:33:24+03:00 merge default --HG-- branch : py3.6 - - - - - ada65f78 by Armin Rigo at 2020-04-17T19:14:19+02:00 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-17T19:41:40+02:00 Windows: fix time.tzname --HG-- branch : py3.6 - - - - - ed35fd97 by Armin Rigo at 2020-04-17T19:46:00+02:00 hg merge py3.6 --HG-- branch : issue-3211-debug - - - - - 30 changed files: - .hgtags - Makefile - extra_tests/cffi_tests/cffi0/backend_tests.py - extra_tests/ctypes_tests/test_structures.py - extra_tests/test_sqlite3.py - lib-python/3/ctypes/test/test_pep3118.py - lib_pypy/_ctypes/array.py - lib_pypy/_sqlite3.py - lib_pypy/_sysconfigdata.py - lib_pypy/cffi/_embedding.h - pypy/doc/faq.rst - pypy/doc/release-v7.3.1.rst - pypy/doc/whatsnew-head.rst - 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 - pypy/module/cpyext/test/test_sequence.py - pypy/module/time/interp_time.py - pypy/module/time/test/test_time.py - pypy/tool/release/repackage.sh - rpython/jit/metainterp/optimizeopt/intdiv.py - rpython/rlib/rsre/rpy/_sre.py - rpython/rlib/rsre/rsre_char.py - + rpython/rlib/rsre/rsre_constants.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rsre/rsre_re.py - rpython/rlib/rsre/rsre_utf8.py - rpython/rlib/rsre/test/support.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a113b1926ed337f0617c0e940f07bf700e247236...ed35fd978768d2d7f584cca9a65b4539e47fe089 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a113b1926ed337f0617c0e940f07bf700e247236...ed35fd978768d2d7f584cca9a65b4539e47fe089 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 Apr 17 14:54:51 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 17 Apr 2020 18:54:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] 2 commits: Modernise pytest usage in test_rsocket.py Message-ID: <5e99fb7b2510e_1b12aee9173e4708512a@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: 0b77b45e by Ronan Lamy at 2020-04-15T20:29:25+01:00 Modernise pytest usage in test_rsocket.py --HG-- branch : py3.6 - - - - - 03882ed9 by Ronan Lamy at 2020-04-17T19:53:39+01:00 Test all variants of recv() simultaneously --HG-- branch : py3.6 - - - - - 1 changed file: - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/34b27ee8e4eea22645a8ad24a7f9934eaba656b2...03882ed9e0a03cf8419dde24cf5deb3dad5d321a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/34b27ee8e4eea22645a8ad24a7f9934eaba656b2...03882ed9e0a03cf8419dde24cf5deb3dad5d321a 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 Apr 17 18:15:39 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 17 Apr 2020 22:15:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] Simplify rpython recvinto() and deal with non-raw buffers in interp_socket.py Message-ID: <5e9a2a8b97b2_1b12aee9173ede4859ed@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: 201cd632 by Ronan Lamy at 2020-04-17T23:14:33+01:00 Simplify rpython recvinto() and deal with non-raw buffers in interp_socket.py --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - rpython/rlib/rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/201cd6323abe4e79cf25c9ee1360baddfe3ae1e3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/201cd6323abe4e79cf25c9ee1360baddfe3ae1e3 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 Apr 18 03:10:55 2020 From: foss at heptapod.net (Armin Rigo) Date: Sat, 18 Apr 2020 07:10:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fix-windows-utf8 Message-ID: <5e9aa7ff3bd3a_1b12aee9173eee8875a2@heptapod-foss.mail> Armin Rigo pushed new branch branch/fix-windows-utf8 at PyPy / pypy --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/fix-windows-utf8 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 Apr 18 03:31:39 2020 From: foss at heptapod.net (Armin Rigo) Date: Sat, 18 Apr 2020 07:31:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/fix-windows-utf8] fix os.listdir() on Windows with unicode file names Message-ID: <5e9aacdbb03a4_1b12aee9173ede4877a7@heptapod-foss.mail> Armin Rigo pushed to branch branch/fix-windows-utf8 at PyPy / pypy Commits: d7b37c8f by Armin Rigo at 2020-04-18T09:30:05+02:00 fix os.listdir() on Windows with unicode file names --HG-- branch : fix-windows-utf8 - - - - - 3 changed files: - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.py - pypy/objspace/std/unicodeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d7b37c8fdf7f98eeaf407c1ac0f184787af3fec6 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d7b37c8fdf7f98eeaf407c1ac0f184787af3fec6 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 Apr 18 15:30:29 2020 From: foss at heptapod.net (Ronan Lamy) Date: Sat, 18 Apr 2020 19:30:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Modernize exec syntax in rpython/ Message-ID: <5e9b555573563_2dbd12aaf004a769c608ce@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 07aa2114 by Ronan Lamy at 2020-04-18T20:28:23+01:00 Modernize exec syntax in rpython/ - - - - - 30 changed files: - rpython/annotator/specialize.py - rpython/flowspace/operation.py - rpython/flowspace/test/test_objspace.py - rpython/jit/backend/llgraph/runner.py - rpython/jit/backend/llsupport/descr.py - rpython/jit/backend/ppc/rassemblermaker.py - rpython/jit/backend/test/support.py - rpython/jit/backend/test/test_ll_random.py - rpython/jit/backend/x86/vector_ext.py - rpython/jit/codewriter/jtransform.py - rpython/jit/metainterp/optimizeopt/dependency.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_ajit.py - rpython/jit/metainterp/test/test_loop_unroll_disopt.py - rpython/jit/metainterp/test/test_zvector.py - rpython/jit/metainterp/warmspot.py - rpython/memory/gc/test/test_minimarkpage.py - rpython/memory/gctransform/refcounting.py - rpython/rlib/entrypoint.py - rpython/rlib/jit.py - rpython/rlib/parsing/codebuilder.py - rpython/rlib/parsing/deterministic.py - rpython/rlib/parsing/ebnfparse.py - rpython/rlib/parsing/makepackrat.py - rpython/rlib/parsing/parsing.py - rpython/rlib/parsing/test/test_pcre_regtest.py - rpython/rlib/rstruct/runpack.py - rpython/rlib/streamio.py - rpython/rlib/test/test_libffi.py - rpython/rlib/test/test_objectmodel.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/07aa211429f422ad2d04e9ac640809d098e942cb --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/07aa211429f422ad2d04e9ac640809d098e942cb 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 Apr 18 16:41:12 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 18 Apr 2020 20:41:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/rsre-tweaks] 7 commits: add jitdrivers to all the find_repetition_end functions Message-ID: <5e9b65e84db79_2dbd12aaf004a732c610fa@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/rsre-tweaks at PyPy / pypy Commits: 8128e406 by Carl Friedrich Bolz-Tereick at 2020-04-15T13:49:14+02:00 add jitdrivers to all the find_repetition_end functions --HG-- branch : rsre-tweaks - - - - - 6904eadc by Carl Friedrich Bolz-Tereick at 2020-04-15T22:03:20+02:00 move function to rutf8 --HG-- branch : rsre-tweaks - - - - - 086d1c30 by Carl Friedrich Bolz-Tereick at 2020-04-15T22:19:52+02:00 extend the matches_literal approach beyond ascii --HG-- branch : rsre-tweaks - - - - - 318be938 by Carl Friedrich Bolz-Tereick at 2020-04-16T14:41:36+02:00 implement the same n-LITERAL fast path for non-utf8 too --HG-- branch : rsre-tweaks - - - - - 8be41323 by Carl Friedrich Bolz-Tereick at 2020-04-16T17:40:22+02:00 fix --HG-- branch : rsre-tweaks - - - - - 1c2bf8dd by Carl Friedrich Bolz-Tereick at 2020-04-18T22:39:16+02:00 test and fix: do the right thing with surrogates --HG-- branch : rsre-tweaks - - - - - 4ba0d7a9 by Carl Friedrich Bolz-Tereick at 2020-04-18T22:39:28+02:00 also test search in test_zhypothesis --HG-- branch : rsre-tweaks - - - - - 8 changed files: - 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_zhypothesis.py - rpython/rlib/rsre/test/test_zjit.py - rpython/rlib/rutf8.py - rpython/rlib/test/test_rutf8.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/637fa0788291e110bc687e036c09affc5f51d8c9...4ba0d7a903b1d7dad612e9c4a21702c28614b92f --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/637fa0788291e110bc687e036c09affc5f51d8c9...4ba0d7a903b1d7dad612e9c4a21702c28614b92f 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 Apr 19 03:26:06 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 19 Apr 2020 07:26:06 +0000 Subject: [pypy-commit] [Git][pypy/benchmarks][branch/default] typo Message-ID: <5e9bfd0e754cb_2dbd12aaf004a72506374f@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: a6e5dd95 by Matti Picus at 2020-04-19T10:25:32+03:00 typo - - - - - 1 changed file: - runner.py View it on GitLab: https://foss.heptapod.net/pypy/benchmarks/commit/a6e5dd956210ac60076357e2077fe218ab2a0757 --- View it on GitLab: https://foss.heptapod.net/pypy/benchmarks/commit/a6e5dd956210ac60076357e2077fe218ab2a0757 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 Apr 19 05:31:04 2020 From: foss at heptapod.net (Armin Rigo) Date: Sun, 19 Apr 2020 09:31:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/fix-windows-utf8] 2 commits: Oops, fix Message-ID: <5e9c1a583c9e9_2dbd12aaf004a886c6453c@heptapod-foss.mail> Armin Rigo pushed to branch branch/fix-windows-utf8 at PyPy / pypy Commits: 32676287 by Armin Rigo at 2020-04-19T11:25:30+02:00 Oops, fix --HG-- branch : fix-windows-utf8 - - - - - debbbfa1 by Armin Rigo at 2020-04-19T11:28:06+02:00 add a test --HG-- branch : fix-windows-utf8 - - - - - 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/compare/d7b37c8fdf7f98eeaf407c1ac0f184787af3fec6...debbbfa182a7788ba4d705039958942e68686c98 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d7b37c8fdf7f98eeaf407c1ac0f184787af3fec6...debbbfa182a7788ba4d705039958942e68686c98 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 Apr 19 07:56:34 2020 From: foss at heptapod.net (Armin Rigo) Date: Sun, 19 Apr 2020 11:56:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6-sandbox-2] 3 commits: Oops, translation fix (unsure why it doesn't crash with --sandbox) Message-ID: <5e9c3c72cc54d_2dbd12aaefa793d84686a0@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6-sandbox-2 at PyPy / pypy Commits: ec36d3f3 by Armin Rigo at 2020-03-18T18:51:47+01:00 Oops, translation fix (unsure why it doesn't crash with --sandbox) --HG-- branch : sandbox-2 - - - - - a1257f2c by mark doerr at 2020-04-07T10:23:39+02:00 pypy/sandbox: old files replaced by README.rst pointing to the sanboxlib repository --HG-- branch : sandbox-2 - - - - - b2622093 by Armin Rigo at 2020-04-19T13:33:31+02:00 hg merge 3da0bd2faab2 --HG-- branch : py3.6-sandbox-2 - - - - - 5 changed files: - + pypy/sandbox/README.rst - ? pypy/sandbox/__init__.py - ? pypy/sandbox/pypy_interact.py - ? pypy/sandbox/test/test_pypy_interact.py - rpython/rlib/rstruct/standardfmttable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9bdd628dfbccf45d897a11dd5a6f0c74835e7b9f...b26220930970e1ffa4b2a218d88e2d0a55cde775 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9bdd628dfbccf45d897a11dd5a6f0c74835e7b9f...b26220930970e1ffa4b2a218d88e2d0a55cde775 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 Apr 20 02:57:31 2020 From: foss at heptapod.net (Armin Rigo) Date: Mon, 20 Apr 2020 06:57:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: Issue 3178: encode unicodes even in (built-in) files opened in binary mode Message-ID: <5e9d47db34d6b_2dbd12aaf004a732c837d3@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: f7783191 by Armin Rigo at 2020-04-17T09:47:34+02:00 Issue 3178: encode unicodes even in (built-in) files opened in binary mode - - - - - 07aa2114 by Ronan Lamy at 2020-04-18T20:28:23+01:00 Modernize exec syntax in rpython/ - - - - - 4999ce68 by Matti Picus at 2020-04-19T17:42:56+00:00 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-20T08:56:13+02:00 hg merge default --HG-- branch : py3.6 - - - - - 30 changed files: - rpython/annotator/specialize.py - rpython/flowspace/operation.py - rpython/flowspace/test/test_objspace.py - rpython/jit/backend/llgraph/runner.py - rpython/jit/backend/llsupport/descr.py - rpython/jit/backend/ppc/rassemblermaker.py - rpython/jit/backend/test/support.py - rpython/jit/backend/test/test_ll_random.py - rpython/jit/backend/x86/vector_ext.py - rpython/jit/codewriter/jtransform.py - rpython/jit/metainterp/optimizeopt/dependency.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_ajit.py - rpython/jit/metainterp/test/test_loop_unroll_disopt.py - rpython/jit/metainterp/test/test_zvector.py - rpython/jit/metainterp/warmspot.py - rpython/memory/gc/test/test_minimarkpage.py - rpython/memory/gctransform/refcounting.py - rpython/rlib/entrypoint.py - rpython/rlib/jit.py - rpython/rlib/parsing/codebuilder.py - rpython/rlib/parsing/deterministic.py - rpython/rlib/parsing/ebnfparse.py - rpython/rlib/parsing/makepackrat.py - rpython/rlib/parsing/parsing.py - rpython/rlib/parsing/test/test_pcre_regtest.py - rpython/rlib/rstruct/runpack.py - rpython/rlib/streamio.py - rpython/rlib/test/test_libffi.py - rpython/rlib/test/test_objectmodel.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6c31bf48f2fe113084cec817817273687b1392a3...f737bb69747afc89f92279eb3c24d83abec13df3 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6c31bf48f2fe113084cec817817273687b1392a3...f737bb69747afc89f92279eb3c24d83abec13df3 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 Apr 20 14:18:29 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 20 Apr 2020 18:18:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] Simplify rpython recvinto() and deal with non-raw buffers in interp_socket.py Message-ID: <5e9de775155ff_1b82afbf71b731c2244a@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: 0e24b453 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.6 - - - - - 4 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0e24b4530fe481c71e760121ca5f83e51a499017 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0e24b4530fe481c71e760121ca5f83e51a499017 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 Apr 20 15:11:07 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 20 Apr 2020 19:11:07 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] Simplify RSocket.recvfrom_into() as well Message-ID: <5e9df3cb339ea_1b82afbf71b6fac24450@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: c2aa7863 by Ronan Lamy at 2020-04-20T18:52:31Z Simplify RSocket.recvfrom_into() as well --HG-- branch : py3.6 - - - - - 4 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c2aa786358ae55aad060900b14008955f0515c8f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c2aa786358ae55aad060900b14008955f0515c8f 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 Apr 20 16:29:00 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 20 Apr 2020 20:29:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] 2 commits: Move LLBuffer to rlib, so it can be used outside _cffi_backend Message-ID: <5e9e060c2fe40_1b83fab183cdcd426667@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: 7b6111b2 by Ronan Lamy at 2020-04-20T20:05:19Z Move LLBuffer to rlib, so it can be used outside _cffi_backend --HG-- branch : py3.6 - - - - - bf62e47b by Ronan Lamy at 2020-04-20T20:28:37Z Add some tests for LLBuffer --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/module/_cffi_backend/cbuffer.py - rpython/rlib/buffer.py - rpython/rlib/test/test_buffer.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c2aa786358ae55aad060900b14008955f0515c8f...bf62e47b24e6f8463f4a7fb6d68b03d9c2b0e83a -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/c2aa786358ae55aad060900b14008955f0515c8f...bf62e47b24e6f8463f4a7fb6d68b03d9c2b0e83a 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 Apr 22 14:26:15 2020 From: foss at heptapod.net (Antonio Cuni) Date: Wed, 22 Apr 2020 18:26:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy] 2 commits: tentative checkin to better integrate HPy and RPython exceptions. So far... Message-ID: <5ea08c4747d64_1b83fab185d1af848423@heptapod-foss.mail> Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: a18e4582 by Antonio Cuni at 2020-04-22T16:59:59Z tentative checkin to better integrate HPy and RPython exceptions. So far implemented only in the we_are_translated() case --HG-- branch : hpy - - - - - 5c889fa5 by Antonio Cuni at 2020-04-22T18:21:28Z forgot to add this file, which belongs to c7a4473c712c --HG-- branch : hpy - - - - - 5 changed files: - + lib_pypy/hpy/universal.py - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/llapi.py - + pypy/module/_hpy_universal/src/hpyerr.c - + pypy/module/_hpy_universal/src/hpyerr.h View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/1f92c84581ddbddafbc951556d2c26a1fb86f9ee...5c889fa5242e1d743d231c2cae88004e0ad044f7 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/1f92c84581ddbddafbc951556d2c26a1fb86f9ee...5c889fa5242e1d743d231c2cae88004e0ad044f7 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 Apr 22 14:55:06 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 22 Apr 2020 18:55:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/modernize Message-ID: <5ea0930acbd19_1b82afbf287c1fc4869@heptapod-foss.mail> Ronan Lamy pushed new branch topic/default/modernize at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/default/modernize 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 Apr 22 17:44:12 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Wed, 22 Apr 2020 21:44:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.7/py3.7-bpo-30346] Remove weakrefs in interp_itertools.py Message-ID: <5ea0baac29fb4_1b83fab184acfc4508c4@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.7/py3.7-bpo-30346 at PyPy / pypy Commits: bb742c70 by Yannick Jadoul at 2020-04-22T21:33:03Z Remove weakrefs in interp_itertools.py --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/itertools/interp_itertools.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bb742c7010799b229c382303d7753bf20431eb32 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bb742c7010799b229c382303d7753bf20431eb32 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 Apr 22 19:09:50 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 22 Apr 2020 23:09:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.7/py3.7-bpo-30346 Message-ID: <5ea0cebee9095_1d22ab3b8cd1bbc320da@heptapod-foss.mail> Ronan Lamy deleted branch topic/py3.7/py3.7-bpo-30346 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 Apr 23 12:58:42 2020 From: foss at heptapod.net (Antonio Cuni) Date: Thu, 23 Apr 2020 16:58:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy] ./update_vendored to git rev a2f3e78 Message-ID: <5ea1c942214b1_1d22ab3b8cd1bbc50666@heptapod-foss.mail> Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: 84b8fce8 by Antonio Cuni at 2020-04-23T16:53:15Z ./update_vendored to git rev a2f3e78 --HG-- branch : hpy - - - - - 1 changed file: - pypy/module/_hpy_universal/test/_vendored/support.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/84b8fce8f83b0de25787fcd848642d9b13df1491 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/84b8fce8f83b0de25787fcd848642d9b13df1491 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 Apr 23 14:10:14 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 23 Apr 2020 18:10:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] Reimplement RSocket.recv() and .recvfrom() using their _into variants Message-ID: <5ea1da066738d_1d22ab3b8cd1ce851162@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: 91ae9876 by Ronan Lamy at 2020-04-23T18:03:28Z Reimplement RSocket.recv() and .recvfrom() using their _into variants --HG-- branch : py3.6 - - - - - 1 changed file: - rpython/rlib/rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/91ae98763b8830b2961327bfaa95124ed2274854 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/91ae98763b8830b2961327bfaa95124ed2274854 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 Apr 23 17:06:18 2020 From: foss at heptapod.net (Antonio Cuni) Date: Thu, 23 Apr 2020 21:06:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy] hack hack to pass test_exception_occurred both before and after translation Message-ID: <5ea2034a599de_1bf2b001b317c206646@heptapod-foss.mail> Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: d749e3ad by Antonio Cuni at 2020-04-23T21:06:04Z hack hack to pass test_exception_occurred both before and after translation --HG-- branch : hpy - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/test/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d749e3ad329fa1976be478259143450754f2b7c3 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d749e3ad329fa1976be478259143450754f2b7c3 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 Apr 24 09:31:18 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 24 Apr 2020 13:31:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: Add a warning (a mistake was made on py3.6, but the warning applies here too) Message-ID: <5ea2ea26700b2_1bf2b001b31711c235a3@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - 1 changed file: - pypy/goal/targetpypystandalone.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/f737bb69747afc89f92279eb3c24d83abec13df3...975a352921009e630a3976b4288e13b44f771e4d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/f737bb69747afc89f92279eb3c24d83abec13df3...975a352921009e630a3976b4288e13b44f771e4d 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 Apr 24 09:31:20 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 24 Apr 2020 13:31:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Add a warning (a mistake was made on py3.6, but the warning applies here too) Message-ID: <5ea2ea2877dbf_1bf2b001b317928237d3@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 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) - - - - - 1 changed file: - pypy/goal/targetpypystandalone.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fe1ba66c5d68da3b0c8305c4bf41bc767bb43b10 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fe1ba66c5d68da3b0c8305c4bf41bc767bb43b10 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 Apr 24 13:00:36 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 24 Apr 2020 17:00:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] Create RSocket.recvmsg_into() and call it from .recvmsg() Message-ID: <5ea31b346094e_1bf2b001b317c20363f0@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: 2a287308 by Ronan Lamy at 2020-04-23T18:32:16Z Create RSocket.recvmsg_into() and call it from .recvmsg() --HG-- branch : py3.6 - - - - - 1 changed file: - rpython/rlib/rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2a287308eab0ea646826226987f03dd5b3f3c75e -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2a287308eab0ea646826226987f03dd5b3f3c75e 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 Apr 24 14:48:40 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 24 Apr 2020 18:48:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] 2 commits: Fix RSocket.recvmsg_into() to actually handle multiple buffers Message-ID: <5ea334888e6e1_1bf2b001b3179283870@heptapod-foss.mail> Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy Commits: f4b85f56 by Ronan Lamy at 2020-04-24T18:47:21Z Fix RSocket.recvmsg_into() to actually handle multiple buffers --HG-- branch : py3.6 - - - - - 542fa4cb by Ronan Lamy at 2020-04-24T18:48:02Z Implement socket.recvmsg_into() --HG-- branch : py3.6 - - - - - 4 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2a287308eab0ea646826226987f03dd5b3f3c75e...542fa4cb9c9bb13e4e77182d73d035d606ed5ddb -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/2a287308eab0ea646826226987f03dd5b3f3c75e...542fa4cb9c9bb13e4e77182d73d035d606ed5ddb 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 Apr 24 15:12:24 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 24 Apr 2020 19:12:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/default/modernize Message-ID: <5ea33a18c1427_1bf2b001b3176e43939a@heptapod-foss.mail> Ronan Lamy deleted branch topic/default/modernize 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 Fri Apr 24 16:25:07 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 24 Apr 2020 20:25:07 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/rpython-recvmsg_into Message-ID: <5ea34b2372fb1_1bf2b001b3173603956@heptapod-foss.mail> Ronan Lamy pushed new branch branch/rpython-recvmsg_into at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/rpython-recvmsg_into 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 Apr 26 05:48:04 2020 From: foss at heptapod.net (Antonio Cuni) Date: Sun, 26 Apr 2020 09:48:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy] 5 commits: WIP: introduce the concept of the hpy-rpython bridge, which makes possible to... Message-ID: <5ea558d4b687f_1bf2b001b7960a842810@heptapod-foss.mail> Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: 7137608a by Antonio Cuni at 2020-04-25T09:50:37Z WIP: introduce the concept of the hpy-rpython bridge, which makes possible to call rpython functions from C, and thus to implement some HPy API functions directly in C. Use it to implement HPyErr_Occurred. We still need to fix HPyErr_SetString and to fix the after-translation case --HG-- branch : hpy - - - - - 2b1e8c56 by Antonio Cuni at 2020-04-25T13:31:27Z change the naming convention of the bridge functions, so there is a more clear distinction between the API funcs and the bridge funcs --HG-- branch : hpy - - - - - e2cb93a2 by Antonio Cuni at 2020-04-25T14:17:51Z implement HPyErr_SetString in C, and use the new bridge functionality to call back into RPython to raise the proper OperationError --HG-- branch : hpy - - - - - 76335ee8 by Antonio Cuni at 2020-04-25T17:34:11Z WIP: progress towards fixing translation --HG-- branch : hpy - - - - - b933d0f8 by Antonio Cuni at 2020-04-26T09:47:53Z hack around until we fix both the translated and untranslated cases. It requires a couple of workaround but hopefully I managed to keep the workarounds as small and delimited as possible --HG-- branch : hpy - - - - - 9 changed files: - pypy/module/_hpy_universal/apiset.py - + pypy/module/_hpy_universal/bridge.py - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/llapi.py - + pypy/module/_hpy_universal/src/bridge.c - + pypy/module/_hpy_universal/src/bridge.h - pypy/module/_hpy_universal/src/hpyerr.c - pypy/module/_hpy_universal/src/hpyerr.h - pypy/module/_hpy_universal/state.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d749e3ad329fa1976be478259143450754f2b7c3...b933d0f8e29cfbadffd40a3e68cec8bf82d9206c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d749e3ad329fa1976be478259143450754f2b7c3...b933d0f8e29cfbadffd40a3e68cec8bf82d9206c 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 Apr 27 02:01:53 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 27 Apr 2020 06:01:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] use space.getitem, fixes pybind11 (https://github.com/pybind/pybind11/pull/2146) Message-ID: <5ea67551b4183_1bf2b001b317928482f7@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d7b55a35 by Matti Picus at 2020-04-27T05:58:56Z use space.getitem, fixes pybind11 (https://github.com/pybind/pybind11/pull/2146) - - - - - 1 changed file: - pypy/module/cpyext/sequence.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d7b55a353db34b733ebc5e5eb0176763864b6618 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d7b55a353db34b733ebc5e5eb0176763864b6618 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 Apr 27 02:02:09 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 27 Apr 2020 06:02:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 6 commits: Use py3-style names for function attributes Message-ID: <5ea67561dac02_1bf2b001b3175184849b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - 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 - - - - - 30 changed files: - pypy/module/cpyext/sequence.py - rpython/annotator/binaryop.py - rpython/annotator/bookkeeper.py - rpython/flowspace/flowcontext.py - rpython/flowspace/generator.py - rpython/flowspace/model.py - rpython/flowspace/objspace.py - rpython/flowspace/pygraph.py - rpython/flowspace/test/test_framestate.py - rpython/flowspace/test/test_objspace.py - rpython/jit/backend/llgraph/runner.py - rpython/jit/backend/llsupport/test/zrpy_gc_test.py - rpython/jit/backend/x86/test/test_zmath.py - rpython/jit/codewriter/jtransform.py - rpython/jit/codewriter/support.py - rpython/jit/metainterp/blackhole.py - rpython/jit/metainterp/executor.py - rpython/jit/metainterp/optimizeopt/util.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_virtualizable.py - rpython/jit/metainterp/warmspot.py - rpython/memory/test/test_transformed_gc.py - rpython/rlib/entrypoint.py - rpython/rlib/jit.py - rpython/rlib/jit_hooks.py - rpython/rlib/objectmodel.py - rpython/rlib/parsing/makepackrat.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rstrategies/rstrategies.py - rpython/rlib/rvmprof/test/support.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/975a352921009e630a3976b4288e13b44f771e4d...e522f0848835dfa5f4c424ed44944dd88cd884af -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/975a352921009e630a3976b4288e13b44f771e4d...e522f0848835dfa5f4c424ed44944dd88cd884af 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 Apr 27 11:29:41 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 27 Apr 2020 15:29:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3-recvmsg_into/recvmsg_into Message-ID: <5ea6fa659a103_1bf2b001b31736050083@heptapod-foss.mail> Ronan Lamy pushed new branch topic/py3-recvmsg_into/recvmsg_into at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/py3-recvmsg_into/recvmsg_into 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 Apr 27 11:29:41 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 27 Apr 2020 15:29:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/recvmsg_into Message-ID: <5ea6fa65e05db_1bf2b001a84d3d05029f@heptapod-foss.mail> Ronan Lamy deleted branch topic/py3.6/recvmsg_into 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 Mon Apr 27 11:29:43 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 27 Apr 2020 15:29:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3-recvmsg_into Message-ID: <5ea6fa67f3dda_1bf2b001a84d3d0504c2@heptapod-foss.mail> Ronan Lamy pushed new branch branch/py3-recvmsg_into at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/py3-recvmsg_into 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 Apr 27 11:36:23 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 27 Apr 2020 15:36:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3-recvmsg_into/recvmsg_into Message-ID: <5ea6fbf7d0576_1bf2b001b31751851569@heptapod-foss.mail> Ronan Lamy deleted branch topic/py3-recvmsg_into/recvmsg_into 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 Mon Apr 27 13:14:50 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 27 Apr 2020 17:14:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] We don't care about compatibility with CPython 2.4 any more Message-ID: <5ea7130ab23df_1bf2b001b31711c52119@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 980dbfd2 by Ronan Lamy at 2020-04-27T17:14:32Z We don't care about compatibility with CPython 2.4 any more - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/980dbfd240cea6f089f1539dddeb55320646a04f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/980dbfd240cea6f089f1539dddeb55320646a04f 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 Apr 27 18:44:15 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 27 Apr 2020 22:44:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] reformat and tweak compatibility, add missing howtohelp, bitbucket->heptapod Message-ID: <5ea7603f4a960_1bf2b001b317360601c2@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: b331c302 by Matti Picus at 2020-04-27T22:42:46Z reformat and tweak compatibility, add missing howtohelp, bitbucket->heptapod - - - - - 16 changed files: - conf.py - pages/compat.rst - pages/contact.rst - public/archive.html - public/blog/index.html - public/categories/index.html - public/compat.html - public/contact.html - public/download.html - public/features.html - + public/howtohelp.html - public/index.html - public/people.html - public/performance.html - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/b331c302d810535f10e362cfd96c4da2d9961f62 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/commit/b331c302d810535f10e362cfd96c4da2d9961f62 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 Apr 28 03:01:06 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 28 Apr 2020 07:01:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] give preference to as_sequence.c_sq_item over space.getitem, fixes failing test Message-ID: <5ea7d4b2479b0_1bf2b001a84d3d06468e@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fc1cdb5f by Matti Picus at 2020-04-28T06:52:15Z give preference to as_sequence.c_sq_item over space.getitem, fixes failing test - - - - - 1 changed file: - pypy/module/cpyext/sequence.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fc1cdb5f3a747236608d6dcbfc5d18b1dcf89665 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/fc1cdb5f3a747236608d6dcbfc5d18b1dcf89665 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 Apr 28 03:01:04 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 28 Apr 2020 07:01:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/cpyext-multiple-inheritance Message-ID: <5ea7d4b05db17_1bf2b001b3179286447a@heptapod-foss.mail> Matti Picus pushed new branch branch/cpyext-multiple-inheritance at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/cpyext-multiple-inheritance 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 Apr 28 05:45:10 2020 From: foss at heptapod.net (Antonio Cuni) Date: Tue, 28 Apr 2020 09:45:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy] fix translation Message-ID: <5ea7fb26ad9f2_1bf2b001b316b406549e@heptapod-foss.mail> Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: cb6b14c0 by Antonio Cuni at 2020-04-28T09:43:54Z fix translation --HG-- branch : hpy - - - - - 1 changed file: - pypy/module/_hpy_universal/state.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/cb6b14c026a1eb5b0e150ec94e1fd21252a31809 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/cb6b14c026a1eb5b0e150ec94e1fd21252a31809 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 Apr 28 11:54:48 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 15:54:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Test cleanup Message-ID: <5ea851c8a1671_1bf2b001b31711c6783c@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 3706eeac by Ronan Lamy at 2020-04-28T15:53:58Z Test cleanup - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3706eeac20958d2a8d7521e18df19f77b0445671 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/3706eeac20958d2a8d7521e18df19f77b0445671 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 Apr 28 12:07:51 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 16:07:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: We don't care about compatibility with CPython 2.4 any more Message-ID: <5ea854d780ee3_1bf2b001b31711c68082@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - 2 changed files: - pypy/module/cpyext/sequence.py - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e522f0848835dfa5f4c424ed44944dd88cd884af...66f2b6de329f585503f5b30c14fc1be138323607 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/e522f0848835dfa5f4c424ed44944dd88cd884af...66f2b6de329f585503f5b30c14fc1be138323607 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 Apr 28 12:18:56 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 16:18:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/rpython-recvmsg_into Message-ID: <5ea8577050506_1bf2b001b3175186906@heptapod-foss.mail> Ronan Lamy deleted branch branch/rpython-recvmsg_into 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 Apr 28 12:18:58 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 16:18:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 42 commits: A branch to implement socket.recvmsg_into() Message-ID: <5ea857728e9e3_1bf2b0016b752c869244@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 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 - - - - - 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 - - - - - 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 - - - - - 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 - - - - - 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 - - - - - 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 - - - - - 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 - - - - - 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 - - - - - 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 - - - - - 10 changed files: - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/module/_cffi_backend/cbuffer.py - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/buffer.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_buffer.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/66f2b6de329f585503f5b30c14fc1be138323607...b1ad3712c70a11587e5c6750f36ee9ecf30f48c4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/66f2b6de329f585503f5b30c14fc1be138323607...b1ad3712c70a11587e5c6750f36ee9ecf30f48c4 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 Apr 28 12:19:00 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 16:19:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3-recvmsg_into Message-ID: <5ea8577484bd8_1bf2b001b31751869435@heptapod-foss.mail> Ronan Lamy deleted branch branch/py3-recvmsg_into 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 Apr 28 12:19:00 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 16:19:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 20 commits: A branch to refactor rsocket a bit, and implement RSocket.recvmsg_into() (for pypy3) Message-ID: <5ea857749825a_1bf2b001b31792869621@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 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 - - - - - d2852860 by Ronan Lamy at 2020-04-10T19:25:03Z rm unused parameter length_of_messages in recvmsg_implementation() --HG-- branch : rpython-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 - - - - - 66d08ac2 by Ronan Lamy at 2020-04-13T18:25:50Z Replace message_size with an array of message_lengths --HG-- branch : rpython-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 - - - - - 55af9e2a by Ronan Lamy at 2020-04-13T19:20:24Z Kill unused retinfo->length_of_messages --HG-- branch : rpython-recvmsg_into - - - - - 893d188a by Ronan Lamy at 2020-04-13T20:03:29Z Actually allow multiple messages in recvmsg_implementation() --HG-- branch : rpython-recvmsg_into - - - - - 513f0a91 by Ronan Lamy at 2020-04-15T19:29:25Z Modernise pytest usage in test_rsocket.py --HG-- branch : rpython-recvmsg_into - - - - - 24d8c274 by Ronan Lamy at 2020-04-17T18:53:39Z Test all variants of recv() simultaneously --HG-- branch : rpython-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 - - - - - 4af9aedf by Ronan Lamy at 2020-04-20T18:52:31Z Simplify RSocket.recvfrom_into() as well --HG-- branch : rpython-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 - - - - - c1fe82eb by Ronan Lamy at 2020-04-20T20:28:37Z Add some tests for LLBuffer --HG-- branch : rpython-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 - - - - - eedf6b9b by Ronan Lamy at 2020-04-23T18:32:16Z Create RSocket.recvmsg_into() and call it from .recvmsg() --HG-- branch : rpython-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 - - - - - 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 - - - - - 7 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_cffi_backend/cbuffer.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/buffer.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_buffer.py - rpython/rlib/test/test_rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3706eeac20958d2a8d7521e18df19f77b0445671...ddc6341a04247404d49a0df83b961b2200010be0 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3706eeac20958d2a8d7521e18df19f77b0445671...ddc6341a04247404d49a0df83b961b2200010be0 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 Apr 28 13:49:54 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 17:49:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Test cleanup Message-ID: <5ea86cc28e544_1bf2b001b317c2070398@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 2e7b2c93 by Ronan Lamy at 2020-04-28T17:49:36Z Test cleanup --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2e7b2c930952f62342c678b62db24caa3c94b1ce -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2e7b2c930952f62342c678b62db24caa3c94b1ce 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 Apr 28 14:12:33 2020 From: foss at heptapod.net (Ronan Lamy) Date: Tue, 28 Apr 2020 18:12:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Fix test Message-ID: <5ea87211e576e_1bf2b001b316b40705f1@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: f44d19d6 by Ronan Lamy at 2020-04-28T18:12:14Z Fix test --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f44d19d6c20e1ef913e2718ee18cbfdb4617a523 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f44d19d6c20e1ef913e2718ee18cbfdb4617a523 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 Apr 29 00:56:04 2020 From: foss at heptapod.net (Bolutife Ogunsola) Date: Wed, 29 Apr 2020 04:56:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/fix-doc-source-links/BO-fix-doc-source-links Message-ID: <5ea908e4f0f7c_1bf2b001c4eeffc7204b@heptapod-foss.mail> Bolutife Ogunsola pushed new branch topic/fix-doc-source-links/BO-fix-doc-source-links at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/fix-doc-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 Wed Apr 29 15:55:26 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 29 Apr 2020 19:55:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/intbound-improvements-2 Message-ID: <5ea9dbae4c4c9_1bf2b001b31751880949@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/intbound-improvements-2 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/intbound-improvements-2 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 Apr 30 03:02:06 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 30 Apr 2020 07:02:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/intbound-improvements-2] improvement of result of modulo Message-ID: <5eaa77ee27d6_1bf2b001d33d04089652@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/intbound-improvements-2 at PyPy / pypy Commits: 5ea8883e by Carl Friedrich Bolz-Tereick at 2020-04-30T07:01:53Z improvement of result of modulo --HG-- branch : intbound-improvements-2 - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_string.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5ea8883e2e59a156497b2a165ac36b9f906a2cc6 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5ea8883e2e59a156497b2a165ac36b9f906a2cc6 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 Apr 30 08:43:14 2020 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 30 Apr 2020 12:43:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/intbound-improvements-2] something segfaults on 32bit, try to see what is the cause Message-ID: <5eaac7e23fb82_1bf2b00211e570c912fa@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/intbound-improvements-2 at PyPy / pypy Commits: bb81ec55 by Carl Friedrich Bolz-Tereick at 2020-04-30T12:43:02Z something segfaults on 32bit, try to see what is the cause --HG-- branch : intbound-improvements-2 - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/intbounds.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bb81ec55bd87e0746960be4898b3baec99a3c7db -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bb81ec55bd87e0746960be4898b3baec99a3c7db 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 Apr 30 14:25:35 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 30 Apr 2020 18:25:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3-posix-fixes Message-ID: <5eab181f10341_1bf2b001a84d3d091671@heptapod-foss.mail> Ronan Lamy pushed new branch branch/py3-posix-fixes at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/py3-posix-fixes You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: