| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #20558: Improved implementation of error handling. | Vinay Sajip | 2014-02-11 | 1 | -27/+30 |
| | | |||||
| * | Issue #20444: Reduced code duplication. Thanks to dongwm for the report and ↵ | Vinay Sajip | 2014-01-30 | 1 | -52/+36 |
| | | | | | patch. | ||||
| * | Issue #12718: Set importer on instance if Python function, to avoid bad ↵ | Vinay Sajip | 2013-03-25 | 1 | -0/+6 |
| | | | | | interaction with winpdb. | ||||
| * | Issue #17521: Corrected non-enabling of logger following two calls to ↵ | Vinay Sajip | 2013-03-23 | 1 | -2/+2 |
| | | | | | fileConfig(). | ||||
| * | Issue #17508: Handled out-of-order handler configuration correctly. | Vinay Sajip | 2013-03-22 | 1 | -4/+24 |
| | | |||||
| * | Closes #13356. Thanks to Florent Xicluna for the patch. | Vinay Sajip | 2011-11-07 | 1 | -2/+3 |
| | | |||||
| * | #Issue 11424: merged fix from 2.6. | Vinay Sajip | 2011-03-07 | 1 | -5/+5 |
| |\ | |||||
| | * | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 1 | -5/+5 |
| | | | |||||
| | * | Fixed #9310: backported logging fix from 2.7. | Vinay Sajip | 2010-07-20 | 1 | -1/+4 |
| | | | |||||
| * | | Merged revisions 86019 via svnmerge from | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86019 | brian.curtin | 2010-10-30 23:40:53 -0500 (Sat, 30 Oct 2010) | 2 lines Fix a ResourceWarning for an unclosed socket. ........ | ||||
| * | | Issue #9947: logging: Fixed locking bug in stopListening. | Vinay Sajip | 2010-09-25 | 1 | -4/+6 |
| | | | |||||
| * | | Logging: improved error reporting for BaseConfigurator.resolve(). | Vinay Sajip | 2010-06-02 | 1 | -9/+15 |
| | | | |||||
| * | | Issue #8576: logging updated to remove usage of find_unused_port(). | Vinay Sajip | 2010-05-03 | 1 | -0/+2 |
| | | | |||||
| * | | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ↵ | Vinay Sajip | 2010-03-22 | 1 | -2/+5 |
| | | | | | | | | | names exist at the same time. | ||||
| * | | Added checks for tuples in dictConfig. | Vinay Sajip | 2010-03-06 | 1 | -0/+12 |
| | | | |||||
| * | | Added schema version test in dictConfig. | Vinay Sajip | 2010-03-06 | 1 | -0/+4 |
| | | | |||||
| * | | logging: gingerly re-enabling skipped tests after improving thread sync code ↵ | Vinay Sajip | 2010-02-08 | 1 | -2/+6 |
| | | | | | | | | | in configurator. | ||||
| * | | Issue #7869: logging: improved format-time diagnostics and removed some ↵ | Vinay Sajip | 2010-02-07 | 1 | -5/+1 |
| | | | | | | | | | 1.5.2 support code. | ||||
| * | | make waiting for the server to start robust | Benjamin Peterson | 2010-02-06 | 1 | -10/+18 |
| | | | |||||
| * | | Removed spurious print statement. | Vinay Sajip | 2010-02-04 | 1 | -1/+0 |
| | | | |||||
| * | | Logging: Implemented PEP 391. | Vinay Sajip | 2010-02-04 | 1 | -17/+508 |
| | | | |||||
| * | | Issue #7086: Added TCP support to SysLogHandler and tidied up some ↵ | Vinay Sajip | 2009-10-10 | 1 | -17/+14 |
| |/ | | | | anachronisms in the code. | ||||
| * | Issue #3726: Allowed spaces in separators in logging configuration files. | Vinay Sajip | 2008-09-03 | 1 | -5/+11 |
| | | |||||
| * | Remove dict.has_key() and apply() usage from the logging package to silence | Brett Cannon | 2008-08-04 | 1 | -1/+1 |
| | | | | | warnings when run under -3. | ||||
| * | Issue #3389: Allow resolving dotted names for handlers in logging ↵ | Vinay Sajip | 2008-07-18 | 1 | -1/+4 |
| | | | | | configuration files. Thanks to Philip Jenvey for the patch. | ||||
| * | Removed out-of-date comment in _install_handlers and | Vinay Sajip | 2008-06-29 | 1 | -2/+1 |
| | | | | | used issubclass in place of equality comparison of classes. | ||||
| * | Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an ↵ | Vinay Sajip | 2008-06-19 | 1 | -4/+4 |
| | | | | | | | optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved. Thanks to Leandro Lucarella for the patch. | ||||
| * | ConfigParser renaming reversal part 3: move module into place and adapt imports. | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
| | | |||||
| * | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -1/+1 |
| | | | | | place and fix all references to it. Closes #2926. | ||||
| * | Updated import statements to use the new `configparser` module name. | Alexandre Vassalotti | 2008-05-14 | 1 | -2/+2 |
| | | | | | | | | | Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k. | ||||
| * | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -1/+1 |
| | | | | | | Renamed socketserver module in its own documentation. Renamed documentation references. | ||||
| * | Fixed a bug reported (in private email, by Robert Crida) in logging ↵ | Vinay Sajip | 2007-11-11 | 1 | -3/+27 |
| | | | | | configuration whereby child loggers of a logger named in a configuration file, which are not themselves named in the configuration, are disabled when the configuration is applied. | ||||
| * | Patch by "cuppatea" (SF #1503765) | Vinay Sajip | 2006-12-11 | 1 | -4/+5 |
| | | |||||
| * | Fix missing import of the types module in logging.config. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
| | | |||||
| * | Repair logging test spew caused by rev. 51206. | Georg Brandl | 2006-08-12 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug in fileConfig() which failed to clear logging._handlerList | Vinay Sajip | 2006-06-30 | 1 | -0/+1 |
| | | |||||
| * | Added the ability to specify a class attribute in Formatter configuration. ↵ | Vinay Sajip | 2006-01-20 | 1 | -1/+21 |
| | | | | | Contributed by Shane Hathaway. | ||||
| * | Refactoring for fileConfig. Contributed by Shane Hathaway. | Vinay Sajip | 2006-01-16 | 1 | -125/+142 |
| | | |||||
| * | Documentation clarified re. config socket listener protocol | Vinay Sajip | 2005-06-05 | 1 | -3/+3 |
| | | |||||
| * | Made traceback unconditional, to avoid lock contention problems when logging ↵ | Vinay Sajip | 2005-03-13 | 1 | -3/+2 |
| | | | | | errors occur in a custom importer (SF path #1158052). | ||||
| * | Handle errors in imports of thread, threading | Vinay Sajip | 2005-02-18 | 1 | -1/+7 |
| | | |||||
| * | Added exception handling during handler initialization in fileConfig() | Vinay Sajip | 2004-09-24 | 1 | -24/+27 |
| | | |||||
| * | Minor documentation changes | Vinay Sajip | 2004-02-28 | 1 | -3/+4 |
| | | |||||
| * | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -2/+7 |
| | | | | | | Corrections to comments. Added RESET_ERROR definition. | ||||
| * | Undo the apply() removals; this code needs to run under Python 1.5.2. | Guido van Rossum | 2003-03-02 | 1 | -1/+1 |
| | | |||||
| * | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
| | | |||||
| * | Fix what I believe is a bug: when removing all previous handlers, | Guido van Rossum | 2002-12-20 | 1 | -2/+2 |
| | | | | | should copy the handlers list because it's being modified by the loop. | ||||
| * | SF Patch #638825 | Neal Norwitz | 2002-11-15 | 1 | -4/+7 |
| | | | | | | Fix pychecker warnings, port arg was unused (it was always the default) Need a global statement for _listener | ||||
| * | From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional | Guido van Rossum | 2002-11-14 | 1 | -2/+2 |
| | | | | | defaults dictionary parameter which is passed to ConfigParser. | ||||
| * | Get rid of #! lines, references to usage as __main__, README.txt, and | Guido van Rossum | 2002-11-13 | 1 | -8/+0 |
| | | | | | http://www.red-dove.com/python_logging.html. | ||||
