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
*
[3.13] gh-124653: Relax (again) detection of queue API for logging handlers ...
Miss Islington (bot)
2024-10-08
1
-44/+64
*
[3.13] Fix typos (#123775) (#123866)
Victor Stinner
2024-10-07
1
-9/+9
*
[3.13] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-1227...
Miss Islington (bot)
2024-09-02
1
-3/+51
*
[3.13] GH-121723: Skip test_config_queue_handler_multiprocessing_context in e...
Miss Islington (bot)
2024-08-22
1
-1/+1
*
[3.13] gh-121723: Relax constraints on queue objects for `logging.handlers.Qu...
Miss Islington (bot)
2024-08-02
1
-21/+86
*
[3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#...
Miss Islington (bot)
2024-07-15
1
-0/+3
*
[3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHa...
Miss Islington (bot)
2024-06-27
1
-0/+44
*
[3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH...
Miss Islington (bot)
2024-06-24
1
-2/+7
*
[3.13] gh-119819: Conditional skip of logging tests that require multiprocess...
Miss Islington (bot)
2024-06-15
1
-3/+2
*
[3.13] gh-119819: Update logging configuration to support joinable multiprocâ...
Miss Islington (bot)
2024-06-05
1
-2/+6
*
[3.13] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH...
Miss Islington (bot)
2024-06-04
1
-1/+1
*
[3.13] gh-119819: Fix regression to allow logging configuration with multiprâ...
Miss Islington (bot)
2024-06-04
1
-0/+26
*
[3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...
Miss Islington (bot)
2024-06-04
1
-0/+29
*
[3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...
Miss Islington (bot)
2024-05-16
1
-3/+3
*
gh-102402: Make test_relativeCreated_has_higher_precision less implementation...
Serhiy Storchaka
2024-04-30
1
-15/+45
*
gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117...
Victor Stinner
2024-04-18
1
-17/+15
*
gh-117975: Ensure flush level is checked when configuring a logging MemoryHan...
Vinay Sajip
2024-04-17
1
-0/+29
*
gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...
Douglas Thor
2024-04-16
1
-0/+39
*
gh-117552: Add timeout in HTTPHandlerTest (#117553)
Sam Gross
2024-04-08
1
-1/+2
*
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...
Serhiy Storchaka
2024-03-16
1
-34/+166
*
gh-112536: Add TSAN builds on Github Actions (#116872)
Donghee Na
2024-03-16
1
-0/+4
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-2/+2
*
gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)
Serhiy Storchaka
2024-03-11
1
-38/+17
*
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Serhiy Storchaka
2024-03-03
1
-9/+28
*
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
Serhiy Storchaka
2024-03-01
1
-2/+346
*
gh-93205: When rotating logs with no namer specified, match whole extension (...
Gabriele Catania
2024-02-21
1
-0/+37
*
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Serhiy Storchaka
2024-02-12
1
-8/+83
*
gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)
Vinay Sajip
2024-01-30
1
-0/+1
*
gh-108303: Move `smtpd` to `test.support` (#114368)
Nikita Sobolev
2024-01-22
1
-3/+1
*
gh-113692: skip a test if multiprocessing isn't available. (GH-113704)
Vinay Sajip
2024-01-09
1
-1/+3
*
gh-111615: Fix regression in QueueHandler configuration. (GH-111638)
Vinay Sajip
2023-12-27
1
-0/+19
*
gh-110875: Handle '.' properties in logging formatter configuration c… (GH-...
Vinay Sajip
2023-11-09
1
-1/+37
*
gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)
Victor Stinner
2023-10-11
1
-0/+8
*
gh-109461: Update logging module lock to use context manager (#109462)
Dale Collison
2023-09-27
1
-35/+19
*
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev
2023-09-16
1
-1/+1
*
gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...
Serhiy Storchaka
2023-09-05
1
-0/+1
*
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...
Peeyush Aggarwal
2023-08-25
1
-1/+47
*
gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)
Romuald Brunet
2023-08-15
1
-0/+40
*
gh-107237: Fix test_udp_reconnection() of test_logging (#107238)
Victor Stinner
2023-07-25
1
-4/+4
*
gh-103606: raise RuntimeError if config file is invalid or empty (#104701)
Prince Roshan
2023-05-20
1
-2/+2
*
gh-103606: Improve error message from logging.config.FileConfig (GH-103628)
Prince Roshan
2023-05-18
1
-0/+36
*
gh-103357: Add logging.Formatter defaults support to logging.config fileConfi...
Bar Harel
2023-04-12
1
-1/+107
*
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel
2023-04-06
1
-2/+1
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
1
-3/+2
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
1
-2/+3
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-3/+1
*
gh-90195: Unset logger disabled flag when configuring it. (GH-96530)
Vinay Sajip
2022-09-03
1
-0/+29
*
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)
Vinay Sajip
2022-08-31
1
-0/+14
*
gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)
Vinay Sajip
2022-08-27
1
-0/+8
*
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner
2022-08-10
1
-0/+29
[next]