[pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: add a gc.collect for pypy

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 2911ecba by Matti Picus at 2020-08-26T23:57:08+03:00 add a gc.collect for pypy - - - - - e3c81a24 by Matti Picus at 2020-08-27T00:14:59+03:00 dict order can change between cpython2 and pypy2. Test against both ordering - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: add a gc.collect for pypy

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 2911ecba by Matti Picus at 2020-08-26T23:57:08+03:00 add a gc.collect for pypy - - - - - e3c81a24 by Matti Picus at 2020-08-27T00:14:59+03:00 dict order can change between cpython2 and pypy2. Test against both ordering - - - -

[pypy-commit] [Git][pypy/pypy][branch/default] test, fix for crash in strftime, will not crash when using msvcrt>=10

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: aca83dba by Matti Picus at 2020-08-27T12:21:09+03:00 test, fix for crash in strftime, will not crash when using msvcrt>=10 - - - - - 3 changed files: - pypy/module/time/interp_time.py - pypy/module/time/test/test_time.py -

[pypy-commit] [Git][pypy/pypy][branch/default] add missing import

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 7fda7578 by Matti Picus at 2020-08-27T14:30:47+03:00 add missing import - - - - - 1 changed file: - pypy/module/time/interp_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/7fda7578324e84d348561a26

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: add missing import

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 7fda7578 by Matti Picus at 2020-08-27T14:30:47+03:00 add missing import - - - - - 659a4cf5 by Matti Picus at 2020-08-27T14:34:05+03:00 merge default into py3.6, fix merge --HG-- branch : py3.6 - - - - - c6d3ef47 by Matti Picus

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: add missing import

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 7fda7578 by Matti Picus at 2020-08-27T14:30:47+03:00 add missing import - - - - - 659a4cf5 by Matti Picus at 2020-08-27T14:34:05+03:00 merge default into py3.6, fix merge --HG-- branch : py3.6 - - - - - 1 changed file: - py

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: add missing import

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: c119b12d by Matti Picus at 2020-08-27T16:28:36+03:00 add missing import - - - - - e6d7c8db by Matti Picus at 2020-08-27T16:29:00+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/t

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: add missing import

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c119b12d by Matti Picus at 2020-08-27T16:28:36+03:00 add missing import - - - - - e6d7c8db by Matti Picus at 2020-08-27T16:29:00+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 316a2994 by Matti Picus at 2020-08

[pypy-commit] [Git][pypy/pypy][branch/default] add missing import

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c119b12d by Matti Picus at 2020-08-27T16:28:36+03:00 add missing import - - - - - 1 changed file: - pypy/module/time/interp_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/c119b12da53661c89e30a01b

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: use CPython implementation of raise_signal

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: ebca0532 by Matti Picus at 2020-08-27T21:04:10+03:00 use CPython implementation of raise_signal The original version would be improved if it used a SUPPRESS_IPH guard. --HG-- branch : py3.6 - - - - - b995bf80 by Matti Picus at

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: use CPython implementation of raise_signal

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: ebca0532 by Matti Picus at 2020-08-27T21:04:10+03:00 use CPython implementation of raise_signal The original version would be improved if it used a SUPPRESS_IPH guard. --HG-- branch : py3.6 - - - - - b995bf80 by Matti Picus at

[pypy-commit] [Git][pypy/pypy][branch/default] properly skipif test

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 14dadc2b by Matti Picus at 2020-08-28T08:19:08+03:00 properly skipif test - - - - - 1 changed file: - pypy/module/_cffi_backend/test/test_re_python.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/14dad

[pypy-commit] [Git][pypy/pypy][branch/py3.6] use correct signature. Maybe refactor into win32/posix implementations?

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 5964e063 by Matti Picus at 2020-08-28T09:32:46+03:00 use correct signature. Maybe refactor into win32/posix implementations? --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/time/interp_time.py - pypy/module/ti

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: use correct signature. Maybe refactor into win32/posix implementations?

2020-08-27 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5964e063 by Matti Picus at 2020-08-28T09:32:46+03:00 use correct signature. Maybe refactor into win32/posix implementations? --HG-- branch : py3.6 - - - - - c2af8712 by Matti Picus at 2020-08-28T09:33:17+03:00 merge py3.6 into