cpython/Lib/logging
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