Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits: 106f751a by Matti Picus at 2021-12-28T10:52:40+02:00 limit pwd.getpwnam to str, issue 3624 --HG-- branch : py3.7 - - - - - 94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00 exe target is self.exe_name not self.c_entryp - - - - - 7647cbce by Matti Picus at 2021-12-29T23:36:29+02:00 fix _io warning type --HG-- branch : py3.8 - - - - - 72c114c4 by Matti Picus at 2021-12-30T00:27:32+02:00 in socket.socket(fileno=fileno), fileno must be an int not fid itself --HG-- branch : py3.8 - - - - - 91dda4e8 by Matti Picus at 2021-12-30T11:15:11+02:00 test, fix for exe name with formatting - - - - - 5632170c by Matti Picus at 2021-12-30T14:35:46+02:00 add LDFLAGS to sysconfig, adjust for py3.8 layout --HG-- branch : py3.8 - - - - - c5b2a3d0 by Matti Picus at 2021-12-30T15:09:49+02:00 comprimise: fix both test and thread error formatting --HG-- branch : py3.8 - - - - - d34fb03a by Matti Picus at 2021-12-30T15:14:52+02:00 compromise: fix socket error message and test --HG-- branch : py3.8 - - - - - 66e25a06 by Matti Picus at 2021-12-30T15:42:47+02:00 gc.collect inside the warning context manager --HG-- branch : py3.8 - - - - - 344ea4c4 by Matti Picus at 2021-12-30T18:03:44+02:00 fix logic condition in _overlapped (part of issue 167515) --HG-- branch : py3.7 - - - - - 4014b86f by Matti Picus at 2021-12-30T18:04:17+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 4c14a3a4 by Matti Picus at 2021-12-30T19:22:50+02:00 typo --HG-- branch : py3.7 - - - - - 65f2d62a by Matti Picus at 2021-12-30T19:23:12+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 24474a10 by Matti Picus at 2021-12-30T22:43:02+02:00 fix stdlib test: CPython does not preserve the scopeID in the address name (issue 3628) --HG-- branch : py3.8 - - - - - d884c4ad by Matti Picus at 2021-12-31T09:07:32+02:00 fix test --HG-- branch : py3.8 - - - - - 1f650ae8 by Matti Picus at 2021-12-31T13:28:32+02:00 replicate enough of the driver and genc stages in tests to replicate the current failure - - - - - 3e153622 by Matti Picus at 2021-12-31T13:50:26+02:00 fix failure: copy out the exename.basename exactly as created by the makefile - - - - - 44ecea6a by Matti Picus at 2021-12-31T15:14:29+02:00 fix trivial errors --HG-- branch : py3.8 - - - - - 37a716b7 by Matti Picus at 2021-12-31T15:29:38+02:00 fix translation on windows --HG-- branch : py3.8 - - - - - 4bf16a4e by Matti Picus at 2021-12-31T16:28:20+02:00 fix for dbm --HG-- branch : py3.8 - - - - - 18cb2fc7 by Matti Picus at 2021-12-31T16:41:29+02:00 change bare exception to avoid catching KeyboardInterrupt --HG-- branch : py3.8 - - - - - 796b34f5 by Matti Picus at 2021-12-31T16:51:01+02:00 use a sentinal to avoid confusing chained exceptions if an error occurs --HG-- branch : py3.8 - - - - - 2355b805 by Matti Picus at 2021-12-31T16:51:12+02:00 also check self._db --HG-- branch : py3.8 - - - - - 9fcd6805 by Matti Picus at 2021-12-31T21:20:58+02:00 use __index__ to avoid deprecation warning --HG-- branch : py3.8 - - - - - d27611b5 by Matti Picus at 2022-01-01T11:20:16+02:00 update license for 2022 - - - - - 97b5dd21 by Matti Picus at 2022-01-01T11:20:44+02:00 merge default --HG-- branch : py3.7 - - - - - 6d680262 by Matti Picus at 2022-01-01T11:21:16+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 15bc5334 by Matti Picus at 2022-01-01T21:23:37+02:00 quiet more warnings in extra_tests --HG-- branch : py3.8 - - - - - df1cd70e by Matti Picus at 2022-01-02T12:41:37+02:00 add winreg auditing, convert unwrap_spec(...="unicode"...) to utf8 One step closer to removing realunicode_w --HG-- branch : py3.8 - - - - - 56c274d9 by Matti Picus at 2022-01-02T15:31:52+02:00 putenv leaks memory --HG-- branch : py3.7 - - - - - c5624c59 by Matti Picus at 2022-01-02T15:35:27+02:00 fix test for windows --HG-- branch : py3.7 - - - - - cec0cb94 by Matti Picus at 2022-01-02T15:50:36+02:00 skip test even if run on pypy2.7 (app_main is not python2 syntax) --HG-- branch : py3.7 - - - - - 29444c7f by Matti Picus at 2022-01-02T16:31:11+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 4d06d1f6 by Matti Picus at 2022-01-03T00:12:52+02:00 only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 3630) --HG-- branch : py3.7 - - - - - 13b4b5f3 by Matti Picus at 2022-01-03T00:13:12+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 16f31352 by Matti Picus at 2022-01-03T19:38:06+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 8e3e9edc by Matti Picus at 2022-01-03T19:38:48+02:00 merge heads --HG-- branch : py3.9 - - - - - 30 changed files: - LICENSE - extra_tests/test_datetime.py - lib-python/3/test/test_asyncio/test_base_events.py - lib-python/3/test/test_asyncio/test_events.py - lib-python/3/test/test_socket.py - lib-python/3/test/test_sysconfig.py - lib-python/3/test/test_thread.py - lib_pypy/_ctypes/function.py - lib_pypy/_dbm.py - lib_pypy/_gdbm.py - lib_pypy/_gdbm_build.py - lib_pypy/_overlapped.py - lib_pypy/_sqlite3.py - lib_pypy/_sysconfigdata.py - pypy/interpreter/error.py - pypy/interpreter/test/test_app_main.py - pypy/interpreter/test/test_gateway.py - pypy/module/__builtin__/test/test_breakpoint.py - pypy/module/_io/test/apptest_io.py - pypy/module/_posixsubprocess/interp_subprocess.py - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py - pypy/module/_winreg/interp_winreg.py - pypy/module/pwd/interp_pwd.py - pypy/module/pwd/test/test_pwd.py - pypy/module/thread/os_thread.py - rpython/doc/conf.py - rpython/translator/driver.py - rpython/translator/platform/windows.py - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/23723d5f0f4ddeb26a7c1e458c12a1af6312f5f6...8e3e9edcdcffcaa8062dbc73a7c89c9ed8f42a9b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/23723d5f0f4ddeb26a7c1e458c12a1af6312f5f6...8e3e9edcdcffcaa8062dbc73a7c89c9ed8f42a9b You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit