cpython/Misc/NEWS.d
Victor Stinner fbfec5642e
gh-109566: regrtest reexecutes the process (#109909)
When --fast-ci or --slow-ci option is used, regrtest now replaces the
current process with a new process to add "-u -W default -bb -E"
options to Python.

Changes:

* PCbuild/rt.bat and Tools/scripts/run_tests.py no longer need to add
  "-u -W default -bb -E" options to Python: it's now done by
  regrtest.
* Fix Tools/scripts/run_tests.py: flush stdout before replacing the
  process. Previously, buffered messages were lost.
2023-09-26 20:46:52 +02:00
..
next gh-109566: regrtest reexecutes the process (#109909) 2023-09-26 20:46:52 +02:00
3.5.0.rst
3.5.0a1.rst
3.5.0a2.rst
3.5.0a3.rst
3.5.0a4.rst
3.5.0b1.rst
3.5.0b2.rst
3.5.0b3.rst
3.5.0b4.rst
3.5.0rc1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.5.0rc2.rst
3.5.0rc3.rst
3.5.0rc4.rst
3.5.1.rst
3.5.1rc1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.5.2.rst
3.5.2rc1.rst
3.5.3.rst
3.5.3rc1.rst
3.5.4.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.5.4rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.5.5.rst
3.5.5rc1.rst
3.6.0.rst
3.6.0a1.rst gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) 2023-07-21 10:52:07 +03:00
3.6.0a2.rst
3.6.0a3.rst
3.6.0a4.rst
3.6.0b1.rst
3.6.0b2.rst
3.6.0b3.rst
3.6.0b4.rst
3.6.0rc1.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.6.0rc2.rst
3.6.1.rst
3.6.1rc1.rst
3.6.2.rst
3.6.2rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.6.2rc2.rst
3.6.3.rst
3.6.3rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.6.4.rst
3.6.4rc1.rst gh-104773: Remove the msilib package (GH-104911) 2023-05-24 20:06:00 -05:00
3.6.5.rst
3.6.5rc1.rst
3.6.6.rst
3.6.6rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0.rst
3.7.0a1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0a2.rst
3.7.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0a4.rst gh-107298: Fix a few more refs in the C API docs (GH-108361) 2023-08-23 20:12:42 +03:00
3.7.0b1.rst
3.7.0b2.rst GH-103484: Fix broken links reported by linkcheck (#103608) 2023-04-22 08:24:47 -06:00
3.7.0b3.rst gh-104773: PEP 594: Remove the aifc module (#104933) 2023-05-25 17:20:48 +02:00
3.7.0b4.rst
3.7.0b5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0rc1.rst
3.8.0a1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.8.0a2.rst
3.8.0a3.rst
3.8.0a4.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.8.0b1.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
3.9.0a1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.9.0a2.rst GH-103484: Fix broken links reported by linkcheck (#103608) 2023-04-22 08:24:47 -06:00
3.9.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.9.0a4.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.9.0a5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.9.0a6.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.9.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a2.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a4.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a5.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
3.10.0a6.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a7.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a2.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a4.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.11.0a5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a6.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a7.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.12.0a1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.12.0a2.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.12.0a3.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.12.0a4.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.12.0a5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.12.0a6.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.12.0a7.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.12.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00