From foss at heptapod.net Fri Jan 1 05:03:22 2021 From: foss at heptapod.net (Matti Picus) Date: Fri, 01 Jan 2021 10:03:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] debug issue 3374 Message-ID: <5feef36ad8fd6_1dce9a2ae748c4213867560@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 99578319 by Matti Picus at 2021-01-01T12:02:50+02:00 debug issue 3374 --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/test/libregrtest/main.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/9957831964541d970be2998bb239ec3621095aa5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9957831964541d970be2998bb239ec3621095aa5 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 Jan 1 05:10:41 2021 From: foss at heptapod.net (Matti Picus) Date: Fri, 01 Jan 2021 10:10:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] happy new year Message-ID: <5feef5216786a_1dce9a2ae748c433bc6775b@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5263476f by Matti Picus at 2021-01-01T12:09:47+02:00 happy new year - - - - - 3 changed files: - LICENSE - pypy/doc/conf.py - rpython/doc/conf.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/5263476f52cee33289da68b4bb167ba5137e34f5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5263476f52cee33289da68b4bb167ba5137e34f5 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 Jan 1 05:10:49 2021 From: foss at heptapod.net (Matti Picus) Date: Fri, 01 Jan 2021 10:10:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/win32consoleio2] 6 commits: Allow compiler to inherit flags from __future__.annotations Message-ID: <5feef529cad39_1dce9a2ae748c431f0679c@heptapod-foss.mail> Matti Picus pushed to branch branch/win32consoleio2 at PyPy / pypy Commits: 0ae1bc86 by isidentical at 2020-12-31T18:06:05+03:00 Allow compiler to inherit flags from __future__.annotations --HG-- branch : issue-3371 - - - - - 8adc96ff by Carl Friedrich Bolz-Tereick at 2020-12-31T15:15:47+00:00 Merge branch 'branch/issue-3371' into 'branch/py3.7' Allow compiler to inherit flags from __future__.annotations See merge request pypy/pypy!788 --HG-- branch : py3.7 - - - - - 10ac13d0 by Matti Picus at 2020-12-31T19:09:12+02:00 document merged branch --HG-- branch : py3.7 - - - - - 0fc4205c by Matti Picus at 2021-01-01T01:20:20+02:00 revert wrong part of 065592640a92 --HG-- branch : py3.7 - - - - - 99578319 by Matti Picus at 2021-01-01T12:02:50+02:00 debug issue 3374 --HG-- branch : py3.7 - - - - - 420d87d2 by Matti Picus at 2021-01-01T12:06:43+02:00 merge py3.7 into branch --HG-- branch : win32consoleio2 - - - - - 5 changed files: - lib-python/3/test/libregrtest/main.py - pypy/doc/whatsnew-pypy3-head.rst - pypy/interpreter/astcompiler/consts.py - pypy/interpreter/test/test_compiler.py - pypy/module/_cffi_backend/test/test_fastpath.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/1902436dc87d730bcfb46eb7fe03cd0b5a0fbd60...420d87d2275c34972cfc4218912bc62a46bec30d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1902436dc87d730bcfb46eb7fe03cd0b5a0fbd60...420d87d2275c34972cfc4218912bc62a46bec30d 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 Jan 1 05:37:54 2021 From: foss at heptapod.net (Matti Picus) Date: Fri, 01 Jan 2021 10:37:54 +0000 Subject: [pypy-commit] [Git][pypy/benchmarks][branch/default] fix bm_pickle for python3, add to runner and disable: --jit-off is >100x slower Message-ID: <5feefb82a10f4_1dce9a2ae748c42138685d6@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: 9b37124c by Matti Picus at 2021-01-01T12:37:31+02:00 fix bm_pickle for python3, add to runner and disable: --jit-off is >100x slower - - - - - 4 changed files: - own/icbd/icbd/compiler/benchmarks/us/bm_pickle.py - runner.py - unladen_swallow/perf.py - unladen_swallow/performance/bm_pickle.py View it on GitLab: https://foss.heptapod.net/pypy/benchmarks/-/commit/9b37124cceeb40e79946fb4d2aa6d4f081cc6191 -- View it on Heptapod: https://foss.heptapod.net/pypy/benchmarks/-/commit/9b37124cceeb40e79946fb4d2aa6d4f081cc6191 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 Jan 1 12:59:07 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Fri, 01 Jan 2021 17:59:07 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/some-other-38-features Message-ID: <5fef62ebf01c1_1dce9a2ae748c42da473328@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/some-other-38-features at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/some-other-38-features 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 Jan 1 13:03:51 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Fri, 01 Jan 2021 18:03:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/map-improvements Message-ID: <5fef6407be8c6_1dce9a2ae748c431f073596@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/map-improvements at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/map-improvements 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 Jan 1 14:34:41 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Fri, 01 Jan 2021 19:34:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-with-3.7-stdlib Message-ID: <5fef7951a8e8b_1dce9a2ae748c431f0748da@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/py3.8-with-3.7-stdlib at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-with-3.7-stdlib 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 Jan 1 16:45:22 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Fri, 01 Jan 2021 21:45:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: Proper serialization of string/None Message-ID: <5fef97f2d55fe_1dce9a2ae74d66b68878337@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: c8a1ab4c by isidentical at 2021-01-02T00:42:21+03:00 ast: Proper serialization of string/None --HG-- branch : some-other-38-features - - - - - 6 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/tools/asdl_py.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/module/__builtin__/compiling.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/c8a1ab4c941f5ef8e92261559bf10b36c3908186 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c8a1ab4c941f5ef8e92261559bf10b36c3908186 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 Jan 1 16:48:23 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Fri, 01 Jan 2021 21:48:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: Use proper none Message-ID: <5fef98a7e298e_1dce9a2ae748c42da4785c8@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: addd951a by isidentical at 2021-01-02T00:48:09+03:00 ast: Use proper none --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/astcompiler/astbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/addd951a330a13fca9d9ddc2668ed51bf32dd10f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/addd951a330a13fca9d9ddc2668ed51bf32dd10f 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 Jan 1 17:18:35 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Fri, 01 Jan 2021 22:18:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: make test_validate compatible Message-ID: <5fef9fbb737e4_1dce9a2ae748c42da479772@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 54061070 by isidentical at 2021-01-02T01:16:37+03:00 ast: make test_validate compatible --HG-- branch : some-other-38-features - - - - - 3 changed files: - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pytokenizer.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/5406107055bc1f883eea064f1559feb22d967203 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5406107055bc1f883eea064f1559feb22d967203 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 Jan 2 08:24:39 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 02 Jan 2021 13:24:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: make all ast tests working (one syntax error left) Message-ID: <5ff074172a728_1dce9a2ae748c47e4482444@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 1ea221b9 by isidentical at 2021-01-02T16:23:38+03:00 ast: make all ast tests working (one syntax error left) --HG-- branch : some-other-38-features - - - - - 5 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/tools/asdl_py.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1ea221b92e8452b530ffcb02efd52da190aab85a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1ea221b92e8452b530ffcb02efd52da190aab85a 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 Jan 2 08:35:57 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 02 Jan 2021 13:35:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] rpython: some rpython hacks Message-ID: <5ff076bda49d_1dce9a2ae748c424bc83283@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 1a38a9fd by isidentical at 2021-01-02T16:35:43+03:00 rpython: some rpython hacks --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/astcompiler/astbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1a38a9fdd0e2d1bcf82c4c34db034d19a84406af -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1a38a9fdd0e2d1bcf82c4c34db034d19a84406af 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 Jan 2 09:26:32 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 02 Jan 2021 14:26:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] pyparser: precise errors for func_body_suite Message-ID: <5ff082988e369_1dce9a2ae748c433bc840fe@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 6989894c by isidentical at 2021-01-02T17:26:22+03:00 pyparser: precise errors for func_body_suite --HG-- branch : some-other-38-features - - - - - 2 changed files: - pypy/interpreter/pyparser/parser.py - pypy/interpreter/pyparser/pyparse.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/6989894c9045452f34529f9ebe58cc9652938f21 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6989894c9045452f34529f9ebe58cc9652938f21 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 Jan 2 09:43:04 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 02 Jan 2021 14:43:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: assert normal suite doesn't contain any type comments Message-ID: <5ff08678a53ad_1dce9a2ae748c431f0847b4@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: d80bb7bc by isidentical at 2021-01-02T17:42:52+03:00 ast: assert normal suite doesn't contain any type comments --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/astcompiler/astbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d80bb7bc8707e5ea3af05360ede09fc19fd54966 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d80bb7bc8707e5ea3af05360ede09fc19fd54966 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 Jan 2 15:09:00 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 02 Jan 2021 20:09:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-3.8-features] 8 commits: (cfbolz, twitch around): support passing named expressions as function arguments Message-ID: <5ff0d2dcbad85_1dce9a2ae748c43bc8869a8@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/some-3.8-features at PyPy / pypy Commits: 6ecc4f1f by Carl Friedrich Bolz-Tereick at 2021-01-02T19:32:03+01:00 (cfbolz, twitch around): support passing named expressions as function arguments --HG-- branch : some-3.8-features - - - - - d405f0c5 by Carl Friedrich Bolz-Tereick at 2021-01-02T19:43:55+01:00 (cfbolz, twitch): implement more cases for list comprehension and named expressions --HG-- branch : some-3.8-features - - - - - 394f0e15 by Carl Friedrich Bolz-Tereick at 2021-01-02T19:49:55+01:00 (cfbolz, twitch around): prevent the named expression target to be something other than a name --HG-- branch : some-3.8-features - - - - - 9ac8c819 by Carl Friedrich Bolz-Tereick at 2021-01-02T20:13:11+01:00 (cfbolz, twitch around): produce a syntax error when we try to assign the iteration variable of a list comprehension using a named expression --HG-- branch : some-3.8-features - - - - - 8cef449d by Carl Friedrich Bolz-Tereick at 2021-01-02T20:18:16+01:00 (cfbolz, twitch around): get rid of the is_comprehension flag and use a subclass instead --HG-- branch : some-3.8-features - - - - - 91221e50 by Carl Friedrich Bolz-Tereick at 2021-01-02T20:35:11+01:00 (cfbolz, twitch around): catch another error case --HG-- branch : some-3.8-features - - - - - 033706e9 by Carl Friedrich Bolz-Tereick at 2021-01-02T21:07:36+01:00 (cfbolz, twitch around): produce an error in another corner case of named expressions: forbid them in the iterator expression of comprehensions --HG-- branch : some-3.8-features - - - - - ba2466fe by Carl Friedrich Bolz-Tereick at 2021-01-02T21:08:26+01:00 (cfbolz, twitch around): improve the error message for forbidden named expression targets: show the type of thing we are trying to assign to --HG-- branch : some-3.8-features - - - - - 3 changed files: - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_compiler.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/4099934c556336c846b8916b3c530c9654844ebd...ba2466fe915146a8a7431155b3b25fda5991c7c0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4099934c556336c846b8916b3c530c9654844ebd...ba2466fe915146a8a7431155b3b25fda5991c7c0 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 Jan 2 15:36:52 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 02 Jan 2021 20:36:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/rpython3] 2 commits: more fixes with an eye toward the logparser Message-ID: <5ff0d964b074_1dce9a2ae748c42da487390@heptapod-foss.mail> Matti Picus pushed to branch branch/rpython3 at PyPy / pypy Commits: 9c2b2a55 by Matti Picus at 2021-01-02T21:57:24+02:00 more fixes with an eye toward the logparser --HG-- branch : rpython3 - - - - - 85d7c2a3 by Matti Picus at 2021-01-02T22:30:34+02:00 make dotviewer python 3 compatible --HG-- branch : rpython3 - - - - - 12 changed files: - dotviewer/graphclient.py - dotviewer/msgstruct.py - rpython/annotator/signature.py - rpython/jit/backend/tool/viewcode.py - rpython/jit/codewriter/longlong.py - rpython/jit/metainterp/resoperation.py - rpython/rlib/debug.py - rpython/rlib/longlong2float.py - rpython/rtyper/lltypesystem/rffi.py - rpython/tool/logparser.py - rpython/tool/progressbar.py - rpython/tool/terminal.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/6a2df3645e6702e753cd65522cf6f3589b24b26d...85d7c2a379905d92df52c81af951df9b9730f8a8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6a2df3645e6702e753cd65522cf6f3589b24b26d...85d7c2a379905d92df52c81af951df9b9730f8a8 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 Jan 2 15:37:05 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 02 Jan 2021 20:37:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] enable vmprof installation for rpython/rlib/rvmprof tests Message-ID: <5ff0d97156f07_1dce9a2ae748c424bc875b0@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 72f16d17 by Matti Picus at 2021-01-02T22:36:23+02:00 enable vmprof installation for rpython/rlib/rvmprof tests - - - - - 1 changed file: - requirements.txt View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/72f16d174435c90d7ce04fdb7f439464731d999b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/72f16d174435c90d7ce04fdb7f439464731d999b 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 Jan 2 16:15:54 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 02 Jan 2021 21:15:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/rpython3] fix obvious errors Message-ID: <5ff0e28abc61_1dce9a3fb8cfa8efe0879b2@heptapod-foss.mail> Matti Picus pushed to branch branch/rpython3 at PyPy / pypy Commits: 8ba9b80e by Matti Picus at 2021-01-02T23:15:37+02:00 fix obvious errors --HG-- branch : rpython3 - - - - - 2 changed files: - rpython/rtyper/lltypesystem/lltype.py - rpython/rtyper/lltypesystem/rffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/8ba9b80edc99d03ec6b47daf6d01ad72a31854aa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8ba9b80edc99d03ec6b47daf6d01ad72a31854aa 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 Jan 3 07:26:34 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sun, 03 Jan 2021 12:26:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] pyparser: Orderless sorting Message-ID: <5ff1b7facc814_1dce9a3fb8cf541cf4904c@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 2ef2f928 by isidentical at 2021-01-03T15:26:19+03:00 pyparser: Orderless sorting --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/pyparser/pyparse.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/2ef2f928249da45a704e515f9f1fa98e60df471e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2ef2f928249da45a704e515f9f1fa98e60df471e 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 Jan 3 08:03:32 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 03 Jan 2021 13:03:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] 17 commits: pytokenize: Support lexing of TYPE_COMMENTS Message-ID: <5ff1c0a4ac362_1dce9a2ae74f1229e09133a@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 701caa83 by isidentical at 2021-01-01T14:05:37+03:00 pytokenize: Support lexing of TYPE_COMMENTS --HG-- branch : some-other-38-features - - - - - 231288e7 by isidentical at 2021-01-01T14:06:31+03:00 pytokenizer: Add a test for TYPE_IGNORE tokenization --HG-- branch : some-other-38-features - - - - - 67b1cebc by isidentical at 2021-01-01T17:01:22+03:00 pyparser: 3.8 grammar, parser changes, ast builder for type_ignore --HG-- branch : some-other-38-features - - - - - d69adec8 by isidentical at 2021-01-01T18:50:54+03:00 pyparser: Proper handling of full type_comment lines --HG-- branch : some-other-38-features - - - - - 952075b2 by isidentical at 2021-01-01T19:23:40+03:00 pyparser: Better handling for variadic argument comments --HG-- branch : some-other-38-features - - - - - eb4aefd5 by isidentical at 2021-01-01T19:34:53+03:00 pyparser: Support keyword only parameters --HG-- branch : some-other-38-features - - - - - ba2cbcd9 by isidentical at 2021-01-01T20:24:16+03:00 pyparser: Implement initial support for TYPE_IGNORES --HG-- branch : some-other-38-features - - - - - ee00f262 by isidentical at 2021-01-01T20:57:51+03:00 ast: Support checking of optional-string fields / some test fixes --HG-- branch : some-other-38-features - - - - - c8a1ab4c by isidentical at 2021-01-02T00:42:21+03:00 ast: Proper serialization of string/None --HG-- branch : some-other-38-features - - - - - addd951a by isidentical at 2021-01-02T00:48:09+03:00 ast: Use proper none --HG-- branch : some-other-38-features - - - - - 54061070 by isidentical at 2021-01-02T01:16:37+03:00 ast: make test_validate compatible --HG-- branch : some-other-38-features - - - - - 1ea221b9 by isidentical at 2021-01-02T16:23:38+03:00 ast: make all ast tests working (one syntax error left) --HG-- branch : some-other-38-features - - - - - 1a38a9fd by isidentical at 2021-01-02T16:35:43+03:00 rpython: some rpython hacks --HG-- branch : some-other-38-features - - - - - 6989894c by isidentical at 2021-01-02T17:26:22+03:00 pyparser: precise errors for func_body_suite --HG-- branch : some-other-38-features - - - - - d80bb7bc by isidentical at 2021-01-02T17:42:52+03:00 ast: assert normal suite doesn't contain any type comments --HG-- branch : some-other-38-features - - - - - 2ef2f928 by isidentical at 2021-01-03T15:26:19+03:00 pyparser: Orderless sorting --HG-- branch : some-other-38-features - - - - - 1c1c31bd by Carl Friedrich Bolz-Tereick at 2021-01-03T13:03:27+00:00 Merge branch 'branch/some-other-38-features' into 'branch/py3.8-with-3.7-stdlib' Implement typed_ast (native support for type_comments) See merge request pypy/pypy!791 --HG-- branch : py3.8-with-3.7-stdlib - - - - - 18 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/consts.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/astcompiler/tools/asdl_py.py - + pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/parser.py - pypy/interpreter/pyparser/pygram.py - pypy/interpreter/pyparser/pyparse.py - pypy/interpreter/pyparser/pytoken.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pytokenizer.py - pypy/module/__builtin__/compiling.py - pypy/module/_ast/moduledef.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/73a5be23d2c9ed65baea66d59bce86eb5ee0da89...1c1c31bdef1b3d74ce7517ab629083c40b1d517d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/73a5be23d2c9ed65baea66d59bce86eb5ee0da89...1c1c31bdef1b3d74ce7517ab629083c40b1d517d 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 Jan 3 08:11:46 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 03 Jan 2021 13:11:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] document merged branches Message-ID: <5ff1c29243dc6_1dce9a2ae74f1229e092796@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 7dc1268d by Carl Friedrich Bolz-Tereick at 2021-01-03T14:11:25+01:00 document merged branches --HG-- branch : py3.8-with-3.7-stdlib - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/7dc1268d5b8a43a025c71b13ad7697dfc37b4204 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7dc1268d5b8a43a025c71b13ad7697dfc37b4204 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 Jan 3 08:49:20 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 03 Jan 2021 13:49:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375) Message-ID: <5ff1cb6011f2f_1dce9a3fb8cf541cf49295c@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 87487450 by Matti Picus at 2021-01-03T15:48:29+02:00 test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375) also fix "const char *" in dg_strtod - - - - - 4 changed files: - pypy/module/_pypyjson/interp_decoder.py - pypy/module/cpyext/pystrtod.py - pypy/module/cpyext/test/test_pystrtod.py - rpython/rlib/rdtoa.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/874874503a5732a44df46482c74e7a56308a34d4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/874874503a5732a44df46482c74e7a56308a34d4 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 Jan 3 09:59:47 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 03 Jan 2021 14:59:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] 14 commits: start with the walrus operator: tokenizing works! (twitch streaming, yay) Message-ID: <5ff1dbe3f20cc_1dce9a2ae74ee3ac8c94824@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: b29a8b6e by Carl Friedrich Bolz-Tereick at 2020-12-30T19:21:04+01:00 start with the walrus operator: tokenizing works! (twitch streaming, yay) --HG-- branch : some-3.8-features - - - - - 71e9deb4 by Carl Friedrich Bolz-Tereick at 2020-12-30T19:58:21+01:00 walrus operator: add grammar productions, define new astnode type, add support in the astbuilder --HG-- branch : some-3.8-features - - - - - 5caf77d3 by Carl Friedrich Bolz-Tereick at 2020-12-30T20:09:15+01:00 walrus operator: add bytecode generation --HG-- branch : some-3.8-features - - - - - 4099934c by Carl Friedrich Bolz-Tereick at 2020-12-30T21:06:06+01:00 (cfbolz, isidentical, twitch around): walrus operator: in-progress, start to deal with the complexities of list comprehensions --HG-- branch : some-3.8-features - - - - - 6ecc4f1f by Carl Friedrich Bolz-Tereick at 2021-01-02T19:32:03+01:00 (cfbolz, twitch around): support passing named expressions as function arguments --HG-- branch : some-3.8-features - - - - - d405f0c5 by Carl Friedrich Bolz-Tereick at 2021-01-02T19:43:55+01:00 (cfbolz, twitch): implement more cases for list comprehension and named expressions --HG-- branch : some-3.8-features - - - - - 394f0e15 by Carl Friedrich Bolz-Tereick at 2021-01-02T19:49:55+01:00 (cfbolz, twitch around): prevent the named expression target to be something other than a name --HG-- branch : some-3.8-features - - - - - 9ac8c819 by Carl Friedrich Bolz-Tereick at 2021-01-02T20:13:11+01:00 (cfbolz, twitch around): produce a syntax error when we try to assign the iteration variable of a list comprehension using a named expression --HG-- branch : some-3.8-features - - - - - 8cef449d by Carl Friedrich Bolz-Tereick at 2021-01-02T20:18:16+01:00 (cfbolz, twitch around): get rid of the is_comprehension flag and use a subclass instead --HG-- branch : some-3.8-features - - - - - 91221e50 by Carl Friedrich Bolz-Tereick at 2021-01-02T20:35:11+01:00 (cfbolz, twitch around): catch another error case --HG-- branch : some-3.8-features - - - - - 033706e9 by Carl Friedrich Bolz-Tereick at 2021-01-02T21:07:36+01:00 (cfbolz, twitch around): produce an error in another corner case of named expressions: forbid them in the iterator expression of comprehensions --HG-- branch : some-3.8-features - - - - - ba2466fe by Carl Friedrich Bolz-Tereick at 2021-01-02T21:08:26+01:00 (cfbolz, twitch around): improve the error message for forbidden named expression targets: show the type of thing we are trying to assign to --HG-- branch : some-3.8-features - - - - - 79c4fff6 by Carl Friedrich Bolz-Tereick at 2021-01-03T15:55:02+01:00 merge some-3.8-features: support the walrus operator/named expressions --HG-- branch : py3.8-with-3.7-stdlib - - - - - d7050194 by Carl Friedrich Bolz-Tereick at 2021-01-03T15:58:55+01:00 document the walrus operator (this time in the correct file) --HG-- branch : py3.8-with-3.7-stdlib - - - - - 16 changed files: - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/astcompiler/test/test_symtable.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/astcompiler/validate.py - pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/dfa_generated.py - pypy/interpreter/pyparser/gendfa.py - pypy/interpreter/pyparser/pytoken.py - pypy/interpreter/pyparser/test/test_pytokenizer.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/7dc1268d5b8a43a025c71b13ad7697dfc37b4204...d7050194ab15bcb6f47752c6d3f9d2ee9f82fe3e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7dc1268d5b8a43a025c71b13ad7697dfc37b4204...d7050194ab15bcb6f47752c6d3f9d2ee9f82fe3e 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 Jan 3 11:55:38 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 03 Jan 2021 16:55:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: trivial test fixes, backport Py_NAN fix Message-ID: <5ff1f70a5a5c7_1dce9a3fb8cf541cf495235@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 84ef34d2 by Matti Picus at 2020-12-31T08:47:04+02:00 trivial test fixes, backport Py_NAN fix - - - - - 5263476f by Matti Picus at 2021-01-01T12:09:47+02:00 happy new year - - - - - 72f16d17 by Matti Picus at 2021-01-02T22:36:23+02:00 enable vmprof installation for rpython/rlib/rvmprof tests - - - - - 87487450 by Matti Picus at 2021-01-03T15:48:29+02:00 test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375) also fix "const char *" in dg_strtod - - - - - feb8cbce by Matti Picus at 2021-01-03T18:54:53+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 10 changed files: - LICENSE - extra_tests/test_os.py - pypy/doc/conf.py - pypy/module/_pypyjson/interp_decoder.py - pypy/module/cpyext/pystrtod.py - pypy/module/cpyext/test/test_pystrtod.py - pypy/module/time/test/test_time.py - requirements.txt - rpython/doc/conf.py - rpython/rlib/rdtoa.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/9957831964541d970be2998bb239ec3621095aa5...feb8cbce449e9e231be3cb74b86f8c936c4406ed -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9957831964541d970be2998bb239ec3621095aa5...feb8cbce449e9e231be3cb74b86f8c936c4406ed 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 Jan 3 12:29:28 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 03 Jan 2021 17:29:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/win32consoleio2 Message-ID: <5ff1fef8a0a5c_1dce9a2ae748c424bc954ed@heptapod-foss.mail> Matti Picus deleted branch branch/win32consoleio2 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 Sun Jan 3 12:29:31 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 03 Jan 2021 17:29:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: re-enable win32consoleio Message-ID: <5ff1fefb11701_1dce9a3fb8cf541cf4956c2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1902436d by Matti Picus at 2020-12-31T19:03:16+02:00 re-enable win32consoleio --HG-- branch : win32consoleio2 - - - - - 420d87d2 by Matti Picus at 2021-01-01T12:06:43+02:00 merge py3.7 into branch --HG-- branch : win32consoleio2 - - - - - 7e2a75e6 by Matti Picus at 2021-01-03T19:27:52+02:00 document branch to be merged --HG-- branch : win32consoleio2 - - - - - 8a727574 by Matti Picus at 2021-01-03T19:28:55+02:00 merge win32consoleio2 which re-enables win32consoleio --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/doc/test/test_whatsnew.py - pypy/doc/whatsnew-pypy3-head.rst - pypy/module/_io/interp_win32consoleio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/feb8cbce449e9e231be3cb74b86f8c936c4406ed...8a727574aed625506e553600aaaadbdb4f826b25 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/feb8cbce449e9e231be3cb74b86f8c936c4406ed...8a727574aed625506e553600aaaadbdb4f826b25 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 Jan 3 17:45:21 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 03 Jan 2021 22:45:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix for tightening overflow values in PyLong_As* functions for win64 Message-ID: <5ff2490175c0d_1dce9a2ae748c424bc9752a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: dced3f63 by Matti Picus at 2021-01-04T00:44:38+02:00 test, fix for tightening overflow values in PyLong_As* functions for win64 --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/cpyext/longobject.py - pypy/module/cpyext/test/test_longobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/dced3f63919390f90c3aa42622bd22c00ca12579 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/dced3f63919390f90c3aa42622bd22c00ca12579 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 Jan 4 00:56:45 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 04 Jan 2021 05:56:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] fix a bug in the new fstring-debugging code Message-ID: <5ff2ae1d67a19_1dce9a2ae75033bac898179@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 085b19d3 by Carl Friedrich Bolz-Tereick at 2021-01-04T06:56:33+01:00 fix a bug in the new fstring-debugging code --HG-- branch : py3.8-with-3.7-stdlib - - - - - 2 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/astcompiler/test/test_compiler.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/085b19d3524cdba28f28b90c1cf7e74459c01bb1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/085b19d3524cdba28f28b90c1cf7e74459c01bb1 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 Jan 4 01:28:08 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 04 Jan 2021 06:28:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] 2 commits: implement positional-only arguments Message-ID: <5ff2b5789f2a8_1dce9a2ae74fe02598986d@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 17d8ccca by Carl Friedrich Bolz-Tereick at 2021-01-03T22:33:57+01:00 implement positional-only arguments --HG-- branch : py3.8-with-3.7-stdlib - - - - - 8d6e98b8 by Carl Friedrich Bolz-Tereick at 2021-01-04T07:27:52+01:00 fix test --HG-- branch : py3.8-with-3.7-stdlib - - - - - 22 changed files: - pypy/interpreter/argument.py - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/pycode.py - pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/test/test_pyparse.py - pypy/interpreter/test/apptest_function.py - pypy/interpreter/test/test_argument.py - pypy/interpreter/test/test_code.py - pypy/interpreter/test/test_compiler.py - pypy/interpreter/typedef.py - pypy/module/cpyext/funcobject.py - pypy/objspace/std/marshal_impl.py - pypy/objspace/std/test/test_floatobject.py - pypy/objspace/std/test/test_intobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/085b19d3524cdba28f28b90c1cf7e74459c01bb1...8d6e98b88685782c2de8596c6cb1d78b79114028 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/085b19d3524cdba28f28b90c1cf7e74459c01bb1...8d6e98b88685782c2de8596c6cb1d78b79114028 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 Jan 4 02:14:12 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 04 Jan 2021 07:14:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] fix interaction of positional only arguments and **kwargs Message-ID: <5ff2c0447a6fd_1dce9a2ae74ee3ac8c99648@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 6064a08c by Carl Friedrich Bolz-Tereick at 2021-01-04T08:13:54+01:00 fix interaction of positional only arguments and **kwargs --HG-- branch : py3.8-with-3.7-stdlib - - - - - 4 changed files: - pypy/interpreter/argument.py - pypy/interpreter/astcompiler/validate.py - pypy/interpreter/test/apptest_function.py - pypy/interpreter/test/test_argument.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/6064a08c9e2d9674b95e67816a0ec4f5775e6774 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6064a08c9e2d9674b95e67816a0ec4f5775e6774 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 Jan 4 02:27:33 2021 From: foss at heptapod.net (Matti Picus) Date: Mon, 04 Jan 2021 07:27:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] add str2constcharp for tests Message-ID: <5ff2c365ce827_1dce9a2ae74f1229e0998e6@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 023bd2db by Matti Picus at 2021-01-04T08:43:41+02:00 add str2constcharp for tests - - - - - 2 changed files: - pypy/module/cpyext/test/test_pystrtod.py - rpython/rtyper/lltypesystem/rffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/023bd2db083e07338383395d1c1f7dced14360c8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/023bd2db083e07338383395d1c1f7dced14360c8 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 Jan 4 02:27:36 2021 From: foss at heptapod.net (Matti Picus) Date: Mon, 04 Jan 2021 07:27:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: add str2constcharp for tests Message-ID: <5ff2c3686fce5_1dce9a3fb8cf541cf4100040@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 023bd2db by Matti Picus at 2021-01-04T08:43:41+02:00 add str2constcharp for tests - - - - - 442ee653 by Matti Picus at 2021-01-04T08:56:45+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 60b3ac6a by Matti Picus at 2021-01-04T09:27:05+02:00 get LONG_MAX, LONG_MIN from C to fix test --HG-- branch : py3.7 - - - - - 4 changed files: - pypy/doc/test/test_whatsnew.py - pypy/module/cpyext/test/test_longobject.py - pypy/module/cpyext/test/test_pystrtod.py - rpython/rtyper/lltypesystem/rffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/dced3f63919390f90c3aa42622bd22c00ca12579...60b3ac6af670ebc6b73a7307452cd4ce91c05021 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dced3f63919390f90c3aa42622bd22c00ca12579...60b3ac6af670ebc6b73a7307452cd4ce91c05021 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 Jan 4 02:41:44 2021 From: foss at heptapod.net (Matti Picus) Date: Mon, 04 Jan 2021 07:41:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] add missing dwShareMode argument (how does it work without this?) Message-ID: <5ff2c6b856db5_1dce9a2ae748c424bc100816@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a57597c4 by Matti Picus at 2021-01-04T09:41:20+02:00 add missing dwShareMode argument (how does it work without this?) --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_io/interp_win32consoleio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a57597c4a6822cd807adf9134574a9293ddafd66 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a57597c4a6822cd807adf9134574a9293ddafd66 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 Jan 4 04:15:43 2021 From: foss at heptapod.net (Matti Picus) Date: Mon, 04 Jan 2021 09:15:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix for surrogates in winreg input value (issue 3345) Message-ID: <5ff2dcbf88522_1dce9a2ae748c433bc10385b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: de3a7b72 by Matti Picus at 2021-01-04T11:14:59+02:00 test, fix for surrogates in winreg input value (issue 3345) --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/_winreg/interp_winreg.py - pypy/module/_winreg/test/test_winreg.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/de3a7b72321bc0adfb2d4416210bca4b42346ef6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/de3a7b72321bc0adfb2d4416210bca4b42346ef6 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 Jan 4 06:37:50 2021 From: foss at heptapod.net (Matti Picus) Date: Mon, 04 Jan 2021 11:37:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] remove pdb Message-ID: <5ff2fe0e934dc_1dce9a2ae74ee3ac8c1079be@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 89baef0c by Matti Picus at 2021-01-04T13:37:20+02:00 remove pdb --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_winreg/interp_winreg.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/89baef0cf89bb34f03a90be3f65368e1ca0ff258 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/89baef0cf89bb34f03a90be3f65368e1ca0ff258 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 Jan 4 07:59:20 2021 From: foss at heptapod.net (Matti Picus) Date: Mon, 04 Jan 2021 12:59:20 +0000 Subject: [pypy-commit] [Git][pypy/benchmarks][branch/default] split between benchmarks run by default and possible benchmarks to run Message-ID: <5ff31128f1069_1dce9a2ae74ee3ac8c108585@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: 8f1f1fa7 by Matti Picus at 2021-01-04T14:53:03+02:00 split between benchmarks run by default and possible benchmarks to run - - - - - 1 changed file: - runner.py View it on GitLab: https://foss.heptapod.net/pypy/benchmarks/-/commit/8f1f1fa7db2881cb610dc042da0d56af46de1819 -- View it on Heptapod: https://foss.heptapod.net/pypy/benchmarks/-/commit/8f1f1fa7db2881cb610dc042da0d56af46de1819 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 Jan 4 15:31:50 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 04 Jan 2021 20:31:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 46 commits: start with the walrus operator: tokenizing works! (twitch streaming, yay) Message-ID: <5ff37b368e0fc_1dce9a2ae748c42da41137cf@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: b29a8b6e by Carl Friedrich Bolz-Tereick at 2020-12-30T19:21:04+01:00 start with the walrus operator: tokenizing works! (twitch streaming, yay) --HG-- branch : some-3.8-features - - - - - 71e9deb4 by Carl Friedrich Bolz-Tereick at 2020-12-30T19:58:21+01:00 walrus operator: add grammar productions, define new astnode type, add support in the astbuilder --HG-- branch : some-3.8-features - - - - - 5caf77d3 by Carl Friedrich Bolz-Tereick at 2020-12-30T20:09:15+01:00 walrus operator: add bytecode generation --HG-- branch : some-3.8-features - - - - - 4099934c by Carl Friedrich Bolz-Tereick at 2020-12-30T21:06:06+01:00 (cfbolz, isidentical, twitch around): walrus operator: in-progress, start to deal with the complexities of list comprehensions --HG-- branch : some-3.8-features - - - - - 423da448 by isidentical at 2020-12-31T19:24:50+03:00 Implement f-string debugging expressions --HG-- branch : fstring-debugging - - - - - 0fc4205c by Matti Picus at 2021-01-01T01:20:20+02:00 revert wrong part of 065592640a92 --HG-- branch : py3.7 - - - - - 99578319 by Matti Picus at 2021-01-01T12:02:50+02:00 debug issue 3374 --HG-- branch : py3.7 - - - - - 701caa83 by isidentical at 2021-01-01T14:05:37+03:00 pytokenize: Support lexing of TYPE_COMMENTS --HG-- branch : some-other-38-features - - - - - 231288e7 by isidentical at 2021-01-01T14:06:31+03:00 pytokenizer: Add a test for TYPE_IGNORE tokenization --HG-- branch : some-other-38-features - - - - - 67b1cebc by isidentical at 2021-01-01T17:01:22+03:00 pyparser: 3.8 grammar, parser changes, ast builder for type_ignore --HG-- branch : some-other-38-features - - - - - d69adec8 by isidentical at 2021-01-01T18:50:54+03:00 pyparser: Proper handling of full type_comment lines --HG-- branch : some-other-38-features - - - - - 952075b2 by isidentical at 2021-01-01T19:23:40+03:00 pyparser: Better handling for variadic argument comments --HG-- branch : some-other-38-features - - - - - eb4aefd5 by isidentical at 2021-01-01T19:34:53+03:00 pyparser: Support keyword only parameters --HG-- branch : some-other-38-features - - - - - ba2cbcd9 by isidentical at 2021-01-01T20:24:16+03:00 pyparser: Implement initial support for TYPE_IGNORES --HG-- branch : some-other-38-features - - - - - ee00f262 by isidentical at 2021-01-01T20:57:51+03:00 ast: Support checking of optional-string fields / some test fixes --HG-- branch : some-other-38-features - - - - - 25d8bc0d by Carl Friedrich Bolz-Tereick at 2021-01-01T20:25:20+01:00 an intermediate branch: since the 3.8 stdlib uses a lot of the 3.8 language features (walrus, positional only arguments, etc) we can't bring up the branch py3.8 without these new features. Hence, let's implement enough of them in this branch here, which will keep the 3.7 stdlib. --HG-- branch : py3.8-with-3.7-stdlib - - - - - 73a5be23 by Carl Friedrich Bolz-Tereick at 2021-01-01T20:34:11+01:00 merge fstring-debugging --HG-- branch : py3.8-with-3.7-stdlib - - - - - c8a1ab4c by isidentical at 2021-01-02T00:42:21+03:00 ast: Proper serialization of string/None --HG-- branch : some-other-38-features - - - - - addd951a by isidentical at 2021-01-02T00:48:09+03:00 ast: Use proper none --HG-- branch : some-other-38-features - - - - - 54061070 by isidentical at 2021-01-02T01:16:37+03:00 ast: make test_validate compatible --HG-- branch : some-other-38-features - - - - - 1ea221b9 by isidentical at 2021-01-02T16:23:38+03:00 ast: make all ast tests working (one syntax error left) --HG-- branch : some-other-38-features - - - - - 1a38a9fd by isidentical at 2021-01-02T16:35:43+03:00 rpython: some rpython hacks --HG-- branch : some-other-38-features - - - - - 6989894c by isidentical at 2021-01-02T17:26:22+03:00 pyparser: precise errors for func_body_suite --HG-- branch : some-other-38-features - - - - - d80bb7bc by isidentical at 2021-01-02T17:42:52+03:00 ast: assert normal suite doesn't contain any type comments --HG-- branch : some-other-38-features - - - - - 6ecc4f1f by Carl Friedrich Bolz-Tereick at 2021-01-02T19:32:03+01:00 (cfbolz, twitch around): support passing named expressions as function arguments --HG-- branch : some-3.8-features - - - - - d405f0c5 by Carl Friedrich Bolz-Tereick at 2021-01-02T19:43:55+01:00 (cfbolz, twitch): implement more cases for list comprehension and named expressions --HG-- branch : some-3.8-features - - - - - 394f0e15 by Carl Friedrich Bolz-Tereick at 2021-01-02T19:49:55+01:00 (cfbolz, twitch around): prevent the named expression target to be something other than a name --HG-- branch : some-3.8-features - - - - - 9ac8c819 by Carl Friedrich Bolz-Tereick at 2021-01-02T20:13:11+01:00 (cfbolz, twitch around): produce a syntax error when we try to assign the iteration variable of a list comprehension using a named expression --HG-- branch : some-3.8-features - - - - - 8cef449d by Carl Friedrich Bolz-Tereick at 2021-01-02T20:18:16+01:00 (cfbolz, twitch around): get rid of the is_comprehension flag and use a subclass instead --HG-- branch : some-3.8-features - - - - - 91221e50 by Carl Friedrich Bolz-Tereick at 2021-01-02T20:35:11+01:00 (cfbolz, twitch around): catch another error case --HG-- branch : some-3.8-features - - - - - 033706e9 by Carl Friedrich Bolz-Tereick at 2021-01-02T21:07:36+01:00 (cfbolz, twitch around): produce an error in another corner case of named expressions: forbid them in the iterator expression of comprehensions --HG-- branch : some-3.8-features - - - - - ba2466fe by Carl Friedrich Bolz-Tereick at 2021-01-02T21:08:26+01:00 (cfbolz, twitch around): improve the error message for forbidden named expression targets: show the type of thing we are trying to assign to --HG-- branch : some-3.8-features - - - - - 2ef2f928 by isidentical at 2021-01-03T15:26:19+03:00 pyparser: Orderless sorting --HG-- branch : some-other-38-features - - - - - 1c1c31bd by Carl Friedrich Bolz-Tereick at 2021-01-03T13:03:27+00:00 Merge branch 'branch/some-other-38-features' into 'branch/py3.8-with-3.7-stdlib' Implement typed_ast (native support for type_comments) See merge request pypy/pypy!791 --HG-- branch : py3.8-with-3.7-stdlib - - - - - 7dc1268d by Carl Friedrich Bolz-Tereick at 2021-01-03T14:11:25+01:00 document merged branches --HG-- branch : py3.8-with-3.7-stdlib - - - - - 79c4fff6 by Carl Friedrich Bolz-Tereick at 2021-01-03T15:55:02+01:00 merge some-3.8-features: support the walrus operator/named expressions --HG-- branch : py3.8-with-3.7-stdlib - - - - - d7050194 by Carl Friedrich Bolz-Tereick at 2021-01-03T15:58:55+01:00 document the walrus operator (this time in the correct file) --HG-- branch : py3.8-with-3.7-stdlib - - - - - 085b19d3 by Carl Friedrich Bolz-Tereick at 2021-01-04T06:56:33+01:00 fix a bug in the new fstring-debugging code --HG-- branch : py3.8-with-3.7-stdlib - - - - - 17d8ccca by Carl Friedrich Bolz-Tereick at 2021-01-03T22:33:57+01:00 implement positional-only arguments --HG-- branch : py3.8-with-3.7-stdlib - - - - - 8d6e98b8 by Carl Friedrich Bolz-Tereick at 2021-01-04T07:27:52+01:00 fix test --HG-- branch : py3.8-with-3.7-stdlib - - - - - 6064a08c by Carl Friedrich Bolz-Tereick at 2021-01-04T08:13:54+01:00 fix interaction of positional only arguments and **kwargs --HG-- branch : py3.8-with-3.7-stdlib - - - - - e6615975 by Carl Friedrich Bolz-Tereick at 2021-01-04T20:48:43+01:00 add some minimal things that are needed to get 3.8 started: _io.open_code and sys.pycache_prefix (always None so far) --HG-- branch : py3.8 - - - - - c5beed18 by Carl Friedrich Bolz-Tereick at 2021-01-04T20:49:46+01:00 for now, revert opcode.py to be like under 3.7 to allow anything at all to run --HG-- branch : py3.8 - - - - - 028228f4 by Carl Friedrich Bolz-Tereick at 2021-01-04T20:50:40+01:00 merge py3.8-with-3.7-stdlib: implement a number of 3.8 features - walrus operator - positional only arguments - typed_ast --HG-- branch : py3.8 - - - - - 9ee89a7d by Carl Friedrich Bolz-Tereick at 2021-01-04T21:29:09+01:00 a minimal dummy sys.audit function that does nothing --HG-- branch : py3.8 - - - - - 94dd1a20 by Carl Friedrich Bolz-Tereick at 2021-01-04T21:29:32+01:00 add token.EXACT_TOKEN_TYPES --HG-- branch : py3.8 - - - - - 30 changed files: - lib-python/3/opcode.py - lib-python/3/test/libregrtest/main.py - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/interpreter/argument.py - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/consts.py - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/astcompiler/test/test_symtable.py - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/astcompiler/tools/asdl_py.py - pypy/interpreter/astcompiler/validate.py - pypy/interpreter/pycode.py - + pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/dfa_generated.py - pypy/interpreter/pyparser/gendfa.py - pypy/interpreter/pyparser/parser.py - pypy/interpreter/pyparser/pygram.py - pypy/interpreter/pyparser/pyparse.py - pypy/interpreter/pyparser/pytoken.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pyparse.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/9dc523ea3292822bb01d94efab083c3a0d1fc000...94dd1a20ebdb02e0f042f7b6495a0e1dcbe16c55 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9dc523ea3292822bb01d94efab083c3a0d1fc000...94dd1a20ebdb02e0f042f7b6495a0e1dcbe16c55 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 Jan 4 15:37:52 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 04 Jan 2021 20:37:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] try to fix futures, but something is still broken Message-ID: <5ff37ca08e712_1dce9a2ae74fe02598113962@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 2cff8370 by Carl Friedrich Bolz-Tereick at 2021-01-04T21:37:39+01:00 try to fix futures, but something is still broken --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/pycompiler.py - pypy/interpreter/pyparser/future.py - pypy/interpreter/pyparser/pyparse.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/2cff8370b9841c68831af9c1eb9dc59b6cf03143 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2cff8370b9841c68831af9c1eb9dc59b6cf03143 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 Jan 4 15:43:34 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 04 Jan 2021 20:43:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] ah, it seems that was the problem with futures: the stdlib values changed, keep Message-ID: <5ff37df6b6770_1dce9a2ae748c42da411433f@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 724add2a by Carl Friedrich Bolz-Tereick at 2021-01-04T21:43:23+01:00 ah, it seems that was the problem with futures: the stdlib values changed, keep the pypy copies in sync --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/astcompiler/consts.py - pypy/module/cpyext/include/code.h View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/724add2a2f490059b809331b0031cd1899809f15 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/724add2a2f490059b809331b0031cd1899809f15 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 Jan 5 05:52:08 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 05 Jan 2021 10:52:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix translation Message-ID: <5ff444d89c927_1dce9a2ae74ee3ac8c119696@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 1c844c4e by Carl Friedrich Bolz-Tereick at 2021-01-04T22:49:01+01:00 fix translation --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1c844c4eca1fc9203b6284905e4db6d7c3f27dcb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1c844c4eca1fc9203b6284905e4db6d7c3f27dcb 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 Jan 5 05:55:57 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 05 Jan 2021 10:55:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] update versions Message-ID: <5ff445bdf158f_1dce9a2ae75033bac81198e2@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: d0b9cbb7 by Carl Friedrich Bolz-Tereick at 2021-01-05T11:55:44+01:00 update versions --HG-- branch : py3.8 - - - - - 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/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9 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 Jan 5 05:59:13 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 05 Jan 2021 10:59:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] another workaround for windows lib-python test hanging, issue 3374 Message-ID: <5ff446813cc6c_1dce9a2ae748c42da41201ba@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 7c057c80 by Matti Picus at 2021-01-05T12:57:30+02:00 another workaround for windows lib-python test hanging, issue 3374 --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/test/test_regrtest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/7c057c80bc5403685fccbfa0de4d4191ca99fa8e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7c057c80bc5403685fccbfa0de4d4191ca99fa8e 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 Jan 5 06:19:32 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 05 Jan 2021 11:19:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: dummy implement new undocumented keyword argument to compile to make the ast Message-ID: <5ff44b444f42e_1dce9a2ae74ee3ac8c1215a4@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 53f078ad by Carl Friedrich Bolz-Tereick at 2021-01-05T12:18:38+01:00 dummy implement new undocumented keyword argument to compile to make the ast module work a bit more --HG-- branch : py3.8 - - - - - 9db1577d by Carl Friedrich Bolz-Tereick at 2021-01-05T12:19:19+01:00 raise the correct error to make the subprocess except ModuleNotFoundError block work --HG-- branch : py3.8 - - - - - 3 changed files: - lib_pypy/msvcrt.py - pypy/module/__builtin__/compiling.py - pypy/module/__builtin__/test/apptest_compile.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9...9db1577d4e99ffbad2e3191f63f2983441e3402e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9...9db1577d4e99ffbad2e3191f63f2983441e3402e 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 Jan 5 12:53:56 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 05 Jan 2021 17:53:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] implement replace method of code objects Message-ID: <5ff4a7b4301dc_1dce9a2ae74e1e23901297ec@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 55b53a98 by Carl Friedrich Bolz-Tereick at 2021-01-05T17:08:24+01:00 implement replace method of code objects --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/pycode.py - pypy/interpreter/test/test_code.py - pypy/interpreter/typedef.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/55b53a980fc8156605ad39dfe40122482364e653 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/55b53a980fc8156605ad39dfe40122482364e653 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 Jan 5 13:49:08 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 05 Jan 2021 18:49:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] update list of tests Message-ID: <5ff4b4a4b8c37_1dce9a2ae743f3c7801328b9@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 692b8c65 by Carl Friedrich Bolz-Tereick at 2021-01-05T19:48:27+01:00 update list of tests --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/692b8c6504a83ceb4483f6456a7a7509cbd8a29b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/692b8c6504a83ceb4483f6456a7a7509cbd8a29b 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 Jan 5 16:23:28 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 05 Jan 2021 21:23:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix included import lib for MSVC Message-ID: <5ff4d8d0647c3_1dce9a3fb8cb45693813512b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 427cd83d by Matti Picus at 2021-01-05T23:22:56+02:00 fix included import lib for MSVC --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/include/pyconfig.h View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/427cd83d607d0cd28f11ddc443fa331622203cb6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/427cd83d607d0cd28f11ddc443fa331622203cb6 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 Jan 5 16:50:45 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 05 Jan 2021 21:50:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: provide a pypy BytesBuilder alternative to io.BytesIO in pure-python pickle Message-ID: <5ff4df358ced1_1dce9a2ae743f3c780136212@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9f4e1806 by Matti Picus at 2021-01-05T21:02:53+02:00 provide a pypy BytesBuilder alternative to io.BytesIO in pure-python pickle --HG-- branch : py3.7 - - - - - a939fa73 by Matti Picus at 2021-01-05T23:50:08+02:00 remove code added in cdacad9a627a that does not exist in cpython --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/pickle.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/7c057c80bc5403685fccbfa0de4d4191ca99fa8e...a939fa73e2968edbdb33900b5d7a5008eb4127cb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7c057c80bc5403685fccbfa0de4d4191ca99fa8e...a939fa73e2968edbdb33900b5d7a5008eb4127cb 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 Jan 6 05:58:06 2021 From: foss at heptapod.net (Matti Picus) Date: Wed, 06 Jan 2021 10:58:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix tests for windows use of dbm.dumb Message-ID: <5ff597be61019_1dce9a2ae7505914e41454be@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5c562381 by Matti Picus at 2021-01-06T12:57:07+02:00 fix tests for windows use of dbm.dumb --HG-- branch : py3.7 - - - - - 1 changed file: - extra_tests/test_dbm.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/5c562381407afe5bd22a6aaae2a85daa5dd1848f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5c562381407afe5bd22a6aaae2a85daa5dd1848f 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 Jan 6 06:00:13 2021 From: foss at heptapod.net (Matti Picus) Date: Wed, 06 Jan 2021 11:00:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] skip test that fails on PyPy like on CPython after 574a05c614cc Message-ID: <5ff5983d4bfbc_1dce9a2ae74fe025981462f@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 506ecf8a by Matti Picus at 2021-01-06T12:29:00+02:00 skip test that fails on PyPy like on CPython after 574a05c614cc --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/test/test_zzpickle_and_slow.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/506ecf8a2d60c8c05e0b8bb843fdb6509b72d5e2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/506ecf8a2d60c8c05e0b8bb843fdb6509b72d5e2 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 Jan 6 12:37:24 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Wed, 06 Jan 2021 17:37:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/better-ast-initalization Message-ID: <5ff5f554315f8_1dce9a2ae74e448e2c15405f@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/better-ast-initalization at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/better-ast-initalization 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 Jan 6 12:55:46 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Wed, 06 Jan 2021 17:55:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/better-ast-initalization] Test: Add a test regarding excess/less arguments Message-ID: <5ff5f9a299eeb_1dce9a2ae74fd0954c1552da@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/better-ast-initalization at PyPy / pypy Commits: a24555e4 by isidentical at 2021-01-06T20:55:14+03:00 Test: Add a test regarding excess/less arguments --HG-- branch : better-ast-initalization - - - - - 2 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a24555e4b8893fc40cb48e4c01bf8f0c6c67eda4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a24555e4b8893fc40cb48e4c01bf8f0c6c67eda4 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 Jan 6 14:17:58 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Wed, 06 Jan 2021 19:17:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/unpacking-in-flow Message-ID: <5ff60ce6b771_1dce9a2ae74e448e2c156988@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/unpacking-in-flow at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/unpacking-in-flow 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 Jan 6 14:26:19 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Wed, 06 Jan 2021 19:26:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/unpacking-in-flow] Test: Add an invalid test as a case Message-ID: <5ff60edbd7621_1dce9a2ae74fd0954c157114@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/unpacking-in-flow at PyPy / pypy Commits: 20b24db0 by isidentical at 2021-01-06T22:26:09+03:00 Test: Add an invalid test as a case --HG-- branch : unpacking-in-flow - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_compiler.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/20b24db0a98567456501f0a7182785ab2c03607a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/20b24db0a98567456501f0a7182785ab2c03607a 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 Jan 6 14:35:44 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 06 Jan 2021 19:35:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: pyparser: Support extended unpacking on flow statements Message-ID: <5ff611105b998_1dce9a2ae74859cdec158582@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 156b50b2 by isidentical at 2021-01-06T20:47:49+03:00 pyparser: Support extended unpacking on flow statements --HG-- branch : unpacking-in-flow - - - - - 37203508 by isidentical at 2021-01-06T21:05:00+03:00 Test: Remove not working test --HG-- branch : unpacking-in-flow - - - - - 20b24db0 by isidentical at 2021-01-06T22:26:09+03:00 Test: Add an invalid test as a case --HG-- branch : unpacking-in-flow - - - - - 80a050af by Carl Friedrich Bolz-Tereick at 2021-01-06T19:35:38+00:00 Merge branch 'branch/unpacking-in-flow' into 'branch/py3.8' Allow star-unpacking in return/yield See merge request pypy/pypy!793 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/pyparser/data/Grammar3.8 View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/427cd83d607d0cd28f11ddc443fa331622203cb6...80a050afc7ab84fd238df1e5399de099ef18a0e6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/427cd83d607d0cd28f11ddc443fa331622203cb6...80a050afc7ab84fd238df1e5399de099ef18a0e6 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 Jan 6 15:23:32 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Wed, 06 Jan 2021 20:23:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/better-ast-initalization] ASDL-gen: Reflect changes to the asdl_py.py Message-ID: <5ff61c44ca30d_1dce9a2ae74f6871b0160227@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/better-ast-initalization at PyPy / pypy Commits: 809a02ba by isidentical at 2021-01-06T23:23:14+03:00 ASDL-gen: Reflect changes to the asdl_py.py --HG-- branch : better-ast-initalization - - - - - 1 changed file: - pypy/interpreter/astcompiler/tools/asdl_py.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/809a02ba40db8ef0c2c5995a3775a51374c18189 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/809a02ba40db8ef0c2c5995a3775a51374c18189 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 Jan 6 15:26:42 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 06 Jan 2021 20:26:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: fix posonly args with annotations Message-ID: <5ff61d023c4d3_1dce9a2ae7505d444c16135f@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 16b9fc03 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:54:27+01:00 fix posonly args with annotations --HG-- branch : py3.8 - - - - - 12337854 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:59:15+01:00 this comment is addressed --HG-- branch : py3.8 - - - - - 2a5fb621 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:20:33+01:00 proper plural in the error message --HG-- branch : py3.8 - - - - - 3e05efd3 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:20:40+01:00 skip cpython-detail --HG-- branch : py3.8 - - - - - c295a111 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:37:44+01:00 fix error message --HG-- branch : py3.8 - - - - - e134ee8c by Carl Friedrich Bolz-Tereick at 2021-01-06T21:26:26+01:00 merge heads --HG-- branch : py3.8 - - - - - 8 changed files: - lib-python/3/test/test_positional_only_arg.py - pypy/interpreter/argument.py - pypy/interpreter/astcompiler/asthelpers.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/test/apptest_function.py - pypy/interpreter/test/test_argument.py - pypy/tool/dis3.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/80a050afc7ab84fd238df1e5399de099ef18a0e6...e134ee8cfa95897d22cf366f508132cf9fc689cd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/80a050afc7ab84fd238df1e5399de099ef18a0e6...e134ee8cfa95897d22cf366f508132cf9fc689cd 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 Jan 6 16:07:52 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 06 Jan 2021 21:07:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: AST: Make the AST initalization compatible with CPython Message-ID: <5ff626a85b7b6_1dce9a2ae74e448e2c1633f0@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 97473d53 by isidentical at 2021-01-06T20:37:09+03:00 AST: Make the AST initalization compatible with CPython --HG-- branch : better-ast-initalization - - - - - a24555e4 by isidentical at 2021-01-06T20:55:14+03:00 Test: Add a test regarding excess/less arguments --HG-- branch : better-ast-initalization - - - - - 809a02ba by isidentical at 2021-01-06T23:23:14+03:00 ASDL-gen: Reflect changes to the asdl_py.py --HG-- branch : better-ast-initalization - - - - - 8b08d0eb by Carl Friedrich Bolz-Tereick at 2021-01-06T21:07:45+00:00 Merge branch 'branch/better-ast-initalization' into 'branch/py3.8' AST: Make the AST initalization compatible with CPython See merge request pypy/pypy!792 --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/tools/asdl_py.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/e134ee8cfa95897d22cf366f508132cf9fc689cd...8b08d0eb7edb80157724a6ec6c7fe99dc5599bb3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e134ee8cfa95897d22cf366f508132cf9fc689cd...8b08d0eb7edb80157724a6ec6c7fe99dc5599bb3 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 Jan 7 02:44:52 2021 From: foss at heptapod.net (Matti Picus) Date: Thu, 07 Jan 2021 07:44:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] generalize venv when copying *.exe and *.dll for windows like in symlink case Message-ID: <5ff6bbf4aa926_1dce9a2ae74859cdec1671d1@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 98265c6e by Matti Picus at 2021-01-07T09:44:11+02:00 generalize venv when copying *.exe and *.dll for windows like in symlink case --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/venv/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/98265c6eccd74981809e25f4a1e75a68a6cb3c4d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/98265c6eccd74981809e25f4a1e75a68a6cb3c4d 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 Jan 7 02:55:17 2021 From: foss at heptapod.net (Dan Villiom Podlaski Christiansen) Date: Thu, 07 Jan 2021 07:55:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/testsuite-fixes] 371 commits: update to v2.7.16 Message-ID: <5ff6be6586490_1dce9a2ae746bcbaf81673da@heptapod-foss.mail> Dan Villiom Podlaski Christiansen pushed to branch branch/testsuite-fixes at PyPy / pypy Commits: 1794dd2c by Matti Picus at 2019-05-20T12:55:24+03:00 update to v2.7.16 --HG-- branch : vendor/stdlib - - - - - 62d4a706 by Matti Picus at 2019-05-20T12:56:07+03:00 add how-to-update --HG-- branch : vendor/stdlib - - - - - 4c2d1029 by Micha? G?rny at 2020-09-28T09:28:36+02:00 update stdlib to v2.7.18-3-g138e2caeb4 --HG-- branch : vendor/stdlib - - - - - 2e7012c8 by Micha? G?rny at 2020-09-28T10:51:59+02:00 start stdlib-2.7.18-3 branch --HG-- branch : stdlib-2.7.18-3 - - - - - f67b9ed9 by Micha? G?rny at 2020-09-28T10:45:03+02:00 merge vendor/stdlib --HG-- branch : stdlib-2.7.18-3 - - - - - f0618030 by Micha? G?rny at 2020-09-29T15:24:42+02:00 fix mistakenly readded py2.7 import from weakref.py --HG-- branch : stdlib-2.7.18-3 - - - - - 049ea398 by Micha? G?rny at 2020-09-29T15:25:00+02:00 add new py2.7 tests to conftest --HG-- branch : stdlib-2.7.18-3 - - - - - 94e8d8ee by Micha? G?rny at 2020-09-29T16:31:50+02:00 test_syntax: Fix doctest exception message to match pypy --HG-- branch : stdlib-2.7.18-3 - - - - - 5ee9c187 by Micha? G?rny at 2020-09-29T17:31:21+02:00 test_thread: fix pypy gc collection lost on update, caused test to hang --HG-- branch : stdlib-2.7.18-3 - - - - - 2f9bea3f by Micha? G?rny at 2020-09-29T21:39:55+02:00 test_time: fix exception compatibility with pypy --HG-- branch : stdlib-2.7.18-3 - - - - - 07d02be9 by Micha? G?rny at 2020-09-29T21:43:20+02:00 test_xml_etree.py: fix test failure due to refcounting impl detail --HG-- branch : stdlib-2.7.18-3 - - - - - d45eb67d by Stefano Rivera at 2020-10-02T13:06:56-07:00 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators --HG-- branch : stdlib-2.7.18-3 - - - - - eef497d7 by Stefano Rivera at 2015-06-05T20:32:17+02:00 bytearray(obj) should call obj.__index__() instead of obj.__int__(). adapted from b84f64795e2b in the py3k branch --HG-- branch : stdlib-2.7.18-3 - - - - - 5374494e by Stefano Rivera at 2020-10-02T17:40:25-07:00 Update _testcapimodule to 2.7.18 Skip test_long_as_unsigned_long_long_mask as it currently segfaults --HG-- branch : stdlib-2.7.18-3 - - - - - 8a37c310 by Ronan Lamy at 2019-10-16T16:48:28+01:00 Fix range checking in GB18030 decoder (bpo-29990) --HG-- branch : stdlib-2.7.18-3 - - - - - 64ab68e9 by Ronan Lamy at 2019-10-16T17:57:57+01:00 Fix handling escape characters in HZ codec (bpo-30003) --HG-- branch : stdlib-2.7.18-3 - - - - - a9fb5988 by Stefano Rivera at 2020-10-02T22:06:02-07:00 Handle NULL argument to PyLong_AsUnsignedLongLongMask As used in test_long_as_unsigned_long_long_mask in _testcapimodule --HG-- branch : stdlib-2.7.18-3 - - - - - 457bbd3b by Stefano Rivera at 2020-10-02T21:39:21-07:00 Swallow exceptions in PySlice_GetIndices PySlice_GetIndicesEx is the improved version that raises exceptions. As the cPython docs say: > Returns 0 on success and -1 on error with no exception set (unless one of the > indices was not None and failed to be converted to an integer, in > which case -1 is returned with an exception set). > > You probably do not want to use this function. If you want to use slice > objects in versions of Python prior to 2.3, you would probably do well to > incorporate the source of PySlice_GetIndicesEx(), suitably renamed, in the > source of your extension. --HG-- branch : stdlib-2.7.18-3 - - - - - d4de7d26 by Stefano Rivera at 2020-10-02T21:24:16-07:00 PyBuffer_To/FromContiguous were implemented in 94ab09b73962 --HG-- branch : stdlib-2.7.18-3 - - - - - 32d0cb16 by Stefano Rivera at 2020-10-02T18:15:37-07:00 Update _ctypes_test to 2.7.18 --HG-- branch : stdlib-2.7.18-3 - - - - - 54c76ca0 by Ronan Lamy at 2020-05-27T17:57:16+01:00 Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746) --HG-- branch : stdlib-2.7.18-3 - - - - - b47c45b9 by Matti Picus at 2019-08-25T10:36:16+03:00 cpython3 compatibility for raising when calling methods on abstract classes --HG-- branch : stdlib-2.7.18-3 - - - - - 2b6d8a98 by Stefano Rivera at 2020-10-05T18:42:38-07:00 Return a TypeError like cpython would if a timedelta argument doesn't divmod correctly Handle the ridiculous __divmod__ results that test_datetime.TestTimeDelta.test_issue31752 uses. This doesn't really matters in PyPy, we aren't triggering an interpreter failure here like cPython. --HG-- branch : stdlib-2.7.18-3 - - - - - 161339fe by Richard Plangger at 2017-02-27T18:55:01+01:00 (ronan, plan_rich) fix descriptor invocation inside the descr_call of W_TypeObject --HG-- branch : stdlib-2.7.18-3 - - - - - 8750999f by Stefano Rivera at 2020-10-05T20:06:39-07:00 Fix test_dict failures from bpo-27945 tests As-applied to py3.6 in 63c246992f08 --HG-- branch : stdlib-2.7.18-3 - - - - - b0ddceb1 by Stefano Rivera at 2020-10-05T20:14:38-07:00 Handle PyPy's magic offset from cPython (bpo-29514) --HG-- branch : stdlib-2.7.18-3 - - - - - 1d2da07e by Stefano Rivera at 2020-10-05T20:34:12-07:00 Reapply c8d93fa469ba, dropped in d147d3b422d7 > Fix the cpython test for newer pypy versions, with a comment --HG-- branch : stdlib-2.7.18-3 - - - - - 28ac5015 by Ronan Lamy at 2019-08-08T15:59:45+01:00 Fix bpo-25862 --HG-- branch : stdlib-2.7.18-3 - - - - - 242b7a01 by nulano at 2020-07-13T16:53:59+02:00 enable x64 --HG-- branch : win64 - - - - - f2e4de7e by nulano at 2020-07-13T18:16:52+02:00 dirty fix for windows running rpython/translator/c/test/test_standalone::TestStandalone::test_int_manipulation --HG-- branch : win64 - - - - - b3203a67 by nulano at 2020-07-13T18:22:48+02:00 fix heap corruption when allocating short strings (rpython/translator/c/test/test_standalone::TestStandalone) --HG-- branch : win64 - - - - - 4700b5f2 by nulano at 2020-07-14T12:27:58+02:00 Merge --HG-- branch : win64 - - - - - 72566e07 by nulano at 2020-07-14T16:35:52+02:00 fix OP_RAW_MALLOC_USAGE fixes rpython/translator/c/test/test_newgc::TestMiniMarkGC --HG-- branch : win64 - - - - - cce5fb92 by nulano at 2020-07-14T16:37:29+02:00 Merge --HG-- branch : win64 - - - - - 514273f4 by nulano at 2020-07-14T18:14:41+02:00 fix rpython/translator/c/test/test_lltyped::test_padding_in_prebuilt_struct --HG-- branch : win64 - - - - - e61cd65b by nulano at 2020-07-14T19:13:00+02:00 fix rpython\translator\c\test\test_database.py::test_primitive --HG-- branch : win64 - - - - - 4bf473c7 by nulano at 2020-07-15T20:38:46+02:00 fix rbigint on 64-bit without native 128-bit type also add a workaround for divmod on CPython64/64 being non-trivial to fix --HG-- branch : win64 - - - - - 04812254 by nulano at 2020-07-15T20:58:17+02:00 fix rlib/test/test_buffer::test_signed --HG-- branch : win64 - - - - - be759588 by nulano at 2020-07-16T03:42:06+02:00 fix rlib test_clibffi and test_libffi --HG-- branch : win64 - - - - - c6bfa141 by nulano at 2020-07-16T05:18:10+02:00 bpo-20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip --HG-- branch : win64 - - - - - 5e59a51e by nulano at 2020-07-17T01:18:21+02:00 add 64-bit binaries for rpython\rlib\test\test_rwin32.py --HG-- branch : win64 - - - - - 12430364 by nulano at 2020-07-17T01:58:41+02:00 fix rposix function signatures for win64 --HG-- branch : win64 - - - - - 9d46d170 by nulano at 2020-07-17T02:57:40+02:00 fix rarithmetic.mulmod translation on win64 --HG-- branch : win64 - - - - - 2f6dbcdc by nulano at 2020-07-17T17:45:34+02:00 avoid 32-bit arithmetic in rlib.rwin32.FAILED --HG-- branch : win64 - - - - - 7dc5e9cd by nulano at 2020-07-17T17:46:42+02:00 resolve fixme in rlib.rstruct.nativefmttable --HG-- branch : win64 - - - - - e0fc079a by nulano at 2020-07-17T18:42:25+02:00 add 64 bit MSVC string to rlib.compilerinfo (TODO hardcoded to AMD64) --HG-- branch : win64 - - - - - cf15607a by nulano at 2020-07-17T22:07:28+02:00 _cffi_backend.ctypeprim: fix rffi.LONG vs rffi.SIGNED --HG-- branch : win64 - - - - - 2289ab56 by nulano at 2020-07-17T23:20:29+02:00 fix _cffi_backend/test/test_fastpath.py::test_fast_init_ulong_from_list on win64 --HG-- branch : win64 - - - - - 750142ac by nulano at 2020-07-18T02:59:52+02:00 add pre-declaration for pypy_get_libc_handle this worked on win32 because msvc assumes int return type if no declaration is found, but on win64 the result gets truncated to 32-bit --HG-- branch : win64 - - - - - c1bdcf6a by nulano at 2020-07-18T18:23:09+02:00 fix test_clibffi.py::test_callback, test__rawffi.py::test_callback, _rawffi/callback.py parameter types --HG-- branch : win64 - - - - - 9ec60799 by nulano at 2020-07-18T18:23:43+02:00 skip FFI_STDCALL check on win64 where it is undefined --HG-- branch : win64 - - - - - b4c3aa9e by nulano at 2020-07-18T19:44:47+02:00 fix long vs Signed in stack.c --HG-- branch : win64 - - - - - 57c2af23 by nulano at 2020-07-18T20:39:04+02:00 fix Signed types in translator/c/funcgen --HG-- branch : win64 - - - - - e6433b04 by nulano at 2020-07-20T00:08:50+02:00 attempt to fix _winreg types --HG-- branch : win64 - - - - - 63fbd617 by nulano at 2020-07-20T02:09:34+02:00 fix _winreg translation on win64 (32-bit arithmetic is currently unimplemented) --HG-- branch : win64 - - - - - 842c5d43 by nulano at 2020-07-20T02:10:36+02:00 enable win64 compilation in cpyext/api.py (needed for cffi modules) --HG-- branch : win64 - - - - - 2f1b824f by Stefano Rivera at 2020-10-10T13:13:34-07:00 bpo-35194: Fix a wrong constant in cp932 codec. - - - - - 3b0a9c0d by Stefano Rivera at 2020-10-10T13:16:02-07:00 bpo-34794: Fix a leak in Tkinter. - - - - - 39d38bc9 by Stefano Rivera at 2020-10-10T13:18:15-07:00 cpython GH-6028: Fix error message in sqlite connection thread check. - - - - - 4e8933c4 by Stefano Rivera at 2020-10-10T13:20:32-07:00 bpo-29004: Document binascii.crc_hqx() implements CRC-CCITT - - - - - 3b3f780d by Stefano Rivera at 2020-10-10T13:54:28-07:00 bpo-33781: audioop: enhance rounding double as int - - - - - 65d6e77f by Matti Picus at 2020-10-11T08:22:46+03:00 check for None in PyLong_AsUnsignedLongLong - - - - - 0ac395cd by Matti Picus at 2020-07-23T21:44:54+03:00 differentiate in tests between sys.maxunicode and sizeof(w_char_t) - - - - - 3fc4f5e0 by nulano at 2020-07-23T23:57:46+02:00 replace long with Signed in thread*.c files the compiler is smart enough to handle these being long, but let's avoid any potential confusion --HG-- branch : win64 - - - - - 856c8c09 by nulano at 2020-07-24T04:23:39+02:00 fix rffi.LONG vs rffi.SIGNED in _rawffi/alt --HG-- branch : win64 - - - - - f548ba83 by nulano at 2020-07-24T15:01:07+02:00 Merge default --HG-- branch : win64 - - - - - 3da8b60f by nulano at 2020-07-30T00:53:25+02:00 Merge default --HG-- branch : win64 - - - - - a9a56233 by nulano at 2020-07-30T02:11:26+02:00 fix socketfd_type in _rsocket_rffi on win64 --HG-- branch : win64 - - - - - 7363811e by nulano at 2020-07-30T02:20:26+02:00 fix _socket module translation on win64 --HG-- branch : win64 - - - - - 1da9d728 by nulano at 2020-07-30T14:50:04+02:00 merge default --HG-- branch : win64 - - - - - 894b6a7b by nulano at 2020-07-30T15:54:26+02:00 fix ULONG overflow in array module on win64 --HG-- branch : win64 - - - - - 4c278849 by nulano at 2020-07-30T17:24:48+02:00 typo in multibytecodec.h --HG-- branch : win64 - - - - - e002081a by nulano at 2020-07-30T18:43:53+02:00 fix _multiprocessing translation on win64 --HG-- branch : win64 - - - - - 9495df19 by nulano at 2020-07-30T21:38:51+02:00 fix type in rpython\jit\metainterp\test\test_virtual.py --HG-- branch : win64 - - - - - 489f9edb by nulano at 2020-07-31T01:07:58+02:00 proper fix for windows running rpython\translator\c\test\test_standalone.py::test_int_manipulation --HG-- branch : win64 - - - - - da03fda1 by cptpcrd at 2020-10-28T13:25:54-04:00 add resource.prlimit() (added in CPython 3.4) --HG-- branch : cptpcrd-resource-prlimit - - - - - 7cd66c27 by cptpcrd at 2020-10-28T17:59:00-04:00 only compile my_prlimit header on Linux --HG-- branch : cptpcrd-resource-prlimit - - - - - 77fe4f3e by cptpcrd at 2020-10-29T08:42:10-04:00 my_prlimit -> _prlimit (in _resource_build) --HG-- branch : cptpcrd-resource-prlimit - - - - - 9054a23f by Matti Picus at 2020-10-29T15:04:23+02:00 dynamically allocate Py_buffer.format if needed, issue 3336 - - - - - 656b8e3b by Matti Picus at 2020-10-29T15:06:36+02:00 document, close branch to be merged --HG-- branch : cptpcrd-resource-prlimit - - - - - f6367941 by Matti Picus at 2020-10-29T15:07:13+02:00 merge cptpcrd-resource-prlimit, which provides resource.prlimit - - - - - 639ee0cd by Matti Picus at 2020-10-29T16:59:16+02:00 add draft release note - - - - - bfadad3f by Matti Picus at 2020-10-29T19:12:44+02:00 fix translation - - - - - f5a766a6 by Matti Picus at 2020-10-29T19:25:01+02:00 update release note - - - - - c3965a13 by Matti Picus at 2020-10-29T22:29:13+02:00 test, fix for readonly flag on PyObject_GetBuffer(<bytes>, view) (issue 3307) - - - - - 06012fd0 by Matti Picus at 2020-10-30T09:28:35+02:00 revert these files to remove os.prlimit from 2.7 - - - - - 1eaa5c38 by Matti Picus at 2020-10-30T09:45:54+02:00 update release note - - - - - ce7a2d62 by Matti Picus at 2020-10-30T11:40:11+02:00 tweak struct, adapt test to new struct layout - - - - - 256e4bae by Matti Picus at 2020-10-31T19:38:25+02:00 move whatsnew-head - - - - - e99f01f9 by Matti Picus at 2020-10-31T19:45:52+02:00 start 7.3.3 release cycle - - - - - a3c0d694 by Matti Picus at 2020-10-31T20:27:23+02:00 2to3 makecontributor.py, update contributors - - - - - f8f23143 by Matti Picus at 2020-11-01T07:27:09+02:00 add whatsnew-pypy3-7.3.3.rst, mention disabled hpy in 7.3.2 - - - - - 9ff51b7b by Matti Picus at 2020-11-01T11:03:05+02:00 add missing include, needs sychronization with upstream - - - - - 186f65af by Matti Picus at 2020-11-02T08:17:04+02:00 typo in macro name - - - - - 79d52a0c by Ronan Lamy at 2020-11-02T18:37:07+00:00 Ensure compatibility of r_singlefloat/r_longfloat hashes with equality - - - - - 738b31a6 by Matti Picus at 2020-11-03T09:43:50+02:00 document hpy as part of the release - - - - - fd2ce893 by Matti Picus at 2020-11-04T09:43:02+02:00 move test - - - - - 46d8f77a by Matti Picus at 2020-11-04T11:39:24+02:00 update test - - - - - 3073e023 by Matti Picus at 2020-11-05T20:32:30+02:00 fix link for topaz - - - - - 4621be5e by Matti Picus at 2020-11-11T09:26:41+02:00 Added tag release-pypy2.7-v7.3.3rc1 for changeset a29ef73f9b32 - - - - - 966a5120 by Matti Picus at 2020-11-11T09:27:06+02:00 Added tag release-pypy3.6-v7.3.3rc1 for changeset fab92f174c77 - - - - - 089a5687 by Matti Picus at 2020-11-11T09:27:23+02:00 Added tag release-pypy3.7-v7.3.3rc1 for changeset 6cf8fa20a7f6 - - - - - d3242fa0 by Ronan Lamy at 2020-08-08T01:00:07+02:00 Find a hackish way to parse enums (grafted from 6b1670dc58b96b676437fa875b2b0d6e38828d76) - - - - - 78a847a9 by nulano at 2020-08-10T02:25:56+02:00 fix rffi.LONG / rffi.ULONG vs rffi.SIGNED / rffi.UNSIGNED in _pypyjson module --HG-- branch : win64 - - - - - db35dbf7 by nulano at 2020-08-10T02:39:21+02:00 Merge default --HG-- branch : win64 - - - - - 1882b547 by nulano at 2020-08-10T02:40:44+02:00 win64 MSVC doesn't support __asm --HG-- branch : win64 - - - - - 9f6ff3ff by nulano at 2020-08-10T06:38:10+02:00 fix some rffi.(U)LONG(P) vs rffi.(UN)SIGNED(P) issues without test coverage (found with grep) --HG-- branch : win64 - - - - - 5fce15ba by nulano at 2020-08-10T09:25:36+02:00 update pypyoption translationmodules on win and workingmodules on win64 --HG-- branch : win64 - - - - - fefca1eb by nulano at 2020-08-10T11:04:28+02:00 skip 32-bit specific test in _rawffi --HG-- branch : win64 - - - - - b2e1f00e by Armin Rigo at 2020-08-11T11:38:23+02:00 fixes for metainterp/test/test_fficall.py --HG-- branch : win64 - - - - - 4b3b2150 by Armin Rigo at 2020-08-11T12:23:41+02:00 in-progress: jit backend fixes for win64 --HG-- branch : win64 - - - - - 092d8dbc by Armin Rigo at 2020-08-11T12:46:18+02:00 disable HAS_CODEMAP for now on win64 --HG-- branch : win64 - - - - - 39b51d63 by Armin Rigo at 2020-08-11T19:04:53+02:00 fixes to callbuilder.py --HG-- branch : win64 - - - - - d9842614 by Armin Rigo at 2020-08-11T19:56:20+02:00 fix for _build_wb_slowpath --HG-- branch : win64 - - - - - 01ae8090 by Armin Rigo at 2020-08-11T19:59:58+02:00 another fix if withcards==True --HG-- branch : win64 - - - - - 39411d6c by Armin Rigo at 2020-08-11T20:15:07+02:00 add INT3 instructions around CALLs that may still be broken. fix one case --HG-- branch : win64 - - - - - 521db36c by Armin Rigo at 2020-08-11T20:27:12+02:00 more fixes --HG-- branch : win64 - - - - - dbfe413c by Armin Rigo at 2020-08-12T11:26:32+02:00 the shadow store always contains 4 words, even if the function only takes less arguments --HG-- branch : win64 - - - - - 4ac73972 by Armin Rigo at 2020-08-12T12:07:49+02:00 fix some tests, more tweaks to registers around calls --HG-- branch : win64 - - - - - 2769c378 by Armin Rigo at 2020-08-12T12:33:20+02:00 fix for calls to SetLastError --HG-- branch : win64 - - - - - 1504332d by Armin Rigo at 2020-08-12T13:24:56+02:00 after a lot of fighting, found the workaround to debug this --HG-- branch : win64 - - - - - e84aeb5f by Armin Rigo at 2020-08-12T13:39:00+02:00 test_compile_bridge_while_running --HG-- branch : win64 - - - - - b6f0bc40 by Armin Rigo at 2020-08-12T13:45:41+02:00 fix test_arrayitems --HG-- branch : win64 - - - - - ae5ec7b3 by Armin Rigo at 2020-08-16T16:15:10+02:00 fix test --HG-- branch : win64 - - - - - ff2b24c7 by Armin Rigo at 2020-08-16T17:43:27+02:00 can't make sense of this failure, skip it as non-essential for now --HG-- branch : win64 - - - - - 752b0309 by Armin Rigo at 2020-08-16T17:50:32+02:00 skip codemaps tests on win64 --HG-- branch : win64 - - - - - 8c527a63 by Armin Rigo at 2020-08-16T17:57:31+02:00 don't duplicate this list of registers (fixes test_call_use_correct_regs) --HG-- branch : win64 - - - - - bc56109a by Armin Rigo at 2020-08-16T18:19:03+02:00 more fixes in this test --HG-- branch : win64 - - - - - bdd4c0f4 by Armin Rigo at 2020-08-16T18:31:44+02:00 no codemaps on win64 --HG-- branch : win64 - - - - - 6e616709 by Armin Rigo at 2020-08-16T18:32:11+02:00 for now, disable the vector extension on win64 (the tests don't pass, but I'm not too sure why not) --HG-- branch : win64 - - - - - 4336fa18 by Armin Rigo at 2020-08-16T19:53:25+02:00 make test_zrpy_gc.compile_framework_2 pass --HG-- branch : win64 - - - - - e0f0977a by Armin Rigo at 2020-08-16T20:36:08+02:00 test_zrpy_gc passes --HG-- branch : win64 - - - - - ab44141e by Armin Rigo at 2020-08-17T04:23:03+02:00 fix --HG-- branch : win64 - - - - - 635791f5 by Armin Rigo at 2020-08-17T11:09:59+02:00 fix: otherwise, the variable is only 4 bytes but the JIT writes to it as if it were 8 bytes --HG-- branch : win64 - - - - - 00564f38 by nulano at 2020-08-17T20:38:18+02:00 change some longs to Signeds in c sources; these should not matter, but avoid confusion --HG-- branch : win64 - - - - - e6ddbfa5 by nulano at 2020-08-17T21:45:19+02:00 fix long vs Signed error in stacklet.c --HG-- branch : win64 - - - - - 9dd54b2b by nulano at 2020-08-17T21:46:00+02:00 fix long vs Signed in instrument.c --HG-- branch : win64 - - - - - df31dbae by nulano at 2020-08-18T12:30:59+02:00 Merge default --HG-- branch : win64 - - - - - f0928d62 by nulano at 2020-08-18T20:51:47+02:00 match CPython GetLastError() behaviour (i.e. cast to rffi.LONG first) --HG-- branch : win64 - - - - - 2dda2f15 by nulano at 2020-08-20T15:17:53+02:00 fix SemLock.SEM_VALUE_MAX --HG-- branch : win64 - - - - - 2dcaa7aa by nulano at 2020-08-21T01:23:43+02:00 fix Py_ssize_t on win64 fixes extra_tests\cffi_tests\cffi1\test_recompiler --HG-- branch : win64 - - - - - e4769086 by nulano at 2020-08-29T01:21:36+02:00 fix tclobj.AsObj for win64 int type --HG-- branch : win64 - - - - - 246d52d8 by nulano at 2020-08-31T01:04:06+02:00 always use win64_14x externals branch --HG-- branch : win64 - - - - - 71d608cb by Armin Rigo at 2020-09-28T13:42:11+02:00 issue3312: some limited support for longdouble constants - - - - - d91f3c43 by Matti Picus at 2020-09-28T23:01:57+03:00 reapply PyPy fixes to urllib2.py after 1e7b78d6f418, fixes issue 3313 - - - - - 12083530 by Dan Villiom Podlaski Christiansen at 2020-09-22T18:30:24+02:00 build_cffi_imports: don't assume archive suffix is .gz - - - - - 8333e438 by Dan Villiom Podlaski Christiansen at 2020-09-23T23:48:00+02:00 rposix: implement sendfile on darwin (and freebsd?) This is not available in CPython 2.7 whether from the OS or MacPorts, so I've applied this against the `py3.6` branch. --HG-- branch : darwin-sendfile-2.7 - - - - - 869a2990 by Matti Picus at 2020-09-29T01:14:03+03:00 revert be9ad752d782, set MACOSX_DEPLOYMENT_TARGET in sysconfig to fix issue 3311 - - - - - 76802dfc by Matti Picus at 2020-09-30T09:13:08+03:00 document preference for named branches - - - - - 98652c40 by Matti Picus at 2020-10-02T09:55:02+00:00 Merge branch 'branch/darwin-sendfile-2.7' into 'branch/default' rposix: implement sendfile on darwin (and freebsd?) See merge request pypy/pypy!763 - - - - - fe78f8cf by Matti Picus at 2020-10-02T17:57:58+03:00 update repackage script to create .hg_archival.txt, issue 3315 - - - - - 73ffa688 by Ronan Lamy at 2020-10-02T18:29:42+01:00 Move the cffi-derived code from cparser.py to _cparser.py --HG-- branch : rpy-cparser - - - - - 7461549e by Matti Picus at 2020-10-03T19:20:51+03:00 move translated os.* tests to extra_tests - - - - - 64e7a519 by Matti Picus at 2020-10-03T19:32:57+03:00 redo moved tests, flake8 - - - - - 609406d4 by Matti Picus at 2020-10-03T19:33:09+03:00 small fixes - - - - - 21f2bcd1 by Matti Picus at 2020-10-03T20:07:58+03:00 restart whatsnew-pypy3-head.rst - - - - - e3549d0f by Matti Picus at 2020-10-03T20:33:35+03:00 simplify source repackaging via hg archive, creates .hg_archival.txt, issue 3315 - - - - - 7f4f78a8 by Antonio Cuni at 2020-10-04T15:24:36+02:00 improve the fake objspace so that it fails if you pass a resizable list to newtuple, and to catch the problem which was fixed by 0726e91a1ce1 - - - - - 8f4a1ba5 by Matti Picus at 2020-10-05T12:19:00+03:00 merge default into branch --HG-- branch : win64 - - - - - 4ebf4727 by Matti Picus at 2020-10-05T20:41:13+03:00 install cffi from source --HG-- branch : win64 - - - - - 30c125a4 by nulano at 2020-10-05T20:42:27+01:00 fix rposix function signatures for both Linux and Win64 --HG-- branch : win64 - - - - - 250ca1b4 by nulano at 2020-10-05T20:50:34+01:00 typo in test_semaphore --HG-- branch : win64 - - - - - abcc5388 by nulano at 2020-10-05T20:51:39+01:00 Merge --HG-- branch : win64 - - - - - 36b29935 by Armin Rigo at 2020-10-05T22:14:31+02:00 Fix crypt with a multithread protection lock, similar to the one in grp.py - - - - - dc69a3bb by Matti Picus at 2020-10-05T23:54:25+03:00 skip cppyy, cpyext tests on win64 --HG-- branch : win64 - - - - - 4bd4f38e by Matti Picus at 2020-10-06T08:48:26+03:00 fix failing tests - - - - - 77aa9687 by Matti Picus at 2020-10-06T11:06:01+03:00 backport fix for CVE-2019-5010, cpython issue 35746 --HG-- branch : stdlib-2.7.18-3 - - - - - 25a8a06c by Matti Picus at 2020-10-06T11:26:47+03:00 fix incompatibility with ssl context defaults --HG-- branch : stdlib-2.7.18-3 - - - - - 8067c535 by Stefano Rivera at 2020-10-06T16:11:46-07:00 CPython compatibility: IOBase.readlines() should rely on the iterator protocol instead of calling readline() directly (grafted from 7b9b2790269b94ca9ade16847146b5f566502b9d) --HG-- branch : stdlib-2.7.18-3 - - - - - 91436581 by Stefano Rivera at 2020-10-06T16:12:11-07:00 Ensure that IOBase.readlines() uses overridden __iter__ or __next__ in all cases Grafted from 768e7e44eb1eb061d36c385d7e77be800942f402 and eb1aa8262e34. --HG-- branch : stdlib-2.7.18-3 - - - - - 7a8e6d54 by nulano at 2020-10-07T01:08:19+01:00 fix overflow in rbigint.abs_rshift_and_mask on non-win64 --HG-- branch : win64 - - - - - 0555837d by Matti Picus at 2020-10-07T08:34:21+03:00 more test fixes - - - - - 2aa36f2b by Matti Picus at 2020-10-07T08:54:25+03:00 fix missing imports to skip cpyext --HG-- branch : win64 - - - - - 3a0aa403 by Matti Picus at 2020-10-07T09:09:48+03:00 update expired testing certificates from latest CPython HEAD - - - - - 55ae78a4 by Matti Picus at 2020-10-07T14:54:46+03:00 create just the bare minimum of include headers to allow _cffi_backend to work --HG-- branch : win64 - - - - - 87e3cd92 by Matti Picus at 2020-10-07T17:14:38+03:00 fix typedef of Py_ssize_t --HG-- branch : win64 - - - - - 2a6b624d by Stefano Rivera at 2020-10-07T12:10:22-07:00 Reject environmnet variables containing = Adapted from 1697fc0bff5dd60fd0ed4149b238a21a3485a38d > Issue 3136: Windows: os.putenv() --HG-- branch : stdlib-2.7.18-3 - - - - - cda8f65e by Stefano Rivera at 2020-10-07T12:37:58-07:00 prevent re-entrant use of iterator in itertools.tee, bpo-34410 (adapted from cd1115f6c1fd3f0840a57f26e79dde4fc5e39c99) --HG-- branch : stdlib-2.7.18-3 - - - - - babe6787 by nulano at 2020-10-08T00:43:02+01:00 fix test_rffi_sizeof was ignored for lltype.* --HG-- branch : win64 - - - - - 467c9f9f by Stefano Rivera at 2020-10-07T17:08:13-07:00 Leave internal state unchanged if _random.Random.setstate() raises an exception (bpo-29960) (grafted from 2cbe9ff660033e5af4ea7e99b5d6584853fcee53) --HG-- branch : stdlib-2.7.18-3 - - - - - 6bddfd52 by Stefano Rivera at 2020-10-07T17:13:54-07:00 _sqlite.Cursor: add relevant part of __check_cursor to close() (grafted from ff4600cfa35e31384ae6c55c7d9b5f21f9aca5bc) --HG-- branch : stdlib-2.7.18-3 - - - - - 8183c825 by Stefano Rivera at 2020-10-07T17:30:29-07:00 test, fix error message for CPython compatibility Picked up from bpo-34052's new tests. (grafted from 2e89e7ae99c0e9568ad1cf8266f6ad10584e8585) --HG-- branch : stdlib-2.7.18-3 - - - - - 44302b30 by Stefano Rivera at 2020-10-07T17:39:20-07:00 This is Python 2.x not 3, encode unicode filenames (bpo-25404) --HG-- branch : stdlib-2.7.18-3 - - - - - 82078b62 by Stefano Rivera at 2020-10-07T17:48:38-07:00 test: Skip bpo-33817 test that uses pythonapi --HG-- branch : stdlib-2.7.18-3 - - - - - 97f8a66d by Stefano Rivera at 2020-10-07T19:24:51-07:00 Fix the bpo-30730 test (invalid env vars in subprocess) in the posix implementation --HG-- branch : stdlib-2.7.18-3 - - - - - c23aead4 by Matti Picus at 2020-10-08T05:46:36+03:00 always use NT sysconfig scheme on windows, issue 3321 - - - - - a3b58b5c by Stefano Rivera at 2020-10-07T19:53:31-07:00 test: pypy's exception message differs --HG-- branch : stdlib-2.7.18-3 - - - - - 6cacdb12 by Stefano Rivera at 2020-10-07T19:53:42-07:00 test: Add an explicit garbage collection to trigger weakref death --HG-- branch : stdlib-2.7.18-3 - - - - - 5020ad6b by Stefano Rivera at 2020-10-07T20:47:49-07:00 Skip tests: PyPy can pickle iterators --HG-- branch : stdlib-2.7.18-3 - - - - - 89bb3278 by Stefano Rivera at 2020-10-07T20:48:35-07:00 Explicitly skip cElementTree MiscTests. cElementTree is importable under PyPy, but isn't implemented in C --HG-- branch : stdlib-2.7.18-3 - - - - - 24f76b1c by Matti Picus at 2020-10-08T07:29:54+03:00 fix (again) avoid python since it needs LD_LIBRARY_PATH on buildbot workers - - - - - 1c0496fe by Stefano Rivera at 2020-10-07T22:13:31-07:00 Revert 8f04b833f59a, superseded by bpo-30365 --HG-- branch : stdlib-2.7.18-3 - - - - - 1429b4e8 by Stefano Rivera at 2020-10-07T22:32:38-07:00 PyPy's parser has always pointed to the start of the token, not the end cPython >= 3.8 has now followed in bpo-34683. --HG-- branch : stdlib-2.7.18-3 - - - - - e53b3dde by Stefano Rivera at 2020-10-07T22:44:58-07:00 Explicitly disable cElementTree tests more effectively (so @cet_only works) Backed out changeset 2dbf44ce2b79 --HG-- branch : stdlib-2.7.18-3 - - - - - aff9c021 by Matti Picus at 2020-10-08T23:05:54+03:00 refactor app_main to delay importing stdlib's os, maybe related to issue 3323 --HG-- branch : app_main - - - - - 2d90de13 by Matti Picus at 2020-10-08T23:07:12+03:00 merge app_main into win64 --HG-- branch : win64 - - - - - 2dc2c5d4 by Matti Picus at 2020-10-08T23:26:13+03:00 fix Py_ssize_t typedef (nulano) --HG-- branch : win64 - - - - - 881b7c78 by Stefano Rivera at 2020-10-08T23:48:47-07:00 Temporary: app_test for sys_settrace --HG-- branch : stdlib-2.7.18-3 - - - - - 75ea3bc4 by Stefano Rivera at 2020-10-08T20:01:05-07:00 cpython compatibility (grafted from c9039acb3770b3f29467dd7d220d2e7e620f1939) --HG-- branch : stdlib-2.7.18-3 - - - - - 0af58f5e by Matti Picus at 2020-10-09T08:25:42+03:00 revert cf2bc3e07e69, redo with specific nt_pypy scheme - - - - - 25e68735 by Matti Picus at 2020-10-09T08:27:49+03:00 close and document branch for merging --HG-- branch : app_main - - - - - 296cbbd1 by Matti Picus at 2020-10-09T08:29:46+03:00 merge app_main which delays 'import os' until after 'import site' - - - - - 27065ba7 by Matti Picus at 2020-10-09T09:09:15+03:00 typo - - - - - f96f316c by Matti Picus at 2020-10-09T09:09:57+03:00 merge default into win64 --HG-- branch : win64 - - - - - 8c29f859 by Stefano Rivera at 2020-10-09T00:16:56-07:00 bpo-17288: Prevent jumps from 'return' and 'exception' trace events. Adapted from 29268d8eba51 --HG-- branch : stdlib-2.7.18-3 - - - - - afa45571 by Stefano Rivera at 2020-10-09T01:02:39-07:00 bpo-33026: Fix jumping out of "with" block by setting f_lineno Adapted from 29268d8eba51 --HG-- branch : stdlib-2.7.18-3 - - - - - e20c5ce6 by Stefano Rivera at 2020-10-09T07:54:08-07:00 Backed out changeset 396185377e61 Whoops, meant to strip that before pushing --HG-- branch : stdlib-2.7.18-3 - - - - - 2cdce53c by Stefano Rivera at 2020-10-09T08:19:20-07:00 Check return value of decoder.getstate() (grafted from c795f015ed3622fec95ddaba460f87e197a8a736) --HG-- branch : stdlib-2.7.18-3 - - - - - e4d87836 by Stefano Rivera at 2020-10-09T08:41:16-07:00 bpo-31271: A TypeError should be raised in case the return value of encoder's encode() is invalid. --HG-- branch : stdlib-2.7.18-3 - - - - - 9ad9e775 by Stefano Rivera at 2020-10-09T09:56:42-07:00 Replace more test_support with support. Bad merge? --HG-- branch : stdlib-2.7.18-3 - - - - - 43047ca2 by Stefano Rivera at 2020-10-09T10:02:19-07:00 fix test (grafted from c8644313626b882272ff489a1a4c8eca55a58426) --HG-- branch : stdlib-2.7.18-3 - - - - - ff414866 by Stefano Rivera at 2020-10-09T11:22:08-07:00 test_multiprocessing: pypy's GC doesn't have {get,set}_threshold --HG-- branch : stdlib-2.7.18-3 - - - - - d812baf0 by Stefano Rivera at 2020-10-09T11:29:21-07:00 test_multiprocessing: Sprinkle some explicit GC collection into tests expecting weakref cleanup --HG-- branch : stdlib-2.7.18-3 - - - - - 22f9a6f1 by Stefano Rivera at 2020-10-09T16:31:09-07:00 This is Python 2, no f-strings yet --HG-- branch : stdlib-2.7.18-3 - - - - - f69fc4a7 by Stefano Rivera at 2020-10-09T17:58:40-07:00 blind commit: Hopefully fixing test.test_tcl.TclTest.test_getint on linux32 --HG-- branch : stdlib-2.7.18-3 - - - - - 13debb05 by Stefano Rivera at 2020-10-09T18:01:52-07:00 OveflowError is raised on 32bit systems --HG-- branch : stdlib-2.7.18-3 - - - - - 88f98511 by Stefano Rivera at 2020-10-09T18:14:07-07:00 bpo-30807: signal.setitimer() may disable the timer by mistake --HG-- branch : stdlib-2.7.18-3 - - - - - 69cbbe98 by Stefano Rivera at 2020-10-09T22:52:31-07:00 ctypes: Pass structs by value Picked up on arm64, thanks to the test from bpo-29565. --HG-- branch : stdlib-2.7.18-3 - - - - - d60906d4 by Stefano Rivera at 2020-10-09T23:34:48-07:00 bpo-30058: Fixed buffer overflow in select.kqueue.control(). --HG-- branch : stdlib-2.7.18-3 - - - - - 3e76cf42 by Stefano Rivera at 2020-10-09T23:47:58-07:00 merge default into stdlib-2.7.18-3 --HG-- branch : stdlib-2.7.18-3 - - - - - 119699b4 by Stefano Rivera at 2020-10-10T00:07:05-07:00 getsockopt(): For boolean options, non-zero vales are true On MacOS, TCP_NODELAY was returning 4. - - - - - 6f9118ce by Stefano Rivera at 2020-10-10T00:21:27-07:00 You can't rely on SO_RCVBUF & SO_SNDBUF, MacOS will auto-tune them up to 512k - - - - - e8fd41bb by Stefano Rivera at 2020-10-10T00:26:19-07:00 Case-insensitive encoding comparison >>>> sys.getfilesystemencoding() 'utf-8' - - - - - c4f94e47 by Stefano Rivera at 2020-10-10T00:38:10-07:00 wait3() on MacOS ignores invalid options - - - - - 88a177ce by Stefano Rivera at 2020-10-10T00:52:19-07:00 This test failure is known MacOS issue. We'll just have to live with a more limited test on MacOS - - - - - c504a6cd by Stefano Rivera at 2020-10-10T09:02:44-07:00 Drop -n, on MacOS, the builtin echo in sh doesn't support -n - - - - - da4d2ab5 by Stefano Rivera at 2020-10-10T09:04:34-07:00 We now have an nt_pypy scheme - - - - - d6f75db6 by Stefano Rivera at 2020-10-10T09:38:55-07:00 merge default into stdlib-2.7.18-3 --HG-- branch : stdlib-2.7.18-3 - - - - - 89482fbc by Matti Picus at 2020-10-10T22:03:40+03:00 close branch to be merged --HG-- branch : stdlib-2.7.18-3 - - - - - 3d0ea6aa by Matti Picus at 2020-10-10T22:04:11+03:00 merge stdlib-2.7.18-3 which updates stdlib - - - - - b284c014 by Matti Picus at 2020-10-10T22:04:47+03:00 merge default into branch --HG-- branch : win64 - - - - - 2e7d493a by nulano at 2020-10-10T22:36:21+01:00 skip cpyext tests when calling a single file directly --HG-- branch : win64 - - - - - 27e38927 by Matti Picus at 2020-10-11T09:29:05+03:00 skip micronumpy tests on win64 (for now? permenantly?) --HG-- branch : win64 - - - - - 43fd1e4b by nulano at 2020-10-11T21:49:01+01:00 fix FFI_TYPE_LONGDOUBLE on win64 --HG-- branch : win64 - - - - - b033a3f9 by nulano at 2020-10-11T21:52:51+01:00 Merge --HG-- branch : win64 - - - - - beab80f6 by Matti Picus at 2020-10-12T09:33:43+03:00 remove redundant test, skip test of SO_SNDBUF on windows - - - - - d86e0726 by Matti Picus at 2020-10-12T12:13:35+03:00 nt_pypy -> pypy_nt to be compatible with f1aa5bb836b (nulano) - - - - - 3a1ba5ae by Matti Picus at 2020-10-12T17:04:25+03:00 update version number after merge of stdlib-2.7.18-3 - - - - - 3e39e466 by Matti Picus at 2020-10-13T02:44:17+03:00 sort the tuple of wanted names - - - - - 1c587c14 by Stefano Rivera at 2020-10-13T19:53:55-07:00 bpo-31893: Simplify select.kqueue object comparison Return NotImplemented in comparison with other types, resulting in a defined ordering on 2.7, and an exception on 3.x. - - - - - dd274e80 by Stefano Rivera at 2020-10-13T16:39:07-07:00 Support current MacOS in this (non-upstream) kqueue test On MacOS 10.15 (and presumably other recent versions) ENOENT is returned rather than EBADF. But that's besides the point of the test, so handle it. - - - - - 7824709e by nulano at 2020-10-14T00:39:19+01:00 add some missing includes to _cffi_backend/copy_includes.py --HG-- branch : win64 - - - - - 54cc5de4 by nulano at 2020-10-14T00:41:37+01:00 Merge --HG-- branch : win64 - - - - - cfc62cdb by Armin Rigo at 2020-10-14T10:04:54+02:00 update to cffi/831e391a969c - - - - - 54206070 by Armin Rigo at 2020-10-14T11:14:54+02:00 update to cffi/b643ede2c603 - - - - - 0712b59f by Ronan Lamy at 2020-10-15T17:28:53+01:00 Reduce diff with cffi --HG-- branch : rpy-cparser - - - - - 845aa0dd by Matti Picus at 2020-10-15T21:37:16+03:00 backport rpython changes from py3.6 - - - - - fc5e9b83 by Matti Picus at 2020-10-15T21:46:36+03:00 merge default into branch --HG-- branch : win64 - - - - - 6e860e19 by Matti Picus at 2020-10-15T21:55:10+03:00 backport py3.6 changes --HG-- branch : win64 - - - - - 3a0761c6 by nulano at 2020-10-15T23:24:30+01:00 fail early in rstr.do_stringformat for ints too small, not when speciallizing ll_int2xxx --HG-- branch : win64 - - - - - b4dd4839 by Ronan Lamy at 2020-10-16T18:24:24+01:00 Update cparser code to match latest cffi --HG-- branch : rpy-cparser - - - - - 04fecdbd by Matti Picus at 2020-10-17T23:01:02+03:00 rename misnamed apptest file - - - - - fe3566c1 by Matti Picus at 2020-10-17T23:19:32+03:00 back out d0c5958a553c, the file is not yet an apptest - - - - - 4ad1fd7a by Matti Picus at 2020-10-17T23:50:07+03:00 skip test of socket.fromfd on windows with file fd, fails also on CPython - - - - - 9632ec30 by Matti Picus at 2020-10-18T00:13:14+03:00 skip pattern in socket.inte_pton on windows, fails also on CPython - - - - - e16d733b by Armin Rigo at 2020-10-19T19:29:15+02:00 fix a test checking an internal detail of _sre scanners - - - - - 93e7e757 by Armin Rigo at 2020-10-19T19:31:57+02:00 add a few tests showing a difference between pre-3.7 and 3.7 - - - - - 99b1c572 by Ronan Lamy at 2020-10-22T17:16:10+01:00 Move cparser from cpyext to rpython.tool.cparser --HG-- branch : rpy-cparser - - - - - a887e76d by Ronan Lamy at 2020-10-22T20:35:22+01:00 Move cpyext-specific test back to cpyext --HG-- branch : rpy-cparser - - - - - 2bd48dea by Ronan Lamy at 2020-10-22T21:10:51+01:00 Configure named structs, without requiring a spurious typedef --HG-- branch : rpy-cparser - - - - - c10f2caf by Matti Picus at 2020-10-23T02:58:46+03:00 backport changes from py3.6 - - - - - 5b894b90 by Ronan Lamy at 2020-10-23T17:31:45+01:00 Raise meaningful error when trying to configure an undefined struct --HG-- branch : rpy-cparser - - - - - 10c61d39 by Ronan Lamy at 2020-10-23T18:02:04+01:00 Make it possible to parse a header without configuring the types immediately --HG-- branch : rpy-cparser - - - - - 10a949ba by Ronan Lamy at 2020-10-23T18:37:01+01:00 Add missing portions of descrobject.h --HG-- branch : rpy-cparser - - - - - a83d5d8b by Matti Picus at 2020-10-28T08:09:05+02:00 merge default into branch --HG-- branch : win64 - - - - - 96e21020 by Matti Picus at 2020-10-28T08:11:51+02:00 document branch --HG-- branch : win64 - - - - - accb58d0 by nulano at 2020-10-31T21:23:54+00:00 this is no longer needed --HG-- branch : win64 - - - - - 6d0a9a8c by nulano at 2020-10-31T21:28:14+00:00 translating win64 on regular CPython is now an error; I think RPython is also affected (at the very least rpython.rlib.rbigint is broken on regular CPython) --HG-- branch : win64 - - - - - 64d75b38 by Ronan Lamy at 2020-11-12T12:06:59+00:00 hg merge default --HG-- branch : rpy-cparser - - - - - fbb2a3ec by Matti Picus at 2020-11-15T08:25:16+02:00 clarify CCHARP vs CWCHARP in rwinreg - - - - - adbd3994 by Matti Picus at 2020-11-18T00:45:04+02:00 Update project-ideas, more work needed. - - - - - d57b2c91 by Matti Picus at 2020-11-18T00:52:00+02:00 update release note - - - - - c47532d7 by Antonio Cuni at 2020-11-18T13:52:50+01:00 a branch where to introduce @error_value to be able to specify arbitrary return values to use in case of exceptions (which is needed by hpy) --HG-- branch : rpython-error_value - - - - - c711d9f8 by Antonio Cuni at 2020-11-18T14:09:50+01:00 add a test which checks that in case of exception the function returns a specific error value, and the llinterp machinerty to make it possible. The default case passes out of the box of course, while test_custom_error_value is WIP --HG-- branch : rpython-error_value - - - - - 3fcbb084 by Antonio Cuni at 2020-11-18T15:07:19+01:00 implement @ll_error_value and add a couple of test to ensure that it works correctly also in corner cases --HG-- branch : rpython-error_value - - - - - b70be44c by Matti Picus at 2020-11-18T18:03:49+02:00 update repackage script - - - - - 3c508c8d by Matti Picus at 2020-11-18T18:04:19+02:00 Added tag release-pypy2.7-v7.3.3rc2 for changeset a29ef73f9b32 - - - - - ba887c16 by Matti Picus at 2020-11-18T18:04:51+02:00 Added tag release-pypy3.6-v7.3.3rc2 for changeset db1e853f94de - - - - - df17d2f3 by Matti Picus at 2020-11-18T18:05:07+02:00 Added tag release-pypy3.7-v7.3.3rc2 for changeset 7e6e2bb30ac5 - - - - - b52af824 by Antonio Cuni at 2020-11-18T21:22:27+01:00 fix the case for exceptions raised by builtin ops --HG-- branch : rpython-error_value - - - - - 454729a7 by Antonio Cuni at 2020-11-18T21:25:32+01:00 document the branch --HG-- branch : rpython-error_value - - - - - 8a9885df by Antonio Cuni at 2020-11-20T08:58:47+00:00 branch where to fix the docker image --HG-- branch : new-ci-image - - - - - 6c649c03 by Christoph Reiter at 2020-11-20T08:28:44+01:00 CI: Add a Dockerfile for CI This can be uploaded to the heptapod/gitlab package registry and pulled in the CI runner from there. Prevents hitting pull limits on docker hub. --HG-- branch : new-ci-image - - - - - 099b593c by Antonio Cuni at 2020-11-20T09:15:40+00:00 Merge branch 'branch/new-ci-image' into 'branch/default' Use the heptapod docker registry See merge request pypy/pypy!776 - - - - - bd985a51 by Matti Picus at 2020-11-20T12:27:01+02:00 try to simplify and clarify contributing instructions - - - - - 8de81fa2 by Matti Picus at 2020-11-20T12:36:33+02:00 document merged branch - - - - - 07bd3ca7 by Matti Picus at 2020-11-20T12:48:14+02:00 test, fix xml default attribute values (issue 3333) (thanks obfusk) --HG-- branch : issue-3333 - - - - - 5aa0b0d3 by Matti Picus at 2020-11-20T12:49:13+02:00 merge branch to fix xml default attribute assignment into default - - - - - ef0de482 by Antonio Cuni at 2020-11-20T18:13:38+01:00 rename this test, else it's ungreppable --HG-- branch : rpython-error_value - - - - - 1cbed6f5 by Antonio Cuni at 2020-11-21T11:58:27+01:00 WIP: require the user to explicitly define which error_value to use when using @llhelper_can_raise, because this is what we need for HPy. However, this uncovers a problem, see test_llhelper_can_raise_custome_error_value --HG-- branch : rpython-error_value - - - - - de7989d8 by Matti Picus at 2020-11-21T18:14:18+02:00 Added tag release-pypy2.7-v7.3.3 for changeset a29ef73f9b32 - - - - - 546f1834 by Matti Picus at 2020-11-21T18:15:36+02:00 Added tag release-pypy3.6-v7.3.3 for changeset db1e853f94de - - - - - f2da6737 by Matti Picus at 2020-11-21T18:15:55+02:00 Added tag release-pypy3.7-v7.3.3 for changeset 7e6e2bb30ac5 - - - - - 772134b3 by Matti Picus at 2020-11-21T19:42:57+02:00 document 7.3.3 release - - - - - 50bbcc5e by Matti Picus at 2020-11-21T21:00:39+02:00 update how-to-release document - - - - - c93fba91 by Armin Rigo at 2020-11-24T11:53:44+00:00 back-port the rpython bits of "py3.7-rsre" --HG-- branch : rpython-rsre-for-37 - - - - - 44e5a694 by Armin Rigo at 2020-11-24T12:02:57+00:00 fixes --HG-- branch : rpython-rsre-for-37 - - - - - e6f74f20 by Armin Rigo at 2020-11-24T13:49:58+01:00 Ignore the test_tab failure in this specific file --HG-- branch : rpython-rsre-for-37 - - - - - cbb6156f by Armin Rigo at 2020-11-24T13:51:39+01:00 document branch --HG-- branch : rpython-rsre-for-37 - - - - - a8828b9a by Armin Rigo at 2020-11-24T16:28:58+01:00 close branch, ready to merge --HG-- branch : rpython-rsre-for-37 - - - - - d5b2b6b4 by Armin Rigo at 2020-11-24T16:29:07+01:00 hg merge rpython-rsre-for-37 - - - - - 3ceed6e5 by Armin Rigo at 2020-11-24T21:21:12+01:00 fix for a case where the difference shows up with recent unicode databases only - - - - - 5c0a573b by Ronan Lamy at 2020-11-25T20:25:40+00:00 hg merge default --HG-- branch : rpy-cparser - - - - - f8c7607e by Ronan Lamy at 2020-11-25T20:28:14+00:00 Document branch --HG-- branch : rpy-cparser - - - - - 09f4d019 by Ronan Lamy at 2020-11-25T20:37:06+00:00 Merge branch 'branch/rpy-cparser' into 'branch/default' Move cparser tool to rpython See merge request pypy/pypy!774 - - - - - 19f79abb by Armin Rigo at 2020-11-26T18:54:47+01:00 Workaround for CPython's tests. See comment - - - - - c611b099 by Matti Picus at 2020-11-29T12:39:11+02:00 merge default into win64, tweak rpython/tool/cparser/cparser.py --HG-- branch : win64 - - - - - 27405133 by Matti Picus at 2020-11-29T21:21:03+02:00 merge win64 into default - - - - - 1284e761 by Matti Picus at 2020-11-30T09:52:13+02:00 when building cffi extension, copy dll for sqlite3.dll so tests will find it - - - - - 2a344f51 by Carl Friedrich Bolz-Tereick at 2020-11-30T13:33:38+01:00 make set.update with non-set arguments more jit-friendly by - unrolling it if the number of args is small (usually 1) - jitting the adding of new elements fixes test_unpack_ex on PyPy3.7 as a side-effect - - - - - 21e613af by Carl Friedrich Bolz-Tereick at 2020-11-30T14:32:54+01:00 fix position of elif clauses in the ast - - - - - 349cc6b1 by Antonio Cuni at 2020-11-30T18:08:58+00:00 temporary checkin to see whether disabling this breaks any test --HG-- branch : rpython-error_value - - - - - cf646112 by Antonio Cuni at 2020-11-30T21:39:44+01:00 Refactor&simplify the approach: 1. declare that the return value of general RPython function is undefined and that you should not rely on it 2. merge @llhelper_can_raise and @ll_error_value into a combined @llhelper_error_value: this is the only case which we ultimately care about, and it's simpler to test/implement them together than separately 3. introduce a failing test (test_enforce_llhelper_error_value_in_case_of_nested_exception) which will be fixed in the next commit. --HG-- branch : rpython-error_value - - - - - f6e51b8f by Antonio Cuni at 2020-11-30T21:40:01+01:00 merge heads --HG-- branch : rpython-error_value - - - - - 4a88a927 by Antonio Cuni at 2020-11-30T21:44:34+01:00 fix test_enforce_llhelper_error_value_in_case_of_nested_exception by disabling an optimization if the graph has @llhelper_error_value --HG-- branch : rpython-error_value - - - - - 8bbff486 by Matti Picus at 2020-11-30T23:34:55+02:00 backport changes from py3.7 to rpython - - - - - 90587a52 by Antonio Cuni at 2020-12-02T11:54:15+01:00 fix whatsnew --HG-- branch : rpython-error_value - - - - - 02c2f725 by Antonio Cuni at 2020-12-02T17:22:15+01:00 close merged branch --HG-- branch : rpython-error_value - - - - - 6add670f by Antonio Cuni at 2020-12-02T17:25:57+01:00 Merge the rpython-error_value branch. This branch introduces a new decorator @llhelper_error_value, which officializes the fact that you can raise RPython exceptions from llhelpers, and makes it possible to specify what is the C value to return in case of errors. It is needed to implement correctly HPy exceptions (see also its sister branch, hpy-error-value) - - - - - cb5a37e6 by Matti Picus at 2020-12-03T23:12:09+02:00 make stack bigger when creating pypy.exe directly from C - - - - - ae5fddfb by Simon Cross at 2020-12-03T23:29:18+02:00 Implement constcharpsize2str in rffi. --HG-- branch : add-rffi-constcharpsize2str - - - - - b557b58d by Matti Picus at 2020-12-04T00:12:08+02:00 add versions.json and script to check it, issue 3354 - - - - - 6ce0fc57 by Simon Cross at 2020-12-04T14:19:38+00:00 Merge branch 'branch/add-rffi-constcharpsize2str' into 'branch/default' Implement constcharpsize2str in rffi. See merge request pypy/pypy!780 - - - - - 7ea2c007 by Matti Picus at 2020-12-06T13:42:27+02:00 move "thread from "requires" to "suggested" for sandbox, compatibility with python3.7 - - - - - d8ffdbd7 by Armin Rigo at 2020-12-06T20:22:33+01:00 update to cffi/023e2f33ee07 - - - - - f26a8f7f by Armin Rigo at 2020-12-06T20:25:37+01:00 oops, this goes with 25e1dbf5591a - - - - - 1ab6b0dc by Carl Friedrich Bolz-Tereick at 2020-12-07T12:30:25+01:00 fix a missing error in pypy: bare except:-clauses should come last - - - - - a75d5d4e by Carl Friedrich Bolz-Tereick at 2020-12-08T19:23:56+01:00 convert test_warnings to an apptest (it has this form on 3.7, and that makes merges very annoying otherwise) - - - - - bad0b029 by Carl Friedrich Bolz-Tereick at 2020-12-08T21:00:58+01:00 don't call popvalues without using the result - - - - - 367aad7c by Matti Picus at 2020-12-09T13:10:35+02:00 document merged branch, add rc1 to versions.json and improve test - - - - - ad66dffa by Matti Picus at 2020-12-09T23:51:31+02:00 wchar_t is unsigned short on windows. This is important for surrogateescape - - - - - b9662223 by Carl Friedrich Bolz-Tereick at 2020-12-11T11:21:36+01:00 skip a test that fails on CPython, and in the nightly run (but not when running the file directly) - - - - - b2d77e6e by Armin Rigo at 2020-12-12T13:09:49+01:00 Document that this test cannot pass on CPython - - - - - e87624de by Armin Rigo at 2020-12-12T13:57:01+01:00 Fix test - - - - - cd320929 by Armin Rigo at 2020-12-22T12:57:35+01:00 Patch from issue #3227, modernized to use the existing bitflags: PYPYSIG_NO_WARN_FULL - - - - - 3fd45448 by Matti Picus at 2020-12-20T12:10:53+02:00 mention other tasks after releasing a version - - - - - 0ddcd49a by Armin Rigo at 2020-12-21T09:47:44+01:00 update to cffi/a969ece955c7, fixing pypy issue #3361 / cffi issue #483 - - - - - cbfd0df8 by Matti Picus at 2020-12-21T14:27:07+02:00 convert the win64 plan from future tense to past tense --HG-- branch : document-win64 - - - - - 9e1e4561 by Matti Picus at 2020-12-23T08:38:30+02:00 remove redundant PyUnicodeCheck* since they are macros in unicode.h - - - - - 6e813860 by Matti Picus at 2020-12-23T12:38:23+02:00 minimize diff to py3.7 - - - - - ba26e8d6 by Matti Picus at 2020-12-23T13:24:35+02:00 remove balnk lines - - - - - af7d33a5 by Matti Picus at 2020-12-23T14:04:15+02:00 adopt review changes --HG-- branch : document-win64 - - - - - 5c8dc593 by Matti Picus at 2020-12-23T14:37:50+02:00 refactor the win64 work into a separate page, fix some warnings --HG-- branch : document-win64 - - - - - 5e0162dc by Matti Picus at 2020-12-23T14:40:15+02:00 document and close branch to be merged --HG-- branch : document-win64 - - - - - f69f99f0 by Matti Picus at 2020-12-23T14:40:58+02:00 merge branch that updates documentation now that win64 is merged - - - - - a75398ae by Matti Picus at 2020-12-24T17:58:31+02:00 test, cleanup manifest embedding for vs2008+; add option for adding a manifest - - - - - cd3caf6a by Matti Picus at 2020-12-24T18:05:49+02:00 copy manifest from cpython and link it into pypy.exe (issue 3363) - - - - - 6c015617 by Matti Picus at 2020-12-24T18:18:42+02:00 update icon - - - - - 697f8bc9 by Matti Picus at 2020-12-24T18:26:12+02:00 more tweaks to windows documentation - - - - - df2f7b8c by Matti Picus at 2020-12-24T20:33:58+02:00 add an option for 'manifest' - - - - - a30dd453 by Matti Picus at 2020-12-24T23:31:07+02:00 make order of arguments consistent with CPython, related to issue 2267 - - - - - 54db96d2 by Matti Picus at 2020-12-25T10:36:58+02:00 work around problem with jom.exe in this test - - - - - 0a6e4b6c by Matti Picus at 2020-12-25T14:17:45+02:00 more lceanly work around limitations of jom.exe (a nmake replacement that knows about -j) - - - - - 17559cd2 by Matti Picus at 2020-12-25T16:12:58+02:00 backport rpython changes from py3.7-winreg - - - - - 90e062d3 by Matti Picus at 2020-12-26T19:12:02+02:00 fix 64-bit windows translation (nulano) - - - - - 67503f9b by Matti Picus at 2020-12-26T23:30:57+02:00 hack at app_main and importing of types until test_proper_sys_path passes on windows - - - - - 8aeaf81b by Matti Picus at 2020-12-27T07:11:16+02:00 fix translation - - - - - fa41f1d7 by Matti Picus at 2020-12-27T07:30:56+02:00 fix test, since importing re no longer imports types (via copy_reg) - - - - - be6432bf by Matti Picus at 2020-12-28T09:39:40+02:00 wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refactoring) - - - - - e79457e7 by Armin Rigo at 2020-12-28T18:43:43+01:00 PyPy3 port of this paragraph in the documentation - - - - - 0ef1e8ed by Armin Rigo at 2020-12-28T18:52:41+01:00 detail - - - - - 259b01da by Matti Picus at 2020-12-29T00:38:14+02:00 decorate ctypes functions that have pointer arguments for win64 - - - - - 523889bc by Carl Friedrich Bolz-Tereick at 2020-12-28T20:06:46+01:00 factor out the more common path of "increase storage by 1" into its own method - - - - - c69fa693 by Carl Friedrich Bolz-Tereick at 2020-12-28T20:07:26+01:00 rename super ambiguous "index" to "attrkind" - - - - - e65add2e by Matti Picus at 2020-12-30T08:30:43+02:00 add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler for windows --HG-- branch : sync-distutils - - - - - b329a093 by Matti Picus at 2020-12-30T10:29:46+02:00 fix for python2 --HG-- branch : sync-distutils - - - - - 7e13a6f6 by Matti Picus at 2020-12-30T12:48:37+02:00 document and close branch to be merged --HG-- branch : sync-distutils - - - - - fd17eb6d by Matti Picus at 2020-12-30T12:49:18+02:00 merge sync-distutils which updates the way we find MSVC - - - - - 84ef34d2 by Matti Picus at 2020-12-31T08:47:04+02:00 trivial test fixes, backport Py_NAN fix - - - - - 5263476f by Matti Picus at 2021-01-01T12:09:47+02:00 happy new year - - - - - f15e2f9c by Dan Villiom Podlaski Christiansen at 2021-01-07T08:54:34+01:00 merge default into testsuite-fixes --HG-- branch : testsuite-fixes - - - - - 30 changed files: - .gitlab-ci.yml - + .gitlab-ci/Dockerfile - + .gitlab-ci/build.sh - .hgtags - LICENSE - extra_tests/cffi_tests/cffi0/test_ffi_backend.py - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi1/test_re_python.py - extra_tests/cffi_tests/test_c.py - extra_tests/ctypes_tests/test_buffers.py - + extra_tests/test_os.py - pypy/module/test_lib_pypy/test_posix_extra.py ? extra_tests/test_posix_extra.py - + extra_tests/test_pypy_modules.py - lib-python/2.7/HTMLParser.py - lib-python/2.7/SocketServer.py - lib-python/2.7/_pyio.py - lib-python/2.7/_strptime.py - lib-python/2.7/_threading_local.py - lib-python/2.7/aifc.py - lib-python/2.7/argparse.py - lib-python/2.7/asynchat.py - lib-python/2.7/asyncore.py - lib-python/2.7/bsddb/test/test_associate.py - lib-python/2.7/bsddb/test/test_basics.py - lib-python/2.7/bsddb/test/test_dbenv.py - lib-python/2.7/bsddb/test/test_dbshelve.py - lib-python/2.7/bsddb/test/test_dbtables.py - lib-python/2.7/bsddb/test/test_distributed_transactions.py - lib-python/2.7/bsddb/test/test_lock.py - lib-python/2.7/bsddb/test/test_misc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/a7a0d5c5fa671a74ca9c903ae877697b6813acd7...f15e2f9c0419ad004b28fdca65b1fbb43eee398f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a7a0d5c5fa671a74ca9c903ae877697b6813acd7...f15e2f9c0419ad004b28fdca65b1fbb43eee398f 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 Jan 7 09:31:24 2021 From: foss at heptapod.net (Maciej Fijalkowski) Date: Thu, 07 Jan 2021 14:31:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] rename Hash to HASH to match CPython Message-ID: <5ff71b3c44e0a_1dce9a2ae74859cdec178899@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/py3.7 at PyPy / pypy Commits: cc0a1a6e by fijal at 2021-01-07T16:31:02+02:00 rename Hash to HASH to match CPython --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/cc0a1a6e23a303293a30940a735db448eb7dbab4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cc0a1a6e23a303293a30940a735db448eb7dbab4 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 Jan 7 09:31:21 2021 From: foss at heptapod.net (Maciej Fijalkowski) Date: Thu, 07 Jan 2021 14:31:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] rename Hash to HASH to match cpython Message-ID: <5ff71b39c11d1_1dce9a2ae74f6871b01786b6@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy Commits: 3d3c2a42 by fijal at 2021-01-07T16:30:16+02:00 rename Hash to HASH to match cpython - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/3d3c2a42c3c39fe0ed518e5a1553c7158842889c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3d3c2a42c3c39fe0ed518e5a1553c7158842889c 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 Jan 7 17:27:19 2021 From: foss at heptapod.net (Matti Picus) Date: Thu, 07 Jan 2021 22:27:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org] Pushed new branch branch/blogposts Message-ID: <5ff78ac71fb0f_1dce9a2ae74e448e2c18485@heptapod-foss.mail> Matti Picus pushed new branch branch/blogposts at PyPy / pypy.org -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/tree/branch/blogposts 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 Jan 8 07:35:36 2021 From: foss at heptapod.net (Matti Picus) Date: Fri, 08 Jan 2021 12:35:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/blogposts] 3 commits: add static_comments plugin and modify some templates for it Message-ID: <5ff851989388_1dce9a2ae74e448e2c202220@heptapod-foss.mail> Matti Picus pushed to branch branch/blogposts at PyPy / pypy.org Commits: 11028b7d by Matti Picus at 2021-01-08T09:06:55+02:00 add static_comments plugin and modify some templates for it --HG-- branch : blogposts - - - - - 88b7d8f3 by Matti Picus at 2021-01-08T14:06:00+02:00 move all the comments to begin with "." so they are ignored in the intial scan --HG-- branch : blogposts - - - - - 6ef1d087 by Matti Picus at 2021-01-08T14:34:25+02:00 adapt static_comments to the blogger format and add comments to the theme --HG-- branch : blogposts - - - - - 30 changed files: - conf.py - + plugins/static_comments/README.md - + plugins/static_comments/static_comments.plugin - + plugins/static_comments/static_comments.py - + plugins/static_comments/templates/jinja/static_comments_helper.tmpl - + plugins/static_comments/templates/mako/static_comments_helper.tmpl - posts/2007/10/first-post-comment-2348481891228399823.html ? posts/2007/10/.first-post-comment-2348481891228399823.html - posts/2007/10/first-post-comment-2348481891228399823.meta ? posts/2007/10/.first-post-comment-2348481891228399823.meta - posts/2007/10/first-post-comment-5909442003899659990.html ? posts/2007/10/.first-post-comment-5909442003899659990.html - posts/2007/10/first-post-comment-5909442003899659990.meta ? posts/2007/10/.first-post-comment-5909442003899659990.meta - posts/2007/10/first-post-comment-7066622900208948226.html ? posts/2007/10/.first-post-comment-7066622900208948226.html - posts/2007/10/first-post-comment-7066622900208948226.meta ? posts/2007/10/.first-post-comment-7066622900208948226.meta - posts/2007/10/first-post-comment-7888162019229899222.html ? posts/2007/10/.first-post-comment-7888162019229899222.html - posts/2007/10/first-post-comment-7888162019229899222.meta ? posts/2007/10/.first-post-comment-7888162019229899222.meta - posts/2007/10/first-post-comment-8872195287536572193.html ? posts/2007/10/.first-post-comment-8872195287536572193.html - posts/2007/10/first-post-comment-8872195287536572193.meta ? posts/2007/10/.first-post-comment-8872195287536572193.meta - posts/2007/11/pypy-google-tech-talk-comment-476999447955094019.html ? posts/2007/11/.pypy-google-tech-talk-comment-476999447955094019.html - posts/2007/11/pypy-google-tech-talk-comment-476999447955094019.meta ? posts/2007/11/.pypy-google-tech-talk-comment-476999447955094019.meta - posts/2007/11/pypy-road-show-1-new-york-and-ibm-comment-4354570822047312135.html ? posts/2007/11/.pypy-road-show-1-new-york-and-ibm-comment-4354570822047312135.html - posts/2007/11/pypy-road-show-1-new-york-and-ibm-comment-4354570822047312135.meta ? posts/2007/11/.pypy-road-show-1-new-york-and-ibm-comment-4354570822047312135.meta - posts/2007/11/pypy-road-show-comment-1092461530288607584.html ? posts/2007/11/.pypy-road-show-comment-1092461530288607584.html - posts/2007/11/pypy-road-show-comment-1092461530288607584.meta ? posts/2007/11/.pypy-road-show-comment-1092461530288607584.meta - posts/2007/11/pypy-road-show-comment-1469056953349783682.html ? posts/2007/11/.pypy-road-show-comment-1469056953349783682.html - posts/2007/11/pypy-road-show-comment-1469056953349783682.meta ? posts/2007/11/.pypy-road-show-comment-1469056953349783682.meta - posts/2007/11/ropes-branch-merged-comment-2468001425829688569.html ? posts/2007/11/.ropes-branch-merged-comment-2468001425829688569.html - posts/2007/11/ropes-branch-merged-comment-2468001425829688569.meta ? posts/2007/11/.ropes-branch-merged-comment-2468001425829688569.meta - posts/2007/11/ropes-branch-merged-comment-3030139888420691949.html ? posts/2007/11/.ropes-branch-merged-comment-3030139888420691949.html - posts/2007/11/ropes-branch-merged-comment-3030139888420691949.meta ? posts/2007/11/.ropes-branch-merged-comment-3030139888420691949.meta - posts/2007/11/ropes-branch-merged-comment-5790490277279417616.html ? posts/2007/11/.ropes-branch-merged-comment-5790490277279417616.html - posts/2007/11/ropes-branch-merged-comment-5790490277279417616.meta ? posts/2007/11/.ropes-branch-merged-comment-5790490277279417616.meta View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/compare/840242153de601626e92371d44555bf04940b9ba...6ef1d0872a23e2244d973dc2069843a9b886003b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/compare/840242153de601626e92371d44555bf04940b9ba...6ef1d0872a23e2244d973dc2069843a9b886003b 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 Jan 8 09:36:59 2021 From: foss at heptapod.net (Matti Picus) Date: Fri, 08 Jan 2021 14:36:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win-faulthandler Message-ID: <5ff86e0b26e36_1dce9a2ae7505d444c20595d@heptapod-foss.mail> Matti Picus pushed new branch branch/win-faulthandler at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win-faulthandler 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 Jan 8 17:16:46 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Fri, 08 Jan 2021 22:16:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/ast-constant Message-ID: <5ff8d9ce4fdf3_1dce9a2ae74859cdec2178cc@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/ast-constant at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/ast-constant 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 Jan 8 17:41:51 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Fri, 08 Jan 2021 22:41:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ast-constant] 16 commits: fix posonly args with annotations Message-ID: <5ff8dfaf41aad_1dce9a2ae74fd0954c21902e@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: 16b9fc03 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:54:27+01:00 fix posonly args with annotations --HG-- branch : py3.8 - - - - - 12337854 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:59:15+01:00 this comment is addressed --HG-- branch : py3.8 - - - - - 2a5fb621 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:20:33+01:00 proper plural in the error message --HG-- branch : py3.8 - - - - - 3e05efd3 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:20:40+01:00 skip cpython-detail --HG-- branch : py3.8 - - - - - c295a111 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:37:44+01:00 fix error message --HG-- branch : py3.8 - - - - - 97473d53 by isidentical at 2021-01-06T20:37:09+03:00 AST: Make the AST initalization compatible with CPython --HG-- branch : better-ast-initalization - - - - - 156b50b2 by isidentical at 2021-01-06T20:47:49+03:00 pyparser: Support extended unpacking on flow statements --HG-- branch : unpacking-in-flow - - - - - a24555e4 by isidentical at 2021-01-06T20:55:14+03:00 Test: Add a test regarding excess/less arguments --HG-- branch : better-ast-initalization - - - - - 37203508 by isidentical at 2021-01-06T21:05:00+03:00 Test: Remove not working test --HG-- branch : unpacking-in-flow - - - - - 20b24db0 by isidentical at 2021-01-06T22:26:09+03:00 Test: Add an invalid test as a case --HG-- branch : unpacking-in-flow - - - - - 80a050af by Carl Friedrich Bolz-Tereick at 2021-01-06T19:35:38+00:00 Merge branch 'branch/unpacking-in-flow' into 'branch/py3.8' Allow star-unpacking in return/yield See merge request pypy/pypy!793 --HG-- branch : py3.8 - - - - - 809a02ba by isidentical at 2021-01-06T23:23:14+03:00 ASDL-gen: Reflect changes to the asdl_py.py --HG-- branch : better-ast-initalization - - - - - e134ee8c by Carl Friedrich Bolz-Tereick at 2021-01-06T21:26:26+01:00 merge heads --HG-- branch : py3.8 - - - - - 8b08d0eb by Carl Friedrich Bolz-Tereick at 2021-01-06T21:07:45+00:00 Merge branch 'branch/better-ast-initalization' into 'branch/py3.8' AST: Make the AST initalization compatible with CPython See merge request pypy/pypy!792 --HG-- branch : py3.8 - - - - - 30ed187b by isidentical at 2021-01-09T01:33:36+03:00 Tests: Fix AST tests --HG-- branch : ast-constant - - - - - 8187292b by isidentical at 2021-01-09T01:41:38+03:00 Tests: user level ast compliance --HG-- branch : ast-constant - - - - - 13 changed files: - lib-python/3/test/test_positional_only_arg.py - pypy/interpreter/argument.py - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/asthelpers.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/astcompiler/tools/asdl_py.py - pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/test/apptest_function.py - pypy/interpreter/test/test_argument.py - pypy/module/_ast/test/test_ast.py - pypy/tool/dis3.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/bfd4554eefaa0bbc50c29ec8e7cd951eba321115...8187292b1bc26bebe15ba96bc006074ff91b7bfa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bfd4554eefaa0bbc50c29ec8e7cd951eba321115...8187292b1bc26bebe15ba96bc006074ff91b7bfa 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 Jan 8 22:54:59 2021 From: foss at heptapod.net (Sebastian Berg) Date: Sat, 09 Jan 2021 03:54:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/meth-fastcall] 2 commits: CPyext: Fix bug and simplify new FASTCALL support Message-ID: <5ff92913516fb_1dce9a2ae7488d939822199b@heptapod-foss.mail> Sebastian Berg pushed to branch branch/meth-fastcall at PyPy / pypy Commits: 31e6a858 by Sebastian Berg at 2021-01-08T21:06:04-06:00 CPyext: Fix bug and simplify new FASTCALL support --HG-- branch : meth-fastcall - - - - - 38030d3f by Sebastian Berg at 2021-01-08T21:24:14-06:00 CPyext, fixup: remove unused code and fixup code --HG-- branch : meth-fastcall - - - - - 3 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/methodobject.py - pypy/module/cpyext/test/test_methodobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/2d04e4890df90e0c94d5b7095e9ac5603a77b7a3...38030d3f4f4194eaba78992832c57901bedb0772 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2d04e4890df90e0c94d5b7095e9ac5603a77b7a3...38030d3f4f4194eaba78992832c57901bedb0772 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 Jan 9 04:11:42 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 09 Jan 2021 09:11:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ast-constant] RPython: Add a type assertion for inference Message-ID: <5ff9734e99d03_1dce9a2ae74fd0954c222549@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: d76fb28d by isidentical at 2021-01-09T12:10:18+03:00 RPython: Add a type assertion for inference --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/misc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d76fb28d6e19769c0a118304f5a1f7fb21285cd8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d76fb28d6e19769c0a118304f5a1f7fb21285cd8 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 Jan 9 04:31:59 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 09 Jan 2021 09:31:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ast-constant] RPython: more fixes Message-ID: <5ff9780f8f7ad_1dce9a2ae74f6871b02229bd@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: 1d766706 by isidentical at 2021-01-09T12:31:46+03:00 RPython: more fixes --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/misc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1d766706fb93b1b89676609b79141b315bae5b42 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1d766706fb93b1b89676609b79141b315bae5b42 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 Jan 9 05:12:37 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 09 Jan 2021 10:12:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/meth-fastcall] kill remnant of previous approach Message-ID: <5ff981955d75d_1dce9a2ae74859cdec226527@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/meth-fastcall at PyPy / pypy Commits: ff2056d9 by Carl Friedrich Bolz-Tereick at 2021-01-09T11:10:31+01:00 kill remnant of previous approach --HG-- branch : meth-fastcall - - - - - 1 changed file: - pypy/module/cpyext/methodobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/ff2056d9237e899a402e4527a6523960dbbee06c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ff2056d9237e899a402e4527a6523960dbbee06c 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 Jan 9 05:05:00 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 09 Jan 2021 10:05:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/ast-constant] Compiler: Eliminate only constant expressions Message-ID: <5ff97fcc493df_1dce9a2ae74f6871b022523c@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: a8d2288a by isidentical at 2021-01-09T12:59:20+03:00 Compiler: Eliminate only constant expressions --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a8d2288a1c460afd624cef1865bbd9fde4d3a4c7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a8d2288a1c460afd624cef1865bbd9fde4d3a4c7 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 Jan 9 05:39:15 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 09 Jan 2021 10:39:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: AST: Initial changes, move to ast.Constant Message-ID: <5ff987d361981_1dce9a2ae74859cdec227565@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 02e22961 by isidentical at 2021-01-09T00:47:04+03:00 AST: Initial changes, move to ast.Constant --HG-- branch : ast-constant - - - - - bfd4554e by isidentical at 2021-01-09T01:16:30+03:00 AST: specialized error messages for constants --HG-- branch : ast-constant - - - - - 30ed187b by isidentical at 2021-01-09T01:33:36+03:00 Tests: Fix AST tests --HG-- branch : ast-constant - - - - - 8187292b by isidentical at 2021-01-09T01:41:38+03:00 Tests: user level ast compliance --HG-- branch : ast-constant - - - - - d76fb28d by isidentical at 2021-01-09T12:10:18+03:00 RPython: Add a type assertion for inference --HG-- branch : ast-constant - - - - - 1d766706 by isidentical at 2021-01-09T12:31:46+03:00 RPython: more fixes --HG-- branch : ast-constant - - - - - a8d2288a by isidentical at 2021-01-09T12:59:20+03:00 Compiler: Eliminate only constant expressions --HG-- branch : ast-constant - - - - - 7fc0c133 by Carl Friedrich Bolz-Tereick at 2021-01-09T10:39:10+00:00 Merge branch 'branch/ast-constant' into 'branch/py3.8' Introduce ast.Compile (unification of Num, Str, Bytes, Ellipsis, NameConstant) See merge request pypy/pypy!794 --HG-- branch : py3.8 - - - - - 15 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/asthelpers.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/astcompiler/misc.py - pypy/interpreter/astcompiler/optimize.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/astcompiler/unparse.py - pypy/interpreter/astcompiler/validate.py - pypy/interpreter/pycompiler.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8b08d0eb7edb80157724a6ec6c7fe99dc5599bb3...7fc0c133d906827acf875611f4db2dc693a1acdc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8b08d0eb7edb80157724a6ec6c7fe99dc5599bb3...7fc0c133d906827acf875611f4db2dc693a1acdc 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 Jan 9 07:17:29 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 09 Jan 2021 12:17:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: Grammar: Add func_type_input productions Message-ID: <5ff99ed9893b0_1dce9a2ae74e2a532c229961@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: 51028d5c by isidentical at 2021-01-09T13:52:38+03:00 Grammar: Add func_type_input productions --HG-- branch : py3.8 - - - - - c9d98299 by isidentical at 2021-01-09T13:53:59+03:00 ASDL: Add FunctionType node --HG-- branch : py3.8 - - - - - ce317eac by isidentical at 2021-01-09T15:15:49+03:00 AST: Tests for the FunctionType --HG-- branch : py3.8 - - - - - c97d9986 by isidentical at 2021-01-09T14:09:55+03:00 __builtins__: compile() now recognizes mode='func_type' --HG-- branch : py3.8 - - - - - 738d8b81 by isidentical at 2021-01-09T14:28:09+03:00 AST: Implement the building logic for FunctionType --HG-- branch : py3.8 - - - - - 9 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/astcompiler/validate.py - pypy/interpreter/pycompiler.py - pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/pyparse.py - pypy/module/__builtin__/compiling.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/7fc0c133d906827acf875611f4db2dc693a1acdc...738d8b81bbff53d22c2bc8185febb506c69af693 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7fc0c133d906827acf875611f4db2dc693a1acdc...738d8b81bbff53d22c2bc8185febb506c69af693 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 Jan 9 07:43:35 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 09 Jan 2021 12:43:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] Adjust error handling for RPython Message-ID: <5ff9a4f75b096_1dce9a2ae74fd0954c230365@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: bdd0a5ba by isidentical at 2021-01-09T15:43:25+03:00 Adjust error handling for RPython --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/__builtin__/compiling.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/bdd0a5baf7065cf3a1dac84913a5d44b4c22c1e2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bdd0a5baf7065cf3a1dac84913a5d44b4c22c1e2 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 Jan 9 13:32:00 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 09 Jan 2021 18:32:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/meth-fastcall Message-ID: <5ff9f6a01bcfc_1dce9a2ae7519459a4245849@heptapod-foss.mail> Matti Picus deleted branch branch/meth-fastcall 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 Jan 9 13:32:02 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 09 Jan 2021 18:32:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: CPyext: Implement METH_FASTCALL Message-ID: <5ff9f6a2cc1b7_1dce9a2ae750591afc246040@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: eb984336 by Sebastian Berg at 2020-12-08T11:01:26-06:00 CPyext: Implement METH_FASTCALL This commit adds the METH_FASTCALL method calling convention (with the exception of omitting the `const` classifier for the arguments). Beginning with Python 3.10, `METH_FASTCALL` is not part of the limited API anymore, it was first available (although undocumented) in Python 3.7. Closes #3357 --HG-- branch : meth-fastcall - - - - - 2d04e489 by Sebastian Berg at 2020-12-09T19:01:40-06:00 Remove copy-pasted comment, since I did not actually add tests for refcounts --HG-- branch : meth-fastcall - - - - - 31e6a858 by Sebastian Berg at 2021-01-08T21:06:04-06:00 CPyext: Fix bug and simplify new FASTCALL support --HG-- branch : meth-fastcall - - - - - 38030d3f by Sebastian Berg at 2021-01-08T21:24:14-06:00 CPyext, fixup: remove unused code and fixup code --HG-- branch : meth-fastcall - - - - - ff2056d9 by Carl Friedrich Bolz-Tereick at 2021-01-09T11:10:31+01:00 kill remnant of previous approach --HG-- branch : meth-fastcall - - - - - 054e8c8f by Matti Picus at 2021-01-09T20:27:06+02:00 merge py3.7 into branch --HG-- branch : meth-fastcall - - - - - c48aa3ef by Matti Picus at 2021-01-09T20:28:39+02:00 document and close branch to be merged --HG-- branch : meth-fastcall - - - - - 9f98ddbd by Matti Picus at 2021-01-09T20:29:32+02:00 merge meth-fastcall which implements METH_FASTCALL --HG-- branch : py3.7 - - - - - 7 changed files: - pypy/doc/whatsnew-pypy3-head.rst - pypy/module/cpyext/api.py - pypy/module/cpyext/include/methodobject.h - pypy/module/cpyext/methodobject.py - pypy/module/cpyext/parse/cpyext_object.h - pypy/module/cpyext/test/test_methodobject.py - pypy/tool/cpyext/extbuild.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/cc0a1a6e23a303293a30940a735db448eb7dbab4...9f98ddbd7f31494dcd588588ef03ff4ad6821a55 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cc0a1a6e23a303293a30940a735db448eb7dbab4...9f98ddbd7f31494dcd588588ef03ff4ad6821a55 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 Jan 9 14:34:22 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 09 Jan 2021 19:34:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/constant-kind Message-ID: <5ffa053e2be1c_1dce9a2ae74fd0a6cc2515d1@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/constant-kind at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/constant-kind 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 Jan 9 15:01:15 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 09 Jan 2021 20:01:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/constant-kind] Use space.newtext_or_none for conversion Message-ID: <5ffa0b8ba8135_3d62192b19671478681229@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/constant-kind at PyPy / pypy Commits: e41eeca2 by isidentical at 2021-01-09T23:00:59+03:00 Use space.newtext_or_none for conversion --HG-- branch : constant-kind - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/e41eeca23fd44da370ce11d073093c8579413c79 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e41eeca23fd44da370ce11d073093c8579413c79 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 Jan 9 16:00:01 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 09 Jan 2021 21:00:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: (cfbolz, twitch around): implement int.as_integer_ratio Message-ID: <5ffa1951dd4f6_3d62192b1967144230135f4@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 40cd4ac9 by Carl Friedrich Bolz-Tereick at 2021-01-09T20:36:44+01:00 (cfbolz, twitch around): implement int.as_integer_ratio --HG-- branch : py3.8 - - - - - 331d102a by Carl Friedrich Bolz-Tereick at 2021-01-09T21:27:26+01:00 (cfbolz, twitch): fix evaluation order of keys and values in dict comprehensions --HG-- branch : py3.8 - - - - - c654f220 by Carl Friedrich Bolz-Tereick at 2021-01-09T21:59:05+01:00 (cfbolz, twitch) implement math.isqrt at applevel --HG-- branch : py3.8 - - - - - 8 changed files: - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/pyopcode.py - pypy/module/math/app_math.py - pypy/module/math/moduledef.py - pypy/module/math/test/test_math.py - pypy/objspace/std/intobject.py - pypy/objspace/std/test/test_intobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/bdd0a5baf7065cf3a1dac84913a5d44b4c22c1e2...c654f2203ff3308dcdc4579b8f03094b046296f2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bdd0a5baf7065cf3a1dac84913a5d44b4c22c1e2...c654f2203ff3308dcdc4579b8f03094b046296f2 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 Jan 9 16:54:40 2021 From: foss at heptapod.net (Sebastian Berg) Date: Sat, 09 Jan 2021 21:54:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fastcall-py3.8 Message-ID: <5ffa2620ed4fc_3d62192b196714499c16395@heptapod-foss.mail> Sebastian Berg pushed new branch branch/fastcall-py3.8 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/fastcall-py3.8 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 Jan 10 06:51:28 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 10 Jan 2021 11:51:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: CPyext: Forward port METH_FASTCALL from merge request !784 Message-ID: <5ffaea40d2627_3d62192b196714757028479@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 755a1cbd by Sebastian Berg at 2021-01-09T15:53:47-06:00 CPyext: Forward port METH_FASTCALL from merge request !784 This forward ports Merge request !784 to the py3.8 branch. The Python API is stable in this regard, so that no changes are necessary. As noted on the first PR. It does not accomodate for the `const` qualifier. --HG-- branch : fastcall-py3.8 - - - - - b37de482 by Matti Picus at 2021-01-10T11:51:23+00:00 Merge branch 'branch/fastcall-py3.8' into 'branch/py3.8' CPyext: Forward port METH_FASTCALL from merge request !784 See merge request pypy/pypy!796 --HG-- branch : py3.8 - - - - - 6 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/include/methodobject.h - pypy/module/cpyext/methodobject.py - pypy/module/cpyext/parse/cpyext_object.h - pypy/module/cpyext/test/test_methodobject.py - pypy/tool/cpyext/extbuild.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c654f2203ff3308dcdc4579b8f03094b046296f2...b37de4820f30407c5118f4d4ee15c37fe297b754 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c654f2203ff3308dcdc4579b8f03094b046296f2...b37de4820f30407c5118f4d4ee15c37fe297b754 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 Jan 10 07:34:44 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 10 Jan 2021 12:34:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: AST: Implement ast.Constant.kind (for type checkers) Message-ID: <5ffaf4649aa30_3d62192b1967145b44304f@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: d2a82976 by isidentical at 2021-01-09T22:34:10+03:00 AST: Implement ast.Constant.kind (for type checkers) --HG-- branch : constant-kind - - - - - e41eeca2 by isidentical at 2021-01-09T23:00:59+03:00 Use space.newtext_or_none for conversion --HG-- branch : constant-kind - - - - - 4f28abd4 by Carl Friedrich Bolz-Tereick at 2021-01-10T12:34:39+00:00 Merge branch 'branch/constant-kind' into 'branch/py3.8' AST: Implement ast.Constant.kind (for type checkers) See merge request pypy/pypy!795 --HG-- branch : py3.8 - - - - - 12 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/asthelpers.py - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/astcompiler/optimize.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_unparse.py - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/astcompiler/unparse.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b37de4820f30407c5118f4d4ee15c37fe297b754...4f28abd48ac80452e430be8210a871440aea9a15 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b37de4820f30407c5118f4d4ee15c37fe297b754...4f28abd48ac80452e430be8210a871440aea9a15 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 Jan 10 15:09:34 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 10 Jan 2021 20:09:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix failing test Message-ID: <5ffb5efe3d82e_3d62192b1967145b443228d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 43e95a95 by Matti Picus at 2021-01-10T13:15:27+02:00 fix failing test --HG-- branch : py3.7 - - - - - 00bae7e6 by Matti Picus at 2021-01-10T19:07:27+02:00 disable WinConsoleIO (again), it still causes crashes when testing numpy --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_io/interp_win32consoleio.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/9f98ddbd7f31494dcd588588ef03ff4ad6821a55...00bae7e65c83c147bef9ba44bfcd8063ee25c0ed -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9f98ddbd7f31494dcd588588ef03ff4ad6821a55...00bae7e65c83c147bef9ba44bfcd8063ee25c0ed 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 Jan 10 15:32:57 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 10 Jan 2021 20:32:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix #3380: the evaluation order of keys and values of large dict literals was Message-ID: <5ffb6479c9996_3d62192b1967145748324a2@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 6d658cde by Carl Friedrich Bolz-Tereick at 2021-01-10T21:26:52+01:00 fix #3380: the evaluation order of keys and values of large dict literals was wrong in 3.7 (in lower versions it was the same way, but in 3.7 the evaluation order of *small* dicts changed, but I didn't fix huge dicts) --HG-- branch : py3.7 - - - - - 1ddcae67 by Carl Friedrich Bolz-Tereick at 2021-01-10T21:32:27+01:00 merge heads --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/00bae7e65c83c147bef9ba44bfcd8063ee25c0ed...1ddcae67daca2af7b15a8a52cc1e3c626f06dc53 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/00bae7e65c83c147bef9ba44bfcd8063ee25c0ed...1ddcae67daca2af7b15a8a52cc1e3c626f06dc53 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 Jan 10 15:33:00 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 10 Jan 2021 20:33:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 37 commits: CPyext: Implement METH_FASTCALL Message-ID: <5ffb647c95e6c_3d62192b1967144230326bd@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: eb984336 by Sebastian Berg at 2020-12-08T11:01:26-06:00 CPyext: Implement METH_FASTCALL This commit adds the METH_FASTCALL method calling convention (with the exception of omitting the `const` classifier for the arguments). Beginning with Python 3.10, `METH_FASTCALL` is not part of the limited API anymore, it was first available (although undocumented) in Python 3.7. Closes #3357 --HG-- branch : meth-fastcall - - - - - 2d04e489 by Sebastian Berg at 2020-12-09T19:01:40-06:00 Remove copy-pasted comment, since I did not actually add tests for refcounts --HG-- branch : meth-fastcall - - - - - 84ef34d2 by Matti Picus at 2020-12-31T08:47:04+02:00 trivial test fixes, backport Py_NAN fix - - - - - 1902436d by Matti Picus at 2020-12-31T19:03:16+02:00 re-enable win32consoleio --HG-- branch : win32consoleio2 - - - - - 420d87d2 by Matti Picus at 2021-01-01T12:06:43+02:00 merge py3.7 into branch --HG-- branch : win32consoleio2 - - - - - 5263476f by Matti Picus at 2021-01-01T12:09:47+02:00 happy new year - - - - - 72f16d17 by Matti Picus at 2021-01-02T22:36:23+02:00 enable vmprof installation for rpython/rlib/rvmprof tests - - - - - 87487450 by Matti Picus at 2021-01-03T15:48:29+02:00 test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375) also fix "const char *" in dg_strtod - - - - - feb8cbce by Matti Picus at 2021-01-03T18:54:53+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 7e2a75e6 by Matti Picus at 2021-01-03T19:27:52+02:00 document branch to be merged --HG-- branch : win32consoleio2 - - - - - 8a727574 by Matti Picus at 2021-01-03T19:28:55+02:00 merge win32consoleio2 which re-enables win32consoleio --HG-- branch : py3.7 - - - - - dced3f63 by Matti Picus at 2021-01-04T00:44:38+02:00 test, fix for tightening overflow values in PyLong_As* functions for win64 --HG-- branch : py3.7 - - - - - 023bd2db by Matti Picus at 2021-01-04T08:43:41+02:00 add str2constcharp for tests - - - - - 442ee653 by Matti Picus at 2021-01-04T08:56:45+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 60b3ac6a by Matti Picus at 2021-01-04T09:27:05+02:00 get LONG_MAX, LONG_MIN from C to fix test --HG-- branch : py3.7 - - - - - a57597c4 by Matti Picus at 2021-01-04T09:41:20+02:00 add missing dwShareMode argument (how does it work without this?) --HG-- branch : py3.7 - - - - - de3a7b72 by Matti Picus at 2021-01-04T11:14:59+02:00 test, fix for surrogates in winreg input value (issue 3345) --HG-- branch : py3.7 - - - - - 89baef0c by Matti Picus at 2021-01-04T13:37:20+02:00 remove pdb --HG-- branch : py3.7 - - - - - 7c057c80 by Matti Picus at 2021-01-05T12:57:30+02:00 another workaround for windows lib-python test hanging, issue 3374 --HG-- branch : py3.7 - - - - - 9f4e1806 by Matti Picus at 2021-01-05T21:02:53+02:00 provide a pypy BytesBuilder alternative to io.BytesIO in pure-python pickle --HG-- branch : py3.7 - - - - - a939fa73 by Matti Picus at 2021-01-05T23:50:08+02:00 remove code added in cdacad9a627a that does not exist in cpython --HG-- branch : py3.7 - - - - - 5c562381 by Matti Picus at 2021-01-06T12:57:07+02:00 fix tests for windows use of dbm.dumb --HG-- branch : py3.7 - - - - - 506ecf8a by Matti Picus at 2021-01-06T12:29:00+02:00 skip test that fails on PyPy like on CPython after 574a05c614cc --HG-- branch : py3.7 - - - - - 98265c6e by Matti Picus at 2021-01-07T09:44:11+02:00 generalize venv when copying *.exe and *.dll for windows like in symlink case --HG-- branch : py3.7 - - - - - cc0a1a6e by fijal at 2021-01-07T16:31:02+02:00 rename Hash to HASH to match CPython --HG-- branch : py3.7 - - - - - 31e6a858 by Sebastian Berg at 2021-01-08T21:06:04-06:00 CPyext: Fix bug and simplify new FASTCALL support --HG-- branch : meth-fastcall - - - - - 38030d3f by Sebastian Berg at 2021-01-08T21:24:14-06:00 CPyext, fixup: remove unused code and fixup code --HG-- branch : meth-fastcall - - - - - ff2056d9 by Carl Friedrich Bolz-Tereick at 2021-01-09T11:10:31+01:00 kill remnant of previous approach --HG-- branch : meth-fastcall - - - - - 054e8c8f by Matti Picus at 2021-01-09T20:27:06+02:00 merge py3.7 into branch --HG-- branch : meth-fastcall - - - - - c48aa3ef by Matti Picus at 2021-01-09T20:28:39+02:00 document and close branch to be merged --HG-- branch : meth-fastcall - - - - - 9f98ddbd by Matti Picus at 2021-01-09T20:29:32+02:00 merge meth-fastcall which implements METH_FASTCALL --HG-- branch : py3.7 - - - - - 43e95a95 by Matti Picus at 2021-01-10T13:15:27+02:00 fix failing test --HG-- branch : py3.7 - - - - - 00bae7e6 by Matti Picus at 2021-01-10T19:07:27+02:00 disable WinConsoleIO (again), it still causes crashes when testing numpy --HG-- branch : py3.7 - - - - - 6d658cde by Carl Friedrich Bolz-Tereick at 2021-01-10T21:26:52+01:00 fix #3380: the evaluation order of keys and values of large dict literals was wrong in 3.7 (in lower versions it was the same way, but in 3.7 the evaluation order of *small* dicts changed, but I didn't fix huge dicts) --HG-- branch : py3.7 - - - - - 2ad96112 by Carl Friedrich Bolz-Tereick at 2021-01-10T21:31:13+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1ddcae67 by Carl Friedrich Bolz-Tereick at 2021-01-10T21:32:27+01:00 merge heads --HG-- branch : py3.7 - - - - - 0c360546 by Carl Friedrich Bolz-Tereick at 2021-01-10T21:32:37+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - 25 changed files: - LICENSE - extra_tests/test_dbm.py - extra_tests/test_os.py - lib-python/3/pickle.py - lib-python/3/test/test_regrtest.py - lib-python/3/venv/__init__.py - lib_pypy/_hashlib/__init__.py - pypy/doc/conf.py - pypy/doc/test/test_whatsnew.py - pypy/doc/whatsnew-pypy3-head.rst - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/test/test_zzpickle_and_slow.py - pypy/module/_io/interp_win32consoleio.py - pypy/module/_pypyjson/interp_decoder.py - pypy/module/_winreg/interp_winreg.py - pypy/module/_winreg/test/test_winreg.py - pypy/module/cpyext/longobject.py - pypy/module/cpyext/pystrtod.py - pypy/module/cpyext/test/test_longobject.py - pypy/module/cpyext/test/test_pystrtod.py - pypy/module/time/test/test_time.py - requirements.txt - rpython/doc/conf.py - rpython/rlib/rdtoa.py - rpython/rtyper/lltypesystem/rffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/4f28abd48ac80452e430be8210a871440aea9a15...0c360546b425289dd789a385054b7cee34fb547d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4f28abd48ac80452e430be8210a871440aea9a15...0c360546b425289dd789a385054b7cee34fb547d 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 Jan 10 15:38:21 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 10 Jan 2021 20:38:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] LDLIBRARY is used by posgresql Message-ID: <5ffb65bd89ab_3d62192b196714461833862@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 425d1662 by Matti Picus at 2021-01-10T22:20:44+02:00 LDLIBRARY is used by posgresql --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/425d1662eb5a53e2f3a593baec29fc7eb70c05b9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/425d1662eb5a53e2f3a593baec29fc7eb70c05b9 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 Jan 11 02:18:52 2021 From: foss at heptapod.net (Matti Picus) Date: Mon, 11 Jan 2021 07:18:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] apply distutils.patch from (misnamed) conda-forge pypy3.6-feedstock Message-ID: <5ffbfbdcd0832_3d62192b1967145b44385e2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f5713514 by Matti Picus at 2021-01-11T09:18:30+02:00 apply distutils.patch from (misnamed) conda-forge pypy3.6-feedstock --HG-- branch : py3.7 - - - - - 3 changed files: - lib-python/3/distutils/sysconfig_cpython.py - lib-python/3/distutils/sysconfig_pypy.py - lib_pypy/_sysconfigdata.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f571351456ad27d1dbb0e7325109a0e4fd70347a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f571351456ad27d1dbb0e7325109a0e4fd70347a 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 Jan 11 14:57:42 2021 From: foss at heptapod.net (nulano) Date: Mon, 11 Jan 2021 19:57:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-win64-cpyext-longobject Message-ID: <5ffcadb6224fb_3d62192b1971c855a46955@heptapod-foss.mail> nulano pushed new branch branch/py3.7-win64-cpyext-longobject at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-win64-cpyext-longobject 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 Jan 12 05:08:02 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 10:08:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org] Pushed new branch branch/preview Message-ID: <5ffd7502d4f9f_3d62192b197333c1bc75890@heptapod-foss.mail> Matti Picus pushed new branch branch/preview at PyPy / pypy.org -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/tree/branch/preview 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 Jan 12 05:08:08 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 10:08:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] arm64 is build without "portable" support Message-ID: <5ffd75086434f_3d62192b19731effc0760d3@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 33969577 by Matti Picus at 2021-01-12T12:07:29+02:00 arm64 is build without "portable" support - - - - - 1 changed file: - pages/download_advanced.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/33969577210dfcc49c7e663a2f6107bddb79484f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/33969577210dfcc49c7e663a2f6107bddb79484f 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 Jan 12 06:39:26 2021 From: foss at heptapod.net (nulano) Date: Tue, 12 Jan 2021 11:39:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-win64-cpyext-longobject] fix cpyext.test_longobject maxlong Message-ID: <5ffd8a6e5a4dc_3d62192b1972f14df07938@heptapod-foss.mail> nulano pushed to branch branch/py3.7-win64-cpyext-longobject at PyPy / pypy Commits: 09da3ec7 by nulano at 2021-01-12T12:39:07+01:00 fix cpyext.test_longobject maxlong --HG-- branch : py3.7-win64-cpyext-longobject - - - - - 1 changed file: - pypy/module/cpyext/test/test_longobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/09da3ec7ef0f8c645150a7bdad390cd2bc22a008 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/09da3ec7ef0f8c645150a7bdad390cd2bc22a008 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 Jan 12 07:49:58 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 12 Jan 2021 12:49:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix fstring parsing crash Message-ID: <5ffd9af6c2a28_3d62192b196e42b0a081293@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 90f2c428 by Carl Friedrich Bolz-Tereick at 2021-01-11T18:42:14+01:00 fix fstring parsing crash --HG-- branch : py3.8 - - - - - 5ca06462 by Carl Friedrich Bolz-Tereick at 2021-01-12T13:49:29+01:00 implement pow(int, -neg, int). Right now it's a pretty naive implementation on app-level, can be optimized later (but CPython also uses naive extended Euclidian GCD, so they aren't faster I suspect). --HG-- branch : py3.8 - - - - - 6 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/objspace/std/intobject.py - pypy/objspace/std/longobject.py - pypy/objspace/std/test/apptest_fstring.py - pypy/objspace/std/test/test_intobject.py - pypy/objspace/std/test/test_longobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/0c360546b425289dd789a385054b7cee34fb547d...5ca06462b1ec34add94c16b068d0692e32729b58 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0c360546b425289dd789a385054b7cee34fb547d...5ca06462b1ec34add94c16b068d0692e32729b58 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 Jan 12 08:57:19 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 13:57:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/preview] add a deploy step Message-ID: <5ffdaabf2b486_3d62192b197333c1bc827ba@heptapod-foss.mail> Matti Picus pushed to branch branch/preview at PyPy / pypy.org Commits: b6c64c8d by Matti Picus at 2021-01-12T15:56:46+02:00 add a deploy step --HG-- branch : preview - - - - - 2 changed files: - .gitlab-ci.yml - README View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b6c64c8d875c4e9c2c694fe2f9add0a60d3ec551 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b6c64c8d875c4e9c2c694fe2f9add0a60d3ec551 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 Jan 12 09:14:23 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 14:14:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/preview] typo Message-ID: <5ffdaebfd1eea_3d62192b196e42b0a0836a4@heptapod-foss.mail> Matti Picus pushed to branch branch/preview at PyPy / pypy.org Commits: 0c5f34c8 by Matti Picus at 2021-01-12T16:14:13+02:00 typo --HG-- branch : preview - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/0c5f34c8b9de3aa0803708cbf2cec34c26ea9d18 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/0c5f34c8b9de3aa0803708cbf2cec34c26ea9d18 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 Jan 12 11:25:23 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 16:25:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/preview] add hg push to deploy Message-ID: <5ffdcd73e7b18_3d62192b1971aa2408871cf@heptapod-foss.mail> Matti Picus pushed to branch branch/preview at PyPy / pypy.org Commits: f9aad58f by Matti Picus at 2021-01-12T18:24:50+02:00 add hg push to deploy --HG-- branch : preview - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f9aad58f90e0d36c3fca46de22e846486ca4861d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f9aad58f90e0d36c3fca46de22e846486ca4861d 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 Jan 12 11:27:23 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 16:27:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] 5 commits: add a gitlab-ci runner Message-ID: <5ffdcdebd63e1_3d62192b19671478688744a@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 201c6ef0 by Matti Picus at 2021-01-12T12:06:40+02:00 add a gitlab-ci runner --HG-- branch : preview - - - - - b6c64c8d by Matti Picus at 2021-01-12T15:56:46+02:00 add a deploy step --HG-- branch : preview - - - - - 0c5f34c8 by Matti Picus at 2021-01-12T16:14:13+02:00 typo --HG-- branch : preview - - - - - f9aad58f by Matti Picus at 2021-01-12T18:24:50+02:00 add hg push to deploy --HG-- branch : preview - - - - - 57c2a6cd by Matti Picus at 2021-01-12T16:27:22+00:00 Merge branch 'branch/preview' into 'branch/default' add a gitlab-ci runner See merge request pypy/pypy.org!21 - - - - - 2 changed files: - + .gitlab-ci.yml - README View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/compare/33969577210dfcc49c7e663a2f6107bddb79484f...57c2a6cd5bcbbc432522c76e5f79c476e25362bd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/compare/33969577210dfcc49c7e663a2f6107bddb79484f...57c2a6cd5bcbbc432522c76e5f79c476e25362bd 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 Jan 12 11:46:02 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 16:46:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] switch CI images Message-ID: <5ffdd24ae7827_3d62192b1972f14df08849b@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 45be0461 by Matti Picus at 2021-01-12T18:45:48+02:00 switch CI images - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/45be0461df583fd522cc3183b1a0c5cbb26e2574 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/45be0461df583fd522cc3183b1a0c5cbb26e2574 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 Jan 12 11:50:08 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 16:50:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] fix hg commit command Message-ID: <5ffdd340a0348_3d62192b19731effc0888f4@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 5a2aec0d by Matti Picus at 2021-01-12T18:49:57+02:00 fix hg commit command - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5a2aec0d2481f5259c98408f619f9b500c4bfebd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5a2aec0d2481f5259c98408f619f9b500c4bfebd 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 Jan 12 13:02:48 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 18:02:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] add branch to hg push Message-ID: <5ffde44892d99_3d62192b197333c1bc89253@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 8f7d365d by Matti Picus at 2021-01-12T20:01:21+02:00 add branch to hg push - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8f7d365d94d167d99f1f854974c71e19c0feee87 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8f7d365d94d167d99f1f854974c71e19c0feee87 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 Jan 12 15:51:01 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 20:51:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] use token to push Message-ID: <5ffe0bb554a7a_3d62192b1967147868998d6@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 65421af3 by Matti Picus at 2021-01-12T22:50:53+02:00 use token to push - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/65421af331ed2f31ff7fbb4f49dffba91b6ef774 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/65421af331ed2f31ff7fbb4f49dffba91b6ef774 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 Jan 12 16:17:05 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 21:17:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] typo in push url Message-ID: <5ffe11d152d4_3d62192b1971aa2408100663@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 5a949f79 by Matti Picus at 2021-01-12T23:16:57+02:00 typo in push url - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5a949f7952eb325603aec77129e573ee64100764 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5a949f7952eb325603aec77129e573ee64100764 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 Jan 12 16:30:31 2021 From: foss at heptapod.net (Matti Picus) Date: Tue, 12 Jan 2021 21:30:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] add repo to url Message-ID: <5ffe14f7908b0_3d62192b19731effc01028da@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: b298b522 by Matti Picus at 2021-01-12T23:30:26+02:00 add repo to url - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b298b522d286cd87ff118f3bfff926dbc7c8f536 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b298b522d286cd87ff118f3bfff926dbc7c8f536 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 Jan 12 16:31:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:31:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe154cc1cab_3d62192b196714786810303@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 10353053 by gitlab-runner at 2021-01-12T21:31:53+00:00 render site via gitlab runner - - - - - 16 changed files: - public/archive.html - public/assets/css/code.css - public/blog/index.html - public/categories/index.html - public/compat.html - public/contact.html - public/download.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/index.html - public/people.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/10353053249ed4f7087ee4a327b533c90490d60c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/10353053249ed4f7087ee4a327b533c90490d60c 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 Jan 12 16:34:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:34:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe15db38a2c_3d62192b1971c855a410347a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: fd30095f by gitlab-runner at 2021-01-12T21:34:14+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/fd30095fcfb5a542eafd01be611d4fb142deb631 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/fd30095fcfb5a542eafd01be611d4fb142deb631 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 Jan 12 16:36:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:36:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1646edf6b_3d62192b1967145748103620@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c1c641b6 by gitlab-runner at 2021-01-12T21:36:02+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c1c641b6048b7e1cd8f69e0c402b72116353a751 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c1c641b6048b7e1cd8f69e0c402b72116353a751 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 Jan 12 16:37:08 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:37:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe16845cb32_3d62192b1972f14df0103820@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f3418b6d by gitlab-runner at 2021-01-12T21:37:05+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f3418b6d989abf9c3dfecd54ee719a2075cf9991 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f3418b6d989abf9c3dfecd54ee719a2075cf9991 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 Jan 12 16:38:53 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:38:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe16ed4f2ce_3d62192b196714423010402@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d6aea27f by gitlab-runner at 2021-01-12T21:38:48+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d6aea27f134ebb9e171fe637c95739c0031b1c70 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d6aea27f134ebb9e171fe637c95739c0031b1c70 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 Jan 12 16:40:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:40:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe17435342e_3d62192b19671457481042b8@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: b8ebea29 by gitlab-runner at 2021-01-12T21:40:15+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b8ebea29109a4b2c30207f2909efb336275bfbfd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b8ebea29109a4b2c30207f2909efb336275bfbfd 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 Jan 12 16:41:53 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:41:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe17a1dd17f_3d62192b19731effc01046d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ee367db2 by gitlab-runner at 2021-01-12T21:41:49+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ee367db2edaefba6698e90bbbc67a9d9b8bfcae2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ee367db2edaefba6698e90bbbc67a9d9b8bfcae2 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 Jan 12 16:43:40 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:43:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe180c743ec_3d62192b19731effc01048f7@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: df5532c5 by gitlab-runner at 2021-01-12T21:43:35+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/df5532c58e4a4ab1146c24f1ff5d9f37a1017d05 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/df5532c58e4a4ab1146c24f1ff5d9f37a1017d05 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 Jan 12 16:44:52 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:44:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe18542bbd3_3d62192b197333c1bc1050d1@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 2d9ec61d by gitlab-runner at 2021-01-12T21:44:49+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2d9ec61d9c66fbffc78df91c714730baac40a5e7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2d9ec61d9c66fbffc78df91c714730baac40a5e7 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 Jan 12 16:46:23 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:46:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe18af4a68c_3d62192b1972f14df01052fa@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ad523068 by gitlab-runner at 2021-01-12T21:46:18+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ad52306808c4567d46f2c44c5bda3cb70e36b5f4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ad52306808c4567d46f2c44c5bda3cb70e36b5f4 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 Jan 12 16:48:17 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:48:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1921240de_3d62192b1967145748105416@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f5e37c3e by gitlab-runner at 2021-01-12T21:48:14+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f5e37c3ee807d29aefd7d30c86eb0a8e58473f06 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f5e37c3ee807d29aefd7d30c86eb0a8e58473f06 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 Jan 12 16:49:50 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:49:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe197ef3aaf_3d62192b196e42b0a01056e4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: db612bf5 by gitlab-runner at 2021-01-12T21:49:48+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/db612bf53189bd5f43bdedb1ca3a325b4dfd92a8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/db612bf53189bd5f43bdedb1ca3a325b4dfd92a8 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 Jan 12 16:51:11 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:51:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe19cf8c977_3d62192b19731effc01058fb@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5350e7ca by gitlab-runner at 2021-01-12T21:51:06+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5350e7ca896a5795248e8a15344e5eef09220eef -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5350e7ca896a5795248e8a15344e5eef09220eef 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 Jan 12 16:53:09 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:53:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1a457b906_3d62192b196e42b0a01060dd@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 326fc67a by gitlab-runner at 2021-01-12T21:53:04+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/326fc67abcae2246798ff09c5c4dbfe47ea5e3d9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/326fc67abcae2246798ff09c5c4dbfe47ea5e3d9 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 Jan 12 16:54:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:54:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1a8e9a55e_3d62192b19731effc010625d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8e751709 by gitlab-runner at 2021-01-12T21:54:19+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8e7517097bc02745bff040d8b2338246eae7931e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8e7517097bc02745bff040d8b2338246eae7931e 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 Jan 12 16:56:17 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:56:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1b01c1ea5_3d62192b1967144230106917@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8bb65189 by gitlab-runner at 2021-01-12T21:56:13+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8bb65189261242dc6918e6922fb4f4c320763c9e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8bb65189261242dc6918e6922fb4f4c320763c9e 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 Jan 12 16:58:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:58:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1b6cd5d7_3d62192b1967147868107197@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 88f780e3 by gitlab-runner at 2021-01-12T21:57:58+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/88f780e3412d0da272ef21f06d76e83f542651ce -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/88f780e3412d0da272ef21f06d76e83f542651ce 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 Jan 12 16:59:58 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 21:59:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1bdeb534c_3d62192b196d111d48107382@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: b2815143 by gitlab-runner at 2021-01-12T21:59:54+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b281514344a5e4c32fe26941f29f6c7e4b50ee99 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b281514344a5e4c32fe26941f29f6c7e4b50ee99 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 Jan 12 17:02:31 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:02:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1c77b1f9_3d62192b1971aa2408107580@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1c2106be by gitlab-runner at 2021-01-12T22:02:25+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1c2106be45b385dc2fcb7f8942e9b8296a6ccfd9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1c2106be45b385dc2fcb7f8942e9b8296a6ccfd9 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 Jan 12 17:05:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:05:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1d316f180_3d62192b1967145748108218@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 6a2aed65 by gitlab-runner at 2021-01-12T22:05:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/6a2aed659dfab63a7ba5d3c611cec12afcd83574 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/6a2aed659dfab63a7ba5d3c611cec12afcd83574 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 Jan 12 17:07:29 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:07:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1da1ada8a_3d62192b19671457481084d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: efea07b9 by gitlab-runner at 2021-01-12T22:07:24+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/efea07b9182b333c9ec9656e184fbd17103ea110 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/efea07b9182b333c9ec9656e184fbd17103ea110 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 Jan 12 17:09:27 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:09:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1e17dca8a_3d62192b19731effc01086fe@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 9a53428f by gitlab-runner at 2021-01-12T22:09:23+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/9a53428f7e87acce0d614fc4667110de698f0712 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/9a53428f7e87acce0d614fc4667110de698f0712 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 Jan 12 17:11:10 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:11:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1e7edaaf5_3d62192b1971c855a410883@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 31db306c by gitlab-runner at 2021-01-12T22:11:06+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/31db306c45a00924c01f8f97415ec61c03b1e292 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/31db306c45a00924c01f8f97415ec61c03b1e292 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 Jan 12 17:12:31 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:12:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1ecf55a43_3d62192b1971c855a41090f5@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 80e67f83 by gitlab-runner at 2021-01-12T22:12:26+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/80e67f83bdd92bd4664773190e3651d2b226c462 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/80e67f83bdd92bd4664773190e3651d2b226c462 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 Jan 12 17:14:05 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:14:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1f2d8119e_3d62192b1971c855a4109224@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d80aa1d8 by gitlab-runner at 2021-01-12T22:14:02+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d80aa1d8665b638c4985f4e2a2c1df8e35503a97 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d80aa1d8665b638c4985f4e2a2c1df8e35503a97 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 Jan 12 17:16:12 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:16:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe1fac4a90_3d62192b196e42b0a010942a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 9a0b122a by gitlab-runner at 2021-01-12T22:16:07+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/9a0b122a74be291279568e16aa47c42330faeb91 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/9a0b122a74be291279568e16aa47c42330faeb91 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 Jan 12 17:18:21 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:18:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe202df0310_3d62192b196e42b0a01098c7@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8e96d6a9 by gitlab-runner at 2021-01-12T22:18:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8e96d6a9609846f55e1e22283523db6cc291cc9b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8e96d6a9609846f55e1e22283523db6cc291cc9b 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 Jan 12 17:20:03 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:20:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2093b93ca_3d62192b196714574811021@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 0ec520df by gitlab-runner at 2021-01-12T22:19:58+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/0ec520df3375b02a12d2acb543a6fb8621eccd58 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/0ec520df3375b02a12d2acb543a6fb8621eccd58 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 Jan 12 17:21:55 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:21:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe21035fa8f_3d62192b196d111d48110693@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d733947e by gitlab-runner at 2021-01-12T22:21:49+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d733947ee81e569d0ccb27cae6c574eb2cb5380b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d733947ee81e569d0ccb27cae6c574eb2cb5380b 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 Jan 12 17:24:01 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:24:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2181f6e4_3d62192b196e42b0a0110970@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 12e1827b by gitlab-runner at 2021-01-12T22:23:56+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/12e1827b5e44476a70c65bd237bbd4068a5771cf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/12e1827b5e44476a70c65bd237bbd4068a5771cf 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 Jan 12 17:25:31 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:25:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe21dbc5b85_3d62192b196d111d481111dc@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: b55bee88 by gitlab-runner at 2021-01-12T22:25:26+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b55bee88c5a2a3385f1bedc0cf9324f95eea47fc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b55bee88c5a2a3385f1bedc0cf9324f95eea47fc 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 Jan 12 17:28:01 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:28:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe22718f9b_3d62192b1971c855a411154e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5d29673a by gitlab-runner at 2021-01-12T22:27:56+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5d29673a4186714608ea2914cca3b83c2ccba129 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5d29673a4186714608ea2914cca3b83c2ccba129 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 Jan 12 17:31:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:31:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe232addc5d_3d62192b196e42b0a01117a0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8539766d by gitlab-runner at 2021-01-12T22:31:01+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8539766d9e290765015f3c5517c251aa21cf1880 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8539766d9e290765015f3c5517c251aa21cf1880 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 Jan 12 17:34:44 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:34:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2404a71e8_3d62192b19671442301123c0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1231dd23 by gitlab-runner at 2021-01-12T22:34:39+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1231dd23343e5e5e32b2e7dddd881a8de54c3733 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1231dd23343e5e5e32b2e7dddd881a8de54c3733 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 Jan 12 17:37:09 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:37:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe249532292_3d62192b196714786811265a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 22e2e878 by gitlab-runner at 2021-01-12T22:37:04+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/22e2e8784787033a6ad531d1ef6d69b238928764 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/22e2e8784787033a6ad531d1ef6d69b238928764 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 Jan 12 17:39:27 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:39:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe251f57ef3_3d62192b1972f14df01128fa@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 31281f8a by gitlab-runner at 2021-01-12T22:39:24+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/31281f8ad9b1d9ea44893ff9bb0a1fefcc9e8707 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/31281f8ad9b1d9ea44893ff9bb0a1fefcc9e8707 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 Jan 12 17:41:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:41:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2580aac54_3d62192b19671442301130a4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d62ddab2 by gitlab-runner at 2021-01-12T22:41:02+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d62ddab2b9011b1234018e8d59efcc060dbe6f13 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d62ddab2b9011b1234018e8d59efcc060dbe6f13 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 Jan 12 17:42:27 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:42:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe25d3d64bf_3d62192b19671457481132e0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: fe09a7eb by gitlab-runner at 2021-01-12T22:42:25+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/fe09a7eb6f643780a2fb6c0bfcf3ec9eee4c5cff -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/fe09a7eb6f643780a2fb6c0bfcf3ec9eee4c5cff 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 Jan 12 17:43:59 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:43:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe262f353d8_3d62192b1971aa240811344e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4bf64975 by gitlab-runner at 2021-01-12T22:43:56+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4bf64975400c8d928ee2a5ca579303f35fc06554 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4bf64975400c8d928ee2a5ca579303f35fc06554 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 Jan 12 17:45:28 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:45:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2688bb351_3d62192b196e42b0a0113647@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8527613f by gitlab-runner at 2021-01-12T22:45:26+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8527613fe8b8413da25480bce8c91496783d14f7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8527613fe8b8413da25480bce8c91496783d14f7 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 Jan 12 17:46:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:46:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe26e0daad0_3d62192b1967147868113886@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 53b067d1 by gitlab-runner at 2021-01-12T22:46:54+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/53b067d191dffdcb521dc7fe9628fe98ad423053 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/53b067d191dffdcb521dc7fe9628fe98ad423053 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 Jan 12 17:48:52 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:48:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe27541211b_3d62192b1971aa2408114267@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a90fe128 by gitlab-runner at 2021-01-12T22:48:46+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a90fe128886219f00467624882ca646793b1e898 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a90fe128886219f00467624882ca646793b1e898 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 Jan 12 17:50:52 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:50:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe27cc311d0_3d62192b197333c1bc1144a0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c3a7df49 by gitlab-runner at 2021-01-12T22:50:47+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c3a7df49a1ec0095388ec8ed2c6ceb90eed53be0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c3a7df49a1ec0095388ec8ed2c6ceb90eed53be0 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 Jan 12 17:52:46 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:52:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe283e3cbc5_3d62192b19731effc0114633@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 542a9372 by gitlab-runner at 2021-01-12T22:52:41+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/542a93721d386355b474fcfafdb66769334697f0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/542a93721d386355b474fcfafdb66769334697f0 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 Jan 12 17:54:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:54:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe28c01160c_3d62192b1967144230114836@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ce459323 by gitlab-runner at 2021-01-12T22:54:51+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ce4593233dbcb5fccfcb29485d48212797f03ae1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ce4593233dbcb5fccfcb29485d48212797f03ae1 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 Jan 12 17:56:50 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:56:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe293282236_3d62192b196e42b0a01152c1@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7bbbc882 by gitlab-runner at 2021-01-12T22:56:45+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7bbbc88247abcc1e18975e91b27fe3dbfcaabeb8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7bbbc88247abcc1e18975e91b27fe3dbfcaabeb8 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 Jan 12 17:59:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 22:59:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe29ba60dd9_3d62192b19731effc0115464@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c05ac76e by gitlab-runner at 2021-01-12T22:59:01+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c05ac76e0ff3135d225e04d49a32304b9983b8dd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c05ac76e0ff3135d225e04d49a32304b9983b8dd 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 Jan 12 18:01:20 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:01:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2a40b1825_3d62192b196e42b0a011581d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 75203a0c by gitlab-runner at 2021-01-12T23:01:16+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/75203a0c36319b78f638533215e257fc568f37f6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/75203a0c36319b78f638533215e257fc568f37f6 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 Jan 12 18:02:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:02:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2a8d59d74_3d62192b196e42b0a01170ab@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 956505bd by gitlab-runner at 2021-01-12T23:02:33+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/956505bd96cffbb98a47a5bd71c0f44889f6b4be -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/956505bd96cffbb98a47a5bd71c0f44889f6b4be 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 Jan 12 18:05:54 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:05:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2b52d0677_3d62192b196714423011726@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1070b821 by gitlab-runner at 2021-01-12T23:05:49+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1070b821ffb7ef29a056116da81bd2fdbc235dba -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1070b821ffb7ef29a056116da81bd2fdbc235dba 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 Jan 12 18:07:57 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:07:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2bcd11f15_3d62192b19671478681174c0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 91d1b599 by gitlab-runner at 2021-01-12T23:07:53+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/91d1b599e3bfafbc0e6855186f797f1903aa711c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/91d1b599e3bfafbc0e6855186f797f1903aa711c 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 Jan 12 18:10:10 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:10:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2c52c73b5_3d62192b196e42b0a0117628@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 2503c8f4 by gitlab-runner at 2021-01-12T23:10:05+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2503c8f409c83f3dfb00dcd0327de7954e056476 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2503c8f409c83f3dfb00dcd0327de7954e056476 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 Jan 12 18:12:23 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:12:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2cd7e9867_3d62192b1972f14df011809@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 38c5cffb by gitlab-runner at 2021-01-12T23:12:19+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/38c5cffb46a2e61ae5f61e6d78481353a1e081f9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/38c5cffb46a2e61ae5f61e6d78481353a1e081f9 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 Jan 12 18:14:02 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:14:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2d3a3f977_3d62192b196e42b0a0118257@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 26a42c99 by gitlab-runner at 2021-01-12T23:13:57+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/26a42c99279dfdd4c3927bc2e8b6f5eb7ae37c15 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/26a42c99279dfdd4c3927bc2e8b6f5eb7ae37c15 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 Jan 12 18:15:42 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:15:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2d9e12fcc_3d62192b1971aa2408118487@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c3a035b4 by gitlab-runner at 2021-01-12T23:15:36+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c3a035b4609cbae36979361b11b1c654a60a4edd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c3a035b4609cbae36979361b11b1c654a60a4edd 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 Jan 12 18:17:18 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:17:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2dfea0253_3d62192b1972f14df0118626@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 57936f6b by gitlab-runner at 2021-01-12T23:17:13+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/57936f6bc19d9a65947ebb33544fccfe64eb033c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/57936f6bc19d9a65947ebb33544fccfe64eb033c 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 Jan 12 18:19:11 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:19:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2e6f45151_3d62192b196d111d481188a3@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a47463f5 by gitlab-runner at 2021-01-12T23:19:06+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a47463f55398c3488f49d87ac866f39635ec8942 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a47463f55398c3488f49d87ac866f39635ec8942 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 Jan 12 18:20:53 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:20:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2ed574dcf_3d62192b19671442301192f6@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: cbc24e0f by gitlab-runner at 2021-01-12T23:20:47+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/cbc24e0f75fb5daee7b69d2ba784e25dcac68faa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/cbc24e0f75fb5daee7b69d2ba784e25dcac68faa 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 Jan 12 18:22:21 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:22:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2f2d2fcb_3d62192b1967144230119498@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 319b7626 by gitlab-runner at 2021-01-12T23:22:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/319b7626464726b9594a4eeaa0a2af5e0b0bb749 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/319b7626464726b9594a4eeaa0a2af5e0b0bb749 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 Jan 12 18:24:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:24:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2f9497f74_3d62192b1967145748119671@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e3b2bd0f by gitlab-runner at 2021-01-12T23:23:59+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e3b2bd0f5ab036dc02d164a2df1ae27334098dc3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e3b2bd0f5ab036dc02d164a2df1ae27334098dc3 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 Jan 12 18:25:48 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:25:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe2ffc5d0af_3d62192b196d111d4811987c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f24d8248 by gitlab-runner at 2021-01-12T23:25:43+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f24d82480262d6db771c65b39ee7854502a7691d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f24d82480262d6db771c65b39ee7854502a7691d 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 Jan 12 18:27:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:27:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe306961826_3d62192b196714786812008b@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 51bbae60 by gitlab-runner at 2021-01-12T23:27:31+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/51bbae60fef8f0d3ea55d169e8aa77ae493563f9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/51bbae60fef8f0d3ea55d169e8aa77ae493563f9 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 Jan 12 18:29:21 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:29:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe30d17ae85_3d62192b196e42b0a012023c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 354710dc by gitlab-runner at 2021-01-12T23:29:16+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/354710dca0ce2e948a5140a212224f187a4ab023 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/354710dca0ce2e948a5140a212224f187a4ab023 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 Jan 12 18:31:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:31:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe31382d822_3d62192b196d111d4812042f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 6bb4e400 by gitlab-runner at 2021-01-12T23:30:58+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/6bb4e4009308f13afbb287d5f5e29a7ac6ba0b10 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/6bb4e4009308f13afbb287d5f5e29a7ac6ba0b10 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 Jan 12 18:32:46 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:32:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe319ecb7a_3d62192b196714786812085a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 0278c9dc by gitlab-runner at 2021-01-12T23:32:41+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/0278c9dc896d1fe6ce75fa433d82b9a7fa6311d1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/0278c9dc896d1fe6ce75fa433d82b9a7fa6311d1 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 Jan 12 18:34:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:34:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe31fec592b_3d62192b1972f14df012123c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ece02c0d by gitlab-runner at 2021-01-12T23:34:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ece02c0d168cc51c0f6aeb22a7afbac3ee10bccc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ece02c0d168cc51c0f6aeb22a7afbac3ee10bccc 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 Jan 12 18:36:12 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:36:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe326cf0d76_3d62192b1972f14df01214ef@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e1633f54 by gitlab-runner at 2021-01-12T23:36:07+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e1633f547550cedb399ccaa2c22f6eb6be933bfc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e1633f547550cedb399ccaa2c22f6eb6be933bfc 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 Jan 12 18:37:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:37:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe32d4eb3c_3d62192b196e42b0a012161@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 9fe1549d by gitlab-runner at 2021-01-12T23:37:51+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/9fe1549d7075844dae5e75e1f368a1827bbc04d8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/9fe1549d7075844dae5e75e1f368a1827bbc04d8 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 Jan 12 18:39:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:39:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3339c7820_3d62192b1971c855a41218fc@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8cf2811b by gitlab-runner at 2021-01-12T23:39:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8cf2811b4ac64a80074516684404b2dbed8fed11 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8cf2811b4ac64a80074516684404b2dbed8fed11 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 Jan 12 18:41:17 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:41:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe339d2f7_3d62192b19671478681220e8@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c6f383d3 by gitlab-runner at 2021-01-12T23:41:12+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c6f383d3d56901ad6719c6b0eeb25c85e4138fc0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c6f383d3d56901ad6719c6b0eeb25c85e4138fc0 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 Jan 12 18:43:02 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:43:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3406d942b_3d62192b196e42b0a0122258@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7b363b8e by gitlab-runner at 2021-01-12T23:42:58+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7b363b8e9611d462c2bf1f94c980ded6187f227d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7b363b8e9611d462c2bf1f94c980ded6187f227d 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 Jan 12 18:44:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:44:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe34657d74b_3d62192b19731effc012247c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 54c1730f by gitlab-runner at 2021-01-12T23:44:33+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/54c1730fb7c6a7f08d81f4a254416f5ebe85ab1b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/54c1730fb7c6a7f08d81f4a254416f5ebe85ab1b 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 Jan 12 18:46:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:46:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe34cb5f22f_3d62192b1971aa240812262@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 246c9f63 by gitlab-runner at 2021-01-12T23:46:14+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/246c9f63418923d81b40c4aae3adac38ee5c92db -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/246c9f63418923d81b40c4aae3adac38ee5c92db 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 Jan 12 18:47:49 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:47:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3525bfa6d_3d62192b197333c1bc1228a0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 74ffd705 by gitlab-runner at 2021-01-12T23:47:46+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/74ffd705622643d201ea33f6c0a3dfe7b153d3c0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/74ffd705622643d201ea33f6c0a3dfe7b153d3c0 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 Jan 12 18:49:28 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:49:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3588e3de3_3d62192b1972f14df012325@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e2d0075c by gitlab-runner at 2021-01-12T23:49:23+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e2d0075ca6d70142396141d20d7ea526ac11a97a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e2d0075ca6d70142396141d20d7ea526ac11a97a 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 Jan 12 18:51:18 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:51:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe35f6dc90d_3d62192b1971c855a41234ae@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4728fc4a by gitlab-runner at 2021-01-12T23:51:13+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4728fc4a986775efe0b6bbc396bcc8afadbe2b86 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4728fc4a986775efe0b6bbc396bcc8afadbe2b86 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 Jan 12 18:52:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:52:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3636342d6_3d62192b1971c855a41236c6@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5a3be0a6 by gitlab-runner at 2021-01-12T23:52:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5a3be0a6929425be5682bb6b950cc9a952ce6eb7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5a3be0a6929425be5682bb6b950cc9a952ce6eb7 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 Jan 12 18:53:38 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:53:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe368223622_3d62192b19731effc0123871@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 0299a9a3 by gitlab-runner at 2021-01-12T23:53:34+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/0299a9a36b389ca99fca8c4874c930f22799a228 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/0299a9a36b389ca99fca8c4874c930f22799a228 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 Jan 12 18:57:49 2021 From: foss at heptapod.net (CI_PUSH) Date: Tue, 12 Jan 2021 23:57:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe377d727fc_3d62192b196714423012403c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d9509d5f by gitlab-runner at 2021-01-12T23:57:44+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d9509d5f26af7dd49b58054c3c851f057c52d2c4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d9509d5f26af7dd49b58054c3c851f057c52d2c4 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 Jan 12 19:00:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:00:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe38131a07a_3d62192b19731effc012423d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 82ab9429 by gitlab-runner at 2021-01-13T00:00:15+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/82ab9429fedc9498639cd27f40533be8f3055ae7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/82ab9429fedc9498639cd27f40533be8f3055ae7 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 Jan 12 19:04:13 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:04:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe38fd50fc1_3d62192b196714574812447d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1b460511 by gitlab-runner at 2021-01-13T00:04:08+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b4605110bf9c5437e8206f900a061dde62ea0d0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b4605110bf9c5437e8206f900a061dde62ea0d0 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 Jan 12 19:06:21 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:06:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe397daeb08_3d62192b1967144230124661@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c3463c04 by gitlab-runner at 2021-01-13T00:06:16+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c3463c041e0884168d2163b36b164d709df9dd06 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c3463c041e0884168d2163b36b164d709df9dd06 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 Jan 12 19:08:58 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:08:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3a1a97dff_3d62192b197333c1bc12489@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 54a299eb by gitlab-runner at 2021-01-13T00:08:53+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/54a299eb2e832f6caf76a6191475156e20236b20 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/54a299eb2e832f6caf76a6191475156e20236b20 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 Jan 12 19:10:50 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:10:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3a8a94f2c_3d62192b19731effc012502f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a7055792 by gitlab-runner at 2021-01-13T00:10:45+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a7055792d8451f49b41f6989b90342b427f22647 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a7055792d8451f49b41f6989b90342b427f22647 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 Jan 12 19:12:36 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:12:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3af4e7f82_3d62192b19671478681252c0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d9326291 by gitlab-runner at 2021-01-13T00:12:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d932629124d46df1e1859c20015e8af955fc020c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d932629124d46df1e1859c20015e8af955fc020c 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 Jan 12 19:14:31 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:14:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3b6794bef_3d62192b1971c855a4125489@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: fd90a428 by gitlab-runner at 2021-01-13T00:14:26+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/fd90a428f8078dff6ad38cd2376751a7f5892af5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/fd90a428f8078dff6ad38cd2376751a7f5892af5 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 Jan 12 19:16:24 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:16:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3bd855652_3d62192b1967145748126277@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 397d2be6 by gitlab-runner at 2021-01-13T00:16:19+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/397d2be6d5aae249588782e0688b2fa65bff672f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/397d2be6d5aae249588782e0688b2fa65bff672f 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 Jan 12 19:18:12 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:18:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3c4477b1b_3d62192b196714786812681@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 603f95ee by gitlab-runner at 2021-01-13T00:18:07+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/603f95eec7836db80418435c1bc52d33b581c7cc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/603f95eec7836db80418435c1bc52d33b581c7cc 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 Jan 12 19:20:00 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:20:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3cb0cb7f6_3d62192b1968919054127080@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 0a18a153 by gitlab-runner at 2021-01-13T00:19:55+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/0a18a1539412c6652001b6b87a28e4b582cfc8ae -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/0a18a1539412c6652001b6b87a28e4b582cfc8ae 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 Jan 12 19:21:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:21:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3d248ba55_3d62192b1971aa24081272d6@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d630b607 by gitlab-runner at 2021-01-13T00:21:51+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d630b6074c711e2a12cd99b69a7ee3c7323ea49d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d630b6074c711e2a12cd99b69a7ee3c7323ea49d 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 Jan 12 19:23:47 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:23:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3d93a149e_3d62192b196ea58dc41274d2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 30ebdcfb by gitlab-runner at 2021-01-13T00:23:42+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/30ebdcfb9fc1df59eed926f38a7b1c0a9564c5ed -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/30ebdcfb9fc1df59eed926f38a7b1c0a9564c5ed 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 Jan 12 19:25:36 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:25:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3e00d3107_3d62192b196ea58dc412762a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 12b2d129 by gitlab-runner at 2021-01-13T00:25:31+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/12b2d1292b1c6a055f8cd2ffcc9310e49e816606 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/12b2d1292b1c6a055f8cd2ffcc9310e49e816606 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 Jan 12 19:27:03 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:27:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3e5798f3d_3d62192b196b9529c81278b6@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1f914c27 by gitlab-runner at 2021-01-13T00:26:59+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1f914c27da6691b42ba68c9b28338838d5dfcbf4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1f914c27da6691b42ba68c9b28338838d5dfcbf4 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 Jan 12 19:28:49 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:28:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3ec183a22_3d62192b196414b1dc12805d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 916b200a by gitlab-runner at 2021-01-13T00:28:44+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/916b200a3981fe4f30aa6177dbd03170925d6bb7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/916b200a3981fe4f30aa6177dbd03170925d6bb7 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 Jan 12 19:30:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:30:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3f2d8d28_3d62192b196ea58dc4128460@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1b96301f by gitlab-runner at 2021-01-13T00:30:31+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b96301fb92d9c15e75b182da6a02e1172223bad -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b96301fb92d9c15e75b182da6a02e1172223bad 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 Jan 12 19:32:21 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:32:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe3f95f1e1a_3d62192b196b9529c812867f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: bcba5c0e by gitlab-runner at 2021-01-13T00:32:16+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/bcba5c0e9d24cfa61e6f80d9db5544f0d1ba0b9b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/bcba5c0e9d24cfa61e6f80d9db5544f0d1ba0b9b 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 Jan 12 19:34:08 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:34:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4000aa9a2_3d62192b196414b1dc1288a5@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: bba78c5e by gitlab-runner at 2021-01-13T00:34:03+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/bba78c5e8b6caffabbfe7e582330a44a366ecd7d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/bba78c5e8b6caffabbfe7e582330a44a366ecd7d 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 Jan 12 19:35:36 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:35:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe405823f38_3d62192b1972f14df0129068@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 606b14c1 by gitlab-runner at 2021-01-13T00:35:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/606b14c1c34d32157fe1f1bce52bca9040f25167 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/606b14c1c34d32157fe1f1bce52bca9040f25167 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 Jan 12 19:37:24 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:37:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe40c4ae42a_3d62192b196b9529c812921f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ac4427a8 by gitlab-runner at 2021-01-13T00:37:19+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ac4427a8af188a12e8411d30fb073dd713640af9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ac4427a8af188a12e8411d30fb073dd713640af9 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 Jan 12 19:38:54 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:38:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe411e552a7_3d62192b196ea58dc412944a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: cec7d4eb by gitlab-runner at 2021-01-13T00:38:50+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/cec7d4ebc7db2e8c32b0300480e227e7048ee3bc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/cec7d4ebc7db2e8c32b0300480e227e7048ee3bc 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 Jan 12 19:40:25 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:40:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4179747d5_3d62192b19671442301296c0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ede5b69a by gitlab-runner at 2021-01-13T00:40:20+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ede5b69a1fcb6960ba56292e05f7256c4f51319e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ede5b69a1fcb6960ba56292e05f7256c4f51319e 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 Jan 12 19:42:10 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:42:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe41e27587_3d62192b1972f14df01298e3@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 971df71d by gitlab-runner at 2021-01-13T00:42:04+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/971df71d8934a8574303f75ced4c7a223a0215be -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/971df71d8934a8574303f75ced4c7a223a0215be 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 Jan 12 19:43:42 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:43:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe423ed54d9_3d62192b19671478681300df@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e69086b0 by gitlab-runner at 2021-01-13T00:43:38+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e69086b0c77af58df13141a6206af59c257de038 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e69086b0c77af58df13141a6206af59c257de038 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 Jan 12 19:45:11 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:45:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe42972cd5_3d62192b19731effc0130234@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5aacb560 by gitlab-runner at 2021-01-13T00:45:06+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5aacb56077618019d51826a6ba10b6db5f35eb47 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5aacb56077618019d51826a6ba10b6db5f35eb47 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 Jan 12 19:46:34 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:46:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe42eacd0b8_3d62192b196b9529c81304e2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d3f6a068 by gitlab-runner at 2021-01-13T00:46:30+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d3f6a068392bf3dd8611c0958af61d83d0d0576f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d3f6a068392bf3dd8611c0958af61d83d0d0576f 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 Jan 12 19:48:25 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:48:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe435931aba_3d62192b19731effc01306bf@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4a5e900f by gitlab-runner at 2021-01-13T00:48:20+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4a5e900f6a6a4bc50e8f9333f74c8c2445df95a6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4a5e900f6a6a4bc50e8f9333f74c8c2445df95a6 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 Jan 12 19:49:55 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:49:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe43b35f332_3d62192b196414b1dc13086f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d362aa34 by gitlab-runner at 2021-01-13T00:49:51+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d362aa3476319eb33a684e83c362694b6a297bd9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d362aa3476319eb33a684e83c362694b6a297bd9 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 Jan 12 19:51:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:51:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe440ac1777_3d62192b1971aa2408131091@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 189e27e6 by gitlab-runner at 2021-01-13T00:51:18+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/189e27e6bdc15f6976cbea09aa3dca00adb5dfcc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/189e27e6bdc15f6976cbea09aa3dca00adb5dfcc 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 Jan 12 19:52:46 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:52:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe445eed78e_3d62192b196ea58dc413123d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 6a2e121a by gitlab-runner at 2021-01-13T00:52:42+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/6a2e121a36f7d4819f271ff182fc66645cc404c2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/6a2e121a36f7d4819f271ff182fc66645cc404c2 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 Jan 12 19:54:10 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:54:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe44b2ca2d1_3d62192b196b9529c8131439@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 949e025f by gitlab-runner at 2021-01-13T00:54:06+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/949e025f1800b4b138b039eb2eafa1eb45c159ca -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/949e025f1800b4b138b039eb2eafa1eb45c159ca 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 Jan 12 19:55:35 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:55:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe450790dcc_3d62192b196ea58dc41316d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7bf5bc2e by gitlab-runner at 2021-01-13T00:55:31+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7bf5bc2ef275fa24390c4c63df905fda0e005bc7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7bf5bc2ef275fa24390c4c63df905fda0e005bc7 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 Jan 12 19:57:01 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:57:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe455d55742_3d62192b1967144230131849@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 59fc889b by gitlab-runner at 2021-01-13T00:56:56+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/59fc889b7e4dbaac38d13ebc17e909d04e7cf260 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/59fc889b7e4dbaac38d13ebc17e909d04e7cf260 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 Jan 12 19:58:42 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 00:58:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe45c2b9bee_3d62192b1967147868132064@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 97ff43b9 by gitlab-runner at 2021-01-13T00:58:37+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/97ff43b9113d7a64922f00c281b8d3076919088c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/97ff43b9113d7a64922f00c281b8d3076919088c 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 Jan 12 20:00:32 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:00:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe46305cf91_3d62192b196414b1dc132296@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 449cca82 by gitlab-runner at 2021-01-13T01:00:27+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/449cca827cb415a1b5c36acaa419a97c42d5b328 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/449cca827cb415a1b5c36acaa419a97c42d5b328 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 Jan 12 20:02:32 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:02:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe46a8f3e67_3d62192b196ea58dc4132417@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e34749d9 by gitlab-runner at 2021-01-13T01:02:27+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e34749d97db5e5bf845c89f9fc528d5c046c94be -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e34749d97db5e5bf845c89f9fc528d5c046c94be 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 Jan 12 20:04:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:04:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe471633b9d_3d62192b19671457481326d5@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 74a1ba4a by gitlab-runner at 2021-01-13T01:04:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/74a1ba4a577302d13a623addfb8f476de68b10fc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/74a1ba4a577302d13a623addfb8f476de68b10fc 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 Jan 12 20:06:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:06:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe47b077867_3d62192b19671478681328aa@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e9ed7b14 by gitlab-runner at 2021-01-13T01:06:50+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e9ed7b14a6753dee3b0f4a788eadb07f6645812d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e9ed7b14a6753dee3b0f4a788eadb07f6645812d 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 Jan 12 20:08:57 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:08:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe48296439f_3d62192b1971aa240813304d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 206f9c5b by gitlab-runner at 2021-01-13T01:08:52+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/206f9c5be626633d319d2ab7d9061f8a434fc6a3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/206f9c5be626633d319d2ab7d9061f8a434fc6a3 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 Jan 12 20:10:45 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:10:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe48954a2bc_3d62192b1967145748133244@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f35a49ad by gitlab-runner at 2021-01-13T01:10:39+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f35a49ad5f9d94392a706ab5ac3207e36ada12fd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f35a49ad5f9d94392a706ab5ac3207e36ada12fd 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 Jan 12 20:12:32 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:12:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe49007f88d_3d62192b1967145748133438@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c6d88008 by gitlab-runner at 2021-01-13T01:12:27+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c6d880081da7eb5df31cfe02052df6570d0c3a5f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c6d880081da7eb5df31cfe02052df6570d0c3a5f 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 Jan 12 20:14:27 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:14:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe497336ee0_3d62192b196ea58dc413396b@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5d3f8abe by gitlab-runner at 2021-01-13T01:14:22+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5d3f8abe482e6006629582b6727f51a33a058fb4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5d3f8abe482e6006629582b6727f51a33a058fb4 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 Jan 12 20:16:15 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:16:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe49df8ffd0_3d62192b196b9529c81341fb@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 9d5142e6 by gitlab-runner at 2021-01-13T01:16:10+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/9d5142e624b457a9f0a2f297f7c91651c68df905 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/9d5142e624b457a9f0a2f297f7c91651c68df905 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 Jan 12 20:18:01 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:18:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4a4950744_3d62192b196714423013435b@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 31780fc5 by gitlab-runner at 2021-01-13T01:17:55+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/31780fc591123fec136fd0fe21c444222ea2e368 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/31780fc591123fec136fd0fe21c444222ea2e368 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 Jan 12 20:19:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:19:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4abc129c2_3d62192b1971aa2408134570@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1ed36388 by gitlab-runner at 2021-01-13T01:19:50+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1ed3638859bb1e0f8fb134fad63c1dcf44e2f960 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1ed3638859bb1e0f8fb134fad63c1dcf44e2f960 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 Jan 12 20:21:44 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:21:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4b28ca957_3d62192b19731effc01347a1@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: b88e93db by gitlab-runner at 2021-01-13T01:21:39+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b88e93db71458964fd2189deff8396bfb15d173d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b88e93db71458964fd2189deff8396bfb15d173d 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 Jan 12 20:24:52 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:24:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4be4104fc_3d62192b1971aa2408134943@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7d50a13b by gitlab-runner at 2021-01-13T01:24:46+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7d50a13b001b816eb92465510f43a1ebb0f43f0d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7d50a13b001b816eb92465510f43a1ebb0f43f0d 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 Jan 12 20:26:36 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:26:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4c4cd9c62_3d62192b196714574813514c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ba3c2b21 by gitlab-runner at 2021-01-13T01:26:31+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ba3c2b21f3f95fe01c2b5f7187e405ffb0af94e8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ba3c2b21f3f95fe01c2b5f7187e405ffb0af94e8 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 Jan 12 20:28:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:28:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4cb392486_3d62192b196714423013532f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 9c0e3ad3 by gitlab-runner at 2021-01-13T01:28:13+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/9c0e3ad3396b912349f646b2377c36752e51d340 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/9c0e3ad3396b912349f646b2377c36752e51d340 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 Jan 12 20:29:55 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:29:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4d1371d71_3d62192b1967145748135597@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c138a136 by gitlab-runner at 2021-01-13T01:29:50+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c138a1360f6f3b07a5422efb6071f65b0138a7a2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c138a1360f6f3b07a5422efb6071f65b0138a7a2 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 Jan 12 20:31:51 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:31:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4d87241c8_3d62192b19689190541357e2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ba839e4d by gitlab-runner at 2021-01-13T01:31:45+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ba839e4d9916f62468deb51f5c288a6fb30d978e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ba839e4d9916f62468deb51f5c288a6fb30d978e 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 Jan 12 20:33:39 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:33:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4df35c05_3d62192b196891905413599c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7db74461 by gitlab-runner at 2021-01-13T01:33:33+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7db744617d57d033ce9955bbc5282afa8f6ffbe8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7db744617d57d033ce9955bbc5282afa8f6ffbe8 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 Jan 12 20:35:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:35:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4e698aa84_3d62192b196414b1dc136172@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 0decdb45 by gitlab-runner at 2021-01-13T01:35:31+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/0decdb45d923a865b3bfc4dacc30d14fd1369282 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/0decdb45d923a865b3bfc4dacc30d14fd1369282 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 Jan 12 20:37:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:37:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4ed2229d0_3d62192b196714574813636f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 3f5d046c by gitlab-runner at 2021-01-13T01:37:16+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/3f5d046ce79f19d14952802c6444626036c77fb6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/3f5d046ce79f19d14952802c6444626036c77fb6 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 Jan 12 20:39:03 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:39:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4f37bb6db_3d62192b19731effc0137068@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5e1e5f9e by gitlab-runner at 2021-01-13T01:38:57+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5e1e5f9eedfa8bbaa535dd311f3a7373163298d8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5e1e5f9eedfa8bbaa535dd311f3a7373163298d8 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 Jan 12 20:40:54 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:40:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe4fa621f89_3d62192b1972f14df0137294@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5c126e5a by gitlab-runner at 2021-01-13T01:40:47+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5c126e5aed87dc7c8e004aef54a6f5d12faad084 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5c126e5aed87dc7c8e004aef54a6f5d12faad084 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 Jan 12 20:42:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:42:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe500d10bb_3d62192b196e1310701374e0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: dd4f886e by gitlab-runner at 2021-01-13T01:42:31+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/dd4f886ea8c9ab135c0dc6fa399e3642d1420990 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/dd4f886ea8c9ab135c0dc6fa399e3642d1420990 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 Jan 12 20:44:00 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:44:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5060a977e_3d62192b1972f14df01376cf@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1a7b5fe1 by gitlab-runner at 2021-01-13T01:43:56+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1a7b5fe1615ebc96249e7baaee5de1b63c97a4bb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1a7b5fe1615ebc96249e7baaee5de1b63c97a4bb 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 Jan 12 20:45:29 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:45:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe50b974456_3d62192b19689190541378a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4c3e8539 by gitlab-runner at 2021-01-13T01:45:26+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4c3e8539d2f0d72301e9369127bd29471f33a82f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4c3e8539d2f0d72301e9369127bd29471f33a82f 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 Jan 12 20:47:13 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:47:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe512179779_3d62192b1972f14df013802e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ba9a8831 by gitlab-runner at 2021-01-13T01:47:08+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ba9a88319467c932076c8781b87f3da435c42d93 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ba9a88319467c932076c8781b87f3da435c42d93 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 Jan 12 20:49:25 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:49:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe51a5bc228_3d62192b1972f14df01382a1@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4444ddb9 by gitlab-runner at 2021-01-13T01:49:19+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4444ddb90d59c3cce6e74e5fe38406a50d22a6ca -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4444ddb90d59c3cce6e74e5fe38406a50d22a6ca 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 Jan 12 20:51:14 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:51:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe52126e13c_3d62192b196714574813845a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: c5fa1e4e by gitlab-runner at 2021-01-13T01:51:08+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/c5fa1e4efd6c5b6c5987055ee3de9408e738ef62 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/c5fa1e4efd6c5b6c5987055ee3de9408e738ef62 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 Jan 12 20:52:36 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:52:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5264cf5b3_3d62192b196e1310701386f3@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1d2e2fb6 by gitlab-runner at 2021-01-13T01:52:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1d2e2fb67bf28c78e422a0cc373c7860f1dbaa2c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1d2e2fb67bf28c78e422a0cc373c7860f1dbaa2c 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 Jan 12 20:54:29 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:54:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe52d5da2fb_3d62192b1971aa24081388b9@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4a808bdd by gitlab-runner at 2021-01-13T01:54:23+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4a808bdde50a0daa4263ab956a9b5d32173c135f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4a808bdde50a0daa4263ab956a9b5d32173c135f 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 Jan 12 20:56:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:56:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe534350db_3d62192b1971aa2408139068@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1b2675bb by gitlab-runner at 2021-01-13T01:56:13+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b2675bbbec957ea4122386e807b3bcf20f4b128 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b2675bbbec957ea4122386e807b3bcf20f4b128 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 Jan 12 20:58:20 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 01:58:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe53bcd523d_3d62192b1972f14df013925c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: fb5042d9 by gitlab-runner at 2021-01-13T01:58:15+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/fb5042d9c7df4b00cae83dae3c67e6b8ac425e8e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/fb5042d9c7df4b00cae83dae3c67e6b8ac425e8e 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 Jan 12 21:00:05 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:00:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe54255ac94_3d62192b196b9529c81394e6@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7482cfef by gitlab-runner at 2021-01-13T01:59:58+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7482cfef191cc5e60d053469191e6d164bece9a3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7482cfef191cc5e60d053469191e6d164bece9a3 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 Jan 12 21:01:31 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:01:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe547b6df81_3d62192b1967145748139660@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: af220c4a by gitlab-runner at 2021-01-13T02:01:25+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/af220c4a586047af96f2b1e1313f8f6dc10df631 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/af220c4a586047af96f2b1e1313f8f6dc10df631 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 Jan 12 21:03:23 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:03:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe54eb695c_3d62192b19671457481398d2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a4aaf179 by gitlab-runner at 2021-01-13T02:03:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a4aaf17973bbacec3c6bfcd0ad8badf37da1b09c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a4aaf17973bbacec3c6bfcd0ad8badf37da1b09c 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 Jan 12 21:04:45 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:04:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe553d5c567_3d62192b1972f14df0140011@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d57004b5 by gitlab-runner at 2021-01-13T02:04:39+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d57004b508c8ef1a992414ac1e23b2a526a8fb1d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d57004b508c8ef1a992414ac1e23b2a526a8fb1d 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 Jan 12 21:06:24 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:06:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe55a0e8f51_3d62192b196891905414025a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 52e7da24 by gitlab-runner at 2021-01-13T02:06:19+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/52e7da24710e8c70d6b24d4593c7a25a8ec98a57 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/52e7da24710e8c70d6b24d4593c7a25a8ec98a57 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 Jan 12 21:08:11 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:08:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe560b3df35_3d62192b196b9529c8140421@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 724973e0 by gitlab-runner at 2021-01-13T02:08:05+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/724973e048daabdc5a3b3f1edd27a1b93c181ad0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/724973e048daabdc5a3b3f1edd27a1b93c181ad0 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 Jan 12 21:10:00 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:10:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe56787d576_3d62192b1967144230140627@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 34bb6a28 by gitlab-runner at 2021-01-13T02:09:54+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/34bb6a281af7defe64a0dd5a4d852557ea31c872 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/34bb6a281af7defe64a0dd5a4d852557ea31c872 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 Jan 12 21:11:33 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:11:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe56d54a862_3d62192b1968919054140824@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 51aedb8a by gitlab-runner at 2021-01-13T02:11:30+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/51aedb8a2fef0bd10b17388c14da475d48640d95 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/51aedb8a2fef0bd10b17388c14da475d48640d95 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 Jan 12 21:13:53 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:13:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe57616fb4e_3d62192b1967144230141047@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ff2a3a7c by gitlab-runner at 2021-01-13T02:13:48+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ff2a3a7c2ad01f7c273207b33bb25f4ed6730dee -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ff2a3a7c2ad01f7c273207b33bb25f4ed6730dee 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 Jan 12 21:15:53 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:15:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe57d9ed9b9_3d62192b196b9529c81412aa@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 2716f2b1 by gitlab-runner at 2021-01-13T02:15:47+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2716f2b1d4e22a0b5668e20effe368931151ecb6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2716f2b1d4e22a0b5668e20effe368931151ecb6 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 Jan 12 21:19:17 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:19:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe58a54455_3d62192b1967144230141436@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4505ae43 by gitlab-runner at 2021-01-13T02:19:11+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4505ae43debab197459a6a856b4f9c36ce4a4de8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4505ae43debab197459a6a856b4f9c36ce4a4de8 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 Jan 12 21:20:38 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:20:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe58f6c8af2_3d62192b196ea58dc41416b8@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 355deb9b by gitlab-runner at 2021-01-13T02:20:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/355deb9b2336af34ac33dc50cfc4736bddc0af93 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/355deb9b2336af34ac33dc50cfc4736bddc0af93 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 Jan 12 21:24:34 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:24:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe59e214cf2_3d62192b196e131070141860@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d5fec4db by gitlab-runner at 2021-01-13T02:24:27+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d5fec4db1ba7cb475c9cdf846d673157c28ef4f8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d5fec4db1ba7cb475c9cdf846d673157c28ef4f8 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 Jan 12 21:26:47 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:26:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5a67c92de_3d62192b1971aa2408142047@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 694b03f1 by gitlab-runner at 2021-01-13T02:26:42+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/694b03f13cbdea003d69606b103bd50325195730 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/694b03f13cbdea003d69606b103bd50325195730 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 Jan 12 21:28:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:28:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5ad5eb6d1_3d62192b1971aa2408142236@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e05225fe by gitlab-runner at 2021-01-13T02:28:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e05225fe393762b861f6e5456c1b15f6b274d005 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e05225fe393762b861f6e5456c1b15f6b274d005 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 Jan 12 21:30:05 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:30:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5b2d317a2_3d62192b196b9529c81424b7@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4e0e4726 by gitlab-runner at 2021-01-13T02:29:58+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4e0e4726281d2e96f4777049fc8bf1b5474c3a35 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4e0e4726281d2e96f4777049fc8bf1b5474c3a35 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 Jan 12 21:31:38 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:31:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5b8a1e804_3d62192b1972f14df014263e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 931564e8 by gitlab-runner at 2021-01-13T02:31:32+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/931564e81fc7ff967e6b4683c67782077623e702 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/931564e81fc7ff967e6b4683c67782077623e702 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 Jan 12 21:33:05 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:33:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5be11f111_3d62192b196891905414281c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7a46fe34 by gitlab-runner at 2021-01-13T02:32:58+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7a46fe34e6cf4677bd285bbcfa5a089a78cf13bd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7a46fe34e6cf4677bd285bbcfa5a089a78cf13bd 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 Jan 12 21:34:28 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:34:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5c348c61b_3d62192b1967145748143099@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4034dc8b by gitlab-runner at 2021-01-13T02:34:21+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4034dc8bddaee6f95a49a0a96531faabcc22b2b1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4034dc8bddaee6f95a49a0a96531faabcc22b2b1 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 Jan 12 21:36:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:36:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5ca6831a5_3d62192b196ea58dc414402@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e9df1486 by gitlab-runner at 2021-01-13T02:36:16+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e9df1486ae3f0774e2f52401a4085341efaf4713 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e9df1486ae3f0774e2f52401a4085341efaf4713 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 Jan 12 21:38:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:38:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5d0e819c_3d62192b196c99586c14448d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1a84bcb6 by gitlab-runner at 2021-01-13T02:38:00+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1a84bcb6a1da7eac9ee59a8ce809bf744f0627a2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1a84bcb6a1da7eac9ee59a8ce809bf744f0627a2 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 Jan 12 21:40:03 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:40:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5d83a59e7_3d62192b196c99586c1446e5@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5722fa22 by gitlab-runner at 2021-01-13T02:39:57+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5722fa22695e6b817b8d05db0969b64daa8da570 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5722fa22695e6b817b8d05db0969b64daa8da570 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 Jan 12 21:42:00 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:42:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5df853d2e_3d62192b196c99586c144857@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e310db2e by gitlab-runner at 2021-01-13T02:41:53+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e310db2e1f132fe32df4aaa896d5be3a7f026687 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e310db2e1f132fe32df4aaa896d5be3a7f026687 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 Jan 12 21:43:31 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:43:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5e5328f5_3d62192b196891905414507d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 325fe79b by gitlab-runner at 2021-01-13T02:43:24+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/325fe79b3fa64adb523ab7f963fc34e759d58f12 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/325fe79b3fa64adb523ab7f963fc34e759d58f12 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 Jan 12 21:45:01 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:45:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5ead7417d_3d62192b196e1310701452b7@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5e74ca7d by gitlab-runner at 2021-01-13T02:44:55+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5e74ca7d3018ac63f33bda720539adfd374c56ef -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5e74ca7d3018ac63f33bda720539adfd374c56ef 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 Jan 12 21:46:41 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:46:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5f115a3a6_3d62192b196e131070145488@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 72d64c23 by gitlab-runner at 2021-01-13T02:46:35+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/72d64c23c5287c54d7c9e360c387c7a7521a13df -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/72d64c23c5287c54d7c9e360c387c7a7521a13df 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 Jan 12 21:48:13 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:48:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5f6d4b35c_3d62192b19671442301456d5@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 33269c6a by gitlab-runner at 2021-01-13T02:48:09+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/33269c6a8ac379d9490a334b4ff6912613a6ffae -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/33269c6a8ac379d9490a334b4ff6912613a6ffae 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 Jan 12 21:50:14 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:50:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe5fe6860b7_3d62192b19689c0494145894@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e306d17f by gitlab-runner at 2021-01-13T02:50:09+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e306d17f40e0c2fde5b0b6bcaf95e5ad4aca2f48 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e306d17f40e0c2fde5b0b6bcaf95e5ad4aca2f48 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 Jan 12 21:52:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:52:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe60561becb_3d62192b196ea58dc4146047@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: aa7bdc2b by gitlab-runner at 2021-01-13T02:51:59+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/aa7bdc2b7cabcf05e66e8b4fe9ba1408a1133169 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/aa7bdc2b7cabcf05e66e8b4fe9ba1408a1133169 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 Jan 12 21:53:50 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:53:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe60be483c6_3d62192b196c99586c146254@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ebd12394 by gitlab-runner at 2021-01-13T02:53:44+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ebd12394274a9709c602aee14924ccae1df6fe05 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ebd12394274a9709c602aee14924ccae1df6fe05 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 Jan 12 21:54:52 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:54:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe60fc97de8_3d62192b196b9529c81464a2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: b7ca3ef5 by gitlab-runner at 2021-01-13T02:54:48+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b7ca3ef5ed9c59df9ec8e7c08cd9dba61dc6099c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b7ca3ef5ed9c59df9ec8e7c08cd9dba61dc6099c 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 Jan 12 21:56:39 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:56:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6167197a5_3d62192b196b9529c81466b@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 3d4a820b by gitlab-runner at 2021-01-13T02:56:33+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/3d4a820b9a9da2d5e171b5a0fba9bb7a2c84d8f5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/3d4a820b9a9da2d5e171b5a0fba9bb7a2c84d8f5 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 Jan 12 21:58:24 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:58:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe61d0e5288_3d62192b196414b1dc1468a4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8cdcc515 by gitlab-runner at 2021-01-13T02:58:19+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8cdcc51512b25d2b113612263f1410e5711ada98 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8cdcc51512b25d2b113612263f1410e5711ada98 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 Jan 12 21:59:57 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 02:59:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe622d47d6e_3d62192b1967144230147035@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a9250fa2 by gitlab-runner at 2021-01-13T02:59:51+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a9250fa275d904f6e87d390361edd319e229a294 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a9250fa275d904f6e87d390361edd319e229a294 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 Jan 12 22:01:39 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:01:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe62938cf40_3d62192b196e131070147271@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4c7a78b3 by gitlab-runner at 2021-01-13T03:01:34+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4c7a78b38a01effb9c81b4553f51fcc08e45f6d1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4c7a78b38a01effb9c81b4553f51fcc08e45f6d1 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 Jan 12 22:03:10 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:03:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe62ee6f10e_3d62192b19689c0494147455@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 80de7113 by gitlab-runner at 2021-01-13T03:03:04+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/80de7113393193b097208e8c988b05c870f89399 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/80de7113393193b097208e8c988b05c870f89399 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 Jan 12 22:04:35 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:04:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6343deb3a_3d62192b196891905414763f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 88faaea3 by gitlab-runner at 2021-01-13T03:04:30+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/88faaea37904aee000bbdfa71795530ad4f569d0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/88faaea37904aee000bbdfa71795530ad4f569d0 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 Jan 12 22:06:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:06:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe63ae40508_3d62192b196e1310701478f4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a952f395 by gitlab-runner at 2021-01-13T03:06:16+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a952f395641bfdefe9bef55d6c1eb2d764b01436 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a952f395641bfdefe9bef55d6c1eb2d764b01436 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 Jan 12 22:07:51 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:07:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6407184c1_3d62192b196b9529c81480d2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 54a1abfc by gitlab-runner at 2021-01-13T03:07:45+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/54a1abfc9348140f53706f6c881762714cbdbecd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/54a1abfc9348140f53706f6c881762714cbdbecd 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 Jan 12 22:09:33 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:09:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe646dbd7d_3d62192b1972f14df0148277@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: b3a26136 by gitlab-runner at 2021-01-13T03:09:27+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b3a2613653464bc0467472330c0235b2af21ce1c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b3a2613653464bc0467472330c0235b2af21ce1c 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 Jan 12 22:11:17 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:11:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe64d58226f_3d62192b196e131070148419@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 3ce4e1a5 by gitlab-runner at 2021-01-13T03:11:11+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/3ce4e1a521bfaa6cea8ecb2e4c7542e21400eeba -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/3ce4e1a521bfaa6cea8ecb2e4c7542e21400eeba 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 Jan 12 22:12:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:12:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6513cb8ff_3d62192b196414b1dc1486c4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 3d1da626 by gitlab-runner at 2021-01-13T03:12:15+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/3d1da626a0b6d4989206b9f151c087470f31b820 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/3d1da626a0b6d4989206b9f151c087470f31b820 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 Jan 12 22:14:02 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:14:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe657ac6fc7_3d62192b196ea58dc41488f9@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 15773446 by gitlab-runner at 2021-01-13T03:13:55+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1577344610cd60bd90009eecc6bc874c56ab9cc5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1577344610cd60bd90009eecc6bc874c56ab9cc5 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 Jan 12 22:15:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:15:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe65ba1d65e_3d62192b196891905414907@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 76c96642 by gitlab-runner at 2021-01-13T03:15:01+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/76c96642fb08a1b3615651fbf5307861f3852095 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/76c96642fb08a1b3615651fbf5307861f3852095 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 Jan 12 22:16:48 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:16:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6620caee6_3d62192b1968919054149220@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 6858085b by gitlab-runner at 2021-01-13T03:16:45+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/6858085be79def182fb3d49892df2c2c6f01aa06 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/6858085be79def182fb3d49892df2c2c6f01aa06 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 Jan 12 22:18:31 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:18:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6687c73f_3d62192b196414b1dc1494fc@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 53edc905 by gitlab-runner at 2021-01-13T03:18:25+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/53edc905fbfe6263d2a0034de8c6c5671f3017ab -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/53edc905fbfe6263d2a0034de8c6c5671f3017ab 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 Jan 12 22:20:21 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:20:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe66f5d10ee_3d62192b196414b1dc14964c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4ad5ddd7 by gitlab-runner at 2021-01-13T03:20:16+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4ad5ddd76f766204a3711be81bfd65c7c7c0e153 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4ad5ddd76f766204a3711be81bfd65c7c7c0e153 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 Jan 12 22:22:11 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:22:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6763d6c02_3d62192b19689c04941498d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 6105a581 by gitlab-runner at 2021-01-13T03:22:05+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/6105a581e9c94ac869967e621b4ad51cee4dfbc1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/6105a581e9c94ac869967e621b4ad51cee4dfbc1 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 Jan 12 22:23:58 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:23:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe67ce8f657_3d62192b196c99586c1500b1@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a5821bb0 by gitlab-runner at 2021-01-13T03:23:52+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a5821bb0dfbed7618aeac19ae3a0b7e3ba43e429 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a5821bb0dfbed7618aeac19ae3a0b7e3ba43e429 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 Jan 12 22:25:43 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:25:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6837e652f_3d62192b1967144230150247@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 2c1ee9a9 by gitlab-runner at 2021-01-13T03:25:38+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2c1ee9a937c9ffc65860d9635e8cea3b4bf8f04b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2c1ee9a937c9ffc65860d9635e8cea3b4bf8f04b 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 Jan 12 22:27:27 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:27:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe689f48717_3d62192b19671442301504a2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 11d841f1 by gitlab-runner at 2021-01-13T03:27:21+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/11d841f1c53ba4055b403851ea5ff3ace2cee0e9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/11d841f1c53ba4055b403851ea5ff3ace2cee0e9 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 Jan 12 22:29:13 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:29:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe69092bb81_3d62192b19689c0494150614@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 333bd48f by gitlab-runner at 2021-01-13T03:29:07+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/333bd48fce94ca6b359f67671ba70fe4462c9b29 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/333bd48fce94ca6b359f67671ba70fe4462c9b29 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 Jan 12 22:30:55 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:30:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe696f87818_3d62192b196e1310701508f4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 61ca6609 by gitlab-runner at 2021-01-13T03:30:49+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/61ca6609f2a2b3408f2d7fc851c61baf5637e3ce -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/61ca6609f2a2b3408f2d7fc851c61baf5637e3ce 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 Jan 12 22:32:44 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:32:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe69dce3970_3d62192b19731effc015101c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1ee112c8 by gitlab-runner at 2021-01-13T03:32:38+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1ee112c86814c02659d7f12f3997248c0637d738 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1ee112c86814c02659d7f12f3997248c0637d738 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 Jan 12 22:34:32 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:34:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6a4816424_3d62192b196b9529c8151280@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 44073689 by gitlab-runner at 2021-01-13T03:34:26+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/44073689cdad9da2844b86edd581b7e945a7dc51 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/44073689cdad9da2844b86edd581b7e945a7dc51 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 Jan 12 22:36:16 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:36:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6ab0544f0_3d62192b1972f14df015146f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8f06308d by gitlab-runner at 2021-01-13T03:36:10+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8f06308d8b9fbdaaadd5e12359790832d90d5944 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8f06308d8b9fbdaaadd5e12359790832d90d5944 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 Jan 12 22:38:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:38:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6b1ccbcb0_3d62192b19731effc015166c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: deecb212 by gitlab-runner at 2021-01-13T03:37:59+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/deecb21219d0f0d4980182944a188854a6ef7f07 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/deecb21219d0f0d4980182944a188854a6ef7f07 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 Jan 12 22:39:55 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:39:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6b8bd4110_3d62192b196891905415184e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 9b16f472 by gitlab-runner at 2021-01-13T03:39:49+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/9b16f4722da4a17da5f165107ca9ba6c4ab551e6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/9b16f4722da4a17da5f165107ca9ba6c4ab551e6 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 Jan 12 22:42:00 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:42:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6c083803e_3d62192b196414b1dc1520c6@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7c4b923a by gitlab-runner at 2021-01-13T03:41:54+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7c4b923a8bb96fb8406d9faac918bae6f5a18ddd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7c4b923a8bb96fb8406d9faac918bae6f5a18ddd 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 Jan 12 22:43:57 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:43:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6c7d3f578_3d62192b196414b1dc1522aa@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 653334de by gitlab-runner at 2021-01-13T03:43:50+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/653334de0c0518b2e58b75ead2c76eea97b1e0fe -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/653334de0c0518b2e58b75ead2c76eea97b1e0fe 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 Jan 12 22:45:47 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:45:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6cebbf0e4_3d62192b1968919054152452@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: df976ff9 by gitlab-runner at 2021-01-13T03:45:41+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/df976ff9d6b42f6668326e333e385970d5508e68 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/df976ff9d6b42f6668326e333e385970d5508e68 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 Jan 12 22:47:39 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:47:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6d5b288fa_3d62192b19689c049415264e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e67e1cd9 by gitlab-runner at 2021-01-13T03:47:33+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e67e1cd912bf34d88682bdb50d5062cfd9ea7547 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e67e1cd912bf34d88682bdb50d5062cfd9ea7547 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 Jan 12 22:49:25 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:49:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6dc559b0e_3d62192b196b9529c81528f6@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f2012e05 by gitlab-runner at 2021-01-13T03:49:19+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f2012e0594b4edbc1b357aa24d41e3dd62b833d5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f2012e0594b4edbc1b357aa24d41e3dd62b833d5 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 Jan 12 22:51:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:51:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6e3abbd80_3d62192b19731effc01530a4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 30203bc4 by gitlab-runner at 2021-01-13T03:51:16+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/30203bc4093970d7e1aa93a46126d0e0f1031af8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/30203bc4093970d7e1aa93a46126d0e0f1031af8 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 Jan 12 22:53:18 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:53:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6eae4ec6c_3d62192b19671442301532d1@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 03ca0c4e by gitlab-runner at 2021-01-13T03:53:12+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/03ca0c4e9bf61aaba30e8e6f94c4480cf3ac19bc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/03ca0c4e9bf61aaba30e8e6f94c4480cf3ac19bc 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 Jan 12 22:55:27 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:55:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6f2f77186_3d62192b19731effc0153469@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 0476b764 by gitlab-runner at 2021-01-13T03:55:21+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/0476b764d1310d9821e2a3d119d1c514e9fd89fc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/0476b764d1310d9821e2a3d119d1c514e9fd89fc 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 Jan 12 22:57:25 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:57:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe6fa5d45e8_3d62192b1968919054153658@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 60b2b613 by gitlab-runner at 2021-01-13T03:57:19+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/60b2b613c6432d0138e60c4e7934b2629d4f3ca7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/60b2b613c6432d0138e60c4e7934b2629d4f3ca7 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 Jan 12 22:58:56 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 03:58:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe700070819_3d62192b196c99586c153863@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 44078dcd by gitlab-runner at 2021-01-13T03:58:52+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/44078dcd5444bb03f31de7956d6d4372f28f574c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/44078dcd5444bb03f31de7956d6d4372f28f574c 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 Jan 12 23:00:24 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:00:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe70582b35c_3d62192b196714423015408f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 816e8893 by gitlab-runner at 2021-01-13T04:00:16+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/816e88934d7eca8aadbc2561fa49e71265777969 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/816e88934d7eca8aadbc2561fa49e71265777969 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 Jan 12 23:02:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:02:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe70be1b275_3d62192b196ea58dc415426@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 53135ce3 by gitlab-runner at 2021-01-13T04:02:00+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/53135ce336dbd99590f8b84bf56fcd9a1c2d60ab -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/53135ce336dbd99590f8b84bf56fcd9a1c2d60ab 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 Jan 12 23:03:55 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:03:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe712b3eddc_3d62192b196414b1dc154484@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f861da64 by gitlab-runner at 2021-01-13T04:03:49+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f861da64bc5a4675cb20106a03f28459722ee9cc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f861da64bc5a4675cb20106a03f28459722ee9cc 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 Jan 12 23:05:41 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:05:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe719566c42_3d62192b19671442301546f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: b090e5c2 by gitlab-runner at 2021-01-13T04:05:34+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/b090e5c2851902e8d1c75f25a38bd17851bdd979 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/b090e5c2851902e8d1c75f25a38bd17851bdd979 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 Jan 12 23:07:24 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:07:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe71fcc3da6_3d62192b196b9529c815483f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: fbeb0c64 by gitlab-runner at 2021-01-13T04:07:19+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/fbeb0c64976ea9449a6f89710dc387c5de8cfc4d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/fbeb0c64976ea9449a6f89710dc387c5de8cfc4d 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 Jan 12 23:09:10 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:09:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe726694805_3d62192b196b9529c8155032@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 2ba515c0 by gitlab-runner at 2021-01-13T04:09:04+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2ba515c015f53b1a4ffcb82704621426675e86fb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2ba515c015f53b1a4ffcb82704621426675e86fb 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 Jan 12 23:11:00 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:11:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe72d4b95fb_3d62192b196b9529c81552fa@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a71a91ae by gitlab-runner at 2021-01-13T04:10:53+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a71a91aef5c48413f784fb91c3435b8fd1fa6ce1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a71a91aef5c48413f784fb91c3435b8fd1fa6ce1 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 Jan 12 23:12:47 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:12:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe733f4e9d3_3d62192b196c99586c1554a2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 35239350 by gitlab-runner at 2021-01-13T04:12:41+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/35239350f27037bdae4d6e5527f28678c03d275e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/35239350f27037bdae4d6e5527f28678c03d275e 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 Jan 12 23:14:32 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:14:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe73a8a0679_3d62192b196891905415563b@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 2f16e022 by gitlab-runner at 2021-01-13T04:14:26+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2f16e022ad394a293358d1f03bf7288bc40ee2f0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2f16e022ad394a293358d1f03bf7288bc40ee2f0 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 Jan 12 23:15:35 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:15:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe73e71f149_3d62192b196c99586c1558ea@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 648fdedd by gitlab-runner at 2021-01-13T04:15:30+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/648fdedd2da9e96934a545e81eb0595246cfa7f7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/648fdedd2da9e96934a545e81eb0595246cfa7f7 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 Jan 12 23:17:24 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:17:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe745429a63_3d62192b196714423015602@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1b3e519e by gitlab-runner at 2021-01-13T04:17:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b3e519e886193e14d6383527f41977bff448fff -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1b3e519e886193e14d6383527f41977bff448fff 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 Jan 12 23:19:01 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:19:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe74b5359e5_3d62192b1972f14df0156242@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7afaf96b by gitlab-runner at 2021-01-13T04:18:55+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7afaf96b6dc39136278ae15b377ab0d296ab5991 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7afaf96b6dc39136278ae15b377ab0d296ab5991 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 Jan 12 23:21:02 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:21:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe752ee500d_3d62192b196414b1dc15649d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 6b66432a by gitlab-runner at 2021-01-13T04:20:56+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/6b66432a507b4595b6211287d17e6330bc885ba9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/6b66432a507b4595b6211287d17e6330bc885ba9 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 Jan 12 23:22:39 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:22:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe758f350c1_3d62192b19689c0494156625@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 00119ac8 by gitlab-runner at 2021-01-13T04:22:33+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/00119ac823bfe8b04ecbf100379ecc997de54e92 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/00119ac823bfe8b04ecbf100379ecc997de54e92 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 Jan 12 23:24:08 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:24:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe75e82f93a_3d62192b196e13107015683a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 3406c9fc by gitlab-runner at 2021-01-13T04:24:03+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/3406c9fcc71eea931863dc61ed2c3dfa716184fc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/3406c9fcc71eea931863dc61ed2c3dfa716184fc 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 Jan 12 23:25:53 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:25:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7651c2c6e_3d62192b19689c04941570b0@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f2d58954 by gitlab-runner at 2021-01-13T04:25:49+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f2d589541efc90f560f5965de5641e8ce7f155a5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f2d589541efc90f560f5965de5641e8ce7f155a5 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 Jan 12 23:27:41 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:27:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe76bd7cfd9_3d62192b196b9529c81572a4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 22159f85 by gitlab-runner at 2021-01-13T04:27:34+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/22159f854ae0f5052c4fef76e2ab23931cb360f7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/22159f854ae0f5052c4fef76e2ab23931cb360f7 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 Jan 12 23:28:44 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:28:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe76fc73a90_3d62192b19731effc0157418@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ec1f46ee by gitlab-runner at 2021-01-13T04:28:39+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ec1f46ee3ae8822e1fc6fbd39fd649370f680d73 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ec1f46ee3ae8822e1fc6fbd39fd649370f680d73 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 Jan 12 23:30:14 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:30:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe775650925_3d62192b196b9529c815761a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 38305c73 by gitlab-runner at 2021-01-13T04:30:06+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/38305c739c2e302df4bd3e4d653a5c34e0c9e314 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/38305c739c2e302df4bd3e4d653a5c34e0c9e314 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 Jan 12 23:31:38 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:31:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe77aa8ea31_3d62192b1972f14df01578f2@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e98d18fe by gitlab-runner at 2021-01-13T04:31:31+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e98d18fef476879e667b1c1e24a197cfce329809 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e98d18fef476879e667b1c1e24a197cfce329809 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 Jan 12 23:33:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:33:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe780013f95_3d62192b1972f14df0158067@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 11cf1f7b by gitlab-runner at 2021-01-13T04:32:58+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/11cf1f7b02bddd0daf57717bb812d8d04495d0f9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/11cf1f7b02bddd0daf57717bb812d8d04495d0f9 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 Jan 12 23:34:36 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:34:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe785cda25c_3d62192b196e13107015828a@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: a50ed126 by gitlab-runner at 2021-01-13T04:34:33+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/a50ed126e593f5d1713314e16022ba475c3cb0c3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/a50ed126e593f5d1713314e16022ba475c3cb0c3 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 Jan 12 23:36:34 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:36:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe78d2e3e4e_3d62192b196414b1dc1584ca@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: fec0146a by gitlab-runner at 2021-01-13T04:36:29+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/fec0146aea5aad420a0544c15679e9dafd5dab72 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/fec0146aea5aad420a0544c15679e9dafd5dab72 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 Jan 12 23:38:23 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:38:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe793f56f7f_3d62192b196c99586c158756@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 95471234 by gitlab-runner at 2021-01-13T04:38:17+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/95471234ba7a505963557bea98983cfb5c907221 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/95471234ba7a505963557bea98983cfb5c907221 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 Jan 12 23:39:50 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:39:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7997fc_3d62192b19689c049415898e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: fe975ba2 by gitlab-runner at 2021-01-13T04:39:45+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/fe975ba210dfa6e5d35db11f014b4bd35ca77b26 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/fe975ba210dfa6e5d35db11f014b4bd35ca77b26 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 Jan 12 23:41:14 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:41:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe79ea2cfc_3d62192b19731effc01591b5@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 7c48f8aa by gitlab-runner at 2021-01-13T04:41:07+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/7c48f8aa007f5b1b3d94d95fc0e1df6cc2db52bb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/7c48f8aa007f5b1b3d94d95fc0e1df6cc2db52bb 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 Jan 12 23:42:27 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:42:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7a33ef20_3d62192b196e131070159371@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 1e983993 by gitlab-runner at 2021-01-13T04:42:21+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/1e9839936fdcd734619d706b8fd375fccf17e1ff -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/1e9839936fdcd734619d706b8fd375fccf17e1ff 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 Jan 12 23:43:53 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:43:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7a891f39e_3d62192b19689c04941595e7@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8f2a40f0 by gitlab-runner at 2021-01-13T04:43:47+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8f2a40f072309cd3e0e6d36cbd602940a1d7c5be -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8f2a40f072309cd3e0e6d36cbd602940a1d7c5be 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 Jan 12 23:45:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:45:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7af1556f_3d62192b19731effc01597d8@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4b6293c0 by gitlab-runner at 2021-01-13T04:45:30+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4b6293c0212b6fa55271d385ed2bf15a6917b924 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4b6293c0212b6fa55271d385ed2bf15a6917b924 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 Jan 12 23:47:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:47:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7b48ebf31_3d62192b19689c0494159963@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: cb2ab974 by gitlab-runner at 2021-01-13T04:47:00+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/cb2ab9743b773bb08deef93e58057f4f164316eb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/cb2ab9743b773bb08deef93e58057f4f164316eb 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 Jan 12 23:48:52 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:48:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7bb4813d1_3d62192b196c99586c1601d4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 62d40302 by gitlab-runner at 2021-01-13T04:48:46+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/62d403028537a894ad19377aa434ad0f829e8af8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/62d403028537a894ad19377aa434ad0f829e8af8 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 Jan 12 23:50:19 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:50:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7c0b2b7c_3d62192b196e131070160360@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 13cbadd5 by gitlab-runner at 2021-01-13T04:50:12+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/13cbadd53e6732008ccde5ab46d350b21f0c04a1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/13cbadd53e6732008ccde5ab46d350b21f0c04a1 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 Jan 12 23:51:44 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:51:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7c608ae18_3d62192b196414b1dc160518@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: cf2d881f by gitlab-runner at 2021-01-13T04:51:39+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/cf2d881ff045d2aca8dbe3e7fb4cea056b9b8f0e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/cf2d881ff045d2aca8dbe3e7fb4cea056b9b8f0e 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 Jan 12 23:53:10 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:53:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7cb6efef7_3d62192b19689c0494160767@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5e8b29af by gitlab-runner at 2021-01-13T04:53:05+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5e8b29afaa07d2f1c8eefade76d3d6e3b53438c9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5e8b29afaa07d2f1c8eefade76d3d6e3b53438c9 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 Jan 12 23:55:01 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:55:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7d2532edb_3d62192b1968919054160923@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e444b539 by gitlab-runner at 2021-01-13T04:54:53+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e444b539041a09d8dc5f13963a700f0dbefa25fe -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e444b539041a09d8dc5f13963a700f0dbefa25fe 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 Jan 12 23:56:50 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:56:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7d92201a1_3d62192b196414b1dc16116e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e77708e8 by gitlab-runner at 2021-01-13T04:56:44+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e77708e8ab39ad8f9d844c431418d7bea67262c8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e77708e8ab39ad8f9d844c431418d7bea67262c8 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 Jan 12 23:58:43 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 04:58:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7e033c72b_3d62192b196c99586c161345@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4d2ad9e8 by gitlab-runner at 2021-01-13T04:58:37+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4d2ad9e8bf923f00c8ea01f80125c4a41847b412 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4d2ad9e8bf923f00c8ea01f80125c4a41847b412 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 Jan 13 00:00:16 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:00:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7e608aef0_3d62192b19731effc016152f@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: ad531c45 by gitlab-runner at 2021-01-13T05:00:12+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/ad531c4504f1282336dc5fce00914de00f9e272f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/ad531c4504f1282336dc5fce00914de00f9e272f 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 Jan 13 00:02:02 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:02:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7eca1fb8e_3d62192b19689190541617da@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 8294ef98 by gitlab-runner at 2021-01-13T05:01:58+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/8294ef98ac04a6455e942169c4427d1afa460207 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/8294ef98ac04a6455e942169c4427d1afa460207 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 Jan 13 00:04:15 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:04:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7f4f9814f_3d62192b196b9529c816192e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 13a9656a by gitlab-runner at 2021-01-13T05:04:09+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/13a9656ab323cf6f3ba22583074e4ba49e200d5d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/13a9656ab323cf6f3ba22583074e4ba49e200d5d 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 Jan 13 00:06:04 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:06:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe7fbcef12a_3d62192b19671442301621b@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: af252d35 by gitlab-runner at 2021-01-13T05:05:58+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/af252d35a7e1c0486210153f114bc2f5ded5ea05 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/af252d35a7e1c0486210153f114bc2f5ded5ea05 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 Jan 13 00:07:47 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:07:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe80232e776_3d62192b196891905416233e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 29ff7491 by gitlab-runner at 2021-01-13T05:07:41+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/29ff7491cf306d210e72f1f7cdd24b67de695086 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/29ff7491cf306d210e72f1f7cdd24b67de695086 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 Jan 13 00:09:37 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:09:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe80911837a_3d62192b196ea58dc416257b@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: de3c18e0 by gitlab-runner at 2021-01-13T05:09:29+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/de3c18e0640432a7a2138d325179ddaae34168ec -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/de3c18e0640432a7a2138d325179ddaae34168ec 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 Jan 13 00:11:34 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:11:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe810691992_3d62192b19731effc016273c@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: cefcaca8 by gitlab-runner at 2021-01-13T05:11:28+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/cefcaca806fdc06fd2e3bae2f431367342421482 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/cefcaca806fdc06fd2e3bae2f431367342421482 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 Jan 13 00:13:16 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:13:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe816c9d46c_3d62192b196ea58dc41629d4@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 2698cbd8 by gitlab-runner at 2021-01-13T05:13:12+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2698cbd8252c69fb19c3100c9fd02444eccd59ff -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2698cbd8252c69fb19c3100c9fd02444eccd59ff 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 Jan 13 00:15:06 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:15:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe81da18516_3d62192b196c99586c1631cd@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 9e312f46 by gitlab-runner at 2021-01-13T05:14:59+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/9e312f46be5015d733101f555e60598169804a3f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/9e312f46be5015d733101f555e60598169804a3f 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 Jan 13 00:16:29 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:16:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe822d562f6_3d62192b19731effc01633ca@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 96b90412 by gitlab-runner at 2021-01-13T05:16:23+00:00 render site via gitlab runner - - - - - 7 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/96b90412e0771becd72e44dafa2fc8515d1560ba -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/96b90412e0771becd72e44dafa2fc8515d1560ba 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 Jan 13 00:18:00 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:18:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe82885650f_3d62192b196ea58dc41635cd@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: f3928c04 by gitlab-runner at 2021-01-13T05:17:54+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/f3928c0407b36201b776df1965316376c86d945e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/f3928c0407b36201b776df1965316376c86d945e 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 Jan 13 00:19:55 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:19:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe82fba18c5_3d62192b196714423016379d@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: d34b1033 by gitlab-runner at 2021-01-13T05:19:49+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/d34b1033ed066fa1b4902335f5dc9ca575fd97b5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/d34b1033ed066fa1b4902335f5dc9ca575fd97b5 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 Jan 13 00:21:26 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:21:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe8356c4e43_3d62192b196c99586c163912@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 53fc3cf1 by gitlab-runner at 2021-01-13T05:21:22+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/53fc3cf1be8fae96804f88a5b8b7345318eca79d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/53fc3cf1be8fae96804f88a5b8b7345318eca79d 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 Jan 13 00:23:21 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:23:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe83c9cafac_3d62192b196b9529c816418@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 5287fb57 by gitlab-runner at 2021-01-13T05:23:14+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/5287fb57178a5dfab543e0decac16faa962ca770 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/5287fb57178a5dfab543e0decac16faa962ca770 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 Jan 13 00:25:22 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:25:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe844273818_3d62192b19731effc0164399@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: e201fc12 by gitlab-runner at 2021-01-13T05:25:15+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/e201fc1208ead5b052b76ca61bf3e2d9108d1b71 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/e201fc1208ead5b052b76ca61bf3e2d9108d1b71 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 Jan 13 00:26:46 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:26:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe849660d4e_3d62192b196b9529c8164540@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: de29298a by gitlab-runner at 2021-01-13T05:26:41+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/de29298a45ea95ae2973376d4267979e46929da6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/de29298a45ea95ae2973376d4267979e46929da6 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 Jan 13 00:28:30 2021 From: foss at heptapod.net (CI_PUSH) Date: Wed, 13 Jan 2021 05:28:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] render site via gitlab runner Message-ID: <5ffe84fea7dcb_3d62192b19731effc016472e@heptapod-foss.mail> CI_PUSH pushed to branch branch/default at PyPy / pypy.org Commits: 4c112e61 by gitlab-runner at 2021-01-13T05:28:24+00:00 render site via gitlab runner - - - - - 8 changed files: - public/compat.html - public/download_advanced.html - public/features.html - public/howtohelp.html - public/performance.html - public/rss.xml - public/sitemap.xml - public/sitemapindex.xml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/4c112e614091497726ff6d8a9c8dea650f29c386 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/4c112e614091497726ff6d8a9c8dea650f29c386 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 Jan 13 00:34:01 2021 From: foss at heptapod.net (Matti Picus) Date: Wed, 13 Jan 2021 05:34:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy.org][branch/default] add [skip ci] Message-ID: <5ffe8649a4544_3d62192b19689190541649f1@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 2ecbf931 by Matti Picus at 2021-01-13T07:28:18+02:00 add [skip ci] - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/-/commit/2ecbf931eaaca72ef54edc922907cefa01a62a50 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy.org/-/commit/2ecbf931eaaca72ef54edc922907cefa01a62a50 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 Jan 13 00:43:11 2021 From: foss at heptapod.net (Matti Picus) Date: Wed, 13 Jan 2021 05:43:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3.7-win64-cpyext-longobject Message-ID: <5ffe886fb16b2_3d62192b1972f14df01656a5@heptapod-foss.mail> Matti Picus deleted branch branch/py3.7-win64-cpyext-longobject 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 Wed Jan 13 00:43:14 2021 From: foss at heptapod.net (Matti Picus) Date: Wed, 13 Jan 2021 05:43:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: win64 fixes for cpyext.longobject Message-ID: <5ffe88725376_3d62192b196414b1dc1658e8@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d1d95403 by nulano at 2021-01-11T20:56:45+01:00 win64 fixes for cpyext.longobject --HG-- branch : py3.7-win64-cpyext-longobject - - - - - 02b64803 by nulano at 2021-01-11T20:57:13+01:00 fix PyBuffer_FillInfo signature --HG-- branch : py3.7-win64-cpyext-longobject - - - - - 09da3ec7 by nulano at 2021-01-12T12:39:07+01:00 fix cpyext.test_longobject maxlong --HG-- branch : py3.7-win64-cpyext-longobject - - - - - 659b8409 by Matti Picus at 2021-01-13T07:42:04+02:00 document and close branch to be merged --HG-- branch : py3.7-win64-cpyext-longobject - - - - - 524b3ddd by Matti Picus at 2021-01-13T07:42:50+02:00 merge py3.7-win64-cpyext-longobject which fixes cpyext.longobject for win64 --HG-- branch : py3.7 - - - - - 4 changed files: - pypy/doc/whatsnew-pypy3-head.rst - pypy/module/cpyext/buffer.py - pypy/module/cpyext/longobject.py - pypy/module/cpyext/test/test_longobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/f571351456ad27d1dbb0e7325109a0e4fd70347a...524b3ddd3f21b2f9ab327ed510e9bed8a358f7f9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f571351456ad27d1dbb0e7325109a0e4fd70347a...524b3ddd3f21b2f9ab327ed510e9bed8a358f7f9 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 Jan 13 08:21:10 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 13 Jan 2021 13:21:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix translation (zip isn't rpython) Message-ID: <5ffef3c68924a_3d62192b1966fd4198173040@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: bf145ad6 by Carl Friedrich Bolz-Tereick at 2021-01-13T14:20:49+01:00 fix translation (zip isn't rpython) --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/tools/asdl_py.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/bf145ad6b16d38621cfe4adee7cb5aaf4770ea24 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bf145ad6b16d38621cfe4adee7cb5aaf4770ea24 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 Jan 14 05:22:48 2021 From: foss at heptapod.net (Ricky Zhou) Date: Thu, 14 Jan 2021 10:22:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-big-sur-dyld-cache Message-ID: <60001b78588c_19326a73c958da@heptapod-foss.mail> Ricky Zhou pushed new branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-big-sur-dyld-cache 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 Jan 14 05:36:03 2021 From: foss at heptapod.net (Ricky Zhou) Date: Thu, 14 Jan 2021 10:36:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-big-sur-dyld-cache] minor cleanup Message-ID: <60001e93be0ad_1932814f097352@heptapod-foss.mail> Ricky Zhou pushed to branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy Commits: 249ca2f7 by Ricky Zhou at 2021-01-14T02:35:24-08:00 minor cleanup - Only define _ctypes._dyld_shared_cache_contains_path if the function is available. - Do platform filtering in _ctypes/_ctypes_build.py only. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 2 changed files: - lib_pypy/_ctypes/__init__.py - lib_pypy/pypy_tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/249ca2f72aa6b0d3331d97f7f73dfcc1b35342d8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/249ca2f72aa6b0d3331d97f7f73dfcc1b35342d8 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 Jan 14 05:44:19 2021 From: foss at heptapod.net (Ricky Zhou) Date: Thu, 14 Jan 2021 10:44:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-big-sur-dyld-cache] Remove unused import. Message-ID: <60002083b201d_193286f7c980b0@heptapod-foss.mail> Ricky Zhou pushed to branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy Commits: 5cf6930e by Ricky Zhou at 2021-01-14T02:43:57-08:00 Remove unused import. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 1 changed file: - lib_pypy/_ctypes/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/5cf6930e9261e1564212ba303eb8196d369301ba -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5cf6930e9261e1564212ba303eb8196d369301ba 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 Jan 14 19:36:07 2021 From: foss at heptapod.net (Dan Villiom Podlaski Christiansen) Date: Fri, 15 Jan 2021 00:36:07 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7-big-sur-dyld-cache/py3.7-big-sur-dyld-cache-fixed Message-ID: <6000e3773b26c_19344c12c11615f@heptapod-foss.mail> Dan Villiom Podlaski Christiansen pushed new branch topic/py3.7-big-sur-dyld-cache/py3.7-big-sur-dyld-cache-fixed at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.7-big-sur-dyld-cache/py3.7-big-sur-dyld-cache-fixed 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 Jan 14 19:37:26 2021 From: foss at heptapod.net (Dan Villiom Podlaski Christiansen) Date: Fri, 15 Jan 2021 00:37:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/big-sur-dyld-cache Message-ID: <6000e3c619bcc_1934555881163fe@heptapod-foss.mail> Dan Villiom Podlaski Christiansen pushed new branch topic/default/big-sur-dyld-cache at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/topic/default/big-sur-dyld-cache 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 Jan 15 04:29:48 2021 From: foss at heptapod.net (Ricky Zhou) Date: Fri, 15 Jan 2021 09:29:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-big-sur-dyld-cache] Fix building from scratch on Big Sur Message-ID: <6001608c9569c_19353964812004@heptapod-foss.mail> Ricky Zhou pushed to branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy Commits: 6c90bb88 by Dan Villiom Podlaski Christiansen at 2021-01-15T01:30:28+01:00 Fix building from scratch on Big Sur - The proper module name for the ctypes module is `_ctypes._ctypes_cffi` - Don't rely in `dict` order. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/6c90bb8885bf21e172bd6d5c3261b7ec33c01662 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6c90bb8885bf21e172bd6d5c3261b7ec33c01662 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 Jan 15 06:02:28 2021 From: foss at heptapod.net (Ricky Zhou) Date: Fri, 15 Jan 2021 11:02:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7-big-sur-dyld-cache/weak_import Message-ID: <60017644cdd4c_19357b0c0123230@heptapod-foss.mail> Ricky Zhou pushed new branch topic/py3.7-big-sur-dyld-cache/weak_import at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.7-big-sur-dyld-cache/weak_import 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 Jan 15 07:37:24 2021 From: foss at heptapod.net (Ricky Zhou) Date: Fri, 15 Jan 2021 12:37:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-big-sur-dyld-cache] Use _dyld_shared_cache_contains_path via a weak import. Message-ID: <60018c84ab75_19360773c126885@heptapod-foss.mail> Ricky Zhou pushed to branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy Commits: a1021687 by Ricky Zhou at 2021-01-15T03:02:07-08:00 Use _dyld_shared_cache_contains_path via a weak import. This way, the _ctypes CFFI module can be built on macOS 11 and function properly on 10.15 (and vice-versa). --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 2 changed files: - lib_pypy/_ctypes/__init__.py - lib_pypy/_ctypes/_ctypes_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a10216877083da561c009a1054e1a50906807271 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a10216877083da561c009a1054e1a50906807271 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 Jan 15 11:54:08 2021 From: foss at heptapod.net (Armin Rigo) Date: Fri, 15 Jan 2021 16:54:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] Issue #3378: crypt() accepts str but encodes them in utf-8. It also returns a str Message-ID: <6001c8b0ca78d_1936c2618139282@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.7 at PyPy / pypy Commits: c63da169 by Armin Rigo at 2021-01-15T17:52:45+01:00 Issue #3378: crypt() accepts str but encodes them in utf-8. It also returns a str --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_crypt/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/c63da169246ed972fe90e1c289fc2378236fa852 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c63da169246ed972fe90e1c289fc2378236fa852 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 Jan 15 13:37:59 2021 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 15 Jan 2021 18:37:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy] Don't crash when importing a defective module Message-ID: <6001e107b62cc_1936ffea014457@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy at PyPy / pypy Commits: 55925cc9 by Ronan Lamy at 2021-01-15T18:37:32+00:00 Don't crash when importing a defective module --HG-- branch : hpy - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/test/test_extra.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/55925cc909bf5311994165b3c9377a9cab47e2fa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/55925cc909bf5311994165b3c9377a9cab47e2fa 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 Jan 15 21:51:59 2021 From: foss at heptapod.net (Ricky Zhou) Date: Sat, 16 Jan 2021 02:51:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-big-sur-dyld-cache] Build _ctypes._ctypes_cffi on all macOS releases. Message-ID: <600254cf33158_193832a0c1528dd@heptapod-foss.mail> Ricky Zhou pushed to branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy Commits: b79dd65d by Ricky Zhou at 2021-01-15T18:51:41-08:00 Build _ctypes._ctypes_cffi on all macOS releases. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 1 changed file: - lib_pypy/_ctypes/_ctypes_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/b79dd65d5a6ff25d61114c1825d0abbc3ae83ddc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b79dd65d5a6ff25d61114c1825d0abbc3ae83ddc 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 Jan 15 21:58:49 2021 From: foss at heptapod.net (Ricky Zhou) Date: Sat, 16 Jan 2021 02:58:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-big-sur-dyld-cache] Enable/disable _ctypes_build.py in build_cffi_imports.py. Message-ID: <6002566960663_193836fe4153238@heptapod-foss.mail> Ricky Zhou pushed to branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy Commits: 1c4ebed8 by Ricky Zhou at 2021-01-15T18:58:07-08:00 Enable/disable _ctypes_build.py in build_cffi_imports.py. If a CFFI module is enabled in build_cffi_imports.py, then it must be built, as the script will fail if it cannot import it. Move the logic for enabling/disabling the module out from _ctypes_build.py to build_cffi_imports.py. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 2 changed files: - lib_pypy/_ctypes/_ctypes_build.py - lib_pypy/pypy_tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1c4ebed8ae47b5122da894b6fb8f877c384db8a1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1c4ebed8ae47b5122da894b6fb8f877c384db8a1 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 Jan 15 22:01:53 2021 From: foss at heptapod.net (Ricky Zhou) Date: Sat, 16 Jan 2021 03:01:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-big-sur-dyld-cache] Fix typo in comment. Message-ID: <600257212efd2_19383b5d0153673@heptapod-foss.mail> Ricky Zhou pushed to branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy Commits: 1a23e6ef by Ricky Zhou at 2021-01-15T19:01:29-08:00 Fix typo in comment. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1a23e6efa4eaa7d325fdf8fff7c1aacf0f7f2190 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1a23e6efa4eaa7d325fdf8fff7c1aacf0f7f2190 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 Jan 16 09:38:06 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 16 Jan 2021 14:38:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] Partial revert of ASYNC becomes keyword by default patch Message-ID: <6002fa4e5d08c_1939732f416105b@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: 450c50e9 by isidentical at 2021-01-16T17:18:09+03:00 Partial revert of ASYNC becomes keyword by default patch --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/pyparse.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pyparse.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/450c50e98e92f644d81bee57ba231ae5c6b0ae13 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/450c50e98e92f644d81bee57ba231ae5c6b0ae13 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 Jan 16 09:38:09 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 16 Jan 2021 14:38:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/extended-annotations Message-ID: <6002fa511851f_1939730c4161231@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/extended-annotations at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/extended-annotations 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 Jan 16 09:41:43 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 16 Jan 2021 14:41:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] Revert latest AST~ related commit (intended for a separate branch) Message-ID: <6002fb27c9910_19397b670161480@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: 2e884aa8 by isidentical at 2021-01-16T17:41:32+03:00 Revert latest AST~ related commit (intended for a separate branch) --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/pyparse.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pyparse.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/2e884aa8b37ce1bf274c5071c015935553539e38 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2e884aa8b37ce1bf274c5071c015935553539e38 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 Jan 16 11:58:46 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 16 Jan 2021 16:58:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: Extend RHS syntax for annotated assignments Message-ID: <60031b465feab_1939ac9dc163364@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 7c2ac799 by isidentical at 2021-01-16T17:36:15+03:00 Extend RHS syntax for annotated assignments --HG-- branch : extended-annotations - - - - - e757b82a by Carl Friedrich Bolz-Tereick at 2021-01-16T16:58:41+00:00 Merge branch 'branch/extended-annotations' into 'branch/py3.8' Extend RHS syntax for annotated assignments See merge request pypy/pypy!799 --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/pyparser/data/Grammar3.8 View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/2e884aa8b37ce1bf274c5071c015935553539e38...e757b82aa56f8346df8926e66bb27ee53d0752bd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2e884aa8b37ce1bf274c5071c015935553539e38...e757b82aa56f8346df8926e66bb27ee53d0752bd 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 Jan 16 14:04:14 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 16 Jan 2021 19:04:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3.7-big-sur-dyld-cache Message-ID: <600338ae2eafc_193a174d0167856@heptapod-foss.mail> Matti Picus deleted branch branch/py3.7-big-sur-dyld-cache 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 Jan 16 14:04:16 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 16 Jan 2021 19:04:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: Fix loading system libraries with ctypes on macOS Big Sur. Message-ID: <600338b083f79_193a174e4168060@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1fc9b188 by Ricky Zhou at 2021-01-14T00:04:12-08:00 Fix loading system libraries with ctypes on macOS Big Sur. On Big Sur, there is no longer a separate dylib file for each system library. Instead, they have been combined into a single shared cache file. As a result, it no longer suffices to check file existence to determine whether a system library is present. Fix this by calling _dyld_shared_cache_contains_path to check the dyld shared cache as well. The changes under lib-python/ are copied from https://github.com/python/cpython/pull/22855. The _dyld_shared_cache_contains_path function is exposed to the ctypes python code using CFFI, similar to what is done in other modules, such as lib_pypy/_sha3. Fixes issue #3314. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 249ca2f7 by Ricky Zhou at 2021-01-14T02:35:24-08:00 minor cleanup - Only define _ctypes._dyld_shared_cache_contains_path if the function is available. - Do platform filtering in _ctypes/_ctypes_build.py only. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 5cf6930e by Ricky Zhou at 2021-01-14T02:43:57-08:00 Remove unused import. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 6c90bb88 by Dan Villiom Podlaski Christiansen at 2021-01-15T01:30:28+01:00 Fix building from scratch on Big Sur - The proper module name for the ctypes module is `_ctypes._ctypes_cffi` - Don't rely in `dict` order. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - a1021687 by Ricky Zhou at 2021-01-15T03:02:07-08:00 Use _dyld_shared_cache_contains_path via a weak import. This way, the _ctypes CFFI module can be built on macOS 11 and function properly on 10.15 (and vice-versa). --HG-- branch : py3.7-big-sur-dyld-cache - - - - - b79dd65d by Ricky Zhou at 2021-01-15T18:51:41-08:00 Build _ctypes._ctypes_cffi on all macOS releases. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 1c4ebed8 by Ricky Zhou at 2021-01-15T18:58:07-08:00 Enable/disable _ctypes_build.py in build_cffi_imports.py. If a CFFI module is enabled in build_cffi_imports.py, then it must be built, as the script will fail if it cannot import it. Move the logic for enabling/disabling the module out from _ctypes_build.py to build_cffi_imports.py. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 1a23e6ef by Ricky Zhou at 2021-01-15T19:01:29-08:00 Fix typo in comment. --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 33261fe6 by Matti Picus at 2021-01-16T21:02:24+02:00 close and document branch to be merged --HG-- branch : py3.7-big-sur-dyld-cache - - - - - 7188209d by Matti Picus at 2021-01-16T21:03:31+02:00 merge branch which fixes ctypes library loading on macos BigSur --HG-- branch : py3.7 - - - - - 6 changed files: - lib-python/3/ctypes/macholib/dyld.py - lib-python/3/ctypes/test/test_macholib.py - lib_pypy/_ctypes/__init__.py - + lib_pypy/_ctypes/_ctypes_build.py - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/whatsnew-pypy3-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c63da169246ed972fe90e1c289fc2378236fa852...7188209dbcd79e67bfe8723eb925836b57c2f4aa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c63da169246ed972fe90e1c289fc2378236fa852...7188209dbcd79e67bfe8723eb925836b57c2f4aa 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 Jan 17 02:01:55 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 17 Jan 2021 07:01:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix issue 3383 and adjust an exception Message-ID: <6003e0e3e2ae2_193b61354176469@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b0537909 by Matti Picus at 2021-01-17T08:55:30+02:00 test, fix issue 3383 and adjust an exception --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/cpyext/number.py - pypy/module/cpyext/test/test_number.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/b0537909b9627ea8753369c3e37db8d4308621ae -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b0537909b9627ea8753369c3e37db8d4308621ae 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 Jan 18 10:48:00 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Mon, 18 Jan 2021 15:48:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur Message-ID: <6005adb02d67b_1951062c46313b@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 4c86e202 by Carl Friedrich Bolz-Tereick at 2021-01-18T16:44:45+01:00 fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur in pypy, but I had it in another jit recently): in some rare weird circumstances the nonstandard virtualizable can be a constant! also rename is_nonstandard_virtualizable to the more precise is_known_nonstandard_virtualizable - - - - - 3 changed files: - rpython/jit/metainterp/heapcache.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_heapcache.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/4c86e2022237ea94f84bb7947547e5e314238742 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4c86e2022237ea94f84bb7947547e5e314238742 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 Jan 19 16:50:52 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 19 Jan 2021 21:50:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] 14 commits: add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler for windows Message-ID: <6007543cb7144_19545a254855d0@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: e65add2e by Matti Picus at 2020-12-30T08:30:43+02:00 add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler for windows --HG-- branch : sync-distutils - - - - - b329a093 by Matti Picus at 2020-12-30T10:29:46+02:00 fix for python2 --HG-- branch : sync-distutils - - - - - 7e13a6f6 by Matti Picus at 2020-12-30T12:48:37+02:00 document and close branch to be merged --HG-- branch : sync-distutils - - - - - fd17eb6d by Matti Picus at 2020-12-30T12:49:18+02:00 merge sync-distutils which updates the way we find MSVC - - - - - 84ef34d2 by Matti Picus at 2020-12-31T08:47:04+02:00 trivial test fixes, backport Py_NAN fix - - - - - 5263476f by Matti Picus at 2021-01-01T12:09:47+02:00 happy new year - - - - - 72f16d17 by Matti Picus at 2021-01-02T22:36:23+02:00 enable vmprof installation for rpython/rlib/rvmprof tests - - - - - 87487450 by Matti Picus at 2021-01-03T15:48:29+02:00 test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375) also fix "const char *" in dg_strtod - - - - - 023bd2db by Matti Picus at 2021-01-04T08:43:41+02:00 add str2constcharp for tests - - - - - 3d3c2a42 by fijal at 2021-01-07T16:30:16+02:00 rename Hash to HASH to match cpython - - - - - 4c86e202 by Carl Friedrich Bolz-Tereick at 2021-01-18T16:44:45+01:00 fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur in pypy, but I had it in another jit recently): in some rare weird circumstances the nonstandard virtualizable can be a constant! also rename is_nonstandard_virtualizable to the more precise is_known_nonstandard_virtualizable - - - - - ae48de81 by Carl Friedrich Bolz-Tereick at 2021-01-19T20:31:41+01:00 merge default --HG-- branch : map-improvements - - - - - 33aa95cc by Carl Friedrich Bolz-Tereick at 2021-01-19T22:18:04+01:00 fix bug in more complicated patterns of boxed and unboxed attributes --HG-- branch : map-improvements - - - - - 9cac4e17 by Carl Friedrich Bolz-Tereick at 2021-01-19T22:50:23+01:00 expose mapdict implementation via __pypy__ to help with debugability --HG-- branch : map-improvements - - - - - 27 changed files: - LICENSE - extra_tests/test_os.py - + lib-python/2.7/distutils/_msvccompiler.py - lib-python/2.7/distutils/ccompiler.py - lib-python/2.7/distutils/msvc9compiler.py - lib-python/2.7/distutils/msvccompiler.py - lib-python/2.7/distutils/spawn.py - + lib-python/2.7/distutils/tests/test_msvccompiler.py - lib_pypy/_hashlib/__init__.py - pypy/doc/conf.py - pypy/doc/whatsnew-head.rst - pypy/module/__pypy__/interp_magic.py - pypy/module/__pypy__/test/test_special.py - pypy/module/_pypyjson/interp_decoder.py - pypy/module/cpyext/pystrtod.py - pypy/module/cpyext/test/test_floatobject.py - pypy/module/cpyext/test/test_pystrtod.py - pypy/module/time/test/test_time.py - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py - requirements.txt - rpython/doc/conf.py - rpython/jit/metainterp/heapcache.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_heapcache.py - rpython/rlib/rdtoa.py - rpython/rtyper/lltypesystem/rffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/071d64182338ccdce99c0bef1872a98c55da718f...9cac4e1722456c8fd20fc4a72692cba1d29db1ae -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/071d64182338ccdce99c0bef1872a98c55da718f...9cac4e1722456c8fd20fc4a72692cba1d29db1ae 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 Jan 21 06:33:27 2021 From: foss at heptapod.net (Matti Picus) Date: Thu, 21 Jan 2021 11:33:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 6 commits: don't add REG_QWORD introduced in CPython 3.6 to winreg on PyPy2 Message-ID: <6009668713a4d_19529e5506267b@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0cf823cd by nulano at 2020-12-25T16:52:28+01:00 don't add REG_QWORD introduced in CPython 3.6 to winreg on PyPy2 --HG-- branch : py2.7-winreg - - - - - a6436a6e by nulano at 2020-12-25T17:58:37+01:00 backport e070d661: implement winreg reflection on win64 --HG-- branch : py2.7-winreg - - - - - 098e8f31 by nulano at 2020-12-25T18:11:34+01:00 backport d5d9fb27, fb5cddf8: bpo-21151, preserve None passed as REG_BINARY instead of crashing or changing it to an empty string --HG-- branch : py2.7-winreg - - - - - 32a54dcc by nulano at 2020-12-25T18:30:35+01:00 backport 0df11e6e: redo winreg reflection using runtime loading --HG-- branch : py2.7-winreg - - - - - 7bd2219b by nulano at 2020-12-25T19:57:35+01:00 fix py3.7-winreg backports --HG-- branch : py2.7-winreg - - - - - 069f8130 by Matti Picus at 2021-01-21T13:32:47+02:00 merge, document py2.7-winreg which backports winreg changes from py3.7 - - - - - 4 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_winreg/interp_winreg.py - pypy/module/_winreg/moduledef.py - pypy/module/_winreg/test/test_winreg.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/4c86e2022237ea94f84bb7947547e5e314238742...069f8130cb78fcfe09096f4cfa6c6ca8606e32b0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4c86e2022237ea94f84bb7947547e5e314238742...069f8130cb78fcfe09096f4cfa6c6ca8606e32b0 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 Jan 21 09:06:26 2021 From: foss at heptapod.net (Antonio Cuni) Date: Thu, 21 Jan 2021 14:06:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: introduce a @never_allocate class decorator, which ensure that a certain... Message-ID: <60098a6237060_19531f0ec68965@heptapod-foss.mail> Antonio Cuni pushed to branch branch/default at PyPy / pypy Commits: e8dae8db by Antonio Cuni at 2020-10-02T17:39:55+02:00 introduce a @never_allocate class decorator, which ensure that a certain RPython class is never actually instantiated at runtime. Useful to ensure that e.g. it's always constant-folded away --HG-- branch : rpython-never-allocate - - - - - aba70973 by Antonio Cuni at 2020-10-02T23:53:14+02:00 improve the test to check that if we constant-fold the MyClass malloc(), everything works --HG-- branch : rpython-never-allocate - - - - - b2fd255b by Antonio Cuni at 2021-01-21T14:06:19+00:00 Merge branch 'branch/rpython-never-allocate' into 'branch/default' introduce a @never_allocate class decorator See merge request pypy/pypy!764 - - - - - 4 changed files: - rpython/memory/gctransform/transform.py - rpython/rlib/objectmodel.py - rpython/rlib/test/test_objectmodel.py - rpython/rtyper/rclass.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/069f8130cb78fcfe09096f4cfa6c6ca8606e32b0...b2fd255b37df89f8c79fe75dff47ff690e9d546a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/069f8130cb78fcfe09096f4cfa6c6ca8606e32b0...b2fd255b37df89f8c79fe75dff47ff690e9d546a 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 Jan 21 10:10:32 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 21 Jan 2021 15:10:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/map-improvements-3.7 Message-ID: <600999686e9bc_1953463e07143a@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/map-improvements-3.7 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/map-improvements-3.7 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 Jan 21 13:37:52 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 21 Jan 2021 18:37:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] fix interaction of reordering and unboxing Message-ID: <6009ca00a9a15_1953f85f4754c@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: fd6ca310 by Carl Friedrich Bolz-Tereick at 2021-01-21T19:34:34+01:00 fix interaction of reordering and unboxing --HG-- branch : map-improvements - - - - - 2 changed files: - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/fd6ca310b3f034729f7ad905e1285a67ff8533eb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fd6ca310b3f034729f7ad905e1285a67ff8533eb 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 Jan 21 13:43:49 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 21 Jan 2021 18:43:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements-3.7] 2 commits: fix interaction of reordering and unboxing Message-ID: <6009cb651db33_1953fb95c75669@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements-3.7 at PyPy / pypy Commits: fd6ca310 by Carl Friedrich Bolz-Tereick at 2021-01-21T19:34:34+01:00 fix interaction of reordering and unboxing --HG-- branch : map-improvements - - - - - c44b003e by Carl Friedrich Bolz-Tereick at 2021-01-21T19:38:10+01:00 merge map-improvements --HG-- branch : map-improvements-3.7 - - - - - 2 changed files: - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/162217ce32ff7863a503e64e0c63a951e527adfe...c44b003e795639af1ecde58339f3664f1f8e897d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/162217ce32ff7863a503e64e0c63a951e527adfe...c44b003e795639af1ecde58339f3664f1f8e897d 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 Jan 21 14:31:51 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 21 Jan 2021 19:31:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] another reordering bug Message-ID: <6009d6a78697c_195413f0c76410@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: 25041a4d by Carl Friedrich Bolz-Tereick at 2021-01-21T20:31:40+01:00 another reordering bug --HG-- branch : map-improvements - - - - - 2 changed files: - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/25041a4d423be83d088d6914951afbf700981473 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/25041a4d423be83d088d6914951afbf700981473 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 Jan 21 15:09:34 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 21 Jan 2021 20:09:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements-3.7] 2 commits: another reordering bug Message-ID: <6009df7e1cc06_19542546477092@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements-3.7 at PyPy / pypy Commits: 25041a4d by Carl Friedrich Bolz-Tereick at 2021-01-21T20:31:40+01:00 another reordering bug --HG-- branch : map-improvements - - - - - 8ef175e8 by Carl Friedrich Bolz-Tereick at 2021-01-21T21:09:21+01:00 merge map-improvements --HG-- branch : map-improvements-3.7 - - - - - 2 changed files: - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c44b003e795639af1ecde58339f3664f1f8e897d...8ef175e81b7f8700e3c1d46af1c973d32ae762a9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c44b003e795639af1ecde58339f3664f1f8e897d...8ef175e81b7f8700e3c1d46af1c973d32ae762a9 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 Jan 22 05:49:13 2021 From: foss at heptapod.net (Matti Picus) Date: Fri, 22 Jan 2021 10:49:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Backed out changes from rpython-never-allocate since it is not ready yet Message-ID: <600aada92716d_1955bf4b49057e@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0010dbd0 by Matti Picus at 2021-01-22T12:46:59+02:00 Backed out changes from rpython-never-allocate since it is not ready yet - - - - - 4 changed files: - rpython/memory/gctransform/transform.py - rpython/rlib/objectmodel.py - rpython/rlib/test/test_objectmodel.py - rpython/rtyper/rclass.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/0010dbd0ae09c0d6da851e4887c3ca5b3b06bf16 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0010dbd0ae09c0d6da851e4887c3ca5b3b06bf16 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 Jan 22 15:43:13 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Fri, 22 Jan 2021 20:43:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/syntax-warnings Message-ID: <600b38e140642_1956d76089787b@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/syntax-warnings at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/syntax-warnings 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 Jan 23 06:09:06 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 23 Jan 2021 11:09:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/syntax-warnings] rpython: %r => '%s' Message-ID: <600c03d25f9ac_195830edc1057a9@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/syntax-warnings at PyPy / pypy Commits: b1214640 by isidentical at 2021-01-23T14:08:55+03:00 rpython: %r => '%s' --HG-- branch : syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/b12146403a96c55f06f362ab9131d2dd019e91c5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b12146403a96c55f06f362ab9131d2dd019e91c5 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 Jan 23 06:05:33 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 23 Jan 2021 11:05:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/syntax-warnings] 3 commits: rpython: isinstance => type Message-ID: <600c02fdb07b_19582cd0010555a@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/syntax-warnings at PyPy / pypy Commits: 7af6dcdb by isidentical at 2021-01-23T13:45:54+03:00 rpython: isinstance => type --HG-- branch : syntax-warnings - - - - - c384785d by isidentical at 2021-01-23T13:51:56+03:00 more work on rpython compliance --HG-- branch : syntax-warnings - - - - - d7c265a2 by isidentical at 2021-01-23T14:05:14+03:00 ast: introduce _get_type_name API --HG-- branch : syntax-warnings - - - - - 2 changed files: - pypy/interpreter/astcompiler/asthelpers.py - pypy/interpreter/astcompiler/codegen.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/98772d4b75057d7853ac11945394b41b8d74879f...d7c265a2ed901e1572ee968e920d734c0384bdcf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/98772d4b75057d7853ac11945394b41b8d74879f...d7c265a2ed901e1572ee968e920d734c0384bdcf 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 Jan 23 06:21:39 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 23 Jan 2021 11:21:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/syntax-warnings] whitespace Message-ID: <600c06c31af91_19583a52c10725@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/syntax-warnings at PyPy / pypy Commits: 8612384c by isidentical at 2021-01-23T14:21:26+03:00 whitespace --HG-- branch : syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/asthelpers.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/8612384c703bbb6940c5f7039d982e2a2a9db930 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8612384c703bbb6940c5f7039d982e2a2a9db930 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 Jan 23 07:08:46 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 23 Jan 2021 12:08:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 13 commits: compiler: Implement syntax warnings for possible missing-comma cases Message-ID: <600c11cec3ec5_19584d8fc108150@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 3f4eb124 by isidentical at 2021-01-22T22:38:45+03:00 compiler: Implement syntax warnings for possible missing-comma cases --HG-- branch : syntax-warnings - - - - - 01ce79c5 by isidentical at 2021-01-22T23:07:00+03:00 ast: implement missing-comma for subscripting --HG-- branch : syntax-warnings - - - - - 3554796d by isidentical at 2021-01-22T23:07:11+03:00 whitespace --HG-- branch : syntax-warnings - - - - - 5621c7e5 by isidentical at 2021-01-22T23:11:03+03:00 exclude string/bytes from warnings --HG-- branch : syntax-warnings - - - - - 878c65be by isidentical at 2021-01-22T23:38:20+03:00 ast: implement missing comma warning to indexing --HG-- branch : syntax-warnings - - - - - 31106efb by isidentical at 2021-01-22T23:39:47+03:00 test: add false positive tests --HG-- branch : syntax-warnings - - - - - 98772d4b by isidentical at 2021-01-22T23:40:01+03:00 cleanup --HG-- branch : syntax-warnings - - - - - 7af6dcdb by isidentical at 2021-01-23T13:45:54+03:00 rpython: isinstance => type --HG-- branch : syntax-warnings - - - - - c384785d by isidentical at 2021-01-23T13:51:56+03:00 more work on rpython compliance --HG-- branch : syntax-warnings - - - - - d7c265a2 by isidentical at 2021-01-23T14:05:14+03:00 ast: introduce _get_type_name API --HG-- branch : syntax-warnings - - - - - b1214640 by isidentical at 2021-01-23T14:08:55+03:00 rpython: %r => '%s' --HG-- branch : syntax-warnings - - - - - 8612384c by isidentical at 2021-01-23T14:21:26+03:00 whitespace --HG-- branch : syntax-warnings - - - - - 86e633e4 by Carl Friedrich Bolz-Tereick at 2021-01-23T12:08:41+00:00 Merge branch 'branch/syntax-warnings' into 'branch/py3.8' compiler: syntax-warnings for possible missing comma cases See merge request pypy/pypy!801 --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/astcompiler/asthelpers.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/e757b82aa56f8346df8926e66bb27ee53d0752bd...86e633e444647914e3465bf4d78d924ea09e921e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e757b82aa56f8346df8926e66bb27ee53d0752bd...86e633e444647914e3465bf4d78d924ea09e921e 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 Jan 23 16:23:02 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 23 Jan 2021 21:23:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 16 commits: introduce a @never_allocate class decorator, which ensure that a certain... Message-ID: <600c93b6f1530_1959054fc111360@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: e8dae8db by Antonio Cuni at 2020-10-02T17:39:55+02:00 introduce a @never_allocate class decorator, which ensure that a certain RPython class is never actually instantiated at runtime. Useful to ensure that e.g. it's always constant-folded away --HG-- branch : rpython-never-allocate - - - - - aba70973 by Antonio Cuni at 2020-10-02T23:53:14+02:00 improve the test to check that if we constant-fold the MyClass malloc(), everything works --HG-- branch : rpython-never-allocate - - - - - 0cf823cd by nulano at 2020-12-25T16:52:28+01:00 don't add REG_QWORD introduced in CPython 3.6 to winreg on PyPy2 --HG-- branch : py2.7-winreg - - - - - a6436a6e by nulano at 2020-12-25T17:58:37+01:00 backport e070d661: implement winreg reflection on win64 --HG-- branch : py2.7-winreg - - - - - 098e8f31 by nulano at 2020-12-25T18:11:34+01:00 backport d5d9fb27, fb5cddf8: bpo-21151, preserve None passed as REG_BINARY instead of crashing or changing it to an empty string --HG-- branch : py2.7-winreg - - - - - 32a54dcc by nulano at 2020-12-25T18:30:35+01:00 backport 0df11e6e: redo winreg reflection using runtime loading --HG-- branch : py2.7-winreg - - - - - 7bd2219b by nulano at 2020-12-25T19:57:35+01:00 fix py3.7-winreg backports --HG-- branch : py2.7-winreg - - - - - 3d3c2a42 by fijal at 2021-01-07T16:30:16+02:00 rename Hash to HASH to match cpython - - - - - 4c86e202 by Carl Friedrich Bolz-Tereick at 2021-01-18T16:44:45+01:00 fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur in pypy, but I had it in another jit recently): in some rare weird circumstances the nonstandard virtualizable can be a constant! also rename is_nonstandard_virtualizable to the more precise is_known_nonstandard_virtualizable - - - - - 069f8130 by Matti Picus at 2021-01-21T13:32:47+02:00 merge, document py2.7-winreg which backports winreg changes from py3.7 - - - - - b2fd255b by Antonio Cuni at 2021-01-21T14:06:19+00:00 Merge branch 'branch/rpython-never-allocate' into 'branch/default' introduce a @never_allocate class decorator See merge request pypy/pypy!764 - - - - - 0010dbd0 by Matti Picus at 2021-01-22T12:46:59+02:00 Backed out changes from rpython-never-allocate since it is not ready yet - - - - - d5c6dc68 by Matti Picus at 2021-01-23T20:53:31+02:00 Fix signature of PyEval_EvalCode - - - - - 67c49bff by Matti Picus at 2021-01-23T21:00:33+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - ab47f90e by Matti Picus at 2021-01-23T23:20:20+02:00 test, add PyImport_GetModule (issue 3385) --HG-- branch : py3.7 - - - - - df6398a9 by Matti Picus at 2021-01-23T23:22:38+02:00 merge heads --HG-- branch : py3.7 - - - - - 8 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_winreg/moduledef.py - pypy/module/cpyext/eval.py - pypy/module/cpyext/import_.py - pypy/module/cpyext/test/test_import.py - rpython/jit/metainterp/heapcache.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_heapcache.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b0537909b9627ea8753369c3e37db8d4308621ae...df6398a93118cb93f2510fc9bab3032f0f01b7dd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b0537909b9627ea8753369c3e37db8d4308621ae...df6398a93118cb93f2510fc9bab3032f0f01b7dd 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 Jan 23 16:23:00 2021 From: foss at heptapod.net (Matti Picus) Date: Sat, 23 Jan 2021 21:23:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Fix signature of PyEval_EvalCode Message-ID: <600c93b4c4066_195905574111136@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d5c6dc68 by Matti Picus at 2021-01-23T20:53:31+02:00 Fix signature of PyEval_EvalCode - - - - - 1 changed file: - pypy/module/cpyext/eval.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d5c6dc6817c4d44fe392aebb322087bb350ab2d4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d5c6dc6817c4d44fe392aebb322087bb350ab2d4 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 Jan 26 09:00:02 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 26 Jan 2021 14:00:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] 2 commits: add missing immutable field Message-ID: <60102062f0a4d_195ef1adc144011@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: 08c5791d by Carl Friedrich Bolz-Tereick at 2021-01-26T10:31:57+01:00 add missing immutable field --HG-- branch : map-improvements - - - - - d6303f16 by Carl Friedrich Bolz-Tereick at 2021-01-26T14:32:34+01:00 fix a problem with undetected type-instability: it wasn't found if the different types were in different objects! fix a bit involved, but makes unreachable UnboxedPlainAttribute truely unreachable --HG-- branch : map-improvements - - - - - 3 changed files: - pypy/module/pypyjit/test_pypy_c/test_instance.py - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/25041a4d423be83d088d6914951afbf700981473...d6303f162f0b415f0b61378deac4aeab8ce966a7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/25041a4d423be83d088d6914951afbf700981473...d6303f162f0b415f0b61378deac4aeab8ce966a7 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 Jan 26 11:02:30 2021 From: foss at heptapod.net (Yannick Jadoul) Date: Tue, 26 Jan 2021 16:02:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/pymodule_new-const-charp] Revert changes to PyFoo_Check and PyFoo_CheckExact signatures Message-ID: <60103d16c9a18_195f268e0147595@heptapod-foss.mail> Yannick Jadoul pushed to branch branch/pymodule_new-const-charp at PyPy / pypy Commits: 2bd1b081 by Yannick Jadoul at 2021-01-26T17:02:17+01:00 Revert changes to PyFoo_Check and PyFoo_CheckExact signatures --HG-- branch : pymodule_new-const-charp - - - - - 2 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/test/test_cpyext.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/2bd1b081234b07ded3d12542fc40807c73210462 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2bd1b081234b07ded3d12542fc40807c73210462 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 Jan 26 14:20:43 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Tue, 26 Jan 2021 19:20:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/llvm-jit-backend-experimental Message-ID: <60106b8bc3575_195f971a81523bb@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/llvm-jit-backend-experimental at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/llvm-jit-backend-experimental 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 Jan 27 02:26:24 2021 From: foss at heptapod.net (Matti Picus) Date: Wed, 27 Jan 2021 07:26:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: Change parameter type of PyModule_New to const char*, and use... Message-ID: <601115a04366_19510a9af01561b3@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 751cd1d4 by Yannick Jadoul at 2020-10-18T22:43:18+02:00 Change parameter type of PyModule_New to const char*, and use build_type_checkers to define PyModule_Check and PyModule_CheckExact --HG-- branch : pymodule_new-const-charp - - - - - 2bd1b081 by Yannick Jadoul at 2021-01-26T17:02:17+01:00 Revert changes to PyFoo_Check and PyFoo_CheckExact signatures --HG-- branch : pymodule_new-const-charp - - - - - 35f42102 by Matti Picus at 2021-01-27T09:23:07+02:00 merge default into branch --HG-- branch : pymodule_new-const-charp - - - - - 98e4e04a by Matti Picus at 2021-01-27T09:24:50+02:00 document and close branch to be merged --HG-- branch : pymodule_new-const-charp - - - - - 86b7131f by Matti Picus at 2021-01-27T09:25:58+02:00 merge branch to improve PyModule* - - - - - 4 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/cpyext/modsupport.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_cpyext.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/d5c6dc6817c4d44fe392aebb322087bb350ab2d4...86b7131f5ed4eff244b6d59c965052faea402df0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d5c6dc6817c4d44fe392aebb322087bb350ab2d4...86b7131f5ed4eff244b6d59c965052faea402df0 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 Jan 27 02:26:21 2021 From: foss at heptapod.net (Matti Picus) Date: Wed, 27 Jan 2021 07:26:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/pymodule_new-const-charp Message-ID: <6011159d66bb2_19510a9aa01559af@heptapod-foss.mail> Matti Picus deleted branch branch/pymodule_new-const-charp 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 Wed Jan 27 03:16:42 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 27 Jan 2021 08:16:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] 2 commits: stop field optimizations in a few of the existing tests Message-ID: <6011216a96819_19510c280c1569d0@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: ac211cb8 by Carl Friedrich Bolz-Tereick at 2021-01-26T15:27:04+01:00 stop field optimizations in a few of the existing tests --HG-- branch : map-improvements - - - - - 589882c8 by Carl Friedrich Bolz-Tereick at 2021-01-26T17:09:59+01:00 remove debugging comment, make test_pypy_c more natural --HG-- branch : map-improvements - - - - - 6 changed files: - pypy/module/pypyjit/test_pypy_c/test_call.py - pypy/module/pypyjit/test_pypy_c/test_containers.py - pypy/module/pypyjit/test_pypy_c/test_instance.py - pypy/module/pypyjit/test_pypy_c/test_misc.py - pypy/module/pypyjit/test_pypy_c/test_thread.py - pypy/objspace/std/mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/d6303f162f0b415f0b61378deac4aeab8ce966a7...589882c815ea5829a8a1d5cd946f43b5bda5bf6f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d6303f162f0b415f0b61378deac4aeab8ce966a7...589882c815ea5829a8a1d5cd946f43b5bda5bf6f 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 Jan 27 03:45:05 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Wed, 27 Jan 2021 08:45:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] document branch Message-ID: <60112811ea658_19510d1b681585b5@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: 4402d461 by Carl Friedrich Bolz-Tereick at 2021-01-27T09:44:55+01:00 document branch --HG-- branch : map-improvements - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/4402d461983bd1a6be61b8b809d6496416084310 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4402d461983bd1a6be61b8b809d6496416084310 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 Jan 28 01:51:40 2021 From: foss at heptapod.net (Matti Picus) Date: Thu, 28 Jan 2021 06:51:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/rpython-never-allocate] unify 'hints' and '_hints' to '_hints' Message-ID: <60125efce25aa_19515008381941e8@heptapod-foss.mail> Matti Picus pushed to branch branch/rpython-never-allocate at PyPy / pypy Commits: d32edb19 by Matti Picus at 2021-01-28T08:51:10+02:00 unify 'hints' and '_hints' to '_hints' --HG-- branch : rpython-never-allocate - - - - - 4 changed files: - rpython/rtyper/lltypesystem/ll2ctypes.py - rpython/rtyper/lltypesystem/lltype.py - rpython/translator/c/database.py - rpython/translator/c/node.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d32edb1909eaff39c9865fc835296e374307bfd3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d32edb1909eaff39c9865fc835296e374307bfd3 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 Jan 28 09:54:58 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Thu, 28 Jan 2021 14:54:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] 5 commits: fix a bug where the unboxed storage would grow too large Message-ID: <6012d042d93df_19516461ac204464@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: c2084dce by Carl Friedrich Bolz-Tereick at 2021-01-27T13:15:48+01:00 fix a bug where the unboxed storage would grow too large --HG-- branch : map-improvements - - - - - f7b2e32d by Carl Friedrich Bolz-Tereick at 2021-01-27T21:56:35+01:00 this took way too long: at least reproduce the failure in a unit test --HG-- branch : map-improvements - - - - - 5550cf11 by Carl Friedrich Bolz-Tereick at 2021-01-28T13:46:48+01:00 add layout comments --HG-- branch : map-improvements - - - - - 31e40772 by Carl Friedrich Bolz-Tereick at 2021-01-28T15:20:43+01:00 fix test_unbox_reorder_bug3 also rip out size prediction: - with the JIT it's a lot less useful - it was always a mess with inlined fields - unboxing makes it even less clear --HG-- branch : map-improvements - - - - - c170a018 by Carl Friedrich Bolz-Tereick at 2021-01-28T15:33:02+01:00 always go through _set_mapdict_map --HG-- branch : map-improvements - - - - - 2 changed files: - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/4402d461983bd1a6be61b8b809d6496416084310...c170a0185c5ecda65b1dcc1ad51a6eb36d3340ba -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4402d461983bd1a6be61b8b809d6496416084310...c170a0185c5ecda65b1dcc1ad51a6eb36d3340ba 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 Jan 30 10:10:30 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 30 Jan 2021 15:10:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] pretty subtle bug: when iterating over a map dict, some items would go missing! Message-ID: <601576e63e84d_1982c12f8105490@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: 23b6ad2f by Carl Friedrich Bolz-Tereick at 2021-01-30T16:05:53+01:00 pretty subtle bug: when iterating over a map dict, some items would go missing! --HG-- branch : map-improvements - - - - - 2 changed files: - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/23b6ad2f2c0ddf010a5ebd3c59b4d2c224128cc5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/23b6ad2f2c0ddf010a5ebd3c59b4d2c224128cc5 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 Jan 30 15:23:24 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 30 Jan 2021 20:23:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/new-syntax-warnings Message-ID: <6015c03cea92b_198348348107954@heptapod-foss.mail> Batuhan Taskaya pushed new branch branch/new-syntax-warnings at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/new-syntax-warnings 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 Jan 30 15:37:52 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 30 Jan 2021 20:37:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/new-syntax-warnings] explicit type assertion for rpython Message-ID: <6015c3a0e164_1983786241097d@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/new-syntax-warnings at PyPy / pypy Commits: 1b8c678a by isidentical at 2021-01-30T23:37:39+03:00 explicit type assertion for rpython --HG-- branch : new-syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1b8c678a8e19abf87c3718d591548f3b3eb7452d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1b8c678a8e19abf87c3718d591548f3b3eb7452d 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 Jan 30 15:55:20 2021 From: foss at heptapod.net (Batuhan Taskaya) Date: Sat, 30 Jan 2021 20:55:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/new-syntax-warnings] ... Message-ID: <6015c7b853c2b_1983812601101ae@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/new-syntax-warnings at PyPy / pypy Commits: 175d7fa6 by isidentical at 2021-01-30T23:55:09+03:00 ... --HG-- branch : new-syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/175d7fa625f9fb6c74c879f6f7312b22216f339c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/175d7fa625f9fb6c74c879f6f7312b22216f339c 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 Jan 30 16:01:49 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sat, 30 Jan 2021 21:01:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-reversed-dict Message-ID: <6015c93d6b3d0_1983857fc1105bd@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/py3.8-reversed-dict at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-reversed-dict 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 Jan 31 14:48:44 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 31 Jan 2021 19:48:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] 18 commits: introduce a @never_allocate class decorator, which ensure that a certain... Message-ID: <6017099ce2ac5_19870bf4813010@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: e8dae8db by Antonio Cuni at 2020-10-02T17:39:55+02:00 introduce a @never_allocate class decorator, which ensure that a certain RPython class is never actually instantiated at runtime. Useful to ensure that e.g. it's always constant-folded away --HG-- branch : rpython-never-allocate - - - - - aba70973 by Antonio Cuni at 2020-10-02T23:53:14+02:00 improve the test to check that if we constant-fold the MyClass malloc(), everything works --HG-- branch : rpython-never-allocate - - - - - 751cd1d4 by Yannick Jadoul at 2020-10-18T22:43:18+02:00 Change parameter type of PyModule_New to const char*, and use build_type_checkers to define PyModule_Check and PyModule_CheckExact --HG-- branch : pymodule_new-const-charp - - - - - 0cf823cd by nulano at 2020-12-25T16:52:28+01:00 don't add REG_QWORD introduced in CPython 3.6 to winreg on PyPy2 --HG-- branch : py2.7-winreg - - - - - a6436a6e by nulano at 2020-12-25T17:58:37+01:00 backport e070d661: implement winreg reflection on win64 --HG-- branch : py2.7-winreg - - - - - 098e8f31 by nulano at 2020-12-25T18:11:34+01:00 backport d5d9fb27, fb5cddf8: bpo-21151, preserve None passed as REG_BINARY instead of crashing or changing it to an empty string --HG-- branch : py2.7-winreg - - - - - 32a54dcc by nulano at 2020-12-25T18:30:35+01:00 backport 0df11e6e: redo winreg reflection using runtime loading --HG-- branch : py2.7-winreg - - - - - 7bd2219b by nulano at 2020-12-25T19:57:35+01:00 fix py3.7-winreg backports --HG-- branch : py2.7-winreg - - - - - 069f8130 by Matti Picus at 2021-01-21T13:32:47+02:00 merge, document py2.7-winreg which backports winreg changes from py3.7 - - - - - b2fd255b by Antonio Cuni at 2021-01-21T14:06:19+00:00 Merge branch 'branch/rpython-never-allocate' into 'branch/default' introduce a @never_allocate class decorator See merge request pypy/pypy!764 - - - - - 0010dbd0 by Matti Picus at 2021-01-22T12:46:59+02:00 Backed out changes from rpython-never-allocate since it is not ready yet - - - - - d5c6dc68 by Matti Picus at 2021-01-23T20:53:31+02:00 Fix signature of PyEval_EvalCode - - - - - 2bd1b081 by Yannick Jadoul at 2021-01-26T17:02:17+01:00 Revert changes to PyFoo_Check and PyFoo_CheckExact signatures --HG-- branch : pymodule_new-const-charp - - - - - 35f42102 by Matti Picus at 2021-01-27T09:23:07+02:00 merge default into branch --HG-- branch : pymodule_new-const-charp - - - - - 98e4e04a by Matti Picus at 2021-01-27T09:24:50+02:00 document and close branch to be merged --HG-- branch : pymodule_new-const-charp - - - - - 86b7131f by Matti Picus at 2021-01-27T09:25:58+02:00 merge branch to improve PyModule* - - - - - 07ff1eaa by Carl Friedrich Bolz-Tereick at 2021-01-30T16:30:07+01:00 merge default --HG-- branch : map-improvements - - - - - 432b4c30 by Carl Friedrich Bolz-Tereick at 2021-01-31T20:46:56+01:00 only unbox ints on 64 bit machines (otherwise there is no memory saving and very unclear whether it's a good idea) --HG-- branch : map-improvements - - - - - 10 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_winreg/interp_winreg.py - pypy/module/_winreg/moduledef.py - pypy/module/_winreg/test/test_winreg.py - pypy/module/cpyext/eval.py - pypy/module/cpyext/modsupport.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_cpyext.py - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/23b6ad2f2c0ddf010a5ebd3c59b4d2c224128cc5...432b4c30897b71d77c7b94803116957597982133 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/23b6ad2f2c0ddf010a5ebd3c59b4d2c224128cc5...432b4c30897b71d77c7b94803116957597982133 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 Jan 31 14:49:40 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 31 Jan 2021 19:49:40 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] optimize chains of longlong2float(float2longlong(x)) and vice versa Message-ID: <601709d4828e1_198712bcc13039b@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ae65cac0 by Carl Friedrich Bolz-Tereick at 2021-01-31T20:49:09+01:00 optimize chains of longlong2float(float2longlong(x)) and vice versa - - - - - 2 changed files: - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/ae65cac0648d68fa778e2d69607d1a09ad806091 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ae65cac0648d68fa778e2d69607d1a09ad806091 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 Jan 31 14:49:42 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick) Date: Sun, 31 Jan 2021 19:49:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/map-improvements] 2 commits: optimize chains of longlong2float(float2longlong(x)) and vice versa Message-ID: <601709d65418e_1987127441305e9@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: ae65cac0 by Carl Friedrich Bolz-Tereick at 2021-01-31T20:49:09+01:00 optimize chains of longlong2float(float2longlong(x)) and vice versa - - - - - 859cf487 by Carl Friedrich Bolz-Tereick at 2021-01-31T20:49:29+01:00 merge default --HG-- branch : map-improvements - - - - - 2 changed files: - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/432b4c30897b71d77c7b94803116957597982133...859cf4874ef95ee00e1d8dc3279d85c142fadcc8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/432b4c30897b71d77c7b94803116957597982133...859cf4874ef95ee00e1d8dc3279d85c142fadcc8 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 Jan 31 15:44:37 2021 From: foss at heptapod.net (Matti Picus) Date: Sun, 31 Jan 2021 20:44:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: Change parameter type of PyModule_New to const char*, and use... Message-ID: <601716b548d6b_198735c44132473@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 751cd1d4 by Yannick Jadoul at 2020-10-18T22:43:18+02:00 Change parameter type of PyModule_New to const char*, and use build_type_checkers to define PyModule_Check and PyModule_CheckExact --HG-- branch : pymodule_new-const-charp - - - - - 2bd1b081 by Yannick Jadoul at 2021-01-26T17:02:17+01:00 Revert changes to PyFoo_Check and PyFoo_CheckExact signatures --HG-- branch : pymodule_new-const-charp - - - - - 35f42102 by Matti Picus at 2021-01-27T09:23:07+02:00 merge default into branch --HG-- branch : pymodule_new-const-charp - - - - - 98e4e04a by Matti Picus at 2021-01-27T09:24:50+02:00 document and close branch to be merged --HG-- branch : pymodule_new-const-charp - - - - - 86b7131f by Matti Picus at 2021-01-27T09:25:58+02:00 merge branch to improve PyModule* - - - - - ae65cac0 by Carl Friedrich Bolz-Tereick at 2021-01-31T20:49:09+01:00 optimize chains of longlong2float(float2longlong(x)) and vice versa - - - - - 7ebd0f28 by Matti Picus at 2021-01-31T22:44:02+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 6 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/cpyext/modsupport.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_cpyext.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/df6398a93118cb93f2510fc9bab3032f0f01b7dd...7ebd0f28dbbf82d808a896d03ad97142a949f1cb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/df6398a93118cb93f2510fc9bab3032f0f01b7dd...7ebd0f28dbbf82d808a896d03ad97142a949f1cb You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: