This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-24 19:54:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
b89e7c9bc9
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Vinay Sajip
b89e7c9bc9
Added optional encoding argument to file handlers. Made traceback import unconditional, to avoid lock contention problems which occur when logging from custom importers (SF patch
#1158052
)
2005-03-13 09:54:31 +00:00
..
__init__.py
Added optional encoding argument to file handlers. Made traceback import unconditional, to avoid lock contention problems which occur when logging from custom importers (SF patch
#1158052
)
2005-03-13 09:54:31 +00:00
config.py
Handle errors in imports of thread, threading
2005-02-18 11:54:46 +00:00
handlers.py
Improved SysLogHandler error recovery (patch by Erik Forsberg)
2005-01-13 08:23:56 +00:00