summaryrefslogtreecommitdiffstats
path: root/Doc/using/cmdline.rst
Commit message (Expand)AuthorAgeFilesLines
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
* 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
| | * Merged revisions 77300 via svnmerge fromAntoine Pitrou2010-01-041-5/+0
| | * Merged revisions 77200 via svnmerge fromBrett Cannon2010-01-011-1/+1
| | * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-1/+1
| | * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | | Issue #13883: PYTHONCASEOK also works with OS X.Brett Cannon2012-01-261-1/+1
|\ \ \ | |/ /
| * | Issue #13883: Document all platforms PYTHONCASEOK works on.Brett Cannon2012-01-261-1/+1
* | | Issue #13597: Fix the documentation of the "-u" command-line option, and word...Antoine Pitrou2011-12-211-1/+2
|\ \ \ | |/ /
| * | Issue #13597: Fix the documentation of the "-u" command-line option, and word...Antoine Pitrou2011-12-211-1/+2
* | | Merge follow-up for #11254 and other changes from 3.2Éric Araujo2011-11-031-1/+2
|\ \ \ | |/ /
| * | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -BÉric Araujo2011-11-031-1/+2
* | | Merge doc changes from 3.2 (#8617, #10745).Éric Araujo2011-08-061-3/+8
|\ \ \ | |/ /
| * | Add documentation for PEP 370 features in distutils (#10745).Éric Araujo2011-08-061-1/+2
| * | Improve documentation for PEP 370 support in site module (#8617).Éric Araujo2011-08-051-3/+7