summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* Add Python porting howto from 3.x.Éric Araujo2011-08-183-0/+706
* Fix typo reported by Sandro Tosi.Ezio Melotti2011-07-311-1/+1
* Fix function name: open -> urlopen.Georg Brandl2011-07-231-1/+1
* A number of small fixups for the sorting howto guide.Raymond Hettinger2011-07-191-4/+17
* Add missing "a".Georg Brandl2011-07-181-1/+1
* Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
* #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.Ezio Melotti2011-05-141-16/+17
* Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
* Issue #11794: Reorganised logging documentation.Vinay Sajip2011-04-083-0/+1684
* #11239: add } to list of metacharacters (it is only a metacharacter sometimes...Georg Brandl2011-03-061-1/+1
* Merged revisions 87949 via svnmerge fromBenjamin Peterson2011-01-121-2/+2
* Issue #10875: Update Regular Expression HOWTO; additional backport with 2.7 m...Terry Reedy2011-01-111-1/+4
* Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.Terry Reedy2011-01-101-12/+11
* Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,...Georg Brandl2010-11-261-1/+1
* Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge...Georg Brandl2010-11-261-3/+3
* Merged revisions 86488 via svnmerge fromEzio Melotti2010-11-161-1/+1
* Document key-functions in the glossary.Raymond Hettinger2010-11-061-0/+2
* Issue 7402: Improve reduce() example in the python idioms how-to.Raymond Hettinger2010-10-311-17/+16
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-062-2/+2
* Fix typo in previous doc commit.R. David Murray2010-09-111-1/+1
* Merged revisions 84719 via svnmerge fromR. David Murray2010-09-111-34/+57
* Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in...Andrew M. Kuchling2010-06-201-9/+24
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-141-1/+1
* Let's call this doneAndrew M. Kuchling2010-05-121-3/+0
* #8522: use with statement instead of try-finally for file handling.Georg Brandl2010-04-251-4/+1
* Get rid of multi-row cells.Georg Brandl2010-04-131-10/+10
* Add descriptor howto to main documentationRaymond Hettinger2010-04-112-0/+432
* Add the sorting HOWTO to the main docs.Raymond Hettinger2010-04-112-0/+285
* Fix some broken URLs.Ezio Melotti2010-04-051-1/+1
* #8212: rephrase the webservers howto and fix some mistakes.Ezio Melotti2010-04-051-374/+421
* Another typo.Ezio Melotti2010-03-231-1/+1
* #8217: typo.Ezio Melotti2010-03-231-1/+1
* Update the version number of the Unicode Database in a few more places.Ezio Melotti2010-03-221-1/+1
* #5341: fix "builtin" where used as an adjective ("built-in" is correct).Georg Brandl2010-02-061-4/+4
* Fix broken links found by "make linkcheck". scipy.org seems to be done right...Georg Brandl2009-10-112-5/+4
* #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 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