1. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 19 years ago
  2. 829dc51 Improved frame handling for 1.5.2, and now return func from findCaller (not actually used yet) by Vinay Sajip · 19 years ago
  3. a1974c1 Improved SysLogHandler error recovery (patch by Erik Forsberg) by Vinay Sajip · 20 years ago
  4. dccd432 Fixed bug in handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  5. 4ed315a Changed handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  6. e7d4066 Changes made to maintain 1.5.2 compatibility. by Vinay Sajip · 20 years ago
  7. 2d5fee0 Version number updated to 0.4.9.5 by Vinay Sajip · 20 years ago
  8. b2635b2 Added log() function by Vinay Sajip · 20 years ago
  9. 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 20 years ago
  10. b959117 Added getLoggerClass() by Vinay Sajip · 20 years ago
  11. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  12. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  13. eb477d0 Updated Logger.log() docstring to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  14. e12f715 Ignore exceptions which occur when closing files in shutdown() by Vinay Sajip · 20 years ago
  15. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  16. 3970c11 Add exception handling for BaseRotatingFileHandler (SF #979252) by Vinay Sajip · 20 years ago
  17. 4bbab2b FileHandler now stores the basename as an absolute path (fix for SF #982049) by Vinay Sajip · 20 years ago
  18. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  19. 17c52d8 Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. by Vinay Sajip · 20 years ago
  20. 779e0c9 Changed basicConfig() to add keyword arguments. Changes are backward-compatible. by Vinay Sajip · 20 years ago
  21. 4102478 Removed spurious import statement by Vinay Sajip · 20 years ago
  22. 3f74284 Minor documentation changes by Vinay Sajip · 20 years ago
  23. f42d95e Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.close() [SF #901330] by Vinay Sajip · 20 years ago
  24. 3f9f84d Handler close() functions call flush() [SF #901330] by Vinay Sajip · 20 years ago
  25. ed6bb14 Copyright year & version number/version date changes. by Vinay Sajip · 20 years ago
  26. 48cfe38 Copyright year change. by Vinay Sajip · 20 years ago
  27. 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 20 years ago
  28. e21f606 SF bug #835457: Small typo in logging documentation by Raymond Hettinger · 21 years ago
  29. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  30. a256f7d Fix SF bug #723801, logging.setLoggerClass() doesn't support new-style classes by Neal Norwitz · 21 years ago
  31. f297bd1 SF patch #725904, Minor changes to logging from module author (Vinay Sajip) by Neal Norwitz · 21 years ago
  32. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 21 years ago
  33. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  34. 4c641d0 getpid doesn't exist on MacOS9. by Jack Jansen · 21 years ago
  35. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  36. f4cdb47 amk pointed out that syslog may use UDP or TCP sockets. by Neal Norwitz · 22 years ago
  37. d89c406 SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 22 years ago
  38. 250684d Use lightweight introspection instead of the inspect module hammer. by Jeremy Hylton · 22 years ago
  39. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  40. c4d047a SF Patch #638825 by Neal Norwitz · 22 years ago
  41. d1cade0 SF Patch #638825 logging module by Neal Norwitz · 22 years ago
  42. 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 22 years ago
  43. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  44. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago