summaryrefslogtreecommitdiffstats
path: root/Doc/using/cmdline.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PYTHONMALLOC env varVictor Stinner2016-03-141-6/+45
* Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-1/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-101-1/+1
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
|\
| * Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
* | Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.Larry Hastings2015-04-191-1/+1
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-1/+1
* | Issue #23681: The -b option now affects comparisons of bytes with int.Serhiy Storchaka2015-03-201-1/+4
|/
* Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-091-4/+8
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
* PYTHONY2K is long gone. Remove traces from the docs and manpage.Georg Brandl2014-10-281-8/+0
* Revert #22251Berker Peksag2014-09-271-5/+1
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-1/+5
* asyncio: document the debug modeVictor Stinner2014-06-221-2/+2
* asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.Victor Stinner2014-02-191-0/+8
* whatsnew: -m <namespace package>, plus 'using' doc updates.R David Murray2014-02-021-1/+5
* Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-8/+10
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-2/+16
* Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.Serhiy Storchaka2013-09-131-3/+6
* Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-8/+8
* Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-2/+15
* (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tagVictor Stinner2013-07-281-0/+2
|\
| * doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tagVictor Stinner2013-07-281-0/+2
* | #16937: merge with 3.3.Ezio Melotti2013-07-251-2/+2
|\ \ | |/
| * #16937: document that stdin is always buffered, even when -u is used. Patch ...Ezio Melotti2013-07-251-2/+2
* | Issue #5845: Enable tab-completion in the interactive interpreter by default,...Antoine Pitrou2013-05-041-2/+7
* | Merge versionadded addition and typo fix from 3.3.Ezio Melotti2013-03-261-1/+4
|\ \ | |/
| * Add versionadded for `-X faulthandler` (also fix typo and markup).Ezio Melotti2013-03-261-2/+5
* | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...Ezio Melotti2013-03-251-3/+11
|/
* Issue #16241: document -X faulthandler command line option.Andrew Svetlov2012-10-231-1/+2
* Merge issue #9583: Document startup option/environment interaction.Andrew Svetlov2012-10-171-2/+4
|\
| * Issue #9583: Document startup option/environment interaction.Andrew Svetlov2012-10-171-2/+4
* | Clarify that hash randomization is on by defaultAntoine Pitrou2012-08-011-17/+16
* | Remove packaging from the standard library.Éric Araujo2012-06-241-2/+2
* | merge with 3.2Georg Brandl2012-02-211-1/+1
|\ \ | |/
| * merge with 3.2Georg Brandl2012-02-211-1/+1
| |\
| | * Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-211-1/+1
* | | enable hash randomization by defaultBenjamin Peterson2012-02-211-6/+4
* | | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-1/+46
|\ \ \ | |/ /
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+46
| |\ \ | | |/
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+47
| | * Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,...Georg Brandl2010-10-061-1/+1
| | * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-2/+3
| | * Merged revisions 77995 via svnmerge fromBarry Warsaw2010-02-051-2/+14