Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24678: Fixed raiseExceptions typo in logging tests. | Serhiy Storchaka | 2015-07-21 | 1 | -10/+4 |
|\ | | | | | | | Patch by Jacek Kołodziej. | ||||
| * | Issue #24678: Fixed raiseExceptions typo in logging tests. | Serhiy Storchaka | 2015-07-21 | 1 | -11/+6 |
| | | | | | | | | Patch by Jacek Kołodziej. | ||||
* | | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | Patch by Christie Wilson. | ||||
* | | Issue #23207: merged fix from 3.4. | Vinay Sajip | 2015-03-18 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #23207: Improved kwarg validation. | Vinay Sajip | 2015-03-18 | 1 | -0/+4 |
| | | |||||
| * | Issue #23211: Fix patch for 3.4 differences. | Ned Deily | 2015-01-18 | 1 | -3/+3 |
| | | |||||
* | | Added respect_handler_level to QueueListener. | Vinay Sajip | 2015-02-09 | 1 | -0/+19 |
| | | |||||
* | | Issue #23211: merge from 3.4 | Ned Deily | 2015-01-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: | Ned Deily | 2015-01-18 | 1 | -2/+2 |
| | | | | | | | | | | getaddrinfo("localhost") can fail depending on the name server configuration, use "127.0.0.0" instead. | ||||
* | | merge 3.4 (#22788) | Benjamin Peterson | 2014-11-24 | 1 | -14/+5 |
|\ \ | |/ | |||||
| * | add context parameter to HTTPHandler (closes #22788) | Benjamin Peterson | 2014-11-24 | 1 | -14/+5 |
| | | |||||
* | | merge 3.4 (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -37/+18 |
|\ \ | |/ | |||||
| * | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -37/+18 |
| | | | | | | | | Patch by Alex Gaynor with some modifications by me. | ||||
* | | Closes #20537: logging methods now accept an exception instance as well as a ↵ | Vinay Sajip | 2014-09-14 | 1 | -0/+13 |
| | | | | | | | | Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. | ||||
* | | Closes #22386: merged fix from 3.4. | Vinay Sajip | 2014-09-11 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #22386: fixed regression. | Vinay Sajip | 2014-09-11 | 1 | -0/+4 |
| | | |||||
* | | #19662: Eliminate warnings in other test modules that use smtpd. | R David Murray | 2014-06-11 | 1 | -1/+2 |
| | | | | | | | | Eventually these will want to convert to decode_data=False, I think. | ||||
* | | (Merge 3.4) Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on | Victor Stinner | 2014-06-02 | 1 | -10/+12 |
|\ \ | |/ | | | | | Windows. Patch written by Claudiu Popa. | ||||
| * | Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows. | Victor Stinner | 2014-06-02 | 1 | -10/+12 |
| | | | | | | | | Patch written by Claudiu Popa. | ||||
* | | Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch. | Vinay Sajip | 2014-05-31 | 1 | -85/+81 |
|/ | |||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|\ | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts. | ||||
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. | ||||
* | | Closes #20242: Merged fix from 3.3. | Vinay Sajip | 2014-01-13 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | Issue #20242: Fixed basicConfig() format strings for the alternative ↵ | Vinay Sajip | 2014-01-13 | 1 | -0/+16 |
| | | | | | | | | formatting styles. | ||||
* | | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. | Antoine Pitrou | 2013-12-21 | 1 | -0/+20 |
| | | |||||
* | | Added some diagnostics to help with #19690. | Vinay Sajip | 2013-12-03 | 1 | -1/+12 |
| | | |||||
* | | Closes #19665: Merged fi from 3.3. | Vinay Sajip | 2013-12-03 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Issue #19665: Increased timeout for SMTPHandler test. | Vinay Sajip | 2013-12-03 | 1 | -2/+4 |
| | | |||||
* | | 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(). |