summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-42/+227
* | Merged documentation update from 3.3.Vinay Sajip2014-01-152-1/+92
|\ \ | |/
| * Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-152-1/+92
* | Issue #20268: Argument Clinic now supports cloning the parametersLarry Hastings2014-01-151-0/+43
* | Minor doc fix in Clinic howto.Larry Hastings2014-01-121-3/+4
* | Issue #20214: Fixed a number of small issues and documentation errors inLarry Hastings2014-01-121-20/+120
* | Closes #20200: Argument Clinic custom converter example should be in aZachary Ware2014-01-101-2/+2
* | Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings2014-01-071-63/+63
* | Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"Larry Hastings2014-01-071-12/+15
* | Issue #20096: Update the Python 2/3 porting HOWTO to focus onBrett Cannon2014-01-071-375/+223
* | Argument Clinic: fixed test suite, improved howto.Larry Hastings2014-01-051-87/+154
* | Issue #19659: Added documentation for Argument Clinic.Larry Hastings2014-01-042-0/+901
* | Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-242-4/+4
|\ \ | |/
| * Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-242-4/+4
* | Removed spaces before commas and periods.Serhiy Storchaka2013-12-232-2/+2
|\ \ | |/
| * Removed spaces before commas and periods.Serhiy Storchaka2013-12-232-2/+2
* | Merged minor documentation update from 3.3.Vinay Sajip2013-12-061-1/+2
|\ \ | |/
| * Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-292-3/+3
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-292-3/+3
* | #19778: fix a couple of re reprs in the documentation.Ezio Melotti2013-11-251-4/+4
* | #19639: update the repr of the match objects in the docs. Patch by Claudiu P...Ezio Melotti2013-11-231-8/+8
* | Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-5/+5
|\ \ | |/
| * Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-5/+5
* | Closes #18345: Merged documentation update from 3.3.Vinay Sajip2013-11-051-0/+135
|\ \ | |/