| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Python porting howto from 3.x. | Éric Araujo | 2011-08-18 | 3 | -0/+706 |
|
|
* | Fix typo reported by Sandro Tosi. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
|
|
* | Fix function name: open -> urlopen. | Georg Brandl | 2011-07-23 | 1 | -1/+1 |
|
|
* | A number of small fixups for the sorting howto guide. | Raymond Hettinger | 2011-07-19 | 1 | -4/+17 |
|
|
* | Add missing "a". | Georg Brandl | 2011-07-18 | 1 | -1/+1 |
|
|
* | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
|
|
* | #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
|
|
* | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
|
|
* | Issue #11794: Reorganised logging documentation. | Vinay Sajip | 2011-04-08 | 3 | -0/+1684 |
|
|
* | #11239: add } to list of metacharacters (it is only a metacharacter sometimes... | Georg Brandl | 2011-03-06 | 1 | -1/+1 |
|
|
* | Merged revisions 87949 via svnmerge from | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; additional backport with 2.7 m... | Terry Reedy | 2011-01-11 | 1 | -1/+4 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. | Terry Reedy | 2011-01-10 | 1 | -12/+11 |
|
|
* | Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,... | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
* | Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge... | Georg Brandl | 2010-11-26 | 1 | -3/+3 |
|
|
* | Merged revisions 86488 via svnmerge from | Ezio Melotti | 2010-11-16 | 1 | -1/+1 |
|
|
* | Document key-functions in the glossary. | Raymond Hettinger | 2010-11-06 | 1 | -0/+2 |
|
|
* | Issue 7402: Improve reduce() example in the python idioms how-to. | Raymond Hettinger | 2010-10-31 | 1 | -17/+16 |
|
|
* | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 2 | -2/+2 |
|
|
* | Fix typo in previous doc commit. | R. David Murray | 2010-09-11 | 1 | -1/+1 |
|
|
* | Merged revisions 84719 via svnmerge from | R. David Murray | 2010-09-11 | 1 | -34/+57 |
|
|
* | Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in... | Andrew M. Kuchling | 2010-06-20 | 1 | -9/+24 |
|
|
* | Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP | Victor Stinner | 2010-05-14 | 1 | -1/+1 |
|
|
* | Let's call this done | Andrew M. Kuchling | 2010-05-12 | 1 | -3/+0 |
|
|
* | #8522: use with statement instead of try-finally for file handling. | Georg Brandl | 2010-04-25 | 1 | -4/+1 |
|
|
* | Get rid of multi-row cells. | Georg Brandl | 2010-04-13 | 1 | -10/+10 |
|
|
* | Add descriptor howto to main documentation | Raymond Hettinger | 2010-04-11 | 2 | -0/+432 |
|
|
* | Add the sorting HOWTO to the main docs. | Raymond Hettinger | 2010-04-11 | 2 | -0/+285 |
|
|
* | Fix some broken URLs. | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
* | #8212: rephrase the webservers howto and fix some mistakes. | Ezio Melotti | 2010-04-05 | 1 | -374/+421 |
|
|
* | Another typo. | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|
* | #8217: typo. | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|
* | Update the version number of the Unicode Database in a few more places. | Ezio Melotti | 2010-03-22 | 1 | -1/+1 |
|
|
* | #5341: fix "builtin" where used as an adjective ("built-in" is correct). | Georg Brandl | 2010-02-06 | 1 | -4/+4 |
|
|
* | Fix broken links found by "make linkcheck". scipy.org seems to be done right... | Georg Brandl | 2009-10-11 | 2 | -5/+4 |
|
|
* | #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 |
|
|