COMMITS
/ Doc/using/cmdline.rst 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
February 10, 2016
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed
December 10, 2015
M
Issue #14285: Do not catch exceptions initializing any ancestor package
Martin Panter committed
September 12, 2015
S
Marked keystrokes with the :kbd: role.
Serhiy Storchaka committed
S
Marked keystrokes with the :kbd: role.
Serhiy Storchaka committed
April 19, 2015
L
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
Larry Hastings committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 20, 2015
S
Issue #23681: The -b option now affects comparisons of bytes with int.
Serhiy Storchaka committed
December 9, 2014
B
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Berker Peksag committed
October 29, 2014
G
Fixing broken links in doc, part 3: the rest
Georg Brandl committed