1. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  2. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  3. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  4. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  5. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  6. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  7. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  8. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  9. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  10. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  11. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  12. ba205d6 If cPickle isn't available, use pickle. by Guido van Rossum · 18 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  14. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  15. 814fa0f Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). by Vinay Sajip · 18 years ago
  16. e928977 Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). by Vinay Sajip · 18 years ago
  17. d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 18 years ago
  18. 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 18 years ago
  19. 8b6b53f Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch) by Vinay Sajip · 19 years ago
  20. 245a5ab Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  21. 85c1909 Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  22. b793506 Added Host and Content-type headers to requests sent by HTTPHandler (suggested by Steven Vereecken) by Vinay Sajip · 19 years ago
  23. 4600f11 Added optional encoding argument to file handlers. by Vinay Sajip · 19 years ago
  24. a1974c1 Improved SysLogHandler error recovery (patch by Erik Forsberg) by Vinay Sajip · 19 years ago
  25. e7d4066 Changes made to maintain 1.5.2 compatibility. by Vinay Sajip · 20 years ago
  26. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  27. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  28. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  29. 3970c11 Add exception handling for BaseRotatingFileHandler (SF #979252) by Vinay Sajip · 20 years ago
  30. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  31. 17c52d8 Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. by Vinay Sajip · 20 years ago
  32. 4102478 Removed spurious import statement by Vinay Sajip · 20 years ago
  33. 3f74284 Minor documentation changes by Vinay Sajip · 20 years ago
  34. f42d95e Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.close() [SF #901330] by Vinay Sajip · 20 years ago
  35. 48cfe38 Copyright year change. by Vinay Sajip · 20 years ago
  36. e21f606 SF bug #835457: Small typo in logging documentation by Raymond Hettinger · 21 years ago
  37. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  38. f297bd1 SF patch #725904, Minor changes to logging from module author (Vinay Sajip) by Neal Norwitz · 21 years ago
  39. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  40. f4cdb47 amk pointed out that syslog may use UDP or TCP sockets. by Neal Norwitz · 21 years ago
  41. d89c406 SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 21 years ago
  42. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  43. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago