| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve bug 7847 by including documentation for -J, -U, and -X under "Options | Barry Warsaw | 2010-02-05 | 1 | -5/+23 |
|
|
* | #7653: clarify how the PythonPath registry key should look like. | Georg Brandl | 2010-01-07 | 1 | -6/+7 |
|
|
* | Add some missing command-line options to the main list. All but -V were already | Brett Cannon | 2010-01-01 | 1 | -2/+4 |
|
|
* | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 2 | -3/+3 |
|
|
* | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 1 | -1/+1 |
|
|
* | Fix broken links found by "make linkcheck". scipy.org seems to be done right... | Georg Brandl | 2009-10-11 | 1 | -4/+3 |
|
|
* | #6904 - fix broken link | Ezio Melotti | 2009-09-14 | 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 |
|
|
* | Add section numbering to some of the larger subdocuments. | Georg Brandl | 2009-03-28 | 1 | -0/+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 | 3 | -44/+44 |
|
|
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 1 | -1/+1 |
|
|
* | Markup fix. | Georg Brandl | 2008-12-23 | 1 | -2/+2 |
|
|
* | Fix syntax. | Georg Brandl | 2008-11-07 | 1 | -2/+1 |
|
|
* | #3916: fixes for docs wrt. Windows directory layout | Georg Brandl | 2008-09-21 | 1 | -4/+4 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -1/+1 |
|
|
* | #3472: update Mac-bundled Python version info. | Georg Brandl | 2008-09-09 | 1 | -5/+8 |
|
|
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | #2239: PYTHONPATH delimiter is os.pathsep. | Georg Brandl | 2008-03-05 | 1 | -1/+2 |
|
|
* | #2194: fix some typos. | Georg Brandl | 2008-02-26 | 2 | -2/+2 |
|
|
* | Specify what kind of warning -3 emits. | Georg Brandl | 2008-02-23 | 1 | -0/+2 |
|
|
* | Fix markup. | Georg Brandl | 2008-01-20 | 1 | -4/+4 |
|
|
* | Better method for associating .py files with the interpreter. | Georg Brandl | 2008-01-08 | 1 | -8/+9 |
|
|
* | Fix two further doc build warnings. | Georg Brandl | 2008-01-07 | 1 | -2/+2 |
|
|
* | Fix inconsistent title levels -- it made the whole doc build crash horribly. | Raymond Hettinger | 2008-01-07 | 1 | -1/+1 |
|
|
* | patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. | Georg Brandl | 2008-01-07 | 1 | -2/+40 |
|
|
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 | 1 | -0/+15 |
|
|
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -3/+2 |
|
|
* | Simplify. | Georg Brandl | 2007-12-16 | 1 | -3/+1 |
|
|
* | Update to windows doc from Robert. | Georg Brandl | 2007-12-07 | 1 | -5/+12 |
|
|
* | Fix duplicate label and a typo. | Georg Brandl | 2007-12-04 | 1 | -4/+5 |
|
|
* | Added warning that make install may overwrite or masquerade the default pytho... | Christian Heimes | 2007-12-04 | 1 | -0/+5 |
|
|
* | Add "Python on Unix" document, mostly written for GHOP | Georg Brandl | 2007-12-04 | 3 | -2/+147 |
|
|
* | #1548: fix apostroph placement. | Georg Brandl | 2007-12-03 | 1 | -1/+1 |
|
|
* | Add "Using Python on Windows" document, by Robert Lehmann. | Georg Brandl | 2007-12-01 | 3 | -28/+331 |
|
|
* | Use correct markup. | Georg Brandl | 2007-10-30 | 1 | -2/+2 |
|
|
* | Add :term:s for "new-style class". | Georg Brandl | 2007-10-21 | 1 | -1/+1 |
|
|
* | Add :term:s for descriptors. | Georg Brandl | 2007-10-21 | 1 | -1/+1 |
|
|
* | Even more clarification. | Georg Brandl | 2007-10-20 | 1 | -1/+1 |
|
|
* | Clarify -E docs. | Georg Brandl | 2007-10-20 | 1 | -3/+3 |
|
|
* | Change title, for now. | Georg Brandl | 2007-10-20 | 1 | -2/+2 |
|
|
* | * Add new toplevel chapter, "Using Python." (how to install, | Georg Brandl | 2007-10-20 | 3 | -0/+646 |
|
|