| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23857: Implement PEP 493 | Nick Coghlan | 2016-03-20 | 1 | -0/+11 |
|
|
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
|
|
* | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-10 | 1 | -2/+6 |
|
|
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|
|
* | remove list of example incompatibilities (closes #21434) | Benjamin Peterson | 2014-05-26 | 1 | -12/+3 |
|
|
* | Issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 1 | -2/+4 |
|
|
* | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
|
|
* | merge with 2.6 | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|\ |
|
| * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|
|
* | | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -1/+45 |
|\ \
| |/ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -1/+45 |
|
|
| * | Merged revisions 82548,82634-82635 via svnmerge from | Georg Brandl | 2010-07-09 | 1 | -1/+1 |
|
|
| * | Merged revisions 77992 via svnmerge from | Barry Warsaw | 2010-02-05 | 1 | -5/+23 |
|
|
| * | Merged revisions 77198 via svnmerge from | Brett Cannon | 2010-01-01 | 1 | -2/+4 |
|
|
| * | Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 73286,73294,73296,73459,73462-73463,73544,73576-73577,73595-... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 72007-72010,72036-72037 via svnmerge from | Georg Brandl | 2009-04-28 | 1 | -1/+1 |
|
|
| * | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 1 | -1/+2 |
|
|
| * | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 1 | -35/+35 |
|
|
| * | Merged revisions 67143 via svnmerge from | Georg Brandl | 2008-11-07 | 1 | -2/+1 |
|
|
* | | Issue #13883: Document all platforms PYTHONCASEOK works on. | Brett Cannon | 2012-01-26 | 1 | -1/+1 |
|
|
* | | Add documentation for PEP 370 features in distutils (#10745). | Éric Araujo | 2011-08-19 | 1 | -1/+2 |
|
|
* | | Improve documentation for PEP 370 support in site module (#8617). | Éric Araujo | 2011-08-19 | 1 | -3/+7 |
|
|
* | | Fix a few misuses of :option: I missed in r86521. | Éric Araujo | 2011-06-09 | 1 | -1/+1 |
|
|
* | | Merged revisions 82615 via svnmerge from | Georg Brandl | 2010-07-07 | 1 | -1/+1 |
|
|
* | | Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a... | Ezio Melotti | 2010-07-03 | 1 | -0/+4 |
|
|
* | | Revert r80580 due to some unintended side effects. See issue #8202 for details. | Nick Coghlan | 2010-06-13 | 1 | -3/+2 |
|
|
* | | Add version changed note for -m tinkering with sys.argv[0] during the search ... | Nick Coghlan | 2010-04-28 | 1 | -0/+2 |
|
|
* | | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in... | Nick Coghlan | 2010-04-28 | 1 | -2/+3 |
|
|
* | | Two grammar fixes | Andrew M. Kuchling | 2010-04-11 | 1 | -2/+2 |
|
|
* | | tell people to update python.man, too | Benjamin Peterson | 2010-04-06 | 1 | -0/+3 |
|
|
* | | #7301: add the environment variable $PYTHONWARNINGS to supplement the -W | Philip Jenvey | 2010-04-06 | 1 | -0/+8 |
|
|
* | | Resolve bug 7847 by including documentation for -J, -U, and -X under "Options | Barry Warsaw | 2010-02-05 | 1 | -5/+23 |
|
|
* | | Add some missing command-line options to the main list. All but -V were already | Brett Cannon | 2010-01-01 | 1 | -2/+4 |
|
|
* | | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 1 | -1/+1 |
|
|
* | | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | | #6332: fix word dupes throughout the source. | Georg Brandl | 2009-06-24 | 1 | -1/+1 |
|
|
* | | Remove ".. warning::" markup that doesnt contain warnings for users, rather t... | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | | Issue 4195: Restore the ability to execute packages with the -m switch (but t... | Nick Coghlan | 2009-02-08 | 1 | -1/+10 |
|
|
* | | fix spelling | Benjamin Peterson | 2009-01-09 | 1 | -1/+1 |
|
|
* | | specify what -3 warnings are about | Benjamin Peterson | 2009-01-09 | 1 | -1/+2 |
|
|
* | | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -34/+34 |
|
|
* | | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 1 | -1/+1 |
|
|
* | | Fix syntax. | Georg Brandl | 2008-11-07 | 1 | -2/+1 |
|/ |
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -1/+1 |
|
|
* | Clarify what ":errorhandler" refers to. | Georg Brandl | 2008-06-11 | 1 | -1/+2 |
|
|
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -0/+7 |
|
|
* | Implemented PEP 370 | Christian Heimes | 2008-05-06 | 1 | -1/+34 |
|
|
* | Update command line usage documentation to reflect 2.6 changes (also includes... | Nick Coghlan | 2008-04-30 | 1 | -27/+62 |
|
|