index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_logging.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36681: Remove duplicate test_regression_29220 function (GH-12894)
Windson yang
2019-04-22
1
-6/+0
*
bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659)
Xtreak
2019-04-07
1
-0/+13
*
bpo-36272: Logging now propagates RecursionError (GH-12312)
Rémi Lapeyre
2019-03-15
1
-1/+16
*
bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913)
Pablo Galindo
2018-10-16
1
-1/+2
*
bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...
BNMetrics
2018-10-15
1
-16/+316
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella
2018-09-25
1
-0/+15
*
bpo-6721: Hold logging locks across fork() (GH-4071)
Gregory P. Smith
2018-09-14
1
-0/+67
*
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245)
Victor Stinner
2018-07-11
1
-2/+3
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
1
-0/+75
*
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na
2018-06-25
1
-0/+21
*
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
Łukasz Langa
2018-06-08
1
-0/+43
*
bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)
Vinay Sajip
2018-06-05
1
-0/+31
*
bpo-33606: improve logging performance when logger is disabled (GH-7285)
Timo Furrer
2018-06-01
1
-0/+12
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-8/+1
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-25/+25
*
bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)
xdegaye
2017-12-01
1
-2/+6
*
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)
Łukasz Langa
2017-10-19
1
-6/+14
*
bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)
Łukasz Langa
2017-10-19
1
-1/+14
*
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
2017-09-15
1
-1/+1
*
bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner
2017-09-14
1
-12/+4
*
bpo-31457: Allow for nested LoggerAdapter objects (#3551)
Łukasz Langa
2017-09-14
1
-0/+11
*
bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)
Victor Stinner
2017-09-13
1
-11/+2
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-278/+256
*
bpo-31235: Fix ResourceWarning in test_logging (#3147)
Victor Stinner
2017-08-18
1
-0/+2
*
bpo-30830: test_logging uses threading_setup/cleanup (#3137)
Victor Stinner
2017-08-18
1
-9/+14
*
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...
Preston Landers
2017-08-02
1
-2/+2
*
bpo-31084: QueueHandler now formats messages correctly. (GH-2954)
favll
2017-08-01
1
-0/+14
*
bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...
Vinay Sajip
2017-07-30
1
-0/+14
*
bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752)
Avram Lubkin
2017-07-30
1
-1/+59
*
bpo-30520: Implemented pickling for loggers. (#1956)
Vinay Sajip
2017-06-06
1
-0/+8
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
1
-2/+20
*
bpo-30131: test_logging now joins queue threads (#1298)
Victor Stinner
2017-04-26
1
-0/+8
*
bpo-30131: Cleanup threads in test_logging (#1275)
Victor Stinner
2017-04-24
1
-0/+15
*
Issue #29220: Merged fixes from 3.6.
Vinay Sajip
2017-01-11
1
-0/+8
|
\
|
*
Issue #292Merged fixes from 3.5.
Vinay Sajip
2017-01-11
1
-0/+8
|
|
\
|
|
*
Issue #29220: Improved fix and test.
Vinay Sajip
2017-01-11
1
-0/+8
*
|
|
Closes #29220: Fixed regression in logging.getLevelName().
Vinay Sajip
2017-01-11
1
-0/+6
*
|
|
Closes #29177: Merged fix from 3.6.
Vinay Sajip
2017-01-09
1
-24/+62
|
\
\
\
|
|
/
/
|
*
|
Fixes #29177: Improved resilience of logging tests which use socket servers.
Vinay Sajip
2017-01-09
1
-24/+62
*
|
|
Closes #28524: added default level for logging.disable().
Vinay Sajip
2016-12-31
1
-0/+5
|
/
/
*
|
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
-2/+2
|
\
|
*
Closes #25411: Improved Unicode support in SMTPHandler.
Vinay Sajip
2015-10-17
1
-2/+2
*
|
Issue #25097: Merge with 3.4
Zachary Ware
2015-10-06
1
-0/+1
|
\
\
|
|
/
[next]