Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
devdanzin
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
logging
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Jun 24, 2024
gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)
Show description for 1500a23
serhiy-storchaka
authored
1500a23
View commit details
Copy full SHA for 1500a23
View code at this point
Browse repository at this point
Commits on Jun 16, 2024
gh-120485: Add an override of `allow_reuse_port` on classes subclassing `socketserver.TCPServer` (GH-120488)
Show description for 192d17c
idankap
and
vsajip
authored
192d17c
View commit details
Copy full SHA for 192d17c
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
gh-119819: Update logging configuration to support joinable multiproc… (GH-120090)
Show description for 983efcf
vsajip
authored
983efcf
View commit details
Copy full SHA for 983efcf
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030)
vsajip
authored
99d945c
View commit details
Copy full SHA for 99d945c
View code at this point
Browse repository at this point
gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)
Show description for dce14bb
3 people
authored
dce14bb
View commit details
Copy full SHA for dce14bb
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
gh-117975: Ensure flush level is checked when configuring a logging MemoryHandler. (GH-117976)
vsajip
authored
6d0bb43
View commit details
Copy full SHA for 6d0bb43
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
gh-102402: Fix floating point math issue by using `time.time_ns()` in `logging.LogRecord` (GH-102412)
dougthor42
authored
1316692
View commit details
Copy full SHA for 1316692
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
[docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)
vsajip
authored
00baaa2
View commit details
Copy full SHA for 00baaa2
View code at this point
Browse repository at this point
Commits on Mar 16, 2024
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220)
Show description for 269051d
serhiy-storchaka
authored
269051d
View commit details
Copy full SHA for 269051d
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)
Show description for 6183158
vstinner
authored
6183158
View commit details
Copy full SHA for 6183158
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Show description for 87faec2
serhiy-storchaka
authored
87faec2
View commit details
Copy full SHA for 87faec2
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
Show description for fee86fd
serhiy-storchaka
authored
fee86fd
View commit details
Copy full SHA for fee86fd
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
gh-93205: When rotating logs with no namer specified, match whole extension (GH-93224)
ilCatania
authored
113687a
View commit details
Copy full SHA for 113687a
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` retry. (GH-115303)
felixxm
authored
d823c23
View commit details
Copy full SHA for d823c23
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Show description for 9182201
serhiy-storchaka
authored
9182201
View commit details
Copy full SHA for 9182201
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)
vsajip
authored
e21754d
View commit details
Copy full SHA for e21754d
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
gh-114494: Change logging docstring to bool for exec_info (GH=114558)
tristanpank
authored
07236f5
View commit details
Copy full SHA for 07236f5
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
gh-111615: Fix regression in QueueHandler configuration. (GH-111638)
vsajip
authored
67655d8
View commit details
Copy full SHA for 67655d8
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
gh-110875: Handle '.' properties in logging formatter configuration c… (GH-110943)
vsajip
authored
a5f29c9
View commit details
Copy full SHA for a5f29c9
View code at this point
Browse repository at this point
Commits on Oct 27, 2023
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
Show description for 6d42759
ambv
and
hugovk
authored
6d42759
View commit details
Copy full SHA for 6d42759
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
gh-109461: Update logging module lock to use context manager (#109462)
Show description for 74723e1
dcollison
and
vstinner
authored
74723e1
View commit details
Copy full SHA for 74723e1
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to allow spaces and non-alphanumeric characters in keys. (GH-103391)
Show description for 8d40520
4 people
authored
8d40520
View commit details
Copy full SHA for 8d40520
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)
romuald
authored
a482e5b
View commit details
Copy full SHA for a482e5b
View code at this point
Browse repository at this point
Commits on Aug 7, 2023
gh-107710: Speed up `logging.getHandlerNames` function (#107711)
sobolevn
authored
8fcee6b
View commit details
Copy full SHA for 8fcee6b
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)
JochemBoersma
authored
5e5a34a
View commit details
Copy full SHA for 5e5a34a
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
gh-102799: replace internal sys.exc_info() call by sys.exception() (#106746)
iritkatriel
authored
fb32f35
View commit details
Copy full SHA for fb32f35
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
vstinner
authored
dcc028d
View commit details
Copy full SHA for dcc028d
View code at this point
Browse repository at this point
Commits on Jul 6, 2023
gh-106238: Handle KeyboardInterrupt during logging._acquireLock() (GH-106239)
Show description for 99b00ef
arieleiz
and
arieleizenberg
authored
99b00ef
View commit details
Copy full SHA for 99b00ef
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
gh-105376: Remove logging.Logger.warn() method (#105377)
vstinner
authored
6c54e5d
View commit details
Copy full SHA for 6c54e5d
View code at this point
Browse repository at this point
Commits on May 20, 2023
gh-103606: raise RuntimeError if config file is invalid or empty (#104701)
Show description for 12f1581
Agent-Hellboy
authored
12f1581
View commit details
Copy full SHA for 12f1581
View code at this point
Browse repository at this point
Commits on May 18, 2023
gh-103606: Improve error message from logging.config.FileConfig (GH-103628)
Agent-Hellboy
authored
152227b
View commit details
Copy full SHA for 152227b
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
gh-103357: Add logging.Formatter defaults support to logging.config fileConfig and dictConfig (GH-103359)
bharel
authored
8f54302
View commit details
Copy full SHA for 8f54302
View code at this point
Browse repository at this point
Commits on Mar 31, 2023
gh-102799: use exception instance instead of sys.exc_info() (#102885)
iritkatriel
authored
44bd3fe
View commit details
Copy full SHA for 44bd3fe
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
gh-99811: Use correct variable to search for time in format string (GH-99812)
Show description for 1d1bb95
cemysce
authored
1d1bb95
View commit details
Copy full SHA for 1d1bb95
View code at this point
Browse repository at this point
Commits on Oct 16, 2022
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319)
Show description for f6b1e40
vsajip
and
CAM-Gerlach
authored
f6b1e40
View commit details
Copy full SHA for f6b1e40
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.