aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAge
* Added back test code lost during merge.Vinay Sajip2016-09-08
* Fixes #27930: improved QueueListener behaviour.Vinay Sajip2016-09-08
* Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-03
* Fixed #27251: corrected string/bytes handling in credentials.Vinay Sajip2016-06-07
* Closes #25411: Merged fix from 3.4.Vinay Sajip2015-10-17
|\
| * Closes #25411: Improved Unicode support in SMTPHandler.Vinay Sajip2015-10-17
* | Issue #25097: Merge with 3.4Zachary Ware2015-10-06
|\|
| * Issue #25097: Re-raise any other pywin32 errorZachary Ware2015-10-06
* | Issue #25097: Merge with 3.4Zachary Ware2015-10-06
|\|
| * Issue #25097: fix Windows error number accessZachary Ware2015-10-06
* | Fixes #25097: Merged fi from 3.4.Vinay Sajip2015-10-01
|\|
| * Fixes #25097: Windows test is skipped if there are insufficient privileges, r...Vinay Sajip2015-10-01
* | Issue #24678: Fixed raiseExceptions typo in logging tests.Serhiy Storchaka2015-07-21
|\|
| * Issue #24678: Fixed raiseExceptions typo in logging tests.Serhiy Storchaka2015-07-21
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* | Issue #23207: merged fix from 3.4.Vinay Sajip2015-03-18
|\|
| * Issue #23207: Improved kwarg validation.Vinay Sajip2015-03-18
| * Issue #23211: Fix patch for 3.4 differences.Ned Deily2015-01-17
* | Added respect_handler_level to QueueListener.Vinay Sajip2015-02-09
* | Issue #23211: merge from 3.4Ned Deily2015-01-17
|\|
| * Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:Ned Deily2015-01-17
* | merge 3.4 (#22788)Benjamin Peterson2014-11-23
|\|
| * add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-23
* | merge 3.4 (#22417)Benjamin Peterson2014-11-03
|\|
| * PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-03
* | Closes #20537: logging methods now accept an exception instance as well as a ...Vinay Sajip2014-09-14
* | Closes #22386: merged fix from 3.4.Vinay Sajip2014-09-11
|\|
| * Issue #22386: fixed regression.Vinay Sajip2014-09-11
* | #19662: Eliminate warnings in other test modules that use smtpd.R David Murray2014-06-11
* | (Merge 3.4) Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests onVictor Stinner2014-06-02
|\|
| * Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows.Victor Stinner2014-06-02
* | Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch.Vinay Sajip2014-05-31
|/
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | Closes #20242: Merged fix from 3.3.Vinay Sajip2014-01-13
|\|
| * Issue #20242: Fixed basicConfig() format strings for the alternative formatti...Vinay Sajip2014-01-13
* | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.Antoine Pitrou2013-12-21
* | Added some diagnostics to help with #19690.Vinay Sajip2013-12-03
* | Closes #19665: Merged fi from 3.3.Vinay Sajip2013-12-03
|\|
| * Issue #19665: Increased timeout for SMTPHandler test.Vinay Sajip2013-12-03
* | Updated test_logging so that errors don't occur in the absence of threading.Vinay Sajip2013-09-27
* | Streamlined logging tests by moving common code to a helper function.Vinay Sajip2013-09-27
* | logging: added support for Unix domain sockets to SocketHandler and DatagramH...Vinay Sajip2013-09-27
* | Avoid test_logging failure when run after test_unittest, by renaming a confli...Antoine Pitrou2013-09-14
* | Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-29
|\|
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-29
* | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-07
* | Closes #18046: Simplified logging internals relating to levels and their name...Vinay Sajip2013-05-25
* | Re-enabled skipped test.Vinay Sajip2013-05-18
* | Diagnostics collected, test disabled for now.Vinay Sajip2013-05-12