1. 31 Jan, 1997 5 commits
    • Guido van Rossum's avatar
      Spin off checking of external page in a subroutine. · 0cbd5316
      Guido van Rossum authored
      Increase MAXPAGE to 150K.
      Add back printing of __doc__ for usage message.
      0cbd5316
    • Jack Jansen's avatar
      Added/updated copyright notices · 8aecbd57
      Jack Jansen authored
      (and the &*^$%@ resource files got binhexed again, sigh)
      8aecbd57
    • Jack Jansen's avatar
      Added _tkinter modules in Image extension · 79831213
      Jack Jansen authored
      79831213
    • Jack Jansen's avatar
      Image libraries moved and small things · 0241e5b7
      Jack Jansen authored
      0241e5b7
    • Guido van Rossum's avatar
      Many misc changes. · 208bfcf6
      Guido van Rossum authored
      - Faster HTML parser derivede from SGMLparser (Fred Gansevles).
      
      - All manipulations of todo, done, ext, bad are done via methods, so a
      derived class can override.  Also moved the 'done' marking to
      dopage(), so run() is much simpler.
      
      - Added a method status() which returns a string containing the
      summary counts; added a "total" count.
      
      - Drop the guessing of the file type before opening the document -- we
      still need to check those links for validity!
      
      - Added a subroutine to close a connection which first slurps up the
      remaining data when it's an ftp URL -- apparently closing an ftp
      connection without reading till the end makes it hang.
      
      - Added -n option to skip running (only useful with -R).
      
      - The Checker object now has an instance variable which is set to 1
      when it is changed.  This is not pickled.
      208bfcf6
  2. 30 Jan, 1997 15 commits
  3. 29 Jan, 1997 5 commits
  4. 28 Jan, 1997 3 commits
  5. 27 Jan, 1997 3 commits
  6. 24 Jan, 1997 9 commits