Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Updated test_logging so that errors don't occur in the absence of threading. | Vinay Sajip | 2013-09-27 | 1 | -10/+15 | |
| | | ||||||
* | | Streamlined logging tests by moving common code to a helper function. | Vinay Sajip | 2013-09-27 | 1 | -16/+10 | |
| | | ||||||
* | | logging: added support for Unix domain sockets to SocketHandler and ↵ | Vinay Sajip | 2013-09-27 | 1 | -16/+102 | |
| | | | | | | | | DatagramHandler. | |||||
* | | Avoid test_logging failure when run after test_unittest, by renaming a ↵ | Antoine Pitrou | 2013-09-14 | 1 | -1/+1 | |
| | | | | | | | | conflicting logger | |||||
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -9/+1 | |
|\ \ | |/ | | | | | in docstrings and comments. | |||||
| * | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -6/+1 | |
| | | | | | | | | in docstrings and comments. | |||||
* | | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of ↵ | Vinay Sajip | 2013-06-07 | 1 | -61/+3 | |
| | | | | | | | | which avoids affecting global state. | |||||
* | | Closes #18046: Simplified logging internals relating to levels and their ↵ | Vinay Sajip | 2013-05-25 | 1 | -3/+6 | |
| | | | | | | | | names. Thanks to Alex Gaynor for the patch. | |||||
* | | Re-enabled skipped test. | Vinay Sajip | 2013-05-18 | 1 | -2/+2 | |
| | | ||||||
* | | Diagnostics collected, test disabled for now. | Vinay Sajip | 2013-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | Re-enabled test with more diagnostics. | Vinay Sajip | 2013-05-11 | 1 | -1/+3 | |
| | | ||||||
* | | Skip failing test pending investigation. | Vinay Sajip | 2013-05-07 | 1 | -0/+1 | |
| | | ||||||
* | | Issue #17713: Added failure diagnostics to test. | Vinay Sajip | 2013-04-15 | 1 | -1/+5 | |
| | | ||||||
* | | Issue #17713: additional tweak to test. | Vinay Sajip | 2013-04-14 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #17713: Fixed bug in test_compute_rollover_weekly_attime. | Vinay Sajip | 2013-04-14 | 1 | -26/+33 | |
| | | ||||||
* | | Issue #17713: Test temporarily skipped while failure investigated. | Vinay Sajip | 2013-04-13 | 1 | -0/+1 | |
| | | ||||||
* | | Closed #9556: Allowed specifying a time-of-day for a ↵ | Vinay Sajip | 2013-04-12 | 1 | -0/+42 | |
| | | | | | | | | TimedRotatingFileHandler to rotate. | |||||
* | | Closes #17540: Merged fix from 3.3. | Vinay Sajip | 2013-03-29 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Issue #17540: Added style to Formatter configuration by dict. | Vinay Sajip | 2013-03-29 | 1 | -1/+4 | |
| | | ||||||
* | | Closes #17521: Merged fix from 3.3. | Vinay Sajip | 2013-03-23 | 1 | -2/+32 | |
|\ \ | |/ | ||||||
| * | Issue #17521: Merged fix from 3.2. | Vinay Sajip | 2013-03-23 | 1 | -2/+32 | |
| |\ | ||||||
| | * | Issue #17521: Corrected non-enabling of logger following two calls to ↵ | Vinay Sajip | 2013-03-23 | 1 | -2/+32 | |
| | | | | | | | | | | | | fileConfig(). | |||||
* | | | Closes #17508: Merged fix from 3.3. | Vinay Sajip | 2013-03-22 | 1 | -2/+37 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #17508: Merged fix from 3.2. | Vinay Sajip | 2013-03-22 | 1 | -2/+37 | |
| |\ \ | | |/ | ||||||
| | * | Issue #17508: Handled out-of-order handler configuration correctly. | Vinay Sajip | 2013-03-22 | 1 | -2/+36 | |
| | | | ||||||
| | * | Closes #16521: Improved error handling for basicConfig(), added tests for same. | Vinay Sajip | 2012-11-25 | 1 | -2/+158 | |
| | | | ||||||
| | * | Added test skip under Windows, as not applicable there. | Vinay Sajip | 2012-05-31 | 1 | -0/+1 | |
| | | | ||||||
* | | | Issue #17384: Consolidated cleanup operations in tests. | Vinay Sajip | 2013-03-08 | 1 | -4/+14 | |
| | | | ||||||
* | | | Closes #17313: Deleted test file created by test_logging. | Vinay Sajip | 2013-02-27 | 1 | -0/+2 | |
| | | | ||||||
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -3/+3 | |
| | | | ||||||
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -4/+4 | |
| | | | ||||||
* | | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead. | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Allow configuration of handler properties. | Vinay Sajip | 2012-11-15 | 1 | -0/+35 | |
| | | | ||||||
* | | | Try to fix issue #16264 (test_logging failure on some buildbots). | Antoine Pitrou | 2012-10-21 | 1 | -1/+4 | |
| | | | ||||||
* | | | test_logging.py: where needed use unittest's assertGreater, assertLesser, ↵ | Giampaolo Rodola' | 2012-10-17 | 1 | -8/+8 | |
| | | | | | | | | | | | | assertIs rather than assertTrue (also in order to debug issue 16264) | |||||
* | | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. | Vinay Sajip | 2012-10-09 | 1 | -0/+19 | |
| | | | ||||||
* | | | Remove unnecessary []. | Ezio Melotti | 2012-10-02 | 1 | -9/+9 | |
| | | | ||||||
* | | | Issue #15452: Added verify option for logging configuration socket listener. | Vinay Sajip | 2012-10-02 | 1 | -5/+71 | |
|/ / | ||||||
* | | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks ↵ | Vinay Sajip | 2012-07-03 | 1 | -2/+4 | |
| | | | | | | | | to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. | |||||
* | | Reapplied skip logic for test on Windows, which appears to have been lost ↵ | Vinay Sajip | 2012-05-29 | 1 | -0/+1 | |
| | | | | | | | | during a merge. | |||||
* | | #8739: upgrade smtpd to RFC 5321 and 1870. | R David Murray | 2012-05-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smtpd now handles EHLO and has infrastructure for extended smtp command mode. The SIZE extension is also implemented. In order to support parameters on MAIL FROM, the RFC 5322 parser from the email package is used to parse the address "token". Logging subclasses things and overrides __init__, so it was necessary to update those __init__ functions in the logging tests to make the logging tests pass. The original suggestion and patch were by Alberto Trevino. Juhana Jauhiainen added the --size argument and SIZE parameter support. Michele Orrù improved the patch and added more tests. Dan Boswell conditionalized various bits of code on whether or not we are in HELO or EHLO mode, as well as some other improvements and tests. I finalized the patch and added the address parsing. | |||||
* | | Merged hanged order of cleanup operations from 3.2. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Changed order of cleanup operations to be more sensible. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merged fixed test from 3.2. | Vinay Sajip | 2012-04-25 | 1 | -17/+17 | |
|\ \ | |/ | ||||||
| * | Fixed test to work on Windows. | Vinay Sajip | 2012-04-25 | 1 | -17/+17 | |
| | | ||||||
* | | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ↵ | Vinay Sajip | 2012-04-24 | 1 | -5/+40 | |
|\ \ | |/ | | | | | to John Mulligan for the problem report and patch. | |||||
| * | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ↵ | Vinay Sajip | 2012-04-24 | 1 | -4/+42 | |
| | | | | | | | | to John Mulligan for the problem report and patch. | |||||
* | | Issue #14644: Increased default timeout for SMTPHandler. Note: last commit ↵ | Vinay Sajip | 2012-04-22 | 1 | -1/+1 | |
| | | | | | | | | message referred to the wrong issue number. | |||||
* | | Closes #14452: brought tests in line with removal of BOM insertion code. | Vinay Sajip | 2012-04-16 | 1 | -3/+3 | |
| | | ||||||
* | | Fixes #14314: Improved SMTP timeout handling. | Vinay Sajip | 2012-03-15 | 1 | -1/+2 | |
| | |