222 Commits (10db4dec61d85ad7e09c37e2d463c19fac06f9cf)

Author SHA1 Message Date
Vinay Sajip 3bd5638736 Closes #13361: Raise correct exception type. 14 years ago
Vinay Sajip 61b787e6dd Closes #13661: Check added for type of logger name. 14 years ago
Florent Xicluna 5d1155c08e Closes #13258: Use callable() built-in in the standard library. 14 years ago
Vinay Sajip 2da23caec0 Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. 15 years ago
Vinay Sajip 45dedaafc2 Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." 15 years ago
Vinay Sajip 8168d10ea6 Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. 15 years ago
Victor Stinner cafa2efedb logging: don't define QueueListener if Python has no thread support 15 years ago
Vinay Sajip e723e96103 Issue #11852: Add missing imports and update tests. 15 years ago
Vinay Sajip c8ab6eeb01 Issue #11444: Lock handlers while flushing/closing during shutdown. 15 years ago
Vinay Sajip 9f9991c2f5 #Issue 11424: added equivalent fixes for dictConfig. 15 years ago
Vinay Sajip 3f84b07816 Issue #11424: Fix bug in determining child loggers. 15 years ago
Vinay Sajip 89807a5277 Issue #11330: Updated tests for correct asctime handling. 15 years ago
Vinay Sajip 2a4c0f8b60 Removed typo. 15 years ago
Vinay Sajip 10914b7473 Issue #11330: asctime format bug fixed. 15 years ago
Vinay Sajip eb9d5ad6ba Issue #10949: Improved robustness of rotating file handlers. 15 years ago
Vinay Sajip 01241d6c35 Issue #10949: Improved robustness of rotating file handlers. 15 years ago
Georg Brandl ed3baf35c3 #10810: fix missing import. 15 years ago
Vinay Sajip 5a27d40186 logging: added handler of last resort. 15 years ago
Vinay Sajip fad058f0ca logging: tidied up some docstrings. 15 years ago
Vinay Sajip 615615291f logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. 15 years ago
Vinay Sajip 8593ae6451 Logging: added stack_info argument. 15 years ago
Łukasz Langa 26d513cf2f Issue #5412: extend configparser to support mapping access 15 years ago
Vinay Sajip c5b273011b Added style argument to logging.basicConfig() and documented this change. 15 years ago
Brian Curtin d9f3f08b8c Merged revisions 86019 via svnmerge from 15 years ago
Brian Curtin 6ff2a7d121 Fix a ResourceWarning for an unclosed socket. 15 years ago
Vinay Sajip 6a65c5df86 logging: Improved Formatter implementation. 15 years ago
Vinay Sajip d0557bfe77 logging: Formatter implementation tweak. 15 years ago
Vinay Sajip a39c571061 logging: Added style option to Formatter to allow %, {} or himBHformatting. 15 years ago
Vinay Sajip 2a20dfc2aa logging: Made StreamHandler terminator configurable. 16 years ago
Vinay Sajip fc082cafa6 logging: Documented usage of callables as filters. 16 years ago
Vinay Sajip 6dbed2e8b3 logging: Allowed filters to be just callables. 16 years ago
Vinay Sajip 6fac817136 logging: Added tests for _logRecordClass changes. 16 years ago
Vinay Sajip 062d56b1f0 logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. 16 years ago
Vinay Sajip 1c71b2af1a Issue #9948: logging: fixed problem of losing filename case information. 16 years ago
Vinay Sajip 8382d0fe2e Removed duplicated method. 16 years ago
Vinay Sajip 805ddaa3da Issue #9947: logging: backported locking fix from py3k. 16 years ago
Vinay Sajip 3ab905f17b Issue #9945: logging: backported locking fixes from py3k. 16 years ago
Vinay Sajip 4fbe4b340a logging: NullHandler optimisation. 16 years ago
Vinay Sajip 9fdd11b3b6 Issue #9947: logging: Fixed locking bug in stopListening. 16 years ago
Vinay Sajip 32fb6a81f9 Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. 16 years ago
Vinay Sajip 0637d493e9 logging: added QueueListener and documentation. 16 years ago
Vinay Sajip 0258ce8f0a logging: Added QueueHandler.prepare and updated documentation. 16 years ago
Vinay Sajip 212b590e11 logging: Updated LoggerAdapter implementation. 16 years ago
Vinay Sajip c84f016988 Added some methods to LoggerAdapter, and updated documentation. 16 years ago
Vinay Sajip 61c3f0dae7 logging: added hasHandlers() to LoggerAdapter. 16 years ago
Vinay Sajip b4a0809ad7 logging: Add hasHandlers() method to Logger. 16 years ago
Vinay Sajip af9d10aa30 logging: enhanced HTTPHandler 16 years ago
Vinay Sajip 9907918174 Removed unused, commented-out code. 16 years ago
Vinay Sajip 2314fc729b logging: Added threading interlock in basicConfig(). 16 years ago
Vinay Sajip 121a1c4e11 logging: Added QueueHandler. 16 years ago