| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | 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 |
|
|
| * | test_main(): Restore the original root logger level after running | Tim Peters | 2005-12-30 | 1 | -0/+9 |
|
|
| * | Close handlers and tidy up loggers by removing closed handlers - to avoid pro... | Vinay Sajip | 2004-08-04 | 1 | -5/+11 |
|
|
| * | Copyright year changed | Vinay Sajip | 2004-06-02 | 1 | -1/+1 |
|
|
| * | Socket handler closed prior to end of test. | Vinay Sajip | 2004-02-20 | 1 | -0/+1 |
|
|
| * | locale-restoration code: Don't leave comparison to None implicit. For | Tim Peters | 2003-07-23 | 1 | -1/+1 |
|
|
| * | Fred wasn't kidding -- there really are docs for the locale module <wink>. | Tim Peters | 2003-07-23 | 1 | -11/+20 |
|
|
| * | Restore the locale to "C" on exit. | Jeremy Hylton | 2003-07-18 | 1 | -2/+5 |
|
|
| * | SF patch #761519: Fixes for bugs 760703 and 757821 | Raymond Hettinger | 2003-06-27 | 1 | -2/+1 |
|
|
| * | Change from a threading.Condition object to a threading.Event object for | Brett Cannon | 2003-04-30 | 1 | -6/+3 |
|
|
| * | Merge back from r23b1-branch | Guido van Rossum | 2003-04-26 | 1 | -0/+2 |
|
|
| * | New version from Vinaj, should solve the threading problems (hopefully). | Guido van Rossum | 2003-04-25 | 1 | -5/+16 |
|
|
| * | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 1 | -2/+4 |
|
|
| * | Fix from Vinaj for the "writing to closed file" errors. SF 670390. | Guido van Rossum | 2003-01-21 | 1 | -10/+14 |
|
|
| * | On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, | Jack Jansen | 2003-01-15 | 1 | -1/+2 |
|
|
| * | At least one Solaris box in the snake farm only supports "C" locale. | Neal Norwitz | 2003-01-05 | 1 | -1/+5 |
|
|
| * | SF #660795 | Neal Norwitz | 2003-01-02 | 1 | -0/+459 |
|
|