Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 1 | -2/+4 | |
| | | | | | | Mostly rename WARN -> WARNING Other misc tweaks Update tests (not in original patch) | |||||
* | 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 | |
| | | | | so just continue testing. Fixes #668787. | |||||
* | At least one Solaris box in the snake farm only supports "C" locale. | Neal Norwitz | 2003-01-05 | 1 | -1/+5 | |
| | | | | Adding try/except allows the test to pass | |||||
* | SF #660795 | Neal Norwitz | 2003-01-02 | 1 | -0/+459 | |
Add a test for logging from Vinay Sajip (module author) |