summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line.py
Commit message (Expand)AuthorAgeFilesLines
* gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner2022-05-061-1/+4
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-051-4/+6
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-221-1/+1
* bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)Bader Zaidan2022-03-171-0/+11
* bpo-1635741: test_embed cheks that Python does not leak (GH-31555)Victor Stinner2022-02-241-1/+1
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-0/+2
* bpo-46417: Clear symtable identifiers at exit (GH-30809)Victor Stinner2022-01-221-1/+4
* bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)Eric Snow2021-10-251-0/+15
* bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...Pablo Galindo Salgado2021-10-131-2/+11
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-191-3/+4
* bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH...Karthikeyan Singaravelan2021-04-141-1/+1
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-041-3/+3
* bpo-43591: Fix error location in interactive mode for errors at the end of th...Pablo Galindo2021-03-221-2/+8
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)Victor Stinner2021-03-171-26/+60
* bpo-43410: Fix crash in the parser when producing syntax errors when reading ...Pablo Galindo2021-03-141-1/+8
* bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)Victor Stinner2020-12-231-0/+8
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Serhiy Storchaka2020-09-091-1/+5
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-251-7/+9
* bpo-40527: Fix command line argument parsing (GH-19955)Victor Stinner2020-05-061-0/+11
* bpo-13601: always use line-buffering for sys.stderr (GH-17646)Jendrik Seipp2020-01-011-0/+16
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-081-3/+3
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-31904: Port test_cmd_line to VxWorks (#12648)Lihua Zhao2019-04-171-0/+2
* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...Victor Stinner2018-09-191-5/+2
* bpo-34589: Add -X coerce_c_locale command line option (GH-9378)Victor Stinner2018-09-181-2/+5
* bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)Victor Stinner2018-07-261-3/+1
* bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)Victor Stinner2018-07-241-1/+3
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-261-2/+2
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-221-2/+2
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-161-0/+26
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-221-0/+11
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-181-5/+5
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-0/+2
* bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)Victor Stinner2017-12-161-1/+1
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-141-2/+10
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-21/+60
* bpo-32101: Add PYTHONDEVMODE environment variable (#4624)Victor Stinner2017-11-301-2/+35
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-2/+50
* bpo-32089: Use default action for ResourceWarning (#4584)Victor Stinner2017-11-271-17/+4
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-211-6/+46
* bpo-32043: New "developer mode": "-X dev" option (#4413)Victor Stinner2017-11-161-14/+55
* bpo-31845: Fix reading flags from environment (GH-4105)Nick Coghlan2017-10-251-1/+34
* bpo-30404: The -u option now makes the stdout and stderr streams totally unbu...Serhiy Storchaka2017-10-041-4/+3
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-2/+4
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-231-1/+22
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #26919: On Android, operating system data is now always encoded/decodedXavier de Gaye2016-12-151-4/+5
* Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-1/+1
* Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
|\
| * Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1