summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker/webchecker.py
Commit message (Expand)AuthorAgeFilesLines
* Major overhaul. Don't use global variable (e.g. verbose); useGuido van Rossum1998-02-211-130/+191
* Several changes:Guido van Rossum1997-10-061-6/+24
* Avoid the fancy handler for error 401 (request authentication).Guido van Rossum1997-05-071-4/+7
* Restructured Checker class to get rid of 'ext' table.Guido van Rossum1997-02-021-115/+72
* Process <img> and <frame> tags. Don't bother skipping second href.Guido van Rossum1997-02-011-3/+12
* Spin off checking of external page in a subroutine.Guido van Rossum1997-01-311-17/+20
* Many misc changes.Guido van Rossum1997-01-311-95/+142
* Set proper User-agent header (Python-webchecker/<version>).Guido van Rossum1997-01-301-14/+21
* Some refinements of the external-link checking code: insert the errorsGuido van Rossum1997-01-301-9/+22
* Added -x option to check external links. Slooooow!Guido van Rossum1997-01-301-10/+32
* Catch I/O errors when parsing robots.txt file.Guido van Rossum1997-01-301-5/+13
* Added robots.txt support, using Skip Montanaro's parser.Guido van Rossum1997-01-301-3/+38
* web tree checkerGuido van Rossum1997-01-301-0/+488