COMMITS
/ Lib/test/test_cmd_line.py April 7, 2026
V
gh-148014: Accept a function name in -X presite option (#148015)
Victor Stinner committed
March 15, 2026
G
gh-145990: sort `--help-env` sections by environment variable name (GH-145997)
Gregory P. Smith committed
G
gh-145990: Sort `python --help-xoptions` by option name (GH-145991)
Gregory P. Smith committed
March 12, 2026
February 9, 2026
A
gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)
alexey semenyuk committed
August 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
July 15, 2025
A
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 20, 2025
I
gh-133374: fix test_python_legacy_windows_stdio (GH-134080)
Inada Naoki committed
May 6, 2025
April 25, 2025
S
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
April 18, 2025
J
gh-103997: Automatically dedent the argument to "-c" (#103998)
Jon Crall committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 12, 2025
January 11, 2025
November 4, 2024
September 6, 2024
P
gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754)
Peter Bierma committed
June 26, 2024
D
gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017)
devdanzin committed
June 18, 2024
D
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin committed
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
May 8, 2024
Y
Fixing a typo in test_cmd_line.py (#118728)
Yutian Li committed
April 24, 2024
P
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
Pablo Galindo Salgado committed
March 16, 2024
N
gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (#116859)
Nikita Sobolev committed
March 11, 2024
B
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers committed
March 6, 2024
V
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner committed
December 12, 2023
S
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross committed
November 2, 2023
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
November 1, 2023
October 30, 2023
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 10, 2023
D
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na committed
September 22, 2023
N
gh-109721: Guard `_testinternalcapi` imports in tests (GH-109722)
Nikita Sobolev committed
July 24, 2023
V
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner committed
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
September 26, 2022
V
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
July 31, 2022
P
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
Pablo Galindo Salgado committed
June 1, 2022
É
gh-90300: split --help output into separate options (#30331)
Éric committed
May 25, 2022
V
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner committed
May 6, 2022
V
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
April 22, 2022
I
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki committed
March 17, 2022
B
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan committed
February 24, 2022
V
bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
Victor Stinner committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
January 22, 2022
V
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner committed
October 25, 2021
E
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Eric Snow committed
October 13, 2021
P
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
Pablo Galindo Salgado committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
April 14, 2021
K
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH-25380)
Karthikeyan Singaravelan committed