summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker/websucker.py
Commit message (Collapse)AuthorAgeFilesLines
* Recover from failed saves; when a file turns out to be a directory,Guido van Rossum1999-01-031-5/+17
| | | | create a directory and moer the original file to the index.html.
* Instead of printint, use self.message() or self.note().Guido van Rossum1998-07-081-1/+1
|
* Fix the way a trailing / is changed to /index.html so that itGuido van Rossum1998-06-151-2/+3
| | | | doesn't depend on the value of os.sep. (I.e. ported to Windows :-)
* Give in to tabnannyGuido van Rossum1998-04-061-55/+55
|
* Adapt to new webchecker structure. Due to better structure ofGuido van Rossum1998-02-211-59/+33
| | | | | getpage(), much less duplicate code is needed -- we only need to override readhtml().
* A variant on webchecker that creates a mirror copy of a remote site.Guido van Rossum1997-10-061-0/+131