index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cmd_line.py
Commit message (
Expand
)
Author
Age
*
gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017)
devdanzin
2024-06-26
*
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin
2024-06-18
*
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner
2024-06-18
*
Fixing a typo in test_cmd_line.py (#118728)
Yutian Li
2024-05-08
*
gh-112730: Make the test suite resilient to color-activation environment vari...
Pablo Galindo Salgado
2024-04-24
*
gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (#116859)
Nikita Sobolev
2024-03-16
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
*
gh-109721: Guard `_testinternalcapi` imports in tests (GH-109722)
Nikita Sobolev
2023-09-22
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
*
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner
2022-09-26
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
*
gh-90300: split --help output into separate options (#30331)
Éric
2022-06-01
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-26
*
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner
2022-05-06
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-06
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
*
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan
2022-03-17
*
bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
Victor Stinner
2022-02-25
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
*
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner
2022-01-23
*
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Eric Snow
2021-10-25
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
*
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH...
Karthikeyan Singaravelan
2021-04-14
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
*
bpo-43591: Fix error location in interactive mode for errors at the end of th...
Pablo Galindo
2021-03-22
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner
2021-03-17
*
bpo-43410: Fix crash in the parser when producing syntax errors when reading ...
Pablo Galindo
2021-03-14
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka
2020-09-09
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
*
bpo-40527: Fix command line argument parsing (GH-19955)
Victor Stinner
2020-05-06
*
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp
2020-01-01
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-31904: Port test_cmd_line to VxWorks (#12648)
Lihua Zhao
2019-04-17
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-17
*
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
2018-07-26
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-25
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
[next]