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
*
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