| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidied example script. | Vinay Sajip | 2010-09-14 | 1 | -1/+4 |
|
|
* | Tidied example script. | Vinay Sajip | 2010-09-14 | 1 | -0/+2 |
|
|
* | Enhanced HTTPHandler documentation. | Vinay Sajip | 2010-09-13 | 1 | -6/+10 |
|
|
* | Expanded QueueHandler documentation. | Vinay Sajip | 2010-09-13 | 1 | -1/+34 |
|
|
* | Issue #9827: clarified LogRecord documentation. | Vinay Sajip | 2010-09-11 | 1 | -19/+60 |
|
|
* | logging: Added QueueHandler. | Vinay Sajip | 2010-09-08 | 1 | -19/+183 |
|
|
* | Updated information on logging contextual information. | Vinay Sajip | 2010-09-06 | 1 | -0/+76 |
|
|
* | Improved logging.Formatter date/time formatting documentation. | Vinay Sajip | 2010-08-30 | 1 | -0/+8 |
|
|
* | Issue #9606: Updated documentation for Filter objects. | Vinay Sajip | 2010-08-19 | 1 | -0/+7 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -8/+5 |
|
|
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 1 | -1/+1 |
|
|
* | Minor improvements to logging documentation. | Vinay Sajip | 2010-07-06 | 1 | -1/+6 |
|
|
* | Added information about pickle security and SocketHandler, and some cross-ref... | Vinay Sajip | 2010-06-29 | 1 | -2/+34 |
|
|
* | fix versionchanged | Benjamin Peterson | 2010-06-28 | 1 | -2/+2 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -23/+508 |
|
|
* | Fix two versionchanged. | Ezio Melotti | 2010-04-20 | 1 | -1/+1 |
|
|
* | Remove colspanning cells. | Georg Brandl | 2010-04-18 | 1 | -4/+4 |
|
|
* | Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge... | Benjamin Peterson | 2010-04-11 | 1 | -17/+38 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -0/+78 |
|
|
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -1/+5 |
|
|
* | Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,... | Benjamin Peterson | 2010-03-13 | 1 | -0/+34 |
|
|
* | Merged revisions 78859-78860 via svnmerge from | Georg Brandl | 2010-03-12 | 1 | -4/+4 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -0/+2 |
|
|
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
* | Issue 7199: Documentation made slightly more consistent w.r.t. logging level ... | Vinay Sajip | 2009-10-28 | 1 | -1/+1 |
|
|
* | Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis... | Vinay Sajip | 2009-10-10 | 1 | -5/+13 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -3/+52 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -0/+1 |
|
|
* | Added section on exceptions raised during logging. | Vinay Sajip | 2009-08-20 | 1 | -0/+22 |
|
|
* | Further refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-17 | 1 | -0/+3 |
|
|
* | Refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+6 |
|
|
* | Added section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+15 |
|
|
* | Merged revisions 74207 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Signature documentation style update, modules J, K, L and M. | Georg Brandl | 2009-06-08 | 1 | -40/+43 |
|
|
* | Merged revisions 73224 via svnmerge from | Eric Smith | 2009-06-04 | 1 | -2/+2 |
|
|
* | #6155: remove usage of cPickle. | Georg Brandl | 2009-05-31 | 1 | -2/+2 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -0/+4 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -25/+34 |
|
|
* | Corrected minor typo and added .currentmodule directives to fix missing cross... | Vinay Sajip | 2009-01-10 | 1 | -3/+11 |
|
|
* | Corrected an incorrect self-reference. | Vinay Sajip | 2009-01-10 | 1 | -1/+0 |
|
|
* | Minor documentation changes relating to NullHandler, the module used for hand... | Vinay Sajip | 2009-01-10 | 1 | -2/+6 |
|
|
* | Merged revisions 68167,68276,68292-68293,68344 via svnmerge from | Benjamin Peterson | 2009-01-09 | 1 | -15/+17 |
|
|
* | Minor documentation changes relating to NullHandler, the module used for hand... | Vinay Sajip | 2009-01-02 | 1 | -3/+22 |
|
|
* | Merged revisions 68116-68119,68121,68123-68127 via svnmerge from | Benjamin Peterson | 2009-01-01 | 1 | -0/+4 |
|
|
* | Minor documentation change relating to NullHandler. | Vinay Sajip | 2008-12-30 | 1 | -4/+4 |
|
|
* | Merged revisions 67511,67536-67537,67543 via svnmerge from | Georg Brandl | 2008-12-07 | 1 | -0/+15 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -4/+45 |
|
|
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 1 | -4/+0 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -1/+5 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 1 | -3/+7 |
|
|