summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker
Commit message (Expand)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-114-4/+4
* More old urllib usage.Georg Brandl2008-06-232-13/+13
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-162-22/+20
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-232-3/+0
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-2/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-3/+3
* Convert print statements to function calls in Tools/.Collin Winter2007-08-033-20/+20
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-103-8/+8
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+2
* Merge the rest of the trunk.Thomas Wouters2006-06-081-2/+2
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-1/+3
* 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