index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
webchecker
/
webchecker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove old, outdated tool
Benjamin Peterson
2010-06-25
1
-890/+0
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
More old urllib usage.
Georg Brandl
2008-06-23
1
-8/+8
*
More 2to3 fixes in the Tools directory. Fixes #2893.
Georg Brandl
2008-05-16
1
-15/+13
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
1
-2/+2
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-3/+3
*
Convert print statements to function calls in Tools/.
Collin Winter
2007-08-03
1
-13/+13
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-5/+5
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+2
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-2/+2
*
Remove apply()
Neal Norwitz
2006-03-17
1
-2/+2
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-4/+4
*
[Patch #918212] Support XHTML's 'id' attribute, which can be on any element.
Andrew M. Kuchling
2004-03-21
1
-6/+28
*
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
1
-10/+9
*
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
*
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
*
Fix suggested by Magnus Kessler: in class Page, it is possible for
Guido van Rossum
2000-03-28
1
-1/+4
*
Integrated Sam Bayer's wcnew.py code. It seems silly to keep two
Guido van Rossum
1999-11-17
1
-46/+185
*
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 note() message to Page class -- this was used but didn't exist.
Guido van Rossum
1998-08-06
1
-0/+9
*
Instead of printint, use self.message() or self.note().
Guido van Rossum
1998-07-08
1
-71/+62
*
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
1
-379/+379
*
Major overhaul. Don't use global variable (e.g. verbose); use
Guido van Rossum
1998-02-21
1
-130/+191
*
Several changes:
Guido van Rossum
1997-10-06
1
-6/+24
*
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
1
-115/+72
*
Process <img> and <frame> tags. Don't bother skipping second href.
Guido van Rossum
1997-02-01
1
-3/+12
*
Spin off checking of external page in a subroutine.
Guido van Rossum
1997-01-31
1
-17/+20
*
Many misc changes.
Guido van Rossum
1997-01-31
1
-95/+142
*
Set proper User-agent header (Python-webchecker/<version>).
Guido van Rossum
1997-01-30
1
-14/+21
*
Some refinements of the external-link checking code: insert the errors
Guido van Rossum
1997-01-30
1
-9/+22
*
Added -x option to check external links. Slooooow!
Guido van Rossum
1997-01-30
1
-10/+32
*
Catch I/O errors when parsing robots.txt file.
Guido van Rossum
1997-01-30
1
-5/+13
*
Added robots.txt support, using Skip Montanaro's parser.
Guido van Rossum
1997-01-30
1
-3/+38
*
web tree checker
Guido van Rossum
1997-01-30
1
-0/+488