aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAge
* bpo-41906: Accept built filters in dictConfig (GH-30756)Mario Corchero2022-01-24
* bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)Irit Katriel2022-01-18
* bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103)Vinay Sajip2021-12-14
* bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...Vinay Sajip2021-12-14
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-07
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-16
* bpo-45401: Fix a resource warning in test_logging (GH-28864)Serhiy Storchaka2021-10-11
* bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...Vinay Sajip2021-10-10
* bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)Nikita Sobolev2021-09-19
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)Kirill Pinchuk2021-08-05
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-27
* bpo-42378: fixed log truncation on logging shutdown (GH-27310)andrei kulakov2021-07-25
* bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...Irit Katriel2021-06-25
* bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)andrei kulakov2021-06-03
* bpo-43651: Fix test_logging (GH-25715)Inada Naoki2021-04-29
* bpo-43651: Fix EncodingWarning in tests. (GH-25655)Inada Naoki2021-04-29
* bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)Victor Stinner2021-04-28
* bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)Victor Stinner2021-04-16
* bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)Christian Heimes2021-04-12
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)Inada Naoki2021-04-06
* bpo-42644: Validate values in logging.disable() (#23786)Matthias Bussonnier2020-12-16
* bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)Victor Stinner2020-11-02
* bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)Victor Stinner2020-10-12
* Fix logging error message (GH-22410)Eric Larson2020-09-25
* bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22...Irit Katriel2020-09-08
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-17
* bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHan...Irit Katriel2020-08-16
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-30
* bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)Bar Harel2020-06-18
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)Victor Stinner2020-06-18
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-28
* bpo-40275: More lazy imports in test.support (GH-20131)Hai Shi2020-05-19
* bpo-40443: Remove unused imports in tests (GH-19804)Victor Stinner2020-04-30
* bpo-40275: Avoid importing logging in test.support (GH-19601)Serhiy Storchaka2020-04-25
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)Mariusz Felisiak2020-04-17
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-31
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-03
* bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)Vinay Sajip2020-01-01
* bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)Victor Stinner2019-12-10
* bpo-38614: Use default join_thread() timeout in tests (GH-17559)Victor Stinner2019-12-10
* update a deprecated assert in logging tests (GH-17079)l0rb2019-11-07
* bpo-38716: stop rotating handlers from setting inherited namer and rotator to...l0rb2019-11-06
* bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)Lucas Cimon2019-10-31
* Updated incorrect level-setting code to use setLevel(). (GH-16325)Vinay Sajip2019-09-22
* bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15...Vinay Sajip2019-08-02
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Vinay Sajip2019-06-19
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-17
* bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)Bar Harel2019-06-01