Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Make test_logging no longer fail if zlib not present. Closes #14256. Patch ↵ | Eric V. Smith | 2012-03-12 | 1 | -3/+7 |
| | | | | | | | | by Pedro Kroger. | ||||
* | | Added delay before record creation. | Vinay Sajip | 2012-03-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #12151: Added more info to diagnostics. | Vinay Sajip | 2012-03-05 | 1 | -4/+5 |
| | | |||||
* | | Added more diagnostics for diagnosing #12151. | Vinay Sajip | 2012-03-05 | 1 | -0/+2 |
| | | |||||
* | | Fixed problem with diagnostic output. | Vinay Sajip | 2012-03-03 | 1 | -1/+2 |
| | | |||||
* | | Added additional diagnostics to help with #12151. | Vinay Sajip | 2012-02-28 | 1 | -0/+4 |
| | | |||||
* | | Closes #13732: now use os.linesep instead of a literal newline. | Vinay Sajip | 2012-01-07 | 1 | -3/+4 |
| | | |||||
* | | Refactored logging rotating handlers for improved flexibility. | Vinay Sajip | 2012-01-04 | 1 | -3/+50 |
| | | |||||
* | | Merge 3.2, fix typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | logging: replace codecs.open with builtins.open, remove '_encoded' sort, add ↵ | Florent Xicluna | 2011-11-07 | 1 | -5/+18 |
| | | | | | | | | some tests. | ||||
* | | Closes #13361: Merge fix from 3.2. | Vinay Sajip | 2011-11-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #13361: Raise correct exception type. | Vinay Sajip | 2011-11-07 | 1 | -1/+1 |
| | | |||||
* | | Merged fix for #13361 from 3.2. | Vinay Sajip | 2011-11-07 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Closes #13661: Check added for type of logger name. | Vinay Sajip | 2011-11-07 | 1 | -0/+2 |
| | | |||||
* | | Changed warn() to warning() in logging tests. | Vinay Sajip | 2011-10-26 | 1 | -8/+8 |
| | | |||||
* | | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Use str.startswith(tuple): I didn't know this Python feature, Python rocks! * Replace sometimes sys.platform.startswith('linux') with sys.platform == 'linux' * sys.platform doesn't contain the major version on Cygwin on Mac OS X (it's just 'cygwin' and 'darwin') | ||||
* | | Issue #12326: don't test the major version of sys.platform | Victor Stinner | 2011-08-17 | 1 | -1/+1 |
| | | | | | | | | | | Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. | ||||
* | | Fixes #12637: Merged fix from 3.2 and added test. | Vinay Sajip | 2011-07-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
* | | Closes #12419: Added ident to SysLogHandler. | Vinay Sajip | 2011-06-27 | 1 | -0/+5 |
| | | |||||
* | | Merged fix for issue #12168 from 3.2. | Vinay Sajip | 2011-06-09 | 1 | -2/+6 |
|\ \ | |/ | |||||
* | | Closes issue #11557: removal of non-idiomatic code in test_logging. | Vinay Sajip | 2011-06-05 | 1 | -31/+25 |
| | | |||||
* | | Updated test_rollover delay to just over a second. | Vinay Sajip | 2011-05-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #12151: Test now ignores datagram socket errors after server is closed. | Vinay Sajip | 2011-05-23 | 1 | -10/+11 |
| | | |||||
* | | Issue #12151: Correction to diagnostic code. | Vinay Sajip | 2011-05-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #12151: Added diagnostics to help diagnose intermittent socket errors. | Vinay Sajip | 2011-05-23 | 1 | -0/+15 |
| | | |||||
* | | Issue #12151: test_logging writes debug messages to stderr, not stdout | Victor Stinner | 2011-05-22 | 1 | -2/+2 |
| | | | | | | | | stdout are lost in buildbots | ||||
* | | Issue #12136: Added change to handle non-availability of the ssl module. | Vinay Sajip | 2011-05-21 | 1 | -9/+14 |
| | | |||||
* | | Added SSL test for HTTPHandler. | Vinay Sajip | 2011-05-21 | 1 | -33/+72 |
| | | |||||
* | | Added SSL capability to TestHTTPServer. | Vinay Sajip | 2011-05-20 | 1 | -1/+14 |
| | |