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
*
Added schema version test in dictConfig.
Vinay Sajip
2010-03-06
1
-0/+84
*
logging: gingerly re-enabling skipped tests after improving thread sync code ...
Vinay Sajip
2010-02-08
1
-2/+0
*
Issue #7857: Another attempt to keep the buildbots happy.
Vinay Sajip
2010-02-08
1
-1/+3
*
logging: skipped listening tests because they're not working reliably.
Vinay Sajip
2010-02-08
1
-0/+2
*
Removed spurious print statement in test.
Vinay Sajip
2010-02-08
1
-1/+0
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-1/+0
*
Issue #7868: logging: added loggerClass attribute to Manager.
Vinay Sajip
2010-02-07
1
-5/+22
*
make waiting for the server to start robust
Benjamin Peterson
2010-02-06
1
-1/+1
*
Remove unused imports from test_logging.
Georg Brandl
2010-02-06
1
-3/+0
*
Issue #7857: Gave server thread more time to get ready, and re-enabled a skip...
Vinay Sajip
2010-02-06
1
-1/+2
*
Issue #7857: Tentatively re-enabling one test to see effect on buildbots.
Vinay Sajip
2010-02-06
1
-1/+1
*
test_logging: minor tweaks to timeouts, listening tests marked as skipped.
Vinay Sajip
2010-02-05
1
-3/+6
*
Issue #7857: test_logging: listener tests disabled for now.
Vinay Sajip
2010-02-05
1
-2/+2
*
Issue #7857: test_logging: listener test now uses find_unused_port().
Vinay Sajip
2010-02-05
1
-18/+20
*
Added unit test for cfg:// resolution.
Vinay Sajip
2010-02-04
1
-0/+33
*
Logging: Implemented PEP 391.
Vinay Sajip
2010-02-04
1
-9/+664
*
More yearly updates.
Georg Brandl
2010-01-01
1
-2/+2
*
fix a few cases where automated fail -> assert translation messed up
Benjamin Peterson
2009-07-01
1
-23/+23
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-26/+26
*
Issue #5768: Change to Unicode output logic and test case for same.
Vinay Sajip
2009-04-16
1
-0/+1
*
Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and...
Vinay Sajip
2009-04-07
1
-1/+1
*
Issue #5695: Moved logging.captureWarnings() call inside with statement in Wa...
Vinay Sajip
2009-04-05
1
-1/+1
*
test_logging was blindly clearing the warnings filter. This caused
Brett Cannon
2009-04-01
1
-22/+24
*
Issue #5170: Fixed Unicode output bug in logging and added test case. This is...
Vinay Sajip
2009-02-08
1
-2/+25
*
Issue #4384: Added logging integration with warnings module using captureWarn...
Vinay Sajip
2008-12-03
1
-2/+29
*
Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
Vinay Sajip
2008-09-09
1
-2/+2
*
Issue #3772: Fixed regression problem in StreamHandler.emit().
Vinay Sajip
2008-09-04
1
-1/+27
*
Issue #3726: Allowed spaces in separators in logging configuration files.
Vinay Sajip
2008-09-03
1
-0/+45
*
Issue #3389: Allow resolving dotted names for handlers in logging configurati...
Vinay Sajip
2008-07-18
1
-2/+7
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
1
-1/+1
*
Updated all import statements to use the new socketserver module name.
Alexandre Vassalotti
2008-05-12
1
-1/+1
*
Correctly call the base class tearDown();
Amaury Forgeot d'Arc
2008-03-29
1
-0/+1
*
Refactor test_logging to use unittest. This should finally solve the flakiness
Brett Cannon
2008-03-03
1
-2163/+751
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-2/+2
*
#2165: fix test_logging failure on some machines.
Georg Brandl
2008-02-23
1
-23/+13
*
Move test_logging over to doctest.
Brett Cannon
2008-02-17
1
-446/+2005
*
Fix resource leak reported in SF #1516995.
Vinay Sajip
2007-03-11
1
-0/+2
*
Repair logging test spew caused by rev. 51206.
Georg Brandl
2006-08-12
1
-2/+2
*
Added duplicate call to fileConfig() to ensure that it cleans up after itself...
Vinay Sajip
2006-07-01
1
-0/+2
*
Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.
Georg Brandl
2006-04-30
1
-14/+5
*
Backout the last hack and add in this new one.
Neal Norwitz
2006-03-05
1
-14/+8
*
I think the test_logging failure on Solaris is timing related. We don't
Neal Norwitz
2006-03-03
1
-5/+14
*
Added lock acquisition/release around shared data structure manipulation
Vinay Sajip
2006-02-09
1
-19/+34
*
Saved and restored logging._handlerList at the same time as saving/restoring ...
Vinay Sajip
2006-02-07
1
-0/+4
*
Get test_logging to not hang when running under regrtest.py -R ::
Neal Norwitz
2006-02-05
1
-4/+4
*
Whitespace normalization.
Tim Peters
2006-01-29
1
-1/+1
*
Try a number of ports, in case 9020 is already in use.
Martin v. Löwis
2006-01-29
1
-3/+14
*
Explicitly close the server socket.
Martin v. Löwis
2006-01-29
1
-0/+2
*
Added a test for the ability to specify a class attribute in Formatter config...
Vinay Sajip
2006-01-20
1
-16/+64
*
Added test for fileConfig. Contributed by Shane Hathaway.
Vinay Sajip
2006-01-16
1
-1/+101
[next]