summaryrefslogtreecommitdiff
path: root/Tools/webchecker
Commit message (Expand)AuthorAgeFilesLines
* In a number of places code still reversRonald Oussoren2010-05-052-8/+0
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-2/+2
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-2/+2
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-232-3/+0
* Use sys.exc_info()Andrew M. Kuchling2006-07-261-1/+2
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-9/+9
* [Patch #918212] Support XHTML's 'id' attribute, which can be on any element.Andrew M. Kuchling2004-03-212-6/+31
* SF bug 753592, websucker bugNeal Norwitz2003-07-011-1/+1
* When bad HTML is encountered, ignore the page rather than failing withMark Hammond2003-02-271-1/+9
* Handle the Content-Type header a little more appropriately: if itFred Drake2002-11-121-0/+3
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-115-27/+22
* Apply diff.txt from SF patch http://www.python.org/sf/561478Walter Dörwald2002-06-061-1/+2
* [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon)Andrew M. Kuchling2002-03-081-1/+1
* Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txtGuido van Rossum2001-12-111-2/+2
* Only catch NameError and TypeError when attempting to subclass anFred Drake2001-05-111-1/+1
* Added more link attributes based on additonal information from ChrisFred Drake2001-04-051-1/+13
* A number of improvements based on a discussion with Chris McCaffertyFred Drake2001-04-041-2/+24
* Patch inspired by Just van Rossum: on the Mac, in savefilename(), makeGuido van Rossum2000-04-251-1/+3
* Moved robotparser.py to the Lib directory.Guido van Rossum2000-03-291-97/+0
* Fix suggested by Magnus Kessler: in class Page, it is possible forGuido van Rossum2000-03-281-1/+4
* Skip Montanaro:Guido van Rossum2000-03-271-17/+17
* Complete the integration of Sam Bayer's fixes.Guido van Rossum1999-11-172-912/+10
* Changed fron importing wcnew back to webchecker.Guido van Rossum1999-11-172-6/+2
* Integrated Sam Bayer's wcnew.py code. It seems silly to keep twoGuido van Rossum1999-11-171-46/+185
* # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here,Guido van Rossum1999-11-171-204/+203
* Samuel L. Bayer:Guido van Rossum1999-11-171-4/+12
* Samuel L. Bayer:Guido van Rossum1999-11-171-17/+46
* Samuel L. Bayer:Guido van Rossum1999-11-171-154/+178
* Samuel L. Bayer:Guido van Rossum1999-11-171-1/+6
* Some changes (maybe not enough?) to make it work on Windows with localGuido van Rossum1999-04-261-3/+3
* Added Samuel Bayer's new webchecker.Guido van Rossum1999-03-241-0/+884
* Recover from failed saves; when a file turns out to be a directory,Guido van Rossum1999-01-031-5/+17
* Added note() message to Page class -- this was used but didn't exist.Guido van Rossum1998-08-061-0/+9
* 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