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-29 06:05:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
9eebe49d07
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Alexandre Vassalotti
d192c925ac
Updated all import statements to use the new socketserver module name.
...
Renamed socketserver module in its own documentation. Renamed documentation references.
2008-05-12 02:11:22 +00:00
..
__init__.py
Add __all__ to logging module.
2008-02-16 01:22:54 +00:00
config.py
Updated all import statements to use the new socketserver module name.
2008-05-12 02:11:22 +00:00
handlers.py
Fix
:
#2315
,
#2316
,
#2317
: TimedRotatingFileHandler - changed logic to better handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period.
2008-04-02 21:09:27 +00:00