1. 14 Şub, 1997 16 kayıt (commit)
  2. 12 Şub, 1997 1 kayıt (commit)
  3. 11 Şub, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged in Jack's fixes. This brings some lines beyond 79 chars again; · 50b82e8e
      Guido van Rossum yazdı
      I'll clean that up later.  Also corrected a mistake introduced by the
      previous reformatting: an 'else' belonging to a 'for' was accidentally
      reindented to belong to the 'if' inside the 'for'.  Note that the
      module uses inconsistent indentation -- most code is indented with 8
      spaces, but some of the reformatted code uses 4 spaces.  I'll fix this
      later in the promised cleanup pass.
      50b82e8e
  4. 10 Şub, 1997 2 kayıt (commit)
  5. 03 Şub, 1997 1 kayıt (commit)
  6. 02 Şub, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Restructured Checker class to get rid of 'ext' table. · af310c1d
      Guido van Rossum yazdı
      Links are now either in 'todo' or 'done', and ext links
      are hadled more like local links except that no further
      links are gathered (and sometimes they aren't checked,
      e.g. for mailto and news URLs).  The -x option reverses
      its meaning: it disables checking of ext links (they are
      moved to 'done' without checking).  A new 'errors' table
      collects pages with bad links as we go -- redundant,
      but useful for the GUI version which needs to report
      this as we go.  Some new methods, including reset().
      New checkpoint format.
      
      Adapted the GUI to the changes in the Checker class.
      Added Quit and "Start over" buttons, and a checkbox
      to disable checking external links.  The details
      window now also shows bad links emanating from the
      selected page.  Miscellaneous small chages.
      af310c1d
  7. 01 Şub, 1997 3 kayıt (commit)
  8. 31 Ock, 1997 7 kayıt (commit)
  9. 30 Ock, 1997 8 kayıt (commit)