COMMITS
/ Lib/test/test_logging.py March 26, 2026
J
gh-145650: Add `logging.{Formatter,Filter}.__repr__` (GH-145652)
Jack Danger committed
December 31, 2025
December 30, 2025
S
gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259)
Serhiy Storchaka committed
October 30, 2025
S
gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511)
Serhiy Storchaka committed
September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
June 25, 2025
V
gh-91555: Revert disabling of logger while handling log record. (GH-135858)
Vinay Sajip committed
June 15, 2025
J
gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405)
Jeremy Cline committed
May 14, 2025
S
gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-133578)
Sebastian Pipping committed
May 8, 2025
D
gh-91555: disable logger while handling log record (GH-131812)
Duane Griffin committed
May 3, 2025
S
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka committed
April 27, 2025
M
gh-115032: Deprecate support for custom logging handlers with 'strm' argument. (GH-115314)
Mariusz Felisiak committed
April 13, 2025
C
gh-132106: Ensure that running `logging.handlers.QueueListener` cannot be started again (GH-132444)
Charles Machalow committed
April 12, 2025
C
gh-132106: Allow `logging.handlers.QueueListener` to be used as a context manager (#132107)
Charles Machalow committed
January 29, 2025
January 14, 2025
S
gh-71339: Use new assertion methods in test_logging (GH-128828)
Serhiy Storchaka committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
December 17, 2024
H
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham committed
October 15, 2024
I
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel committed
October 7, 2024
B
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897)
Bénédikt Tran committed
September 9, 2024
A
Fix typos (#123775)
algonell committed
August 13, 2024
B
GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (#122969)
Bénédikt Tran committed
August 8, 2024
S
gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)
Serhiy Storchaka committed
August 2, 2024
B
gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154)
Bénédikt Tran committed
July 15, 2024
S
gh-117657: Skip tests that fork with threads under TSan (#121599)
Sam Gross committed
June 27, 2024
J
gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872)
Janek Nouvertné committed
June 24, 2024
S
gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)
Serhiy Storchaka committed
June 16, 2024
June 15, 2024
R
gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support (#120476)
Russell Keith-Magee committed
June 5, 2024
V
gh-119819: Update logging configuration to support joinable multiproc… (GH-120090)
Vinay Sajip committed
June 4, 2024
V
gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067)
Vinay Sajip committed
V
gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030)
Vinay Sajip committed
K
gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)
Kaundur committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
April 30, 2024
S
gh-102402: Make test_relativeCreated_has_higher_precision less implementation dependent (GH-118062)
Serhiy Storchaka committed
April 18, 2024
V
gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117985)
Victor Stinner committed
April 17, 2024
April 16, 2024
April 8, 2024
S
gh-117552: Add timeout in HTTPHandlerTest (#117553)
Sam Gross committed
March 16, 2024
S
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220)
Serhiy Storchaka committed
D
gh-112536: Add TSAN builds on Github Actions (#116872)
Donghee Na committed
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
S
gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)
Serhiy Storchaka committed
March 3, 2024
S
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Serhiy Storchaka committed
March 1, 2024
S
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
Serhiy Storchaka committed
February 21, 2024
G
gh-93205: When rotating logs with no namer specified, match whole extension (GH-93224)
Gabriele Catania committed
February 12, 2024
S
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Serhiy Storchaka committed
January 30, 2024
V
gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)
Vinay Sajip committed
January 22, 2024
N
gh-108303: Move `smtpd` to `test.support` (#114368)
Nikita Sobolev committed