COMMITS
/ Doc/using/cmdline.rst April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
March 8, 2020
J
fix typo: add space (GH-18853)
Julin S committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 28, 2020
I
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Inada Naoki committed
January 24, 2020
V
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner committed
November 15, 2019
J
Updated missing periods in cmdline.rst (GH-17173)
Jules Lasne (jlasne) committed
September 14, 2019
August 24, 2019
S
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
Serhiy Storchaka committed
July 1, 2019
S
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower committed
June 25, 2019
V
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 13, 2019
U
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta committed
April 24, 2019
V
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner committed
April 12, 2019
V
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner committed
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