summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* Fix suspicious markup in the docs.Georg Brandl2013-03-231-1/+1
|
* #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 ↵Vinay Sajip2013-01-081-4/+4
| | | | missed earlier.
* Issue #16884: updated logging documentation to include lastResort and use ↵Vinay Sajip2013-01-071-7/+8
| | | | 'note' directives where appropriate.
* 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
| | | | Patch by Serhiy Storchaka.
* 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
| | | | Patch by Chris Jerdonek. Address Ezio's review comment.
* #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 ↵Ezio Melotti2012-09-221-2/+2
| | | | all-pdf`).
* #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 ↵Sandro Tosi2012-08-151-2/+2
| | | | Skovorodkin from docs@
* 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 ↵Sandro Tosi2012-04-241-2/+2
| | | | Aaron Maenpaa
* #14640: Fix typos/syntax in pyporting.rst.R David Murray2012-04-231-5/+5
| | | | Patch by Dionysios Kalofonos.
* 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
| | | | source generates a nifty link to the Mercurial web viewer.
* Remove mention of defunct file.Éric Araujo2012-03-051-2/+1
| | | | | Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied to the main docs, to which there is already a link.
* 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
| | | | where relevant, instead send method.
* 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) ↵Antoine Pitrou2011-12-051-13/+10
| | | | | | domain. Also, reformat a bit.
* Remove the outdated notion that multithreading doesn't work well on Unices.Antoine Pitrou2011-12-051-13/+7
|