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
/
test
/
test_logging.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Improved thread interlocks in tests.
Vinay Sajip
2011-05-02
1
-1/+4
*
|
Updated docstrings.
Vinay Sajip
2011-05-02
1
-1/+63
*
|
Added tests to improve coverage.
Vinay Sajip
2011-05-02
1
-108/+339
*
|
Improved test coverage.
Vinay Sajip
2011-04-30
1
-4/+105
*
|
Improved test_logging coverage.
Vinay Sajip
2011-04-28
1
-4/+62
*
|
Use correct Unix socket for syslogd on OS X.
Vinay Sajip
2011-04-27
1
-1/+1
*
|
test_logging: handle syslogd connection failure.
Vinay Sajip
2011-04-27
1
-4/+7
*
|
test_logging coverage improvements.
Vinay Sajip
2011-04-27
1
-2/+44
*
|
Re-enabled time test in test_logging.
Vinay Sajip
2011-04-27
1
-2/+2
*
|
Disabled test failing on buildbots.
Vinay Sajip
2011-04-26
1
-1/+1
*
|
Refined time test in test_logging.
Vinay Sajip
2011-04-26
1
-1/+16
*
|
Yet more test_logging coverage improvements.
Vinay Sajip
2011-04-26
1
-0/+21
*
|
More test_logging coverage improvements.
Vinay Sajip
2011-04-26
1
-1/+44
*
|
test_logging coverage improvements.
Vinay Sajip
2011-04-26
1
-5/+108
*
|
Fixed bug in test_logging.
Vinay Sajip
2011-04-21
1
-1/+1
*
|
Tidied comments and docstrings.
Vinay Sajip
2011-04-20
1
-3/+2
*
|
Attempt fix of #11557 by refining test logic.
Vinay Sajip
2011-04-20
1
-1/+1
*
|
Attempt fix of #11557 by refining setup/teardown logic.
Vinay Sajip
2011-04-20
1
-0/+2
*
|
Attempt fix of #11557 by changing setup/teardown logic.
Vinay Sajip
2011-04-20
1
-1/+6
*
|
Attempt fix of #11557 by changing teardown logic.
Vinay Sajip
2011-04-20
1
-4/+9
*
|
Issue #11852: Merge fix from 3.2.
Vinay Sajip
2011-04-15
1
-0/+16
|
\
\
|
|
/
|
*
Issue #11852: Add missing imports and update tests.
Vinay Sajip
2011-04-15
1
-0/+16
*
|
Added 'handlers' argument to logging.basicConfig.
Vinay Sajip
2011-04-11
1
-0/+20
*
|
Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)
Victor Stinner
2011-03-31
1
-0/+1
*
|
Closes issue #11557: Added Natalia Bidart's patch to improve test coverage.
Vinay Sajip
2011-03-29
1
-23/+514
|
/
*
#Issue 11424: added equivalent fixes for dictConfig.
Vinay Sajip
2011-03-07
1
-1/+104
*
#Issue 11424: merged fix from 3.1.
Vinay Sajip
2011-03-07
1
-0/+113
|
\
|
*
Issue #11424: Fix bug in determining child loggers.
Vinay Sajip
2011-03-07
1
-0/+113
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-4/+4
|
*
Merged revisions 77389 via svnmerge from
Benjamin Peterson
2010-01-09
1
-2/+2
|
*
Merged revisions 73718,73721,73723 via svnmerge from
Georg Brandl
2009-08-13
1
-23/+23
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-26/+26
*
|
Issue #11330: Updated tests for correct asctime handling.
Vinay Sajip
2011-02-26
1
-1/+9
*
|
Issue #9941: Fixed TimedRotatingHandler test issues.
Vinay Sajip
2011-02-26
1
-6/+36
*
|
Issue #10788: Changed test_logging setUp logic to provide more information.
Vinay Sajip
2010-12-30
1
-2/+6
*
|
Issue #10626: test_logging now preserves logger disabled states.
Vinay Sajip
2010-12-27
1
-1/+9
*
|
Issue #10774: test_logging now removes temp files created during tests.
Vinay Sajip
2010-12-27
1
-7/+10
*
|
logging: added handler of last resort.
Vinay Sajip
2010-12-10
1
-0/+35
*
|
logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.
Vinay Sajip
2010-12-03
1
-5/+5
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-7/+7
*
|
Remove ResourceWarnings caused by files left open.
Vinay Sajip
2010-10-30
1
-2/+7
*
|
logging: Improved Formatter implementation.
Vinay Sajip
2010-10-26
1
-0/+17
*
|
logging: Added style option to Formatter to allow %, {} or himBHformatting.
Vinay Sajip
2010-10-25
1
-0/+48
*
|
logging: Allowed filters to be just callables.
Vinay Sajip
2010-10-19
1
-0/+29
*
|
logging: Added tests for _logRecordClass changes.
Vinay Sajip
2010-10-19
1
-2/+41
*
|
Added some methods to LoggerAdapter, and updated documentation.
Vinay Sajip
2010-09-21
1
-1/+1
*
|
logging: Add hasHandlers() method to Logger.
Vinay Sajip
2010-09-20
1
-5/+6
*
|
Added missing BaseTest.tearDown(self). Fixed refleak.
Hirokazu Yamamoto
2010-09-18
1
-0/+1
*
|
Temporarily commented out test which succeeds locally but fails on buildbots,...
Vinay Sajip
2010-09-17
1
-1/+3
*
|
Issue #9441: logging: Improved test coverage for rotating file handlers.
Vinay Sajip
2010-09-17
1
-1/+78
[prev]
[next]