summaryrefslogtreecommitdiff
path: root/Tools/webchecker/webchecker.py
Commit message (Expand)AuthorAgeFilesLines
* remove old, outdated toolBenjamin Peterson2010-06-251-890/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* More old urllib usage.Georg Brandl2008-06-231-8/+8
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-15/+13
* 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-031-13/+13
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* 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
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-4/+4
* [Patch #918212] Support XHTML's 'id' attribute, which can be on any element.Andrew M. Kuchling2004-03-211-6/+28
* 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-111-10/+9
* 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
* 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
* Fix suggested by Magnus Kessler: in class Page, it is possible forGuido van Rossum2000-03-281-1/+4
* Integrated Sam Bayer's wcnew.py code. It seems silly to keep twoGuido van Rossum1999-11-171-46/+185
* 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 note() message to Page class -- this was used but didn't exist.Guido van Rossum1998-08-061-0/+9
* Instead of printint, use self.message() or self.note().Guido van Rossum1998-07-081-71/+62
* 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-061-379/+379
* Major overhaul. Don't use global variable (e.g. verbose); useGuido van Rossum1998-02-211-130/+191
* Several changes:Guido van Rossum1997-10-061-6/+24
* Avoid the fancy handler for error 401 (request authentication).Guido van Rossum1997-05-071-4/+7
* Restructured Checker class to get rid of 'ext' table.Guido van Rossum1997-02-021-115/+72
* Process <img> and <frame> tags. Don't bother skipping second href.Guido van Rossum1997-02-011-3/+12
* Spin off checking of external page in a subroutine.Guido van Rossum1997-01-311-17/+20
* Many misc changes.Guido van Rossum1997-01-311-95/+142
* Set proper User-agent header (Python-webchecker/<version>).Guido van Rossum1997-01-301-14/+21
* Some refinements of the external-link checking code: insert the errorsGuido van Rossum1997-01-301-9/+22
* Added -x option to check external links. Slooooow!Guido van Rossum1997-01-301-10/+32
* Catch I/O errors when parsing robots.txt file.Guido van Rossum1997-01-301-5/+13
* Added robots.txt support, using Skip Montanaro's parser.Guido van Rossum1997-01-301-3/+38
* web tree checkerGuido van Rossum1997-01-301-0/+488