summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker/websucker.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-5/+4
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Patch inspired by Just van Rossum: on the Mac, in savefilename(), makeGuido van Rossum2000-04-251-1/+3
| | | | | the path to save a relative path by prefixing it with os.sep (':'). Also fix an indent inconsistency in the same function.
* Changed fron importing wcnew back to webchecker.Guido van Rossum1999-11-171-3/+1
|
* Samuel L. Bayer:Guido van Rossum1999-11-171-4/+12
| | | | | | | | | - 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]
* 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