summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* Issue #25570: Add example of customizing User-Agent via add_header()Martin Panter2016-06-011-0/+2
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-107-65/+66
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-075-11/+11
* Issue #24715: Improve sort stability exampleRaymond Hettinger2016-04-261-1/+5
* fix python 3 mod init function declaration (closes #26827)Benjamin Peterson2016-04-231-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #24173: Fix curses.wrapper link in curses HOWTOBerker Peksag2016-04-161-7/+6
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-111-2/+2
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-265-27/+27
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
* Fix typo.Georg Brandl2016-02-281-1/+1
* Added simple threading example to logging cookbook.Vinay Sajip2016-02-201-0/+55
* fix typo (closes #26378)Benjamin Peterson2016-02-181-1/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
* Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
* #25517: fix regex in the regex howto. Patch by Elena Oat.Ezio Melotti2016-01-111-3/+4
* Fix use of default reST roleZachary Ware2015-11-051-1/+1
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
* Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+136
* use a more modern UA (#25145)Benjamin Peterson2015-09-201-1/+1
* remove reference to PyGoogle (#25145)Benjamin Peterson2015-09-201-2/+1
* Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
* Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
* Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
* improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
* Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
* Backport of porting HOWTOBrett Cannon2014-12-121-583/+358
* remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
* Fix 2to3 reference link in pyporting.rst.Ned Deily2014-11-231-4/+3
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-293-4/+3
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-295-45/+30
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-3/+3
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-297-26/+26
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
* Issue #16863: Explain difference between text and 2.7 behavior.Terry Jan Reedy2014-10-221-0/+2
* Updated cookbook entry to replace shutil.chown with os.chown.Vinay Sajip2014-10-221-2/+7
* use source role instead of linking to svnBenjamin Peterson2014-10-071-10/+7
* Fixed typo in documentation.Vinay Sajip2014-06-251-1/+1
* Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+2
* #21693 - Fix the broken link for pylons project.Senthil Kumaran2014-06-111-1/+1
* Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+14
* fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
* fix off-by-one error (closes #21330)Benjamin Peterson2014-04-231-1/+1