index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cmd_line.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
1
-2/+3
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
1
-0/+11
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+6
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-4/+21
*
gh-109721: Guard `_testinternalcapi` imports in tests (GH-109722)
Nikita Sobolev
2023-09-22
1
-0/+1
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
1
-3/+3
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-1/+2
*
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner
2022-09-26
1
-0/+2
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+33
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
1
-11/+2
*
gh-90300: split --help output into separate options (#30331)
Éric
2022-06-01
1
-12/+33
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-8/+5
*
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner
2022-05-06
1
-1/+4
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-4/+6
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
1
-1/+1
*
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan
2022-03-17
1
-0/+11
*
bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
Victor Stinner
2022-02-24
1
-1/+1
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+2
*
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner
2022-01-22
1
-1/+4
*
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Eric Snow
2021-10-25
1
-0/+15
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
1
-2/+11
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-3/+4
*
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH...
Karthikeyan Singaravelan
2021-04-14
1
-1/+1
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
1
-3/+3
*
bpo-43591: Fix error location in interactive mode for errors at the end of th...
Pablo Galindo
2021-03-22
1
-2/+8
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner
2021-03-17
1
-26/+60
*
bpo-43410: Fix crash in the parser when producing syntax errors when reading ...
Pablo Galindo
2021-03-14
1
-1/+8
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
1
-0/+8
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka
2020-09-09
1
-1/+5
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
1
-7/+9
*
bpo-40527: Fix command line argument parsing (GH-19955)
Victor Stinner
2020-05-06
1
-0/+11
*
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp
2020-01-01
1
-0/+16
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-3/+3
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-31904: Port test_cmd_line to VxWorks (#12648)
Lihua Zhao
2019-04-17
1
-0/+2
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-5/+2
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-2/+5
*
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
2018-07-26
1
-3/+1
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-1/+3
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-2/+2
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-2/+2
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-0/+26
*
bpo-32457: Improves handling of denormalized executable path when launching P...
Steve Dower
2018-02-22
1
-0/+11
*
Improves the ability to build in CI (GH-5728)
Steve Dower
2018-02-18
1
-5/+5
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-0/+2
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
1
-1/+1
*
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner
2017-12-14
1
-2/+10
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-21/+60
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
1
-2/+35
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-2/+50
[next]