1. ab26004 Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  2. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  3. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  4. a982c44 [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. by Andrew M. Kuchling · 20 years ago
  5. ce56c37 When bad HTML is encountered, ignore the page rather than failing with by Mark Hammond · 22 years ago
  6. 0b9e3f7 Handle the Content-Type header a little more appropriately: if it by Fred Drake · 22 years ago
  7. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  8. 88a20ba Apply diff.txt from SF patch http://www.python.org/sf/561478 by Walter Dörwald · 22 years ago
  9. 566c0c7 [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon) by Andrew M. Kuchling · 23 years ago
  10. f0953b9 Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txt by Guido van Rossum · 23 years ago
  11. d34a9c9 Added more link attributes based on additonal information from Chris by Fred Drake · 23 years ago
  12. f3186e8 A number of improvements based on a discussion with Chris McCafferty by Fred Drake · 23 years ago
  13. 8430624 Fix suggested by Magnus Kessler: in class Page, it is possible for by Guido van Rossum · 24 years ago
  14. e284b21 Integrated Sam Bayer's wcnew.py code. It seems silly to keep two by Guido van Rossum · 25 years ago
  15. dbd5c3e Samuel L. Bayer: by Guido van Rossum · 25 years ago
  16. 0ec1493 Some changes (maybe not enough?) to make it work on Windows with local by Guido van Rossum · 25 years ago
  17. a42c1ee Added note() message to Page class -- this was used but didn't exist. by Guido van Rossum · 26 years ago
  18. 125700a Instead of printint, use self.message() or self.note(). by Guido van Rossum · 26 years ago
  19. 6eb9d32 sort the urls in the todo list by Guido van Rossum · 26 years ago
  20. bee6453 Use a try-except so that the pickle file is written even when we die by Guido van Rossum · 26 years ago
  21. 986abac Give in to tabnanny by Guido van Rossum · 26 years ago
  22. 00756bd Major overhaul. Don't use global variable (e.g. verbose); use by Guido van Rossum · 27 years ago
  23. 2237b73 Several changes: by Guido van Rossum · 27 years ago
  24. 89efda3 Avoid the fancy handler for error 401 (request authentication). by Guido van Rossum · 27 years ago
  25. af310c1 Restructured Checker class to get rid of 'ext' table. by Guido van Rossum · 28 years ago
  26. 6133ec6 Process <img> and <frame> tags. Don't bother skipping second href. by Guido van Rossum · 28 years ago
  27. 0b0b5f0 Spin off checking of external page in a subroutine. by Guido van Rossum · 28 years ago
  28. e5605ba Many misc changes. by Guido van Rossum · 28 years ago
  29. c59a5d4 Set proper User-agent header (Python-webchecker/<version>). by Guido van Rossum · 28 years ago
  30. 2739cd7 Some refinements of the external-link checking code: insert the errors by Guido van Rossum · 28 years ago
  31. de66268 Added -x option to check external links. Slooooow! by Guido van Rossum · 28 years ago
  32. 325a64f Catch I/O errors when parsing robots.txt file. by Guido van Rossum · 28 years ago
  33. 3edbb35 Added robots.txt support, using Skip Montanaro's parser. by Guido van Rossum · 28 years ago
  34. 272b37d web tree checker by Guido van Rossum · 28 years ago