1. 17 Nov, 1999 7 commits
    • Guido van Rossum's avatar
      d019cf01
    • Guido van Rossum's avatar
      Integrated Sam Bayer's wcnew.py code. It seems silly to keep two · fdc980e0
      Guido van Rossum authored
      files.  Removed Sam's "SLB" change comments; otherwise this is the
      same as wcnew.py.
      fdc980e0
    • Guido van Rossum's avatar
      # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, · 45a0dbbe
      Guido van Rossum authored
      # and removed trailing whitespace.
      45a0dbbe
    • Guido van Rossum's avatar
      Samuel L. Bayer: · b60598b1
      Guido van Rossum authored
      - same trick with "import wcnew; webchecker = wcnew" as above
      - updated readhtml() method to handle pair representation; used
        new name suppression infrastructure from wcnew.py to suppress
        processing name anchors
      
      [And untabified --GvR]
      b60598b1
    • Guido van Rossum's avatar
      Samuel L. Bayer: · d5699997
      Guido van Rossum authored
      - added -t and -a arguments
      - added "import wcnew; webchecker = wcnew" in place of "import
        webchecker" (I assume that if you're happy with the changes, you'll
        just replace webchecker.py with wcnew.py, but if I were to do that,
        the diffs would be incomprehensible)
      - fixed buggy -v argument (I think you got out of sync with the
        way verbosity was handled in webchecker vs. wcgui between 1.5 and
        1.5.2)
      - made -v actually do something by adding a call to c.setflags()
        (probably the same problem as above)
      - updated references to URLs to accommodate wcnew.py's pair
        representation; added appropriate calls to format_url() to handle
        display; added argument to ListPanel() initialization to provide
        access to format_url()
      
      [And untabified --GvR]
      d5699997
    • Guido van Rossum's avatar
      Samuel L. Bayer: · 53016a58
      Guido van Rossum authored
      - same fixes from webchecker.py
      - incorporated small diff between current webchecker.py and 1.5.2
      - fixed bug where "extra roots" added with the -t argument were being
        checked as real roots, not just as possible continuations
      - added -a argument to suppress checking of name anchors
      
      [And untabified --GvR]
      53016a58
    • Guido van Rossum's avatar
      Samuel L. Bayer: · a2177025
      Guido van Rossum authored
      - forced new done origins to set errors if they're in self.bad (fixes
        bug where only the first of a number of errorful references to a
        link is reported under some circumstances)
      - suppressed adding duplicates to self.todo list (cleans up printout
        in wcgui details)
      a2177025
  2. 16 Nov, 1999 7 commits
  3. 15 Nov, 1999 3 commits
  4. 12 Nov, 1999 1 commit
  5. 10 Nov, 1999 5 commits
  6. 09 Nov, 1999 12 commits
  7. 08 Nov, 1999 1 commit
  8. 07 Nov, 1999 2 commits
  9. 05 Nov, 1999 2 commits