FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for stdlib/logging - python/typeshed · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
typeshed
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
5.1k
Code
Issues
212
Pull requests
159
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
typeshed
stdlib
logging
on
main
User selector
Datepicker
Commit history
Commits on Jul 17, 2026
[logging] Use threading.RLock for logging.Handler.lock (#16022)
Show description for d80e8b7
pctablet505
authored
d80e8b7
View commit details
Copy full SHA for d80e8b7
View code at this point
Browse repository at this point
Commits on May 17, 2026
Upgrade black to 26.5.0 (#15801)
AlexWaygood
authored
5372bd5
View commit details
Copy full SHA for 5372bd5
View code at this point
Browse repository at this point
Commits on May 7, 2026
Import some items from typing instead of typing_extensions (#15711)
Show description for 3f74e6e
srittau
authored
3f74e6e
View commit details
Copy full SHA for 3f74e6e
View code at this point
Browse repository at this point
Drop 3.9 support in the stdlib (#15708)
srittau
authored
80bbb2a
View commit details
Copy full SHA for 80bbb2a
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
Make `filename`, `stream`, and `handlers` parameters of `logging.basicConfig` mutually-exclusive (#15435)
brianschubert
authored
d4a1c39
View commit details
Copy full SHA for d4a1c39
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
stdlib: add default values to logging.basicConfig (#15433)
hamdanal
authored
2b2a93d
View commit details
Copy full SHA for 2b2a93d
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
[logging] Allow FileHandler.stream to be None (#15378)
rgant
authored
da3de3a
View commit details
Copy full SHA for da3de3a
View code at this point
Browse repository at this point
Commits on Jan 23, 2026
Specialize plain `slice` type hints (#13007)
randolf-scholz
authored
5c49b1f
View commit details
Copy full SHA for 5c49b1f
View code at this point
Browse repository at this point
Commits on Aug 24, 2025
Add @disjoint_base decorator in the stdlib (#14599)
Show description for e8ba06f
JelleZijlstra
authored
e8ba06f
View commit details
Copy full SHA for e8ba06f
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
[stdlib] Copy-edit deprecation messages (#14614)
Show description for 5e0d6ee
donbarbos
and
AlexWaygood
authored
5e0d6ee
View commit details
Copy full SHA for 5e0d6ee
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
Add `logging.config.BaseConfigurator.config` (#14590)
MadLittleMods
authored
ab0968b
View commit details
Copy full SHA for ab0968b
View code at this point
Browse repository at this point
Commits on Aug 15, 2025
[stdlib] Mark constants as Final (#14577)
donbarbos
authored
85a787b
View commit details
Copy full SHA for 85a787b
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
Add `@type_check_only` to stub-only private classes in stdlib (#14512)
brianschubert
authored
622df68
View commit details
Copy full SHA for 622df68
View code at this point
Browse repository at this point
Commits on May 30, 2025
Add merge_extra attribute to LoggerAdapter (#14197)
jenshnielsen
authored
9c0218e
View commit details
Copy full SHA for 9c0218e
View code at this point
Browse repository at this point
Commits on May 14, 2025
Update `logging.handlers.SysLogHandler` for 3.14 (#14058)
Show description for b7d5b1d
donbarbos
and
srittau
authored
b7d5b1d
View commit details
Copy full SHA for b7d5b1d
View code at this point
Browse repository at this point
Commits on May 10, 2025
Add context manager support for QueueListener (3.14) (#13996)
max-muoto
authored
8bd5455
View commit details
Copy full SHA for 8bd5455
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
Remove more Python 3.8 cruft (#13787)
AlexWaygood
authored
d92a644
View commit details
Copy full SHA for d92a644
View code at this point
Browse repository at this point
Drop Python 3.8 branches (#13776)
srittau
authored
30b16c1
View commit details
Copy full SHA for 30b16c1
View code at this point
Browse repository at this point
Enable Ruff flake8-todos (TD) (#13748)
Avasam
authored
4b253d2
View commit details
Copy full SHA for 4b253d2
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
logging.config: Add @type_check_only markers (#13674)
srittau
authored
b943f31
View commit details
Copy full SHA for b943f31
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
Add listener attribute to `QueueHandler` (#12986)
syncblaze
authored
30c9af5
View commit details
Copy full SHA for 30c9af5
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
Update `logging.config.fileConfig` to accept any `Mapping` for defaults (#12973)
brianschubert
authored
951c0b8
View commit details
Copy full SHA for 951c0b8
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Fix return type of `logging.config.BaseConfigurator.as_tuple` (#12817)
brianschubert
authored
ab8e0e1
View commit details
Copy full SHA for ab8e0e1
View code at this point
Browse repository at this point
Commits on Aug 10, 2024
Restore the deprecated `logging.warn()` in 3.13 (#12509)
ZeroIntensity
authored
ae15dd3
View commit details
Copy full SHA for ae15dd3
View code at this point
Browse repository at this point
Commits on Jul 28, 2024
Use Final for undocumented constants (#12450)
max-muoto
authored
9a77f60
View commit details
Copy full SHA for 9a77f60
View code at this point
Browse repository at this point
Final for logging constants (#12453)
max-muoto
authored
8ac4af6
View commit details
Copy full SHA for 8ac4af6
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
Deprecate `logging.getLevelName(str)` (#12093)
Show description for dc504f5
srittau
authored
dc504f5
View commit details
Copy full SHA for dc504f5
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Tighten annotation of logging.getLevelName (#12088)
Show description for 97ccd89
cjwatson
authored
97ccd89
View commit details
Copy full SHA for 97ccd89
View code at this point
Browse repository at this point
Commits on May 27, 2024
Change type of `logging.RotatingFileHandler.maxBytes` from str to int (#12045)
muamerp
authored
10bf03b
View commit details
Copy full SHA for 10bf03b
View code at this point
Browse repository at this point
Commits on May 23, 2024
Stubtest stdlib: unpin 3.11 and 3.12 micro versions (#12022)
AlexWaygood
authored
ac6c61b
View commit details
Copy full SHA for ac6c61b
View code at this point
Browse repository at this point
Commits on May 19, 2024
Add 3.13 to our CI (#11926)
AlexWaygood
authored
b8d144d
View commit details
Copy full SHA for b8d144d
View code at this point
Browse repository at this point
Commits on May 18, 2024
logging: update for py313 (#11972)
hauntsaninja
authored
2756f16
View commit details
Copy full SHA for 2756f16
View code at this point
Browse repository at this point
Mark pos-only __class_getitem__ args (#11970)
hauntsaninja
authored
d9cf43c
View commit details
Copy full SHA for d9cf43c
View code at this point
Browse repository at this point
Commits on May 7, 2024
Changed `logging.lastResort` type to Handler (#11872)
edyounis
authored
3e3fd0d
View commit details
Copy full SHA for 3e3fd0d
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
Bump pyright to v1.1.360 (#11810)
AlexWaygood
authored
d0f2be9
View commit details
Copy full SHA for d0f2be9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL