| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed comment on test skip. | Vinay Sajip | 2012-05-31 | 1 | -1/+1 |
|
|
* | Temporarily disabled test_race on Windows. | Vinay Sajip | 2012-05-20 | 1 | -0/+1 |
|
|
* | Ignore exceptions on test handler closing. | Vinay Sajip | 2012-05-19 | 1 | -1/+4 |
|
|
* | Changed order of cleanup operations to be more sensible. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 |
|
|
* | Fixed test to work on Windows. | Vinay Sajip | 2012-04-25 | 1 | -18/+18 |
|
|
* | Updated year in docstring/comment. | Vinay Sajip | 2012-04-24 | 1 | -2/+2 |
|
|
* | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ... | Vinay Sajip | 2012-04-24 | 1 | -1/+40 |
|
|
* | Closes #13361: Raise correct exception type. | Vinay Sajip | 2011-11-07 | 1 | -1/+1 |
|
|
* | Closes #13661: Check added for type of logger name. | Vinay Sajip | 2011-11-07 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Vinay Sajip | 2011-03-07 | 1 | -1/+1 |
|
|
* | #Issue 11424: merged fix from 2.6. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 |
|\ |
|
| * | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 |
|
|
| * | Fixed #9310: backported logging fix from 2.7. | Vinay Sajip | 2010-07-20 | 1 | -0/+6 |
|
|
| * | Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-... | Georg Brandl | 2010-03-21 | 1 | -2/+2 |
|
|
| * | Issue #5768: Change to Unicode output logic and test case for same. | Vinay Sajip | 2009-04-16 | 1 | -0/+1 |
|
|
| * | Fixed missing import. | Vinay Sajip | 2009-02-08 | 1 | -0/+1 |
|
|
| * | Issue #5170: Fixed Unicode output bug in logging and added test case. This is... | Vinay Sajip | 2009-02-08 | 1 | -0/+22 |
|
|
* | | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -6/+6 |
|
|
* | | Issue #8576: logging updated to remove usage of find_unused_port(). | Vinay Sajip | 2010-05-03 | 1 | -4/+5 |
|
|
* | | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -2/+6 |
|
|
* | | logging: Added getChild utility method to Logger and added isEnabledFor metho... | Vinay Sajip | 2010-03-22 | 1 | -1/+19 |
|
|
* | | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ... | Vinay Sajip | 2010-03-22 | 1 | -0/+6 |
|
|
* | | 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 |
|
|