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
*
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
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
1
-1/+2
*
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
Erik Montnemery
2022-07-05
1
-1/+3
*
gh-93761: Fix test_logging test_config_queue_handler() race condition (#93952)
Victor Stinner
2022-06-19
1
-0/+3
*
gh-93852: Add test.support.create_unix_domain_name() (#93914)
Victor Stinner
2022-06-17
1
-21/+6
*
test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)
Victor Stinner
2022-06-17
1
-1/+1
*
Call busy_retry() and sleeping_retry() with error=True (#93871)
Victor Stinner
2022-06-16
1
-3/+2
*
Use support.sleeping_retry() and support.busy_retry() (#93848)
Victor Stinner
2022-06-15
1
-6/+7
*
gh-93761: Fix test to avoid simple delay when synchronizing. (GH-93779)
Vinay Sajip
2022-06-14
1
-3/+5
*
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Adrian Garcia Badaracco
2022-06-07
1
-0/+45
*
gh-93162: test_config_queue_handler requires threading (GH-93572)
Christian Heimes
2022-06-07
1
-0/+1
*
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...
Vinay Sajip
2022-06-07
1
-19/+127
*
gh-84461: Skip new async logging tests on Emscripten (GH-93427)
Christian Heimes
2022-06-02
1
-0/+3
*
gh-91513: Tidied up a test and did minor refactoring around test filename gen...
Vinay Sajip
2022-05-26
1
-23/+25
*
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
jackh-ncl
2022-05-26
1
-4/+62
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-0/+2
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-3/+1
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
1
-4/+4
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-0/+10
*
bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)
Jouke Witteveen
2022-03-27
1
-3/+0
*
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
Jouke Witteveen
2022-03-27
1
-1/+12
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+12
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
1
-1/+2
*
bpo-41906: Accept built filters in dictConfig (GH-30756)
Mario Corchero
2022-01-24
1
-0/+38
*
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
Irit Katriel
2022-01-18
1
-2/+2
*
bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103)
Vinay Sajip
2021-12-14
1
-1/+2
*
bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...
Vinay Sajip
2021-12-14
1
-2/+50
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-2/+5
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-5/+2
*
bpo-45401: Fix a resource warning in test_logging (GH-28864)
Serhiy Storchaka
2021-10-11
1
-0/+1
*
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...
Vinay Sajip
2021-10-10
1
-0/+15
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Nikita Sobolev
2021-09-19
1
-3/+4
[next]