summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken links found by "make linkcheck". scipy.org seems to be done ↵Georg Brandl2009-10-112-5/+4
| | | | right now, so I could not verify links going there.
* #6891: comment out dead link to Unicode article.Georg Brandl2009-09-161-5/+6
|
* builtin -> built-in.Georg Brandl2009-07-262-5/+4
|
* #6536 fixed typoEzio Melotti2009-07-211-1/+1
|
* Use the preferred form of raise statements in the docs.Georg Brandl2009-06-031-4/+2
|
* The class for regexes isn't called RegexObject any more; correct the textAndrew M. Kuchling2009-06-011-14/+14
|
* #6086: fix spelling and use a better exception to catch.Georg Brandl2009-05-222-6/+6
|
* #5878: fix repr of re object.Georg Brandl2009-04-291-1/+1
|
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-281-1/+1
|
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-031-1/+1
|
* this should be :noindex:Benjamin Peterson2009-04-021-1/+1
|
* #5241: document missing U in regex howto.Georg Brandl2009-03-311-0/+12
|
* Fix markup in re docs and give a mail address in regex howto, so thatGeorg Brandl2009-03-151-1/+1
| | | | the recommendation to send suggestions to the author can be followed.
* The curses panel library is now supportedAndrew M. Kuchling2009-02-261-1/+1
|
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-5/+5
|
* At least separate imports from other statements.Georg Brandl2009-02-201-1/+2
|
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-202-7/+3
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-192-3/+7
| | | | documentation.
* Remove tabs from the documentation.Georg Brandl2009-01-034-57/+57
|
* Remove trailing whitespace.Georg Brandl2009-01-038-91/+91
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-022-2/+2
| | | | found by Gabriel Genellina.
* fix FrenchBenjamin Peterson2008-12-291-1/+1
|
* fix missing bracketBenjamin Peterson2008-12-141-1/+1
|
* 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
|