| Commit message (Expand) | Author | Age | Files | Lines |
* | #6891: comment out dead link to Unicode article. | Georg Brandl | 2009-09-16 | 1 | -5/+6 |
|
|
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 2 | -5/+4 |
|
|
* | #6536 fixed typo | Ezio Melotti | 2009-07-21 | 1 | -1/+1 |
|
|
* | Use the preferred form of raise statements in the docs. | Georg Brandl | 2009-06-03 | 1 | -4/+2 |
|
|
* | The class for regexes isn't called RegexObject any more; correct the text | Andrew M. Kuchling | 2009-06-01 | 1 | -14/+14 |
|
|
* | #6086: fix spelling and use a better exception to catch. | Georg Brandl | 2009-05-22 | 2 | -6/+6 |
|
|
* | #5878: fix repr of re object. | Georg Brandl | 2009-04-29 | 1 | -1/+1 |
|
|
* | Make the doctests in the docs pass, except for those in the turtle module. | Georg Brandl | 2009-04-28 | 1 | -1/+1 |
|
|
* | Fix 'the the' duplication | Andrew M. Kuchling | 2009-04-03 | 1 | -1/+1 |
|
|
* | this should be :noindex: | Benjamin Peterson | 2009-04-02 | 1 | -1/+1 |
|
|
* | #5241: document missing U in regex howto. | Georg Brandl | 2009-03-31 | 1 | -0/+12 |
|
|
* | Fix markup in re docs and give a mail address in regex howto, so that | Georg Brandl | 2009-03-15 | 1 | -1/+1 |
|
|
* | The curses panel library is now supported | Andrew M. Kuchling | 2009-02-26 | 1 | -1/+1 |
|
|
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -5/+5 |
|
|
* | At least separate imports from other statements. | Georg Brandl | 2009-02-20 | 1 | -1/+2 |
|
|
* | revert r69777 since all the experts agree that extra import lines distract fr... | Benjamin Peterson | 2009-02-20 | 2 | -7/+3 |
|
|
* | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 2 | -3/+7 |
|
|
* | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 4 | -57/+57 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 8 | -91/+91 |
|
|
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 2 | -2/+2 |
|
|
* | fix French | Benjamin Peterson | 2008-12-29 | 1 | -1/+1 |
|
|
* | fix missing bracket | Benjamin Peterson | 2008-12-14 | 1 | -1/+1 |
|
|
* | Fix error about "-*-" being mandatory in coding cookies. | Georg Brandl | 2008-11-22 | 1 | -3/+3 |
|
|
* | Markup fixes | Andrew M. Kuchling | 2008-09-30 | 1 | -10/+11 |
|
|
* | clarify a few things | Benjamin Peterson | 2008-09-27 | 1 | -7/+6 |
|
|
* | typos. | Georg Brandl | 2008-09-26 | 1 | -3/+3 |
|
|
* | add an 'other options' section | Benjamin Peterson | 2008-09-26 | 1 | -0/+9 |
|
|
* | add the beginnings of a C-API 2 -> 3 porting guide | Benjamin Peterson | 2008-09-26 | 2 | -0/+209 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 2 | -3/+2 |
|
|
* | Add a new howto about Python and the web, by Marek Kubica. | Georg Brandl | 2008-09-07 | 2 | -0/+698 |
|
|
* | #2654: fix typo | Andrew M. Kuchling | 2008-04-18 | 1 | -1/+1 |
|
|
* | No need to specify explicit "doctest_block" anymore. | Georg Brandl | 2008-03-22 | 1 | -2/+2 |
|
|
* | Test decimal.rst doctests as far as possible with sphinx doctest. | Georg Brandl | 2008-03-22 | 1 | -0/+4 |
|
|
* | Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctes... | Georg Brandl | 2008-03-22 | 1 | -189/+163 |
|
|
* | Fix lots of broken links in the docs, found by Sphinx' external link checker. | Georg Brandl | 2008-03-15 | 5 | -12/+8 |
|
|
* | Remove stray word | Andrew M. Kuchling | 2008-02-24 | 1 | -1/+1 |
|
|
* | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 4 | -5/+5 |
|
|
* | #2120: broken links in advocacy document. | Georg Brandl | 2008-02-16 | 1 | -5/+5 |
|
|
* | Convert external links to internal links. Fixes #2010. | Georg Brandl | 2008-02-05 | 4 | -2/+6 |
|
|
* | Fix old link. | Georg Brandl | 2008-01-21 | 1 | -3/+2 |
|
|
* | Bump verson | Andrew M. Kuchling | 2008-01-18 | 1 | -1/+1 |
|
|
* | Correction from Jordan Lewis: halfdelay() uses tenths of a second, not millis... | Andrew M. Kuchling | 2008-01-17 | 1 | -2/+2 |
|
|
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 3 | -35/+17 |
|
|
* | Bump the version number, and make a few small edits | Andrew M. Kuchling | 2007-12-14 | 1 | -13/+15 |
|
|
* | Remove warning about URL | Andrew M. Kuchling | 2007-12-14 | 1 | -3/+1 |
|
|
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 2 | -3/+3 |
|
|
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
|
|
* | Add :term:s for descriptors. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
|
|
* | Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. | Georg Brandl | 2007-10-21 | 1 | -1/+1 |
|
|
* | * Add new toplevel chapter, "Using Python." (how to install, | Georg Brandl | 2007-10-20 | 2 | -203/+0 |
|
|