summaryrefslogtreecommitdiff
path: root/Doc/using/cmdline.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.7] Updated missing periods in cmdline.rst (GH-17173). (GH-17182)Jules Lasne (jlasne)2019-11-151-3/+3
* [3.7] bpo-33095: Add reference to isolated mode in -m and script option (GH-7...Julien Palard2019-09-161-0/+13
* [3.7] bpo-11233: Create availability directive for documentation (GH-9692) (G...Cheryl Sabella2018-10-151-4/+4
* [3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501)Christophe Nanteuil2018-09-241-2/+2
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-191-15/+1
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-171-1/+15
* bpo-33859: Fix spelling mistakes in docs. (GH-7691)Miss Islington (bot)2018-06-151-1/+1
* bpo-33409: Clarify PEP 538/540 relationship (GH-7534)Miss Islington (bot)2018-06-091-18/+79
* Improve highlighting of some code blocks. (GH-6401)Miss Islington (bot)2018-04-091-3/+9
* bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)Miss Islington (bot)2018-02-241-2/+13
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-39/+33
* bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)Victor Stinner2017-12-161-3/+1
* bpo-32329: Add versionchanged to -R option doc (#4884)Victor Stinner2017-12-151-0/+3
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-151-2/+3
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-1/+12
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-5/+1
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+14
* bpo-32101: Add PYTHONDEVMODE environment variable (#4624)Victor Stinner2017-11-301-1/+11
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-10/+9
* bpo-32124: Document C functions safe before init (#4540)Victor Stinner2017-11-241-1/+1
* bpo-32043: Rephrase -X dev documentation (#4478)Victor Stinner2017-11-201-4/+5
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-201-6/+6
* bpo-32050: Fix -x option documentation (#4475)Victor Stinner2017-11-201-2/+0
* bpo-32047: -X dev enables asyncio debug mode (#4418)Victor Stinner2017-11-201-4/+6
* bpo-32043: New "developer mode": "-X dev" option (#4413)Victor Stinner2017-11-161-1/+13
* Fix a minor typo and hyphenate "multi-threading" (#4237)Barry Warsaw2017-11-061-5/+5
* bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime...Barry Warsaw2017-11-021-2/+12
* bpo-28647: Update -u documentation after bpo-30404 (GH-3961)Berker Peksag2017-10-131-1/+2
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-051-0/+12
* bpo-30404: The -u option now makes the stdout and stderr streams totally unbu...Serhiy Storchaka2017-10-041-4/+4
* bpo-31415: Add `-X importtime` option (GH-3490)INADA Naoki2017-10-031-0/+7
* bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)Nick Coghlan2017-06-181-0/+5
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-0/+36
* bpo-29898: Fix incorrect env variable name (GH-1576)Berker Peksag2017-05-161-2/+2
* bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang2017-03-111-2/+2
* massage English for -X descriptions a bitBenjamin Peterson2017-02-091-5/+7
* Issue #28532: Add what's new entry for python -VV optionINADA Naoki2016-11-241-0/+2
* Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-1/+6
* Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-301-2/+3
|\
| * Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-301-0/+1
| * Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-2/+2
* | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+17
* | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-081-0/+14
* | Issue #12982: Merge from 3.5Berker Peksag2016-08-201-3/+1
|\ \ | |/
| * Issue #12982: Thanks to PEP 488, Python no longer creates .pyo filesBerker Peksag2016-08-201-3/+1
* | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-031-0/+5
* | PyMem_Malloc() now uses the fast pymalloc allocatorVictor Stinner2016-04-221-6/+5
* | Fix typo in doc: avoid the french "& cie" :-)Victor Stinner2016-03-231-4/+4
* | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-181-4/+4
* | Enhance documentation on malloc debug hooksVictor Stinner2016-03-181-6/+10