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
/
Lib
/
logging
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...
Christian Heimes
2008-02-17
1
-0/+4
*
Merged revisions 60234-60244 via svnmerge from
Christian Heimes
2008-01-24
1
-5/+20
*
Merged revisions 60043-60052 via svnmerge from
Christian Heimes
2008-01-18
1
-5/+95
*
Remove several mentions of old Python versions that don't apply anymore.
Georg Brandl
2008-01-05
1
-3/+0
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-8/+11
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+1
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-5/+5
*
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum
2007-08-24
1
-15/+3
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-2/+2
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
1
-2/+2
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-7/+9
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-1/+1
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-6/+6
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-5/+5
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
1
-9/+18
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-3/+3
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-4/+5
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-1/+2
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-2/+2
*
More has_key() fixes.
Guido van Rossum
2006-08-19
1
-3/+3
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+1
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-2/+5
*
More apply() cleanup
Neal Norwitz
2006-03-17
1
-2/+2
*
Remove apply()
Neal Norwitz
2006-03-17
1
-14/+14
*
Added logThreads and logProcesses to allow conditional omission of logging th...
Vinay Sajip
2006-03-13
1
-2/+12
*
Added function name to LogRecord.
Vinay Sajip
2006-02-09
1
-5/+8
*
Propagate exceptions from shutdown() if raiseExceptions is not set.
Vinay Sajip
2006-02-09
1
-6/+14
*
Removed defensive test in Handler.close
Vinay Sajip
2006-02-07
1
-4/+3
*
Get test_logging to not hang when running under regrtest.py -R ::
Neal Norwitz
2006-02-05
1
-1/+2
*
Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...
Vinay Sajip
2005-10-31
1
-0/+2
*
One-off "No handlers..." error message only raised if raiseExceptions is set.
Vinay Sajip
2005-10-23
1
-1/+1
*
Don't use a string exception since it's deprecated
Neal Norwitz
2005-10-21
1
-1/+1
*
Optimised Placeholders handling of child loggers by using a dict rather than ...
Vinay Sajip
2005-10-14
1
-4/+8
*
Fixed bug where the logging message was wrongly being demoted from Unicode to...
Vinay Sajip
2005-10-07
1
-6/+8
*
Added lock acquisition around handler removal from logger
Vinay Sajip
2005-09-16
1
-1/+5
*
Added _handlerList to allow shutdown to flush and close handlers in reverse o...
Vinay Sajip
2005-09-08
1
-1/+4
*
Changed _srcfile determination to support py2exe.
Vinay Sajip
2005-09-02
1
-1/+3
*
Added threadName and now using re-entrant lock
Vinay Sajip
2005-03-31
1
-2/+5
*
Added optional encoding argument to file handlers. Made traceback import unco...
Vinay Sajip
2005-03-13
1
-9/+19
*
Improved frame handling for 1.5.2, and now return func from findCaller (not a...
Vinay Sajip
2005-02-18
1
-9/+20
*
Fixed bug in handling of args in LogRecord.__init__.
Vinay Sajip
2004-10-21
1
-1/+1
*
Changed handling of args in LogRecord.__init__.
Vinay Sajip
2004-10-20
1
-2/+17
*
Version number updated to 0.4.9.5
Vinay Sajip
2004-10-03
1
-2/+2
*
Added log() function
Vinay Sajip
2004-09-24
1
-0/+8
*
Added getLoggerClass()
Vinay Sajip
2004-09-22
1
-12/+15
*
Updated Logger.log() docstring to clarify that lvl parameter should be an int...
Vinay Sajip
2004-08-04
1
-1/+1
*
Ignore exceptions which occur when closing files in shutdown()
Vinay Sajip
2004-07-29
1
-2/+7
*
FileHandler now stores the basename as an absolute path (fix for SF #982049)
Vinay Sajip
2004-07-08
1
-2/+4
[next]