[pypy-commit] [Git][pypy/pypy][branch/default] update license for 2022

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d27611b5 by Matti Picus at 2022-01-01T11:20:16+02:00 update license for 2022 - - - - - 2 changed files: - LICENSE - rpython/doc/conf.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d27611b52c07da01dd

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: exe target is self.exe_name not self.c_entryp

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00 exe target is self.exe_name not self.c_entryp - - - - - 91dda4e8 by Matti Picus at 2021-12-30T11:15:11+02:00 test, fix for exe name with formatting - - - - - 1f650ae8 by Matt

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: exe target is self.exe_name not self.c_entryp

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00 exe target is self.exe_name not self.c_entryp - - - - - 91dda4e8 by Matti Picus at 2021-12-30T11:15:11+02:00 test, fix for exe name with formatting - - - - - 1f650ae8 by Matt

[pypy-commit] [Git][pypy/pypy][branch/default] fix condition for windows

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 09600a04 by Matti Picus at 2022-01-01T14:05:38+02:00 fix condition for windows - - - - - 1 changed file: - pypy/module/_socket/interp_socket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/09600a04d6

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

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1cb538fc by Matti Picus at 2022-01-01T12:13:27+02:00 fix test - - - - - 1 changed file: - lib-python/2.7/test/test_syntax.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1cb538fc806753a0ccd68c71ed308

[pypy-commit] [Git][pypy/pypy][branch/py3.8] quiet more warnings in extra_tests

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 15bc5334 by Matti Picus at 2022-01-01T21:23:37+02:00 quiet more warnings in extra_tests --HG-- branch : py3.8 - - - - - 3 changed files: - extra_tests/test_datetime.py - lib_pypy/_gdbm.py - lib_pypy/_lzma.py View it on Hep