Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -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(), make | Guido van Rossum | 2000-04-25 | 1 | -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 Rossum | 1999-11-17 | 1 | -3/+1 |
| | |||||
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -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 Rossum | 1999-01-03 | 1 | -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 Rossum | 1998-07-08 | 1 | -1/+1 |
| | |||||
* | Fix the way a trailing / is changed to /index.html so that it | Guido van Rossum | 1998-06-15 | 1 | -2/+3 |
| | | | | doesn't depend on the value of os.sep. (I.e. ported to Windows :-) | ||||
* | Give in to tabnanny | Guido van Rossum | 1998-04-06 | 1 | -55/+55 |
| | |||||
* | Adapt to new webchecker structure. Due to better structure of | Guido van Rossum | 1998-02-21 | 1 | -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 Rossum | 1997-10-06 | 1 | -0/+131 |