summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-113-7/+7
* Corrected typo, added comment in cookbook recipe.Vinay Sajip2013-01-231-2/+9
* Added cookbook recipe for structured logging.Vinay Sajip2013-01-221-0/+75
* Updated logging HOWTO with a diagram.Vinay Sajip2013-01-222-0/+10
* #4153: update the Unicode howto.Ezio Melotti2013-01-201-66/+74
* Issue #16884: Updated docs to use 'note' directives in a couple of places mis...Vinay Sajip2013-01-081-4/+4
* Issue #16884: updated logging documentation to include lastResort and use 'no...Vinay Sajip2013-01-071-7/+8
* merge headsBenjamin Peterson2013-01-041-24/+25
|\
| * #16760: use ref:`match-objects` instead of :class:`MatchObject`.Ezio Melotti2012-12-251-24/+25
* | drop email (closes #16857)Benjamin Peterson2013-01-041-1/+1
|/
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Make doctests pass in the functional howto.Ezio Melotti2012-10-121-26/+17
* Improve markup in functional.rst, and fix a couple of errors.Ezio Melotti2012-10-121-155/+155
* Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+14
* #15949, #15899: use \ufffd instead of ?.Ezio Melotti2012-09-231-2/+2
* #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-...Ezio Melotti2012-09-221-2/+2
* #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.Ezio Melotti2012-09-171-13/+13
* Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.Senthil Kumaran2012-09-111-14/+13
* clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...Sandro Tosi2012-08-151-2/+2
* Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
* Fix document title for Sphinx.Georg Brandl2012-05-061-3/+3
* #14034: fix indentation.Ezio Melotti2012-05-061-78/+78
* #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-062-0/+765
* Issue 14688: Fix typoRaymond Hettinger2012-04-291-3/+3
* Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron...Sandro Tosi2012-04-241-2/+2
* #14640: Fix typos/syntax in pyporting.rst.R David Murray2012-04-231-5/+5
* Issue #14641: minor fixes to sockets Howto; patch by Dionysios KalofonosSandro Tosi2012-04-231-2/+2
* Corrected version numbers in cookbook example.Vinay Sajip2012-04-161-2/+2
* Tweaked format of cookbook example.Vinay Sajip2012-04-161-5/+5
* Added cookbook example for BOM insertion.Vinay Sajip2012-04-161-0/+44
* Updated logging reference and HOWTO.Vinay Sajip2012-04-101-0/+16
* Corrected comment in cookbook example script.Vinay Sajip2012-04-091-1/+1
* Added multiprocessing example to logging cookbook.Vinay Sajip2012-04-081-0/+229
* Closes #14401: fix typos in curses howto.Georg Brandl2012-03-251-3/+3
* Issue #14400: Fix typo.Martin v. Löwis2012-03-241-1/+1
* Fix the wrong urllib exampls which use str for POST data. Closes Issue11261Senthil Kumaran2012-03-151-1/+3
* Use source reST role instead of file where it makes sense.Éric Araujo2012-03-052-4/+4
* Remove mention of defunct file.Éric Araujo2012-03-051-2/+1
* Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)Larry Hastings2012-02-291-26/+85
* Improved logging cookbook example.Vinay Sajip2012-02-281-6/+11
* Fix markup errors.Georg Brandl2012-02-281-4/+2
* Updated cookbook with information on customising LogRecords.Vinay Sajip2012-02-271-0/+82
* Updated logging cookbook with info on alternative format styles.Vinay Sajip2012-02-271-4/+132
* Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+2
* fix some broken URLsSandro Tosi2011-12-312-8/+8
* s/SOCKSTREAM/TCP/Antoine Pitrou2011-12-051-1/+1
* Reword IPC sectionAntoine Pitrou2011-12-051-5/+6
* Use www.python.org instead of a hostname pointing to a parked (or squatted) d...Antoine Pitrou2011-12-051-13/+10
* Remove the outdated notion that multithreading doesn't work well on Unices.Antoine Pitrou2011-12-051-13/+7
* Remove reference to the base64 encoding.Antoine Pitrou2011-12-051-23/+6