[pypy-commit] [Git][pypy/pypy][branch/py3.7] redo skipping in bz2. It turns out apptests compile a little too agressively

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1980be33 by Matti Picus at 2020-07-16T11:40:06+03:00 redo skipping in bz2. It turns out apptests compile a little too agressively --HG-- branch : py3.7 - - - - - 4 changed files: - pypy/module/bz2/test/apptest_bz2_compdecomp

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: fix more errorhandler signature changes

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1185db4e by Matti Picus at 2020-07-16T08:07:27+03:00 fix more errorhandler signature changes --HG-- branch : py3.6 - - - - - 3fc61222 by Matti Picus at 2020-07-16T11:55:53+03:00 fix import --HG-- branch : py3.6 - - - - - f3b8

[pypy-commit] [Git][pypy/pypy][branch/py3.6] fix import

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 3fc61222 by Matti Picus at 2020-07-16T11:55:53+03:00 fix import --HG-- branch : py3.6 - - - - - 1 changed file: - extra_tests/ctypes_tests/test_commethods.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Git][pypy/pypy][branch/py3.6] issue 3269: do not import platform at startup

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 5e8113c4 by Matti Picus at 2020-07-16T12:31:04+03:00 issue 3269: do not import platform at startup --HG-- branch : py3.6 - - - - - 2 changed files: - + extra_tests/test_startup.py - lib_pypy/_sysconfigdata.py View it on Gi

[pypy-commit] [Git][pypy/pypy][branch/py3.6] add test that fails on windows, causes failures on numpy

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: ee9a1e26 by Matti Picus at 2020-07-16T10:46:58+03:00 add test that fails on windows, causes failures on numpy --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/cpyext/test/test_unicodeobject.py View it on GitLa

[pypy-commit] [Git][pypy/pypy][branch/py3.6] extend test

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 94d5c94d by Matti Picus at 2020-07-16T15:01:32+03:00 extend test --HG-- branch : py3.6 - - - - - 1 changed file: - extra_tests/test_startup.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/94d5c94d2fdee8

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix tests, test_ztranslation

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: ec0ec46c by Matti Picus at 2020-07-16T14:51:01+03:00 fix tests, test_ztranslation --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/interpreter/miscutils.py - pypy/module/bz2/test/apptest_bz2_compdecomp.py - pypy/modul

[pypy-commit] [Git][pypy/pypy][branch/default] backport test (issue 3269)

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b802d0ab by Matti Picus at 2020-07-16T15:03:19+03:00 backport test (issue 3269) - - - - - 1 changed file: - + extra_tests/test_startup.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/b802d0abad602441a2

[pypy-commit] [Git][pypy/pypy][branch/hpy] 28 commits: Redo what's in the issue-3211-debug branch, now in a more definitive way

2020-07-16 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy at PyPy / pypy Commits: dde3bb1e by Armin Rigo at 2020-04-18T09:08:30+02:00 Redo what's in the issue-3211-debug branch, now in a more definitive way --HG-- branch : fix-windows-utf8 - - - - - d7b37c8f by Armin Rigo at 2020-04-18T09:30:05+02:00 fix os.lis

[pypy-commit] [Git][pypy/pypy][branch/hpy] fix test

2020-07-16 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy at PyPy / pypy Commits: 291e1503 by Ronan Lamy at 2020-07-16T16:58:41+01:00 fix test --HG-- branch : hpy - - - - - 1 changed file: - pypy/objspace/fake/test/test_checkmodule.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/291e150

[pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix scandir (win32 did not accept path-like).

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: dacc8a41 by Matti Picus at 2020-07-16T22:38:02+03:00 test, fix scandir (win32 did not accept path-like). TODO: remove the many utf8->unicode->wstr-buffer conversions --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/m

[pypy-commit] [Git][pypy/pypy][branch/py3.6] another errorhandler signature fix

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: a8896e1a by Matti Picus at 2020-07-17T08:36:08+03:00 another errorhandler signature fix --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/unicodehelper_win32.py View it on GitLab: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: issue 3269: do not import platform at startup

2020-07-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5e8113c4 by Matti Picus at 2020-07-16T12:31:04+03:00 issue 3269: do not import platform at startup --HG-- branch : py3.6 - - - - - ee9a1e26 by Matti Picus at 2020-07-16T10:46:58+03:00 add test that fails on windows, causes fail