[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] refactor code, raise OSError in gmtime like in localtime

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 851e0d2e by Matti Picus at 2023-11-21T09:09:39+02:00 refactor code, raise OSError in gmtime like in localtime --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/time/interp_time.py - pypy/module/time/test/test_ti

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] typo

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: f6d97398 by Matti Picus at 2023-11-20T23:01:25+02:00 typo --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f6d973980e6

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: reformat header a bit

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 4857e331 by Matti Picus at 2023-11-20T16:05:45+02:00 reformat header a bit --HG-- branch : py3.9 - - - - - 5bfe0e0d by Matti Picus at 2023-11-20T20:07:48+02:00 handle pathlib.path in PyUnicode_FSDecoder, PyUnicode_FSDecoder (is

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix: do not force the bytearray when calling _convert_idx_params

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: bbb7a0bc by Matti Picus at 2023-11-20T14:10:05+02:00 fix: do not force the bytearray when calling _convert_idx_params --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it on Heptap

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] #4032 LIST_EXTEND bytecode should just let all exceptions through if the second

2023-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 735b29cd by CF Bolz-Tereick at 2023-11-20T10:34:40+01:00 #4032 LIST_EXTEND bytecode should just let all exceptions through if the second argument is iterable --HG-- branch : py3.10 - - - - - 3 changed files: