summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
* sync pyporting howto from python 3 docsBenjamin Peterson2014-03-111-360/+282
* Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+220
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-242-4/+3
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-233-3/+3
* Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
* fix description of super() behavior on descriptorsBenjamin Peterson2013-10-181-1/+1
* Minor grammar fix.Georg Brandl2013-10-081-1/+1
* Fix some PEP8 in curses HOWTO.Georg Brandl2013-10-061-11/+15
* Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-162-57/+62
* #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
* Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
* Issue #18452: fix several "occurrence" typos (reported by FĂ©vry Thibault).Ned Deily2013-07-141-1/+1
* #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
* Reflow paragraph.R David Murray2013-04-281-4/+4
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-281-3/+5
* #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
* #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
* bind('') does not do the same as bind('localhost')Georg Brandl2013-04-141-3/+5
* Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2
* Fix typoAndrew Svetlov2013-04-051-1/+1
* merge headsAndrew Svetlov2013-04-051-1/+1
|\
| * Fix typo.Andrew Svetlov2013-04-051-1/+1
* | Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+2
|\ \
| * | Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
| * | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
| |\ \
| | * | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
| * | | #17351: merge with 3.2.Ezio Melotti2013-03-112-4/+4
| |\ \ \ | | |/ /
| | * | #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-113-7/+7
| * | | Inherit from object() for consistencyRaymond Hettinger2013-03-101-1/+1
| * | | Issue #17351: Modernize the pure Python property() example.Raymond Hettinger2013-03-101-3/+14
| * | | Touch up the Python 2 to 3 porting guideBrett Cannon2013-03-091-15/+46
| * | | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-2/+2
| * | | Merged doc update from 3.2.Vinay Sajip2013-01-231-2/+9
| |\ \ \ | | |/ /
| | * | Corrected typo, added comment in cookbook recipe.Vinay Sajip2013-01-231-2/+9
| * | | Merged doc update from 3.2.Vinay Sajip2013-01-221-0/+75
| |\ \ \ | | |/ /
| | * | Added cookbook recipe for structured logging.Vinay Sajip2013-01-221-0/+75
| * | | Merged documentation update from 3.2.Vinay Sajip2013-01-222-0/+10
| |\ \ \ | | |/ /
| | * | Updated logging HOWTO with a diagram.Vinay Sajip2013-01-222-0/+10
| * | | Issue #7353: Remove references to Include/intobject.h in the C-porting howto.Stefan Krah2013-01-201-19/+0
| * | | #16557: update functional howto -- "return value" is valid after PEP 380. In...Ezio Melotti2013-01-201-7/+4
| * | | #4153: merge with 3.2.Ezio Melotti2013-01-201-69/+74
| |\ \ \ | | |/ /