index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
logging.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #7851: logging: clarification on logging configuration files.
Vinay Sajip
2010-02-04
1
-0/+7
*
#7388: "python".capitalize() in the Doc
Ezio Melotti
2009-12-19
1
-1/+1
*
Issue #7529: logging: Minor correction to documentation.
Vinay Sajip
2009-12-17
1
-0/+2
*
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
-6/+12
*
Tidied up name of parameter in StreamHandler
Vinay Sajip
2009-09-26
1
-2/+2
*
Fixed a typo, and added sections on optimization and using arbitrary objects ...
Vinay Sajip
2009-09-22
1
-1/+48
*
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/+16
*
Added versionchanged notices for optional 'delay' parameter to file handler c...
Vinay Sajip
2009-08-14
1
-0/+12
*
#6577: fix (hopefully) all links to builtin instead of module/class-specific ...
Georg Brandl
2009-07-26
1
-1/+1
*
Minor documentation fixes for logging.
Eric Smith
2009-06-04
1
-2/+2
*
Clarified warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-3/+4
*
Added warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-0/+3
*
revert r69777 since all the experts agree that extra import lines distract fr...
Benjamin Peterson
2009-02-20
1
-5/+2
*
Since we recommend one module per import line, reflect this also in the
Jeroen Ruigrok van der Werven
2009-02-19
1
-2/+5
*
Added more cross-reference targets and tidied up list of useful handlers.
Vinay Sajip
2009-01-19
1
-22/+45
*
Minor changes/corrections in markup.
Vinay Sajip
2009-01-15
1
-1/+5
*
Made minor changes/corrections in markup. Added a couple of section headings.
Vinay Sajip
2009-01-15
1
-21/+29
*
Minor changes/corrections in markup.
Vinay Sajip
2009-01-12
1
-17/+14
*
Corrected minor typo and added .currentmodule directives to fix missing cross...
Vinay Sajip
2009-01-10
1
-1/+10
*
Corrected an incorrect self-reference.
Vinay Sajip
2009-01-10
1
-1/+0
*
Minor documentation changes cross-referencing NullHandler to the documentatio...
Vinay Sajip
2009-01-10
1
-1/+8
*
Minor documentation changes relating to NullHandler, the module used for hand...
Vinay Sajip
2009-01-02
1
-19/+38
*
Handlers are in the `logging.handlers` module.
Georg Brandl
2009-01-01
1
-0/+4
*
Minor documentation change relating to NullHandler.
Vinay Sajip
2008-12-30
1
-4/+4
*
Issue #4384: Added logging integration with warnings module using captureWarn...
Vinay Sajip
2008-12-03
1
-0/+15
*
Bug #3738: Documentation is now more accurate in describing handler close met...
Vinay Sajip
2008-09-01
1
-4/+6
*
Added section about configuring logging in a library. Thanks to Thomas Heller...
Vinay Sajip
2008-09-01
1
-0/+39
*
Issue #3389: Allow resolving dotted names for handlers in logging configurati...
Vinay Sajip
2008-07-18
1
-1/+5
*
Markup fix.
Georg Brandl
2008-06-06
1
-2/+2
*
Document 'utc' parameter
Andrew M. Kuchling
2008-06-05
1
-3/+7
*
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Georg Brandl
2008-05-25
1
-20/+18
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
1
-5/+5
*
Updated import statements to use the new `configparser` module name.
Alexandre Vassalotti
2008-05-14
1
-12/+14
*
Update configparser docs for lowercasing rename.
Georg Brandl
2008-05-14
1
-6/+6
*
Updated all import statements to use the new socketserver module name.
Alexandre Vassalotti
2008-05-12
1
-5/+5
*
Add a sentence to basicConfig() that is in the docstring.
Georg Brandl
2008-05-09
1
-0/+2
*
reformat some documentation of classes so methods and attributes are under th...
Benjamin Peterson
2008-04-25
1
-153/+163
*
Added updates with respect to recent changes to TimedRotatingFileHandler.
Vinay Sajip
2008-04-02
1
-4/+5
*
Clarified documentation on use of shutdown().
Vinay Sajip
2008-03-16
1
-1/+2
*
Fix factual error.
Georg Brandl
2008-03-02
1
-5/+6
*
Make clear that the constants are strings.
Georg Brandl
2008-03-02
1
-15/+15
*
Add minor markup for a string.
Brett Cannon
2008-02-25
1
-3/+3
*
A lot more typo fixes by Ori Avtalion.
Georg Brandl
2008-02-22
1
-2/+2
*
Added documentation for optional delay argument to FileHandler and subclasses.
Vinay Sajip
2008-01-24
1
-8/+18
*
Minor documentation change - hyperlink tidied up.
Vinay Sajip
2008-01-21
1
-5/+8
*
Fix markup.
Georg Brandl
2008-01-19
1
-56/+56
[next]