summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* 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