summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
* Repair logging test spew caused by rev. 51206.Georg Brandl2006-08-121-2/+2
* Added duplicate call to fileConfig() to ensure that it cleans up after itself...Vinay Sajip2006-07-011-0/+2
* Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.Georg Brandl2006-04-301-14/+5
* Backout the last hack and add in this new one.Neal Norwitz2006-03-051-14/+8
* I think the test_logging failure on Solaris is timing related. We don'tNeal Norwitz2006-03-031-5/+14
* Added lock acquisition/release around shared data structure manipulationVinay Sajip2006-02-091-19/+34
* Saved and restored logging._handlerList at the same time as saving/restoring ...Vinay Sajip2006-02-071-0/+4
* Get test_logging to not hang when running under regrtest.py -R ::Neal Norwitz2006-02-051-4/+4
* Whitespace normalization.Tim Peters2006-01-291-1/+1
* Try a number of ports, in case 9020 is already in use.Martin v. Löwis2006-01-291-3/+14
* Explicitly close the server socket.Martin v. Löwis2006-01-291-0/+2
* Added a test for the ability to specify a class attribute in Formatter config...Vinay Sajip2006-01-201-16/+64
* Added test for fileConfig. Contributed by Shane Hathaway.Vinay Sajip2006-01-161-1/+101
* test_main(): Restore the original root logger level after runningTim Peters2005-12-301-0/+9
* Close handlers and tidy up loggers by removing closed handlers - to avoid pro...Vinay Sajip2004-08-041-5/+11
* Copyright year changedVinay Sajip2004-06-021-1/+1
* Socket handler closed prior to end of test.Vinay Sajip2004-02-201-0/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-231-1/+1
* Fred wasn't kidding -- there really are docs for the locale module <wink>.Tim Peters2003-07-231-11/+20
* Restore the locale to "C" on exit.Jeremy Hylton2003-07-181-2/+5
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-2/+1
* Change from a threading.Condition object to a threading.Event object forBrett Cannon2003-04-301-6/+3
* Merge back from r23b1-branchGuido van Rossum2003-04-261-0/+2
* New version from Vinaj, should solve the threading problems (hopefully).Guido van Rossum2003-04-251-5/+16
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-181-2/+4
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-211-10/+14
* On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,Jack Jansen2003-01-151-1/+2
* At least one Solaris box in the snake farm only supports "C" locale.Neal Norwitz2003-01-051-1/+5
* SF #660795Neal Norwitz2003-01-021-0/+459