summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* Fix error about "-*-" being mandatory in coding cookies.Georg Brandl2008-11-221-3/+3
|
* Markup fixesAndrew M. Kuchling2008-09-301-10/+11
|
* clarify a few thingsBenjamin Peterson2008-09-271-7/+6
|
* typos.Georg Brandl2008-09-261-3/+3
|
* add an 'other options' sectionBenjamin Peterson2008-09-261-0/+9
|
* add the beginnings of a C-API 2 -> 3 porting guideBenjamin Peterson2008-09-262-0/+209
|
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-132-3/+2
|
* Add a new howto about Python and the web, by Marek Kubica.Georg Brandl2008-09-072-0/+698
|
* #2654: fix typoAndrew M. Kuchling2008-04-181-1/+1
|
* No need to specify explicit "doctest_block" anymore.Georg Brandl2008-03-221-2/+2
|
* Test decimal.rst doctests as far as possible with sphinx doctest.Georg Brandl2008-03-221-0/+4
|
* Fixup this HOWTO's doctest blocks so that they can be run with sphinx' ↵Georg Brandl2008-03-221-189/+163
| | | | doctest builder.
* Fix lots of broken links in the docs, found by Sphinx' external link checker.Georg Brandl2008-03-155-12/+8
|
* Remove stray wordAndrew M. Kuchling2008-02-241-1/+1
|
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-224-5/+5
|
* #2120: broken links in advocacy document.Georg Brandl2008-02-161-5/+5
|
* Convert external links to internal links. Fixes #2010.Georg Brandl2008-02-054-2/+6
|
* Fix old link.Georg Brandl2008-01-211-3/+2
|
* Bump versonAndrew M. Kuchling2008-01-181-1/+1
|
* Correction from Jordan Lewis: halfdelay() uses tenths of a second, not ↵Andrew M. Kuchling2008-01-171-2/+2
| | | | milliseconds
* Some cleanup in the docs.Georg Brandl2007-12-293-35/+17
|
* Bump the version number, and make a few small editsAndrew M. Kuchling2007-12-141-13/+15
|
* Remove warning about URLAndrew M. Kuchling2007-12-141-3/+1
|
* Add :term:s for iterator.Georg Brandl2007-10-212-3/+3
|
* Add :term: for generators.Georg Brandl2007-10-211-2/+2
|
* Add :term:s for descriptors.Georg Brandl2007-10-211-2/+2
|
* Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.Georg Brandl2007-10-211-1/+1
|
* * Add new toplevel chapter, "Using Python." (how to install,Georg Brandl2007-10-202-203/+0
| | | | | | | 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.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-1510-0/+5833
|
* Delete the LaTeX doc tree.Georg Brandl2007-08-1510-6121/+0
|
* Patch #1765839: add link to https+proxy urllib2 opener.Georg Brandl2007-08-061-1/+6
|
* Add a wordAndrew M. Kuchling2007-06-151-1/+1
|
* Fix rst markup.Georg Brandl2007-05-291-1/+1
|
* More editsAndrew M. Kuchling2007-01-291-27/+27
|
* Various minor editsAndrew M. Kuchling2007-01-293-60/+74
|
* Minor edits to the curses HOWTOAndrew M. Kuchling2007-01-292-28/+29
|
* Fix markupAndrew M. Kuchling2006-12-181-2/+2
|
* More editsAndrew M. Kuchling2006-11-081-10/+26
|
* Add table of contents; this required fixing a few headings. Some more ↵Andrew M. Kuchling2006-11-081-17/+21
| | | | smalle edits.
* Add section on operator module; make a few editsAndrew M. Kuchling2006-11-081-8/+38
|
* Add section on the functional moduleAndrew M. Kuchling2006-11-081-1/+144
|
* Update linkAndrew M. Kuchling2006-11-051-1/+1
|
* Move functional howto into trunkAndrew M. Kuchling2006-08-221-0/+1279
|
* Reindent codeAndrew M. Kuchling2006-08-091-31/+33
|
* Add missing 'self' parametersAndrew M. Kuchling2006-08-091-3/+6
|
* Try to improve grammar further.Neal Norwitz2006-07-141-1/+1
|
* Patch #1521874: grammar errors in doanddont.tex.Georg Brandl2006-07-141-2/+3
|
* Fit Makefile for the Python doc environment better; this is a step towardAndrew M. Kuchling2006-06-231-62/+58
| | | | | | | | | | | | including the howtos in the build process. * Put LaTeX output in ../paper-<whatever>/. * Put HTML output in ../html/ * Explain some of the Makefile variables * Remove some cruft dating to my environment (e.g. the 'web' target) This makefile isn't currently invoked by the documentation build process, so these changes won't destabilize anything.
* Apply patch #1492255 from Mike Foord.George Yoshida2006-05-211-3/+3
|
* Apply patch #1492147 from Mike Foord.George Yoshida2006-05-201-1/+1
|