summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | drop email (closes #16857)Benjamin Peterson2013-01-041-1/+1
| | | | |
| * | | | #16760: merge with 3.2.Ezio Melotti2012-12-251-24/+25
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | #16760: use ref:`match-objects` instead of :class:`MatchObject`.Ezio Melotti2012-12-251-24/+25
| | |/ /
| * | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| |\ \ \ | | |/ / | | | | | | | | Patch by Serhiy Storchaka.
| | * | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| | | | | | | | | | | | | | | | Patch by Serhiy Storchaka.
| * | | Undo changes accidentally reverted in de8787029fe4.Chris Jerdonek2012-10-131-2/+3
| | | |
| * | | merge headsBenjamin Peterson2012-10-121-1/+1
| |\ \ \
| | * \ \ Merge doctest fixes in functional howto with 3.2.Ezio Melotti2012-10-121-27/+18
| | |\ \ \ | | | |/ /
| | * | | Merge functional howto improvements with 3.2.Ezio Melotti2012-10-121-155/+156
| | |\ \ \
| | * | | | Fix and add more links.Ezio Melotti2012-10-121-1/+1
| | | | | |
| * | | | | merge 3.2Benjamin Peterson2012-10-121-180/+171
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | 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.
| * | | Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+14
| | | | | | | | | | | | | | | | Patch by Chris Jerdonek. Address Ezio's review comment.
| * | | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris JerdonekEli Bendersky2012-10-071-11/+16
| | | |
| * | | #15949, #15899: merge with 3.2.Ezio Melotti2012-09-231-2/+2
| |\ \ \ | | |/ /
| | * | #15949, #15899: use \ufffd instead of ?.Ezio Melotti2012-09-231-2/+2
| | | |
| * | | #15949, 15899: merge with 3.2.Ezio Melotti2012-09-221-2/+2
| |\ \ \ | | |/ /
| | * | #15949, 15899: avoid using non-latin1 chars in the doc (they break `make ↵Ezio Melotti2012-09-221-2/+2
| | | | | | | | | | | | | | | | all-pdf`).
| * | | #15920: merge with 3.2.Ezio Melotti2012-09-171-13/+13
| |\ \ \ | | |/ /
| | * | #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.Ezio Melotti2012-09-171-13/+13
| | | |
| * | | merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris ↵Senthil Kumaran2012-09-111-14/+13
| |\ \ \ | | |/ / | | | | | | | | Jerdonek.
| | * | Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.Senthil Kumaran2012-09-111-14/+13
| | | |
| * | | merge with 3.2Sandro Tosi2012-08-151-2/+2
| |\ \ \ | | |/ /
| | * | clarify in/not in in case of infinite iterators; thanks to Sergey ↵Sandro Tosi2012-08-151-2/+2
| | | | | | | | | | | | | | | | Skovorodkin from docs@
| * | | Issue #14814: fix some typos in howto/ipaddress.rstEli Bendersky2012-07-311-4/+4
| | | |
| * | | Merged documentation update from 3.2.Vinay Sajip2012-07-271-3/+3
| |\ \ \ | | |/ /
| | * | Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
| | | |
| * | | Issue 14814: Further clean ups to the ipaddress tutorialNick Coghlan2012-07-071-13/+24
| | | |
| * | | Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ↵Nick Coghlan2012-07-071-11/+37
| | | | | | | | | | | | | | | | and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs)
| * | | Issue #14814: Add first draft of PEP 3144 ipaddress module documentation ↵Nick Coghlan2012-06-171-13/+21
| | | | | | | | | | | | | | | | (initial patch by Sandro Tosi)
| * | | Issue #14814: use print() functionSandro Tosi2012-06-021-1/+1
| | | |
| * | | Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the ↵Nick Coghlan2012-05-262-0/+292
| | | | | | | | | | | | | | | | initial conversion from Peter Moody's wiki version)
| * | | Merge with 3.2.Georg Brandl2012-05-061-3/+3
| |\ \ \ | | |/ /
| | * | Fix document title for Sphinx.Georg Brandl2012-05-061-3/+3
| | | |
| * | | #14034: merge indentation fixes from 3.2.Ezio Melotti2012-05-061-78/+78
| |\ \ \ | | |/ /
| | * | #14034: fix indentation.Ezio Melotti2012-05-061-78/+78
| | | |
| * | | #14034: merge argparse tutorial from 3.2.Ezio Melotti2012-05-062-0/+765
| |\ \ \ | | |/ /
| | * | #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-062-0/+765
| | | |
| | * | Issue 14688: Fix typoRaymond Hettinger2012-04-291-3/+3
| | | |
| * | | Suspicious markup check.Georg Brandl2012-05-011-1/+1
| | | |
| * | | mergeRaymond Hettinger2012-04-291-3/+3
| | | |
| * | | Issue #13587: merge with 3.2Sandro Tosi2012-04-241-2/+2
| |\ \ \ | | |/ /
| | * | Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by ↵Sandro Tosi2012-04-241-2/+2
| | | | | | | | | | | | | | | | Aaron Maenpaa
| * | | Merge #14640: Fix typos/syntax in pyporting.rst.R David Murray2012-04-231-5/+5
| |\ \ \ | | |/ / | | | | | | | | Patch by Dionysios Kalofonos.
| | * | #14640: Fix typos/syntax in pyporting.rst.R David Murray2012-04-231-5/+5
| | | | | | | | | | | | | | | | Patch by Dionysios Kalofonos.
| * | | Issue #14641: merge with 3.2Sandro Tosi2012-04-231-2/+2
| |\ \ \ | | |/ /
| | * | Issue #14641: minor fixes to sockets Howto; patch by Dionysios KalofonosSandro Tosi2012-04-231-2/+2
| | | |
| * | | Merged cookbook corrections from 3.2.Vinay Sajip2012-04-161-2/+2
| |\ \ \ | | |/ /