summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* Classmethod example needs to inherit from objectRaymond Hettinger2013-03-101-1/+1
* Issue #17351: Modernize the pure Python property() example.Raymond Hettinger2013-03-101-3/+14
* Added clarification to logging HOWTO.Vinay Sajip2013-01-291-6/+5
* 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
* Backport 6df456f8fc6d.Stefan Krah2013-01-201-19/+0
* Issue #16884: Updated docs to use 'note' directives.Vinay Sajip2013-01-081-11/+12
* drop email (closes #16857)Benjamin Peterson2013-01-041-1/+1
* #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
* Issue #16341: convert examples to use except ... as ... syntax.Andrew Svetlov2012-10-301-5/+5
* Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.Chris Jerdonek2012-10-161-2/+2
* Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+15
* #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.Ezio Melotti2012-09-171-14/+14
* Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch.Senthil Kumaran2012-09-121-15/+17
* clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...Sandro Tosi2012-08-151-2/+2
* Fix casing of SocketServer module in 2.7.Georg Brandl2012-08-111-5/+5
* Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
* #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.Ezio Melotti2012-07-131-1/+1
* Fix document title for Sphinx.Georg Brandl2012-05-061-3/+3
* #14034: adapt to Python 2 and fix indentation.Ezio Melotti2012-05-061-135/+135
* #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-062-0/+765
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-2/+2
* Fix typoRaymond Hettinger2012-04-291-1/+1
* 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
* Tweaked format of cookbook example.Vinay Sajip2012-04-161-5/+6
* Added cookbook example for log insertion.Vinay Sajip2012-04-161-0/+44
* Updated logging reference and HOWTO.Vinay Sajip2012-04-101-0/+15
* 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
* 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
* Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".Larry Hastings2012-02-281-33/+40
* Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+2
* update to new C roles and directivesSandro Tosi2012-01-142-24/+24
* Update the sorting howto to reflect the PEP 8 advisory to define all six rich...Raymond Hettinger2012-01-101-3/+7
* fix some broken URLsSandro Tosi2011-12-311-5/+5
* Issue13443 - Remove the functional module examples from 2.7 (as module isSenthil Kumaran2011-12-221-138/+12
* Added a configuration dictionary example to the logging cookbook.Vinay Sajip2011-11-231-0/+62
* Added lost documentation cross-reference.Vinay Sajip2011-10-271-3/+4
* Remove duplication.Ezio Melotti2011-10-193-3/+3
* Issue #13053: Added section on migrating from CObject to CapsuleLarry Hastings2011-10-091-0/+52
* Closes #12906: Fixed bug in YAML configuration.Vinay Sajip2011-09-061-1/+1
* Branch mergeÉric Araujo2011-08-193-0/+706
|\
| * Add Python porting howto from 3.x.Éric Araujo2011-08-183-0/+706
* | grammatical fixes; from Darren Yin on docs@Sandro Tosi2011-08-181-3/+3
|/
* Fix typo reported by Sandro Tosi.Ezio Melotti2011-07-311-1/+1