summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove reference to the base64 encoding.Antoine Pitrou2011-12-051-23/+6
|
* The functional module hasn't been maintained since 2006 and doesn't work ↵Antoine Pitrou2011-12-051-129/+0
| | | | | | with Python 3. Remove section about it from the functional programming FAQ.
* Issue #12666: Added section about map changes.Jason R. Coombs2011-12-031-0/+12
|
* Added a configuration dictionary example to the logging cookbook.Vinay Sajip2011-11-231-0/+64
|
* Added lost documentation cross-reference.Vinay Sajip2011-10-271-3/+4
|
* Remove duplication.Ezio Melotti2011-10-193-3/+3
|
* Closes #12906: Fixed bug in YAML configuration.Vinay Sajip2011-09-061-1/+1
|
* Fix some misuses of Sphinx roles and one typoÉric Araujo2011-09-011-3/+3
|
* Fix typo reported by Sandro Tosi.Ezio Melotti2011-07-311-1/+1
|
* Fix function name: open -> urlopen.Georg Brandl2011-07-231-1/+1
|
* Issue #8890: Remove /tmp from examples.Raymond Hettinger2011-06-261-1/+1
|
* Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
|\ | | | | | | merge 3.1 -> 3.2