summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-091-1/+1
* merge with 3.4Georg Brandl2014-10-301-4/+4
|\
| * 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
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* | merge with 3.4Georg Brandl2014-10-293-4/+3
|\ \ | |/
| * Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-293-4/+3
* | merge with 3.4Georg Brandl2014-10-296-51/+44
|\ \ | |/
| * Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-296-51/+44
* | merge with 3.4Georg Brandl2014-10-291-3/+3
|\ \ | |/
| * Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-3/+3
* | Merge with 3.4Georg Brandl2014-10-296-23/+23
|\ \ | |/
| * Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-296-23/+23
* | merge with 3.4Georg Brandl2014-10-281-4/+3
|\ \ | |/
| * Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
* | merge 3.4Benjamin Peterson2014-10-071-9/+8
|\ \ | |/
| * use source role instead of linking to svnBenjamin Peterson2014-10-071-9/+8
* | Issue #13689: Merge from 3.4.Berker Peksag2014-07-011-3/+1
|\ \ | |/
| * Issue #13689: Remove a dead link from howto/urllib.Berker Peksag2014-07-011-3/+1
* | Merge socket howto fixes from 3.4.Ezio Melotti2014-06-271-3/+3
|\ \ | |/
| * Fix indentation and class name in socket howto example.Ezio Melotti2014-06-271-3/+3
* | Merged documentation update from 3.4.Vinay Sajip2014-06-251-1/+1
|\ \ | |/
| * Fixed typo in documentation.Vinay Sajip2014-06-251-1/+1
* | Merge typo fix from 3.4Zachary Ware2014-06-161-1/+1
|\ \ | |/
| * Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+1
* | merge from 3.4Senthil Kumaran2014-06-111-1/+1
|\ \ | |/
| * #21693 - Fix the broken link for pylons project.Senthil Kumaran2014-06-111-1/+1
* | Merged documentation update from 3.4.Vinay Sajip2014-06-011-0/+15
|\ \ | |/
| * Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+15
* | merge 3.4 (#21586)Benjamin Peterson2014-05-261-1/+1
|\ \ | |/
| * fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-204-7/+7
|/
* 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
* | Doc improvements for Clinic howto "Goals" section.Larry Hastings2014-01-181-9/+9
* | Issue #20287: Argument Clinic's output is now configurable, allowingLarry Hastings2014-01-181-1/+319
* | Merged documentation update from 3.3.Vinay Sajip2014-01-171-0/+28
|\ \ | |/
| * Added example to recently added cookbook entry.Vinay Sajip2014-01-171-0/+28
* | Issue #20208: Clarify some things in the Python porting HOWTO.Brett Cannon2014-01-171-9/+11