aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAge
* gh-115032: Deprecate support for custom logging handlers with 'strm' argument...Mariusz Felisiak3 days
* gh-132106: Ensure that running `logging.handlers.QueueListener` cannot be sta...Charles Machalow2025-04-13
* gh-132106: Allow `logging.handlers.QueueListener` to be used as a context man...Charles Machalow2025-04-12
* gh-126400: Add TCP socket timeout to SysLogHandler to prevent blocking (GH-12...Hod2025-01-29
* gh-71339: Use new assertion methods in test_logging (GH-128828)Serhiy Storchaka2025-01-14
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-18
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-17
* gh-125522 : add explicit exception types to bare excepts in tests (#125523)Irit Katriel2024-10-15
* gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...Bénédikt Tran2024-10-07
* Fix typos (#123775)algonell2024-09-09
* GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated...Bénédikt Tran2024-08-13
* gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)Serhiy Storchaka2024-08-08
* gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...Bénédikt Tran2024-08-02
* gh-117657: Skip tests that fork with threads under TSan (#121599)Sam Gross2024-07-15
* gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` ...Janek Nouvertné2024-06-27
* gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)Serhiy Storchaka2024-06-24
* gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock...Idan Kapustian2024-06-16
* gh-119819: Conditional skip of logging tests that require multiprocessing sub...Russell Keith-Magee2024-06-15
* gh-119819: Update logging configuration to support joinable multiproc… (GH-...Vinay Sajip2024-06-05
* gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067)Vinay Sajip2024-06-04
* gh-119819: Fix regression to allow logging configuration with multipr… (GH-...Vinay Sajip2024-06-04
* gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)Kaundur2024-06-04
* gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)Serhiy Storchaka2024-05-16
* gh-102402: Make test_relativeCreated_has_higher_precision less implementation...Serhiy Storchaka2024-04-30
* gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117...Victor Stinner2024-04-18
* gh-117975: Ensure flush level is checked when configuring a logging MemoryHan...Vinay Sajip2024-04-17
* gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...Douglas Thor2024-04-16
* gh-117552: Add timeout in HTTPHandlerTest (#117553)Sam Gross2024-04-08
* gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...Serhiy Storchaka2024-03-16
* gh-112536: Add TSAN builds on Github Actions (#116872)Donghee Na2024-03-16
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-11
* gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)Serhiy Storchaka2024-03-11
* gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)Serhiy Storchaka2024-03-03
* gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)Serhiy Storchaka2024-03-01
* gh-93205: When rotating logs with no namer specified, match whole extension (...Gabriele Catania2024-02-21
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-12
* gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)Vinay Sajip2024-01-30
* gh-108303: Move `smtpd` to `test.support` (#114368)Nikita Sobolev2024-01-22
* gh-113692: skip a test if multiprocessing isn't available. (GH-113704)Vinay Sajip2024-01-09
* gh-111615: Fix regression in QueueHandler configuration. (GH-111638)Vinay Sajip2023-12-27
* gh-110875: Handle '.' properties in logging formatter configuration c… (GH-...Vinay Sajip2023-11-09
* gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)Victor Stinner2023-10-11
* gh-109461: Update logging module lock to use context manager (#109462)Dale Collison2023-09-27
* gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)Nikita Sobolev2023-09-16
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-05
* gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...Peeyush Aggarwal2023-08-25
* gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)Romuald Brunet2023-08-15
* gh-107237: Fix test_udp_reconnection() of test_logging (#107238)Victor Stinner2023-07-25
* gh-103606: raise RuntimeError if config file is invalid or empty (#104701)Prince Roshan2023-05-20
* gh-103606: Improve error message from logging.config.FileConfig (GH-103628)Prince Roshan2023-05-18