summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* Issue #25576: Remove application/x-www-form-urlencoded charset adviceMartin Panter2015-11-241-3/+3
* Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* rstlint: Fix "default role used" warningBerker Peksag2015-10-201-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/+137
* remove reference to PyGoogle (#25145)Benjamin Peterson2015-09-201-2/+1
* use a more modern UA (#25145)Benjamin Peterson2015-09-201-1/+1
* Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-153-6/+6
* Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-182-2/+2
* Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-121-8/+8
* Make the case to only support Python 2.7 when supporting 2/3 simultaneouslyBrett Cannon2015-03-131-13/+13
* Fix the clarification as to why division cannot be ported automaticallyBrett Cannon2015-02-271-2/+3
* 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
* update correct French examples (#23109)Benjamin Peterson2014-12-241-2/+2
* improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
* Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
* Address some comments from Nick CoghlanBrett Cannon2014-12-121-8/+23
* remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
* Fix a bad linkBrett Cannon2014-12-051-1/+1
* Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-584/+343
* pyporting howto: fix link targetGeorg Brandl2014-10-301-4/+4
* 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-296-51/+44
* 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-296-23/+23
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
* use source role instead of linking to svnBenjamin Peterson2014-10-071-9/+8
* Issue #13689: Remove a dead link from howto/urllib.Berker Peksag2014-07-011-3/+1
* Fix indentation and class name in socket howto example.Ezio Melotti2014-06-271-3/+3
* Fixed typo in documentation.Vinay Sajip2014-06-251-1/+1
* Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+1
* #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/+15
* 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
* Get rid of deprecated IOError in the docAndrew Svetlov2014-03-311-1/+1
* Issue 21014: Use booleans instead of 0 and 1 in examples.Raymond Hettinger2014-03-281-1/+1
* Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-2/+31
* Merged documentation update from 3.3.Vinay Sajip2014-02-031-0/+87
|\
| * Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+87
* | #Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings2014-02-011-72/+100
* | Documentation fixes, including fixing "suspicious" problems.Larry Hastings2014-01-261-50/+64
* | #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb.Ezio Melotti2014-01-251-6/+2
* | Doc fixes for Argument Clinic.Larry Hastings2014-01-221-6/+18
* | Issue #20294: Argument Clinic now supports argument parsing for __new__ andLarry Hastings2014-01-191-2/+21