index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_logging.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #29177: Improved resilience of logging tests which use socket servers.
Vinay Sajip
2017-01-09
1
-24
/
+62
*
Issue 28668: Merge 3.5
Xavier de Gaye
2016-11-15
1
-0
/
+2
|
\
|
*
Issue 28668: Skip tests where instanciation of multiprocessing.Queue
Xavier de Gaye
2016-11-15
1
-0
/
+2
*
|
Issue #28480: Adjust or skip tests if multithreading is disabled
Martin Panter
2016-10-20
1
-1
/
+1
*
|
Added back test code lost during merge.
Vinay Sajip
2016-09-08
1
-1
/
+71
|
/
*
Fixes #27930: improved QueueListener behaviour.
Vinay Sajip
2016-09-08
1
-4
/
+86
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0
/
+1
*
Fixed #27251: corrected string/bytes handling in credentials.
Vinay Sajip
2016-06-07
1
-1
/
+2
*
Closes #25411: Merged fix from 3.4.
Vinay Sajip
2015-10-17
1
-92
/
+120
|
\
|
*
Issue #25097: Merge with 3.4
Zachary Ware
2015-10-06
1
-0
/
+1
|
|
\
|
*
\
Issue #25097: Merge with 3.4
Zachary Ware
2015-10-06
1
-1
/
+1
|
|
\
\
|
*
\
\
Fixes #25097: Merged fi from 3.4.
Vinay Sajip
2015-10-01
1
-9
/
+11
|
|
\
\
\
|
*
\
\
\
Issue #24678: Fixed raiseExceptions typo in logging tests.
Serhiy Storchaka
2015-07-21
1
-10
/
+4
|
|
\
\
\
\
|
*
|
|
|
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1
/
+1
|
*
|
|
|
|
Issue #23207: merged fix from 3.4.
Vinay Sajip
2015-03-18
1
-88
/
+117
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Added respect_handler_level to QueueListener.
Vinay Sajip
2015-02-09
1
-0
/
+19
|
|
*
|
|
|
|
Issue #23211: merge from 3.4
Ned Deily
2015-01-17
1
-86
/
+96
|
|
|
\
\
\
\
\
|
|
|
*
\
\
\
\
merge 3.4 (#22788)
Benjamin Peterson
2014-11-23
1
-14
/
+5
|
|
|
|
\
\
\
\
\
|
|
|
*
\
\
\
\
\
merge 3.4 (#22417)
Benjamin Peterson
2014-11-03
1
-37
/
+18
|
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
Closes #20537: logging methods now accept an exception instance as well as a ...
Vinay Sajip
2014-09-14
1
-0
/
+13
|
|
|
*
|
|
|
|
|
|
Closes #22386: merged fix from 3.4.
Vinay Sajip
2014-09-11
1
-86
/
+83
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
*
|
|
|
|
|
|
#19662: Eliminate warnings in other test modules that use smtpd.
R David Murray
2014-06-11
1
-1
/
+2
|
|
|
|
*
|
|
|
|
|
|
(Merge 3.4) Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on
Victor Stinner
2014-06-02
1
-85
/
+81
|
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
|
|
Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch.
Vinay Sajip
2014-05-31
1
-85
/
+81
*
|
|
|
|
|
|
|
|
|
|
|
Closes #25411: Improved Unicode support in SMTPHandler.
Vinay Sajip
2015-10-17
1
-2
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
Issue #25097: Re-raise any other pywin32 error
Zachary Ware
2015-10-06
1
-0
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Issue #25097: fix Windows error number access
Zachary Ware
2015-10-06
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Fixes #25097: Windows test is skipped if there are insufficient privileges, r...
Vinay Sajip
2015-10-01
1
-9
/
+11
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Issue #24678: Fixed raiseExceptions typo in logging tests.
Serhiy Storchaka
2015-07-21
1
-11
/
+6
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
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-17
1
-3
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:
Ned Deily
2015-01-17
1
-2
/
+2
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
add context parameter to HTTPHandler (closes #22788)
Benjamin Peterson
2014-11-23
1
-14
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson
2014-11-03
1
-37
/
+18
|
/
/
/
*
|
|
Issue #22386: fixed regression.
Vinay Sajip
2014-09-11
1
-0
/
+4
|
/
/
*
|
Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows.
Victor Stinner
2014-06-02
1
-10
/
+12
|
/
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2
/
+0
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2
/
+0
*
|
Closes #20242: Merged fix from 3.3.
Vinay Sajip
2014-01-13
1
-111
/
+361
|
\
\
|
|
/
|
/
|
|
*
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
|
|
\
|
*
|
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 DatagramH...
Vinay Sajip
2013-09-27
1
-16
/
+102
|
*
|
Avoid test_logging failure when run after test_unittest, by renaming a confli...
Antoine Pitrou
2013-09-14
1
-1
/
+1
|
*
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-92
/
+226
|
|
\
\
|
|
*
|
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...
Vinay Sajip
2013-06-07
1
-61
/
+3
|
|
*
|
Closes #18046: Simplified logging internals relating to levels and their name...
Vinay Sajip
2013-05-25
1
-3
/
+6
|
|
*
|
Re-enabled skipped test.
Vinay Sajip
2013-05-18
1
-2
/
+2
[next]