| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -9/+9 |
|
|
* | [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. | Andrew M. Kuchling | 2004-03-21 | 2 | -6/+31 |
|
|
* | SF bug 753592, websucker bug | Neal Norwitz | 2003-07-01 | 1 | -1/+1 |
|
|
* | When bad HTML is encountered, ignore the page rather than failing with | Mark Hammond | 2003-02-27 | 1 | -1/+9 |
|
|
* | Handle the Content-Type header a little more appropriately: if it | Fred Drake | 2002-11-12 | 1 | -0/+3 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 5 | -27/+22 |
|
|
* | Apply diff.txt from SF patch http://www.python.org/sf/561478 | Walter Dörwald | 2002-06-06 | 1 | -1/+2 |
|
|
* | [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon) | Andrew M. Kuchling | 2002-03-08 | 1 | -1/+1 |
|
|
* | Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txt | Guido van Rossum | 2001-12-11 | 1 | -2/+2 |
|
|
* | Only catch NameError and TypeError when attempting to subclass an | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Added more link attributes based on additonal information from Chris | Fred Drake | 2001-04-05 | 1 | -1/+13 |
|
|
* | A number of improvements based on a discussion with Chris McCafferty | Fred Drake | 2001-04-04 | 1 | -2/+24 |
|
|
* | Patch inspired by Just van Rossum: on the Mac, in savefilename(), make | Guido van Rossum | 2000-04-25 | 1 | -1/+3 |
|
|
* | Moved robotparser.py to the Lib directory. | Guido van Rossum | 2000-03-29 | 1 | -97/+0 |
|
|
* | Fix suggested by Magnus Kessler: in class Page, it is possible for | Guido van Rossum | 2000-03-28 | 1 | -1/+4 |
|
|
* | Skip Montanaro: | Guido van Rossum | 2000-03-27 | 1 | -17/+17 |
|
|
* | Complete the integration of Sam Bayer's fixes. | Guido van Rossum | 1999-11-17 | 2 | -912/+10 |
|
|
* | Changed fron importing wcnew back to webchecker. | Guido van Rossum | 1999-11-17 | 2 | -6/+2 |
|
|
* | Integrated Sam Bayer's wcnew.py code. It seems silly to keep two | Guido van Rossum | 1999-11-17 | 1 | -46/+185 |
|
|
* | # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, | Guido van Rossum | 1999-11-17 | 1 | -204/+203 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -4/+12 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -17/+46 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -154/+178 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -1/+6 |
|
|
* | Some changes (maybe not enough?) to make it work on Windows with local | Guido van Rossum | 1999-04-26 | 1 | -3/+3 |
|
|
* | Added Samuel Bayer's new webchecker. | Guido van Rossum | 1999-03-24 | 1 | -0/+884 |
|
|
* | Recover from failed saves; when a file turns out to be a directory, | Guido van Rossum | 1999-01-03 | 1 | -5/+17 |
|
|
* | Added note() message to Page class -- this was used but didn't exist. | Guido van Rossum | 1998-08-06 | 1 | -0/+9 |
|
|
* | Rewrite to support multiple suckers, each with their own thread. | Guido van Rossum | 1998-07-08 | 1 | -102/+140 |
|
|
* | Instead of printint, use self.message() or self.note(). | Guido van Rossum | 1998-07-08 | 2 | -72/+63 |
|
|
* | # This is a new module I wrote over the weekend. Again, you missed the | Guido van Rossum | 1998-06-15 | 1 | -16/+37 |
|
|
* | Primitive GUI for websucker. | Guido van Rossum | 1998-06-15 | 1 | -0/+185 |
|
|
* | Fix the way a trailing / is changed to /index.html so that it | Guido van Rossum | 1998-06-15 | 1 | -2/+3 |
|
|
* | sort the urls in the todo list | Guido van Rossum | 1998-06-15 | 1 | -1/+3 |
|
|
* | Use a try-except so that the pickle file is written even when we die | Guido van Rossum | 1998-04-27 | 1 | -14/+18 |
|
|
* | Give in to tabnanny | Guido van Rossum | 1998-04-06 | 6 | -1041/+850 |
|
|
* | Use a better way to bind the checkext instance variable to a check | Guido van Rossum | 1998-03-05 | 1 | -9/+8 |
|
|
* | Adapt to new webchecker structure. Due to better structure of | Guido van Rossum | 1998-02-21 | 1 | -59/+33 |
|
|
* | Major overhaul. Don't use global variable (e.g. verbose); use | Guido van Rossum | 1998-02-21 | 1 | -130/+191 |
|
|
* | Map .shtml to text/html. | Guido van Rossum | 1997-10-07 | 1 | -0/+1 |
|
|
* | A variant on webchecker that creates a mirror copy of a remote site. | Guido van Rossum | 1997-10-06 | 1 | -0/+131 |
|
|
* | Several changes: | Guido van Rossum | 1997-10-06 | 1 | -6/+24 |
|
|
* | Tiny script to play with it on a Mac. | Guido van Rossum | 1997-05-28 | 1 | -0/+7 |
|
|
* | Scroll to top of info window when done. | Guido van Rossum | 1997-05-09 | 1 | -0/+1 |
|
|
* | Avoid the fancy handler for error 401 (request authentication). | Guido van Rossum | 1997-05-07 | 1 | -4/+7 |
|
|
* | Restructured Checker class to get rid of 'ext' table. | Guido van Rossum | 1997-02-02 | 2 | -177/+165 |
|
|
* | Add root URL entry box, separate start/stop/step buttons. | Guido van Rossum | 1997-02-01 | 1 | -54/+131 |
|
|
* | Process <img> and <frame> tags. Don't bother skipping second href. | Guido van Rossum | 1997-02-01 | 1 | -3/+12 |
|
|
* | Check in another copy of tktools.py... | Guido van Rossum | 1997-01-31 | 1 | -0/+367 |
|
|
* | Tk interface to webchecker. Not fully featured yet, but usable. | Guido van Rossum | 1997-01-31 | 1 | -0/+329 |
|
|