[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix memory leak

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 54403d48 by Matti Picus at 2021-04-01T09:48:27+03:00 fix memory leak - - - - - 4a5e64a9 by Matti Picus at 2021-04-01T10:08:32+03:00 typo, fix memory leak - - - - - 2 changed files: - lib_pypy/pyrepl/reader.py - pypy/module

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: fix needed for testing

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a40f4f9a by Matti Picus at 2021-04-01T08:23:08+03:00 fix needed for testing - - - - - dfe8b91b by Matti Picus at 2021-04-01T08:56:29+03:00 restart whatsnew-pypy3-head.rst --HG-- branch : py3.7 - - - - - 54403d48 by Matti Picus

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 6 commits: fix regex (backported from CPython 2.7.18)

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: e9a550aa by Matti Picus at 2021-03-31T18:05:22+03:00 fix regex (backported from CPython 2.7.18) - - - - - 744198ac by Matti Picus at 2021-03-31T22:51:26+03:00 merge PR 34 from github.com/pypy/pyrepl (issue 2371)

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] 35 commits: hg merge py3.6

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: b9b69be8 by Ronan Lamy at 2020-12-04T18:26:27+00:00 hg merge py3.6 --HG-- branch : hpy - - - - - a1637a5f by Matti Picus at 2020-11-24T10:22:21+02:00 add symlinks for python, python3 to the package (not on window

[pypy-commit] [Git][pypy/pypy][branch/default] mention HPy in release note; tweak documentation

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 625e232f by Matti Picus at 2021-04-01T16:54:07+03:00 mention HPy in release note; tweak documentation - - - - - 4 changed files: - pypy/doc/conf.py - pypy/doc/index-of-release-notes.rst - pypy/doc/release-v7.3.4.rst - pypy/

[pypy-commit] [Git][pypy/pypy][branch/default] restore code that got lost in the shuffle (thanks obfusk)

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: deae602f by Matti Picus at 2021-04-01T23:25:08+03:00 restore code that got lost in the shuffle (thanks obfusk) - - - - - 1 changed file: - lib_pypy/pyrepl/simple_interact.py View it on GitLab: https://foss.heptapod.net/p

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 3 commits: mention HPy in release note; tweak documentation

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 625e232f by Matti Picus at 2021-04-01T16:54:07+03:00 mention HPy in release note; tweak documentation - - - - - deae602f by Matti Picus at 2021-04-01T23:25:08+03:00 restore code that got lost in the shuffle (thank

[pypy-commit] [Git][pypy/pypy][branch/py3.7] revert pyrepl to 24f58eca7031, before merging from pypy/pyrepl

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: fa5d419c by Matti Picus at 2021-04-02T08:28:36+03:00 revert pyrepl to 24f58eca7031, before merging from pypy/pyrepl --HG-- branch : py3.7 - - - - - 26 changed files: - extra_tests/test_pyrepl/__init__.py - extra_tests/test_p

[pypy-commit] [Git][pypy/pypy][branch/default] revert pyrepl to 8ef001285964, before merging upstream

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1730e6f4 by Matti Picus at 2021-04-02T01:27:25+03:00 revert pyrepl to 8ef001285964, before merging upstream - - - - - 30 changed files: - extra_tests/test_pyrepl/__init__.py - extra_tests/test_pyrepl/infrastructure.py - ext

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pyrepl-wide

2021-04-01 Thread Matti Picus
Matti Picus pushed new branch branch/pyrepl-wide at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/pyrepl-wide You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pyrepl3

2021-04-01 Thread Matti Picus
Matti Picus pushed new branch branch/pyrepl3 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/pyrepl3 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pyrepl

2021-04-01 Thread Matti Picus
Matti Picus pushed new branch branch/pyrepl at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/pyrepl You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-c

[pypy-commit] [Git][pypy/pypy][branch/pyrepl-wide] typo

2021-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/pyrepl-wide at PyPy / pypy Commits: 77085905 by Matti Picus at 2021-04-02T08:56:36+03:00 typo --HG-- branch : pyrepl-wide - - - - - 1 changed file: - extra_tests/test_pyrepl/test_input.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit