| Commit message (Expand) | Author | Age |
* | Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows. | Victor Stinner | 2014-06-02 |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 |
* | | Closes #20242: Merged fix from 3.3. | Vinay Sajip | 2014-01-13 |
|\| |
|
| * | Issue #20242: Fixed basicConfig() format strings for the alternative formatti... | Vinay Sajip | 2014-01-13 |
* | | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. | Antoine Pitrou | 2013-12-21 |
* | | Added some diagnostics to help with #19690. | Vinay Sajip | 2013-12-03 |
* | | Closes #19665: Merged fi from 3.3. | Vinay Sajip | 2013-12-03 |
|\| |
|
| * | Issue #19665: Increased timeout for SMTPHandler test. | Vinay Sajip | 2013-12-03 |
* | | Updated test_logging so that errors don't occur in the absence of threading. | Vinay Sajip | 2013-09-27 |
* | | Streamlined logging tests by moving common code to a helper function. | Vinay Sajip | 2013-09-27 |
* | | logging: added support for Unix domain sockets to SocketHandler and DatagramH... | Vinay Sajip | 2013-09-27 |
* | | Avoid test_logging failure when run after test_unittest, by renaming a confli... | Antoine Pitrou | 2013-09-14 |
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 |
|\| |
|
| * | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 |
* | | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh... | Vinay Sajip | 2013-06-07 |
* | | Closes #18046: Simplified logging internals relating to levels and their name... | Vinay Sajip | 2013-05-25 |
* | | Re-enabled skipped test. | Vinay Sajip | 2013-05-18 |
* | | Diagnostics collected, test disabled for now. | Vinay Sajip | 2013-05-12 |
* | | Re-enabled test with more diagnostics. | Vinay Sajip | 2013-05-12 |
* | | Skip failing test pending investigation. | Vinay Sajip | 2013-05-07 |
* | | Issue #17713: Added failure diagnostics to test. | Vinay Sajip | 2013-04-15 |
* | | Issue #17713: additional tweak to test. | Vinay Sajip | 2013-04-14 |
* | | Closes #17713: Fixed bug in test_compute_rollover_weekly_attime. | Vinay Sajip | 2013-04-14 |
* | | Issue #17713: Test temporarily skipped while failure investigated. | Vinay Sajip | 2013-04-13 |
* | | Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler... | Vinay Sajip | 2013-04-12 |
* | | Closes #17540: Merged fix from 3.3. | Vinay Sajip | 2013-03-29 |
|\| |
|
| * | Issue #17540: Added style to Formatter configuration by dict. | Vinay Sajip | 2013-03-29 |
* | | Closes #17521: Merged fix from 3.3. | Vinay Sajip | 2013-03-23 |
|\| |
|
| * | Issue #17521: Merged fix from 3.2. | Vinay Sajip | 2013-03-23 |
| |\ |
|
| | * | Issue #17521: Corrected non-enabling of logger following two calls to fileCon... | Vinay Sajip | 2013-03-23 |
* | | | Closes #17508: Merged fix from 3.3. | Vinay Sajip | 2013-03-22 |
|\| | |
|
| * | | Issue #17508: Merged fix from 3.2. | Vinay Sajip | 2013-03-22 |
| |\| |
|
| | * | Issue #17508: Handled out-of-order handler configuration correctly. | Vinay Sajip | 2013-03-22 |
| | * | Closes #16521: Improved error handling for basicConfig(), added tests for same. | Vinay Sajip | 2012-11-25 |
| | * | Added test skip under Windows, as not applicable there. | Vinay Sajip | 2012-05-31 |
* | | | Issue #17384: Consolidated cleanup operations in tests. | Vinay Sajip | 2013-03-08 |
* | | | Closes #17313: Deleted test file created by test_logging. | Vinay Sajip | 2013-02-27 |
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 |
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 |
* | | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead. | Andrew Svetlov | 2012-12-17 |
* | | | Allow configuration of handler properties. | Vinay Sajip | 2012-11-15 |
* | | | Try to fix issue #16264 (test_logging failure on some buildbots). | Antoine Pitrou | 2012-10-21 |
* | | | test_logging.py: where needed use unittest's assertGreater, assertLesser, ass... | Giampaolo Rodola' | 2012-10-17 |
* | | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. | Vinay Sajip | 2012-10-09 |
* | | | Remove unnecessary []. | Ezio Melotti | 2012-10-02 |
* | | | Issue #15452: Added verify option for logging configuration socket listener. | Vinay Sajip | 2012-10-02 |
|/ / |
|
* | | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t... | Vinay Sajip | 2012-07-03 |
* | | Reapplied skip logic for test on Windows, which appears to have been lost dur... | Vinay Sajip | 2012-05-29 |
* | | #8739: upgrade smtpd to RFC 5321 and 1870. | R David Murray | 2012-05-26 |