[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: remove old versions of bundled pip and setuptools

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: dcd2ce42 by Matti Picus at 2021-09-05T09:13:26+03:00 remove old versions of bundled pip and setuptools --HG-- branch : py3.8 - - - - - 4dde4f51 by Matti Picus at 2021-09-05T09:24:25+03:00 remove pypy-specific install schema and

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix for python2

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d7169e8c by Matti Picus at 2021-09-05T11:36:18+03:00 fix for python2 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/app_main.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d7169e8

[pypy-commit] [Git][pypy/pypy][branch/py3.8] sync imports as well

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 70d82458 by Matti Picus at 2021-09-05T12:58:03+03:00 sync imports as well --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.8] revert this part of the sync, with a comment

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b883b851 by Matti Picus at 2021-09-05T14:54:30+03:00 revert this part of the sync, with a comment --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://fos

[pypy-commit] [Git][pypy/pypy][branch/py3.8] typo

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 50a9984d by Matti Picus at 2021-09-05T15:16:34+03:00 typo --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50a998

[pypy-commit] [Git][pypy/pypy][branch/py3.8] typo

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 569e5460 by Matti Picus at 2021-09-05T15:43:41+03:00 typo --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/569e54604082ab7a91

[pypy-commit] [Git][pypy/pypy][branch/py3.8] unskip test_distutils

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c776b303 by Matti Picus at 2021-09-05T15:47:46+03:00 unskip test_distutils --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c776b30

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] WIP: Create a new toy interpreter for threaded code generation

2021-09-05 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: bba0a1fa by Yusuke Izawa at 2021-09-05T22:15:38+09:00 WIP: Create a new toy interpreter for threaded code generation --HG-- branch : threaded-code-generation - - - - - 3 changed files: - rpython/jit/metai

[pypy-commit] [Git][pypy/pypy][branch/py3.8] make sure site-packages is created when packaging

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 703ad047 by Matti Picus at 2021-09-05T16:38:23+03:00 make sure site-packages is created when packaging --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.hepta

[pypy-commit] [Git][pypy/pypy][branch/default] update release note

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8f85959e by Matti Picus at 2021-09-05T19:02:55+03:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8f85959e9cbcd625d6d39ecdb

[pypy-commit] [Git][pypy/pypy][branch/py3.8] assigning to distutils.sysconfig._config_vars fails in tests

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e9ac7f88 by Matti Picus at 2021-09-05T18:38:25+03:00 assigning to distutils.sysconfig._config_vars fails in tests --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/tests/test_util.py View it on Hepta

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: use write_unraisable, use regexp in test

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 54e015e0 by Matti Picus at 2021-09-05T19:36:06+03:00 use write_unraisable, use regexp in test --HG-- branch : py3.8 - - - - - 038ad8f5 by Matti Picus at 2021-09-05T19:39:33+03:00 remove stray pdb --HG-- branch : py3.8 - - - -

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 2 commits: altered patch_guard to be able to patch in a guard on an optimised module

2021-09-05 Thread muke 101 (@muke101)
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 8772ccbc by muke101 at 2021-09-02T03:50:59+01:00 altered patch_guard to be able to patch in a guard on an optimised module --HG-- branch : llvm-jit-backend-experimental - - - - - 9d6eebf6 by muke101 at 2021

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typos

2021-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7b9d990b by Matti Picus at 2021-09-06T09:08:47+03:00 typos --HG-- branch : py3.8 - - - - - 8841a46c by Matti Picus at 2021-09-06T09:09:26+03:00 remove outdated lib-tk and plat-linux2 from init_path --HG-- branch : py3.8 - - -