Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | found by Gabriel Genellina. | ||||
* | 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 ↵ | Nick Coghlan | 2008-04-30 | 1 | -27/+62 |
| | | | | includes some minor cleanups). Addresses TODO list issue 2258 | ||||
* | #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 ↵ | Georg Brandl | 2008-01-07 | 1 | -0/+15 |
| | | | | PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. | ||||
* | 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 ↵ | Christian Heimes | 2007-12-04 | 1 | -0/+5 |
| | | | | | | python binary. Use make altinstall instead. A native English speaker may want to rephrase the paragraph. ;) | ||||
* | Add "Python on Unix" document, mostly written for GHOP | Georg Brandl | 2007-12-04 | 3 | -2/+147 |
| | | | | by Shriphani Palakodety. | ||||
* | #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 |
| | | | | Written for GHOP. | ||||
* | 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 |
configure and setup python on different platforms -- at least in theory.) * Move the Python on Mac docs in that chapter. * Add a new chapter about the command line invocation, by stargaming. |