1. 98ce620 Removed spurious print statement. by Vinay Sajip · 15 years ago
  2. 28c382f Logging: Implemented PEP 391. by Vinay Sajip · 15 years ago
  3. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  4. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 16 years ago
  5. e6bfe80 Remove dict.has_key() and apply() usage from the logging package to silence by Brett Cannon · 16 years ago
  6. bc7e34f Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 16 years ago
  7. 5ff7171 Removed out-of-date comment in _install_handlers and by Vinay Sajip · 16 years ago
  8. 5f7b97d Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved. by Vinay Sajip · 16 years ago
  9. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 16 years ago
  10. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  11. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago
  12. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  13. 95dd03b Fixed a bug reported (in private email, by Robert Crida) in logging 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. by Vinay Sajip · 17 years ago
  14. 66a1726 Patch by "cuppatea" (SF #1503765) by Vinay Sajip · 18 years ago
  15. 4e93313 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  16. f3e3042 Repair logging test spew caused by rev. 51206. by Georg Brandl · 18 years ago
  17. cea4bf0 Fixed bug in fileConfig() which failed to clear logging._handlerList by Vinay Sajip · 18 years ago
  18. 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  19. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  20. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  21. 8e628d2 Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052). by Vinay Sajip · 20 years ago
  22. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 20 years ago
  23. 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 20 years ago
  24. 3f74284 Minor documentation changes by Vinay Sajip · 21 years ago
  25. 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 21 years ago
  26. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 22 years ago
  27. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  28. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  29. c4d047a SF Patch #638825 by Neal Norwitz · 22 years ago
  30. 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 22 years ago
  31. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  32. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago