Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added cookbook entry on alternative formatting styles. | Vinay Sajip | 2014-01-15 | 1 | -0/+91 | |
* | | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -2/+2 | |
* | | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 1 | -5/+5 | |
* | | Closes #18345: Merged documentation update from 3.3. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 | |
|\ \ | |/ | ||||||
| * | Issue #18345: Added cookbook example illustrating handler customisation. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 | |
* | | Issue #18759: Merged updates from 3.3. | Vinay Sajip | 2013-08-16 | 1 | -25/+26 | |
|\ \ | |/ | ||||||
| * | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 1 | -25/+26 | |
* | | Closes #18541: merged update from 3.3. | Vinay Sajip | 2013-07-24 | 1 | -57/+19 | |
|\ \ | |/ | ||||||
| * | Issue #18541: simplified LoggerAdapter example. | Vinay Sajip | 2013-07-24 | 1 | -57/+19 | |
* | | merge with 3.3 | Georg Brandl | 2013-04-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | merge with 3.2 branch | Georg Brandl | 2013-04-06 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix suspicious markup in the docs. | Georg Brandl | 2013-03-23 | 1 | -1/+1 | |
* | | | Merged documentation update from 3.3. | Vinay Sajip | 2013-03-30 | 1 | -0/+34 | |
|\ \ \ | |/ / | ||||||
| * | | Updated logging cookbook with additional example for output using str.format(). | Vinay Sajip | 2013-03-30 | 1 | -0/+34 | |
* | | | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -1/+1 | |
| | |/ | ||||||
* | | | #17351: merge with 3.3. | Ezio Melotti | 2013-03-11 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | #17351: merge with 3.2. | Ezio Melotti | 2013-03-11 | 1 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | #17351: remove "object" inheritance from docs. Patch by Phil Elson. | Ezio Melotti | 2013-03-11 | 1 | -3/+3 | |
* | | | Merged doc update from 3.3. | Vinay Sajip | 2013-01-23 | 1 | -2/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Merged doc update from 3.2. | Vinay Sajip | 2013-01-23 | 1 | -2/+9 | |
| |\ \ | | |/ | ||||||
| | * | Corrected typo, added comment in cookbook recipe. | Vinay Sajip | 2013-01-23 | 1 | -2/+9 | |
* | | | Merged doc update from 3.3. | Vinay Sajip | 2013-01-22 | 1 | -0/+75 | |
|\ \ \ | |/ / | ||||||
| * | | Merged doc update from 3.2. | Vinay Sajip | 2013-01-22 | 1 | -0/+75 | |
| |\ \ | | |/ | ||||||
| | * | Added cookbook recipe for structured logging. | Vinay Sajip | 2013-01-22 | 1 | -0/+75 | |
* | | | Issue #16261: fix bare excepts in Doc/ | Andrew Svetlov | 2012-11-02 | 1 | -3/+1 | |
|/ / | ||||||
* | | Merged documentation update from 3.2. | Vinay Sajip | 2012-07-27 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Improved cookbook entry and fixed typo. | Vinay Sajip | 2012-07-27 | 1 | -3/+3 | |
* | | Suspicious markup check. | Georg Brandl | 2012-05-01 | 1 | -1/+1 | |
* | | Merged cookbook corrections from 3.2. | Vinay Sajip | 2012-04-16 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Corrected version numbers in cookbook example. | Vinay Sajip | 2012-04-16 | 1 | -2/+2 | |
* | | Merged tweaks to cookbook example from 3.2. | Vinay Sajip | 2012-04-16 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Tweaked format of cookbook example. | Vinay Sajip | 2012-04-16 | 1 | -5/+5 | |
* | | Merged cookbook update from 3.2. | Vinay Sajip | 2012-04-16 | 1 | -0/+44 | |
|\ \ | |/ | ||||||
| * | Added cookbook example for BOM insertion. | Vinay Sajip | 2012-04-16 | 1 | -0/+44 | |
* | | Merged comment correction from 3.2. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Corrected comment in cookbook example script. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 | |
* | | Merged logging cookbook update from 3.2. | Vinay Sajip | 2012-04-08 | 1 | -0/+228 | |
|\ \ | |/ | ||||||
| * | Added multiprocessing example to logging cookbook. | Vinay Sajip | 2012-04-08 | 1 | -0/+229 | |
* | | Merged cookbook improvement from 3.2. | Vinay Sajip | 2012-02-28 | 1 | -6/+11 | |
|\ \ | |/ | ||||||
| * | Improved logging cookbook example. | Vinay Sajip | 2012-02-28 | 1 | -6/+11 | |
* | | Merge with 3.2. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
|\ \ | |/ | ||||||
| * | Fix markup errors. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
* | | Merged cookbook update for LogRecord customisation. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
|\ \ | |/ | ||||||
| * | Updated cookbook with information on customising LogRecords. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
* | | Merged cookbook update from 3.2. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |
|\ \ | |/ | ||||||
| * | Updated logging cookbook with info on alternative format styles. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |