summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker
Commit message (Expand)AuthorAgeFilesLines
* Rewrite to support multiple suckers, each with their own thread.Guido van Rossum1998-07-081-102/+140
* Instead of printint, use self.message() or self.note().Guido van Rossum1998-07-082-72/+63
* # This is a new module I wrote over the weekend. Again, you missed theGuido van Rossum1998-06-151-16/+37
* Primitive GUI for websucker.Guido van Rossum1998-06-151-0/+185
* Fix the way a trailing / is changed to /index.html so that itGuido van Rossum1998-06-151-2/+3
* sort the urls in the todo listGuido van Rossum1998-06-151-1/+3
* Use a try-except so that the pickle file is written even when we dieGuido van Rossum1998-04-271-14/+18
* Give in to tabnannyGuido van Rossum1998-04-066-1041/+850
* Use a better way to bind the checkext instance variable to a checkGuido van Rossum1998-03-051-9/+8
* Adapt to new webchecker structure. Due to better structure ofGuido van Rossum1998-02-211-59/+33
* Major overhaul. Don't use global variable (e.g. verbose); useGuido van Rossum1998-02-211-130/+191
* Map .shtml to text/html.Guido van Rossum1997-10-071-0/+1
* A variant on webchecker that creates a mirror copy of a remote site.Guido van Rossum1997-10-061-0/+131
* Several changes:Guido van Rossum1997-10-061-6/+24
* Tiny script to play with it on a Mac.Guido van Rossum1997-05-281-0/+7
* Scroll to top of info window when done.Guido van Rossum1997-05-091-0/+1
* 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-022-177/+165
* Add root URL entry box, separate start/stop/step buttons.Guido van Rossum1997-02-011-54/+131
* Process <img> and <frame> tags. Don't bother skipping second href.Guido van Rossum1997-02-011-3/+12
* Check in another copy of tktools.py...Guido van Rossum1997-01-311-0/+367
* Tk interface to webchecker. Not fully featured yet, but usable.Guido van Rossum1997-01-311-0/+329
* 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
* Basic README fileGuido van Rossum1997-01-301-0/+14
* Added robots.txt support, using Skip Montanaro's parser.Guido van Rossum1997-01-301-3/+38
* Skip Montanaro's robots.txt parser.Guido van Rossum1997-01-301-0/+97
* web tree checkerGuido van Rossum1997-01-301-0/+488
* mime types guesserGuido van Rossum1997-01-301-0/+190