summaryrefslogtreecommitdiff
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the loggingVictor Stinner2013-10-151-0/+18
* Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-231-2/+32
* Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-221-2/+36
* Changed comment on test skip.Vinay Sajip2012-05-311-1/+1
* Temporarily disabled test_race on Windows.Vinay Sajip2012-05-201-0/+1
* Ignore exceptions on test handler closing.Vinay Sajip2012-05-191-1/+4
* Changed order of cleanup operations to be more sensible.Vinay Sajip2012-05-031-1/+1
* Fixed test to work on Windows.Vinay Sajip2012-04-251-18/+18
* Updated year in docstring/comment.Vinay Sajip2012-04-241-2/+2
* Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ...Vinay Sajip2012-04-241-1/+40
* Closes #13361: Raise correct exception type.Vinay Sajip2011-11-071-1/+1
* Closes #13661: Check added for type of logger name.Vinay Sajip2011-11-071-0/+2
* Whitespace normalization.Vinay Sajip2011-03-071-1/+1
* #Issue 11424: merged fix from 2.6.Vinay Sajip2011-03-071-0/+113
|\
| * Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-071-0/+113
| * Fixed #9310: backported logging fix from 2.7.Vinay Sajip2010-07-201-0/+6
| * Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-...Georg Brandl2010-03-211-2/+2
| * Issue #5768: Change to Unicode output logic and test case for same.Vinay Sajip2009-04-161-0/+1
| * Fixed missing import.Vinay Sajip2009-02-081-0/+1
| * Issue #5170: Fixed Unicode output bug in logging and added test case. This is...Vinay Sajip2009-02-081-0/+22
* | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-6/+6
* | Issue #8576: logging updated to remove usage of find_unused_port().Vinay Sajip2010-05-031-4/+5
* | Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-2/+6
* | logging: Added getChild utility method to Logger and added isEnabledFor metho...Vinay Sajip2010-03-221-1/+19
* | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ...Vinay Sajip2010-03-221-0/+6
* | Added schema version test in dictConfig.Vinay Sajip2010-03-061-0/+84
* | logging: gingerly re-enabling skipped tests after improving thread sync code ...Vinay Sajip2010-02-081-2/+0
* | Issue #7857: Another attempt to keep the buildbots happy.Vinay Sajip2010-02-081-1/+3
* | logging: skipped listening tests because they're not working reliably.Vinay Sajip2010-02-081-0/+2
* | Removed spurious print statement in test.Vinay Sajip2010-02-081-1/+0
* | Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* | Issue #7868: logging: added loggerClass attribute to Manager.Vinay Sajip2010-02-071-5/+22
* | make waiting for the server to start robustBenjamin Peterson2010-02-061-1/+1
* | Remove unused imports from test_logging.Georg Brandl2010-02-061-3/+0
* | Issue #7857: Gave server thread more time to get ready, and re-enabled a skip...Vinay Sajip2010-02-061-1/+2
* | Issue #7857: Tentatively re-enabling one test to see effect on buildbots.Vinay Sajip2010-02-061-1/+1
* | test_logging: minor tweaks to timeouts, listening tests marked as skipped.Vinay Sajip2010-02-051-3/+6
* | Issue #7857: test_logging: listener tests disabled for now.Vinay Sajip2010-02-051-2/+2
* | Issue #7857: test_logging: listener test now uses find_unused_port().Vinay Sajip2010-02-051-18/+20
* | Added unit test for cfg:// resolution.Vinay Sajip2010-02-041-0/+33
* | Logging: Implemented PEP 391.Vinay Sajip2010-02-041-9/+664
* | More yearly updates.Georg Brandl2010-01-011-2/+2
* | fix a few cases where automated fail -> assert translation messed upBenjamin Peterson2009-07-011-23/+23
* | convert usage of fail* to assert*Benjamin Peterson2009-06-301-26/+26
* | Issue #5768: Change to Unicode output logic and test case for same.Vinay Sajip2009-04-161-0/+1
* | Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and...Vinay Sajip2009-04-071-1/+1
* | Issue #5695: Moved logging.captureWarnings() call inside with statement in Wa...Vinay Sajip2009-04-051-1/+1
* | test_logging was blindly clearing the warnings filter. This causedBrett Cannon2009-04-011-22/+24
* | Issue #5170: Fixed Unicode output bug in logging and added test case. This is...Vinay Sajip2009-02-081-2/+25