- a79d6f4 Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
- 0746b00 Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
- ce817cb Issue #21742: Set stream to None after closing. by Vinay Sajip · 10 years ago
- ab2db58 Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 10 years ago
- 5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
- 66d8dbe Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
- 79ce12e Issue #20558: Improved implementation of error handling. by Vinay Sajip · 11 years ago
- 9cdf2d0 Issue #20444: Reduced code duplication. Thanks to dongwm for the report and patch. by Vinay Sajip · 11 years ago
- 47fe468 Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
- a5cd255 Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging by Victor Stinner · 11 years ago
- fb03696 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
- 6d7e296 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
- bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
- 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
- 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 12 years ago
- bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
- 8651a51 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
- 51b5551 Issue #9501: Improved shutdown handling to deal with module attributes correctly. by Vinay Sajip · 12 years ago
- 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 94540d4 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
- 6ecdb58 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
- 1321c44 Closes #15710: accept long in _checkLevel. by Vinay Sajip · 12 years ago
- 947f358 Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. by Vinay Sajip · 12 years ago
- c14bae4 Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
- 885f6fd Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
- 7e9c9d5 Issue #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
- 7ce9bda Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 13 years ago
- 50d6f54 Closes #14314: backported fix. by Vinay Sajip · 13 years ago
- 9790e08 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
- 5019822 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
- 16f6a29 Updated comments. by Vinay Sajip · 13 years ago
- d23845e logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
- 6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
- 53703d9 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
- 74ab344 Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
- caf0272 Closes #13356. Thanks to Florent Xicluna for the patch. by Vinay Sajip · 13 years ago
- 5087d80 Corrected typo in comment. by Vinay Sajip · 13 years ago
- 9a11b29 Closes #13232: Handle multiple encodings in exception logging. by Vinay Sajip · 13 years ago
- ee145ec Issue #11444: Merge fix from 2.6. by Vinay Sajip · 14 years ago
- f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
- 44b740f #Issue 11424: merged fix from 2.6. by Vinay Sajip · 14 years ago
- 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
- cdb8388 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
- e27731d Merged revisions 86019 via svnmerge from by Brian Curtin · 14 years ago
- 5e8349e Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
- 639f0e2 logging: NullHandler optimisation. by Vinay Sajip · 14 years ago
- 3eac591 Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
- 546885e Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. by Vinay Sajip · 14 years ago
- 1ab32f6 logging: Added threading interlock in basicConfig(). by Vinay Sajip · 14 years ago
- e900b49 Issue #7077: Backported fix from py3k. by Vinay Sajip · 14 years ago
- 1ddd51f Issue #9501: Fixed logging regressions in cleanup code. by Vinay Sajip · 14 years ago
- e8b1eaf Issue #9512: Made comment more informative. by Vinay Sajip · 14 years ago
- a5ba05c Merged revisions 83901 via svnmerge from by Senthil Kumaran · 14 years ago
- 8a435c4 Fixed #9310: backported logging fix from 2.7. by Vinay Sajip · 14 years ago
- f753d33 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 14 years ago
- 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 14 years ago
- 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 14 years ago
- cb7ea29 Issue #8795: logging: Backported trunk fix for SysLogHandler and Unicode. by Vinay Sajip · 14 years ago
- c7cbb9b Issue #8581: logging: removed errors raised when closing handlers twice. by Vinay Sajip · 15 years ago
- 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
- b0623d6 logging: Added LOG_FTP for SysLogHandler and updated documentation. by Vinay Sajip · 15 years ago
- 804899b logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter. by Vinay Sajip · 15 years ago
- 31e928e Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time. by Vinay Sajip · 15 years ago
- 3017a7b Issue #8200: logging: Handle errors when multiprocessing is not fully loaded when logging occurs. by Vinay Sajip · 15 years ago
- b6453a9 Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from by Georg Brandl · 15 years ago
- 2060e42 Issue #8162: logging: Clarified docstring and documentation for disable function. by Vinay Sajip · 15 years ago
- 9098ee4 Issue #8117: logging: Improved algorithm for computing initial rollover time. by Vinay Sajip · 15 years ago
- 1adbee2 Added checks for tuples in dictConfig. by Vinay Sajip · 15 years ago
- d45a278 Added schema version test in dictConfig. by Vinay Sajip · 15 years ago
- d77eb9a Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future. by Vinay Sajip · 15 years ago
- cfc43e9 logging: gingerly re-enabling skipped tests after improving thread sync code in configurator. by Vinay Sajip · 15 years ago
- 7ce5c83 logging: Removed some more 1.5.2 support code. by Vinay Sajip · 15 years ago
- 64e8b97 Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. by Vinay Sajip · 15 years ago
- 657514a Issue #7868: logging: added loggerClass attribute to Manager. by Vinay Sajip · 15 years ago
- 239f138 make waiting for the server to start robust by Benjamin Peterson · 15 years ago
- 98ce620 Removed spurious print statement. by Vinay Sajip · 15 years ago
- 28c382f Logging: Implemented PEP 391. by Vinay Sajip · 15 years ago
- 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
- 5cc4e2a Issue #7470: logging: fix bug in Unicode encoding fallback. by Vinay Sajip · 15 years ago
- bd1094a logging: Improved support for SMTP over TLS. by Vinay Sajip · 15 years ago
- 4830566 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 15 years ago
- e9c5a04 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
- 01801d1 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
- 2ed8813 logging: Issue 6615: Changed handler prepend to append. by Vinay Sajip · 15 years ago
- 17e94e0 logging: made _handlers a WeakValueDictionary. by Vinay Sajip · 15 years ago
- c470d68 Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch. by Vinay Sajip · 15 years ago
- 1d2c16d Made logging classes new-style and added name property to handlers. by Vinay Sajip · 15 years ago
- 5ac6528 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 15 years ago
- 03d5c34 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 15 years ago
- dd3aa9a Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 15 years ago
- 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
- fbbbb20 Issue #7052: Removed captureWarnings from __all__ by Vinay Sajip · 15 years ago
- 2b4df43 #7052: remove nonexisting NullHandler from logging.__all__. by Georg Brandl · 15 years ago
- 6d50b37 Issue #7014: logging: Improved IronPython 2.6 compatibility. by Vinay Sajip · 15 years ago
- f70867a Issue #7014: logging: Improved IronPython 2.6 compatibility. by Vinay Sajip · 15 years ago
- 4780c9a Tidied up name of parameter in StreamHandler by Vinay Sajip · 15 years ago
- cbb24b3 Issue #6314: logging: Extra checks on the "level" argument in more places. by Vinay Sajip · 15 years ago
- 603fb6d Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
- ff4018f Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
- 91290b5 Issue #5262: Improved fix. by Vinay Sajip · 15 years ago