summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Collapse)AuthorAgeFilesLines
* Remove ".. warning::" markup that doesnt contain warnings for users, rather ↵Georg Brandl2009-04-271-1/+1
| | | | todo items.
* Add section numbering to some of the larger subdocuments.Georg Brandl2009-03-281-0/+1
|
* Issue 4195: Restore the ability to execute packages with the -m switch (but ↵Nick Coghlan2009-02-081-1/+10
| | | | this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
* fix spellingBenjamin Peterson2009-01-091-1/+1
|
* specify what -3 warnings are aboutBenjamin Peterson2009-01-091-1/+2
|
* Remove trailing whitespace.Georg Brandl2009-01-033-44/+44
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-1/+1
| | | | found by Gabriel Genellina.
* Markup fix.Georg Brandl2008-12-231-2/+2
|
* Fix syntax.Georg Brandl2008-11-071-2/+1
|
* #3916: fixes for docs wrt. Windows directory layoutGeorg Brandl2008-09-211-4/+4
|
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-1/+1
|
* #3472: update Mac-bundled Python version info.Georg Brandl2008-09-091-5/+8
|
* fix various doc typos #3320Benjamin Peterson2008-07-121-2/+2
|
* Clarify what ":errorhandler" refers to.Georg Brandl2008-06-111-1/+2
|
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+7
|
* Implemented PEP 370Christian Heimes2008-05-061-1/+34
|
* Update command line usage documentation to reflect 2.6 changes (also ↵Nick Coghlan2008-04-301-27/+62
| | | | includes some minor cleanups). Addresses TODO list issue 2258
* #2239: PYTHONPATH delimiter is os.pathsep.Georg Brandl2008-03-051-1/+2
|
* #2194: fix some typos.Georg Brandl2008-02-262-2/+2
|
* Specify what kind of warning -3 emits.Georg Brandl2008-02-231-0/+2
|
* Fix markup.Georg Brandl2008-01-201-4/+4
|
* Better method for associating .py files with the interpreter.Georg Brandl2008-01-081-8/+9
|
* Fix two further doc build warnings.Georg Brandl2008-01-071-2/+2
|
* Fix inconsistent title levels -- it made the whole doc build crash horribly.Raymond Hettinger2008-01-071-1/+1
|
* patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.Georg Brandl2008-01-071-2/+40
|
* Patch #602345 by Neal Norwitz and me: add -B option and ↵Georg Brandl2008-01-071-0/+15
| | | | PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+2
|
* Simplify.Georg Brandl2007-12-161-3/+1
|
* Update to windows doc from Robert.Georg Brandl2007-12-071-5/+12
|
* Fix duplicate label and a typo.Georg Brandl2007-12-041-4/+5
|
* Added warning that make install may overwrite or masquerade the default ↵Christian Heimes2007-12-041-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 GHOPGeorg Brandl2007-12-043-2/+147
| | | | by Shriphani Palakodety.
* #1548: fix apostroph placement.Georg Brandl2007-12-031-1/+1
|
* Add "Using Python on Windows" document, by Robert Lehmann.Georg Brandl2007-12-013-28/+331
| | | | Written for GHOP.
* Use correct markup.Georg Brandl2007-10-301-2/+2
|
* Add :term:s for "new-style class".Georg Brandl2007-10-211-1/+1
|
* Add :term:s for descriptors.Georg Brandl2007-10-211-1/+1
|
* Even more clarification.Georg Brandl2007-10-201-1/+1
|
* Clarify -E docs.Georg Brandl2007-10-201-3/+3
|
* Change title, for now.Georg Brandl2007-10-201-2/+2
|
* * Add new toplevel chapter, "Using Python." (how to install,Georg Brandl2007-10-203-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.