1. 29 Jun, 2003 19 commits
  2. 28 Jun, 2003 19 commits
  3. 27 Jun, 2003 2 commits
    • Raymond Hettinger's avatar
      SF patch #756996: Bare except in ZipFile.testzip() · 387af4f4
      Raymond Hettinger authored
      (Contributed by Steven Taschuk)
      
      Replaces a bare except that caused all errors to be mis-reported as
      archive errors.
      
      Added a related NEWS item.
      387af4f4
    • Raymond Hettinger's avatar
      SF patch #761519: Fixes for bugs 760703 and 757821 · 8a1a7272
      Raymond Hettinger authored
      SF bug #760703: SocketHandler and LogRecord don't work well together
      SF bug #757821: logging module docs
      
      Applied Vinay Sajip's patch with a few minor fixups and a NEWS item.
      
      Patched __init__.py - added new function
      makeLogRecord (for bug report 760703).
      
      Patched handlers.py - updated some docstrings and
      deleted some old commented-out code.
      
      Patched test_logging.py to make use of makeLogRecord.
      
      Patched liblogging.tex to fill documentation gaps (both
      760703 and bug 757821).
      8a1a7272