summaryrefslogtreecommitdiff
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873)Miss Islington (bot)2021-10-121-0/+1
* bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...Miss Islington (bot)2021-10-111-0/+15
* [3.9] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28456)Serhiy Storchaka2021-09-201-20/+6
* bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-2...Miss Islington (bot)2021-04-281-1/+1
* bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)Victor Stinner2021-04-161-2/+5
* bpo-42644: Validate values in logging.disable() (GH-23786)Miss Islington (bot)2020-12-161-0/+9
* bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-2265...Victor Stinner2020-10-121-8/+13
* [3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...Miss Islington (bot)2020-08-161-0/+21
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...Victor Stinner2020-06-181-4/+4
* bpo-40275: More lazy imports in test.support (GH-20131)Hai Shi2020-05-191-1/+1
* bpo-40443: Remove unused imports in tests (GH-19804)Victor Stinner2020-04-301-1/+0
* bpo-40275: Avoid importing logging in test.support (GH-19601)Serhiy Storchaka2020-04-251-2/+3
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-3/+4
* bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)Mariusz Felisiak2020-04-171-0/+13
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-311-17/+6
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-1/+0
* bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)Vinay Sajip2020-01-011-0/+31
* bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)Victor Stinner2019-12-101-2/+2
* bpo-38614: Use default join_thread() timeout in tests (GH-17559)Victor Stinner2019-12-101-16/+10
* update a deprecated assert in logging tests (GH-17079)l0rb2019-11-071-1/+1
* bpo-38716: stop rotating handlers from setting inherited namer and rotator to...l0rb2019-11-061-0/+19
* bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)Lucas Cimon2019-10-311-0/+24
* Updated incorrect level-setting code to use setLevel(). (GH-16325)Vinay Sajip2019-09-221-1/+1
* bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15...Vinay Sajip2019-08-021-0/+1
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Vinay Sajip2019-06-191-0/+31
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-171-2/+95
* bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)Bar Harel2019-06-011-0/+10
* bpo-36903: Fix ResourceWarning in test_logging (GH-13283)Xtreak2019-05-131-0/+1
* bpo-36015: Handle StreamHandler representaton of stream with an integer name ...Riccardo Magliocchetti2019-05-071-0/+8
* bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704)Gregory P. Smith2019-05-071-4/+27
* bpo-36681: Remove duplicate test_regression_29220 function (GH-12894)Windson yang2019-04-221-6/+0
* bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659)Xtreak2019-04-071-0/+13
* bpo-36272: Logging now propagates RecursionError (GH-12312)Rémi Lapeyre2019-03-151-1/+16
* bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913)Pablo Galindo2018-10-161-1/+2
* bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...BNMetrics2018-10-151-16/+316
* bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)Cheryl Sabella2018-09-261-0/+15
* bpo-6721: Hold logging locks across fork() (GH-4071)Gregory P. Smith2018-09-131-0/+67
* bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245)Victor Stinner2018-07-111-2/+3
* bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)Xtreak2018-07-021-0/+75
* bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)Dong-hee Na2018-06-251-0/+21
* bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)Łukasz Langa2018-06-081-0/+43
* bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)Vinay Sajip2018-06-051-0/+31
* bpo-33606: improve logging performance when logger is disabled (GH-7285)Timo Furrer2018-06-011-0/+12
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-221-8/+1
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-25/+25
* bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)xdegaye2017-12-011-2/+6
* bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)Łukasz Langa2017-10-191-6/+14
* bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)Łukasz Langa2017-10-181-1/+14
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-1/+1
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-12/+4