COMMITS
/ Doc/using/cmdline.rst October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 18, 2018
V
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner committed
June 16, 2018
X
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak committed
C
June 9, 2018
N
bpo-33409: Clarify PEP 538/540 relationship (GH-7534)
Nick Coghlan committed
April 8, 2018
S
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka committed
February 25, 2018
C
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella committed
January 8, 2018
N
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan committed
December 16, 2017
V
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner committed
December 15, 2017
V
bpo-32329: Add versionchanged to -R option doc (#4884)
Victor Stinner committed
December 14, 2017
V
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
December 12, 2017
V
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
November 30, 2017
V
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 24, 2017
V
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner committed
November 21, 2017
V
bpo-32043: Rephrase -X dev documentation (#4478)
Victor Stinner committed
V
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner committed
November 20, 2017
V
bpo-32050: Fix -x option documentation (#4475)
Victor Stinner committed
V
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner committed
November 16, 2017
V
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner committed
November 7, 2017
B
Fix a minor typo and hyphenate "multi-threading" (#4237)
Barry Warsaw committed
November 2, 2017
B
bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240)
Barry Warsaw committed
October 13, 2017
B
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Berker Peksag committed
October 5, 2017
B
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw committed
October 4, 2017
S
bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667)
Serhiy Storchaka committed
October 3, 2017
I
bpo-31415: Add `-X importtime` option (GH-3490)
INADA Naoki committed
June 18, 2017
N
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan committed
June 11, 2017
N
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan committed
May 16, 2017
B
bpo-29898: Fix incorrect env variable name (GH-1576)
Berker Peksag committed
March 11, 2017
X
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang committed
February 10, 2017
B
massage English for -X descriptions a bit
Benjamin Peterson committed
November 24, 2016
I
Issue #28532: Add what's new entry for python -VV option
INADA Naoki committed
November 21, 2016
I
Issue #28532: Show sys.version when -V option is supplied twice
INADA Naoki committed
October 30, 2016
M
Issue #26638: Merge option warning fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #26638: Work around more CLI options that can’t be linked
Martin Panter committed
M
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter committed
August 31, 2016
S
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
August 20, 2016
B
Issue #12982: Merge from 3.5
Berker Peksag committed
B
Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files
Berker Peksag committed
July 3, 2016
S
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka committed
April 22, 2016
V
PyMem_Malloc() now uses the fast pymalloc allocator
Victor Stinner committed
March 23, 2016
V
Fix typo in doc: avoid the french "& cie" :-)
Victor Stinner committed
March 18, 2016
V
Doc: fix typos, patch written by Stefan Behnel
Victor Stinner committed
V
Enhance documentation on malloc debug hooks
Victor Stinner committed
March 14, 2016
V
Add PYTHONMALLOC env var
Victor Stinner committed
February 25, 2016
G
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
Georg Brandl committed