summaryrefslogtreecommitdiffstats
path: root/Doc/using/cmdline.rst
Commit message (Expand)AuthorAgeFilesLines
* PYTHONFSENCODING is not available on Windows or Mac OS XVictor Stinner2010-08-191-0/+4
* Fix typoÉric Araujo2010-08-181-2/+2
* Issue #8622: Add PYTHONFSENCODING environment variable to override theVictor Stinner2010-08-181-3/+12
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-0/+1
* Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-171-2/+3
* Fix typo.Georg Brandl2010-07-061-1/+1
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-2/+2
* Merged revisions 79878-79880 via svnmerge fromPhilip Jenvey2010-04-071-0/+11
* #8213: document behavior of -u on py3k better.Georg Brandl2010-04-021-2/+3
* Document the -J and -X options for CPython. Note that unlike for py2k, weBarry Warsaw2010-02-051-2/+14
* Issue #7631: Fix undefined references to the "built-in file object", whichAntoine Pitrou2010-01-041-5/+0
* Clean up the list of allowed command-line flags.Brett Cannon2010-01-011-1/+1
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-1/+1
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* Merged revisions 73544 via svnmerge fromGeorg Brandl2009-06-241-1/+1
* Merged revisions 72008 via svnmerge fromGeorg Brandl2009-04-271-1/+1
* Merged revisions 69419-69420 via svnmerge fromNick Coghlan2009-02-081-1/+10
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-33/+33
* Merged revisions 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-071-0/+2
* A totally crappy workaround for issue 4266, but this allows me to build theBarry Warsaw2008-11-071-3/+0
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-1/+1
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+3
* Merged revisions 64130 via svnmerge fromGeorg Brandl2008-06-111-7/+7
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-7/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-0/+7
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-7/+0
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-021-0/+7
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-12/+1
* Remove ">>>>" markers left over from mergeBenjamin Peterson2008-05-071-12/+0
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-1/+42
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-24/+57
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+2
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-211-4/+4
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-1/+54
* Added -b option to the list of command line optionsChristian Heimes2007-12-071-1/+7
* No -Q flag anymore in Py3k.Georg Brandl2007-12-071-21/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-1/+1
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-29/+5
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-291-5/+4
* Add new directory "using". This should have been in the merge patch,Georg Brandl2007-11-011-0/+409