[pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: initialize lock timeout on windows if timeout is infinite

2020-07-26 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f11c0d69 by nulano at 2020-07-24T00:32:08+02:00 initialize lock timeout on windows if timeout is infinite --HG-- branch : initialize_lock_timeout_on_windows - - - - - 4a898c6e by nulano at 2020-07-24T00:33:34+02:00 Merge defaul

[pypy-commit] [Git][pypy/pypy][branch/py3.6] test, fix for issue 3274 - special case some error handlers

2020-07-26 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 12350dba by Matti Picus at 2020-07-26T10:03:51+03:00 test, fix for issue 3274 - special case some error handlers --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/interpreter/unicodehelper.py - pypy/module/_codecs/test

[pypy-commit] [Git][pypy/pypy][branch/py3.6] remove duplicate line

2020-07-26 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: ccb6e498 by Matti Picus at 2020-07-26T11:03:24+03:00 remove duplicate line --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/c

[pypy-commit] [Git][pypy/pypy][branch/default] document merged branch

2020-07-26 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: afc9b4f8 by Matti Picus at 2020-07-26T12:26:07+03:00 document merged branch - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/afc9b4f89670e3bdebe7f8202

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: document merged branch

2020-07-26 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: afc9b4f8 by Matti Picus at 2020-07-26T12:26:07+03:00 document merged branch - - - - - 68838bba by Armin Rigo at 2020-07-27T08:06:19+02:00 missing includes for getsockopt() and send() - - - - - 2707d03a by Armin Rigo at 2020-07-2

[pypy-commit] [Git][pypy/pypy][branch/default] missing includes for getsockopt() and send()

2020-07-26 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 68838bba by Armin Rigo at 2020-07-27T08:06:19+02:00 missing includes for getsockopt() and send() - - - - - 1 changed file: - rpython/translator/c/src/signals.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/comm

[pypy-commit] [Git][pypy/pypy][branch/py3.6] skip one test if fsencoding can't encode the given unicode file name

2020-07-26 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 58b3bd28 by Armin Rigo at 2020-07-27T08:11:40+02:00 skip one test if fsencoding can't encode the given unicode file name --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on Git