| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert the following revisions, as they don't fix security | Martin v. Löwis | 2008-03-02 | 1 | -9/+4 |
| | | | | | | | | problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114 | ||||
| * | - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 | Matthias Klose | 2007-08-16 | 1 | -1/+1 |
| | | |||||
| * | - fix build error with the findCaller backport | Matthias Klose | 2007-08-16 | 1 | -1/+1 |
| | | |||||
| * | Updated documentation for SysLogHandler (#1720726). | Vinay Sajip | 2007-05-25 | 1 | -2/+5 |
| | | |||||
| * | Updated findCaller documentation. | Vinay Sajip | 2007-05-25 | 1 | -3/+5 |
| | | |||||
| * | Bug #1394868: doc typos | Georg Brandl | 2006-01-01 | 1 | -1/+1 |
| | | |||||
| * | Minor clarification of effective level calculation | Vinay Sajip | 2005-09-30 | 1 | -0/+14 |
| | | |||||
| * | Misc. backported changes | Vinay Sajip | 2005-09-16 | 1 | -1/+4 |
| | | |||||
| * | backport notes about basicConfig() changes to 2.4 branch | Skip Montanaro | 2005-09-14 | 1 | -1/+23 |
| | | |||||
| * | Typo fix | Andrew M. Kuchling | 2005-08-18 | 1 | -1/+1 |
| | | |||||
| * | Corrected SMTPHandler docs and added info about threadName attribute of ↵ | Vinay Sajip | 2005-03-31 | 1 | -2/+2 |
| | | | | | LogRecord | ||||
| * | Fixed errors reported in SF bug #1074693 | Vinay Sajip | 2004-12-03 | 1 | -6/+23 |
| | | |||||
| * | Minor grammatical errors fixed | Vinay Sajip | 2004-11-11 | 1 | -7/+6 |
| | | |||||
| * | Patch #1061924: add documentation for BaseRotatingHandler and correct | Johannes Gijsbers | 2004-11-07 | 1 | -2/+5 |
| | | | | | reference to non-existent function 'setRollover()'. | ||||
| * | Patch #1061857: add documentation for previously undocumented | Johannes Gijsbers | 2004-11-07 | 1 | -0/+49 |
| | | | | | TimedRotatingFileHandler class. Thanks Jeroen Vloothuis! | ||||
| * | style consistency: | Fred Drake | 2004-10-29 | 1 | -30/+32 |
| | | | | | | - always include a space after the "#" that starts a comment - easier to read imports | ||||
| * | Added network logging example | Vinay Sajip | 2004-10-29 | 1 | -0/+137 |
| | | |||||
| * | Added example of multiple destinations | Vinay Sajip | 2004-10-22 | 1 | -2/+66 |
| | | |||||
| * | Clarified documentation about exc_info keyword parameter | Vinay Sajip | 2004-10-03 | 1 | -4/+8 |
| | | |||||
| * | Added log() function documentation | Vinay Sajip | 2004-09-24 | 1 | -0/+5 |
| | | |||||
| * | Added getLoggerClass() | Vinay Sajip | 2004-09-22 | 1 | -0/+13 |
| | | |||||
| * | Updated doc for getLogger() | Vinay Sajip | 2004-08-31 | 1 | -1/+4 |
| | | |||||
| * | Updated Logger.log() documentation to clarify that lvl parameter should be ↵ | Vinay Sajip | 2004-08-04 | 1 | -1/+1 |
| | | | | | an integer. | ||||
| * | Added an extra example to the basic example section | Vinay Sajip | 2004-07-21 | 1 | -0/+21 |
| | | |||||
| * | Fixed minor bugs in the example configuration file | Vinay Sajip | 2004-07-12 | 1 | -4/+4 |
| | | |||||
| * | Replaced some tabs with spaces in verbatim section. | Vinay Sajip | 2004-07-07 | 1 | -7/+7 |
| | | |||||
| * | Moved example section up to just after the section on Logger objects, and ↵ | Vinay Sajip | 2004-07-03 | 1 | -52/+118 |
| | | | | | changed it to use the new basicConfig() API | ||||
| * | remove bogus markup that caused the docs to be wrong | Fred Drake | 2004-04-15 | 1 | -1/+1 |
| | | |||||
| * | fix up some markup | Fred Drake | 2004-04-09 | 1 | -18/+18 |
| | | |||||
| * | give rational filenames to some of the generated HTML | Fred Drake | 2004-04-08 | 1 | -2/+4 |
| | | |||||
| * | add link to the red-dove.com page about the logging package | Fred Drake | 2004-01-08 | 1 | -0/+7 |
| | | |||||
| * | [Bug #812936] Correct the documentation for RotatingFileHandler. | Andrew M. Kuchling | 2003-09-26 | 1 | -11/+15 |
| | | | | | [2.3 bugfix candidate] | ||||
| * | SF patch #791153: inconsistency with implementation(logging) | Raymond Hettinger | 2003-09-01 | 1 | -1/+1 |
| | | | | | (Contributed by George Yoshida.) | ||||
| * | add missing ' | Neal Norwitz | 2003-07-08 | 1 | -1/+1 |
| | | |||||
| * | - clean up table markup for readability | Fred Drake | 2003-07-08 | 1 | -40/+46 |
| | | | | | | - don't use \constant for literals; it's for "defined" constants - fix various consistency issues | ||||
| * | Fixed a table that wasn't in a tableii block, and added a very simple | Anthony Baxter | 2003-07-08 | 1 | -26/+72 |
| | | | | | example to show how to log to a file. | ||||
| * | SF patch #761519: Fixes for bugs 760703 and 757821 | Raymond Hettinger | 2003-06-27 | 1 | -15/+30 |
| | | | | | | | | | | | | | | | | | | | SF bug #760703: SocketHandler and LogRecord don't work well together SF bug #757821: logging module docs Applied Vinay Sajip's patch with a few minor fixups and a NEWS item. Patched __init__.py - added new function makeLogRecord (for bug report 760703). Patched handlers.py - updated some docstrings and deleted some old commented-out code. Patched test_logging.py to make use of makeLogRecord. Patched liblogging.tex to fill documentation gaps (both 760703 and bug 757821). | ||||
| * | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 1 | -10/+11 |
| | | | | | | | Mostly rename WARN -> WARNING Other misc tweaks Update tests (not in original patch) | ||||
| * | More markup changes for consistency. | Fred Drake | 2003-01-28 | 1 | -14/+14 |
| | | |||||
| * | Various minor markup adjustments. | Fred Drake | 2003-01-28 | 1 | -16/+25 |
| | | |||||
| * | Fix minor typos. | Raymond Hettinger | 2003-01-25 | 1 | -6/+6 |
| | | |||||
| * | SF #638299, LaTeX documentation for logging package | Neal Norwitz | 2003-01-25 | 1 | -884/+846 |
| | | | | | | | Replace existing doc with new version from Vinay. Fixed markup and wrapped long lines from patch. Needs review. | ||||
| * | Remove extra word | Andrew M. Kuchling | 2002-11-25 | 1 | -1/+1 |
| | | |||||
| * | Fix critical markup errors. | Fred Drake | 2002-11-15 | 1 | -2/+2 |
| | | |||||
| * | initial rough cut at documentation of logging module. This is basically | Skip Montanaro | 2002-11-14 | 1 | -0/+1139 |
| just a conversion of pydoc.help(logging). | |||||
