1. 7d84055 More old urllib usage. by Georg Brandl · 16 years ago
  2. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  3. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  4. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  5. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  6. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  7. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  8. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  9. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  10. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  11. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  12. d910855 Remove apply() by Neal Norwitz · 18 years ago
  13. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  14. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  15. a982c44 [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. by Andrew M. Kuchling · 20 years ago
  16. 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 21 years ago
  17. ce56c37 When bad HTML is encountered, ignore the page rather than failing with by Mark Hammond · 21 years ago
  18. 0b9e3f7 Handle the Content-Type header a little more appropriately: if it by Fred Drake · 22 years ago
  19. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  20. 88a20ba Apply diff.txt from SF patch http://www.python.org/sf/561478 by Walter Dörwald · 22 years ago
  21. 566c0c7 [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon) by Andrew M. Kuchling · 22 years ago
  22. f0953b9 Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txt by Guido van Rossum · 23 years ago
  23. a213333 Only catch NameError and TypeError when attempting to subclass an by Fred Drake · 23 years ago
  24. d34a9c9 Added more link attributes based on additonal information from Chris by Fred Drake · 23 years ago
  25. f3186e8 A number of improvements based on a discussion with Chris McCafferty by Fred Drake · 23 years ago
  26. f3335e1 Patch inspired by Just van Rossum: on the Mac, in savefilename(), make by Guido van Rossum · 24 years ago
  27. 918429b Moved robotparser.py to the Lib directory. by Guido van Rossum · 24 years ago
  28. 8430624 Fix suggested by Magnus Kessler: in class Page, it is possible for by Guido van Rossum · 24 years ago
  29. dc8b798 Skip Montanaro: by Guido van Rossum · 24 years ago
  30. 4755ee5 Complete the integration of Sam Bayer's fixes. by Guido van Rossum · 25 years ago
  31. 497a198 Changed fron importing wcnew back to webchecker. by Guido van Rossum · 25 years ago
  32. e284b21 Integrated Sam Bayer's wcnew.py code. It seems silly to keep two by Guido van Rossum · 25 years ago
  33. 61b95db # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, by Guido van Rossum · 25 years ago
  34. 64acb5c Samuel L. Bayer: by Guido van Rossum · 25 years ago
  35. a894640 Samuel L. Bayer: by Guido van Rossum · 25 years ago
  36. f97eecc Samuel L. Bayer: by Guido van Rossum · 25 years ago
  37. dbd5c3e Samuel L. Bayer: by Guido van Rossum · 25 years ago
  38. 0ec1493 Some changes (maybe not enough?) to make it work on Windows with local by Guido van Rossum · 25 years ago
  39. 5450062 Added Samuel Bayer's new webchecker. by Guido van Rossum · 25 years ago
  40. 909bc18 Recover from failed saves; when a file turns out to be a directory, by Guido van Rossum · 26 years ago
  41. a42c1ee Added note() message to Page class -- this was used but didn't exist. by Guido van Rossum · 26 years ago
  42. b77a68e Rewrite to support multiple suckers, each with their own thread. by Guido van Rossum · 26 years ago
  43. 125700a Instead of printint, use self.message() or self.note(). by Guido van Rossum · 26 years ago
  44. 0a13f7f # This is a new module I wrote over the weekend. Again, you missed the by Guido van Rossum · 26 years ago
  45. e3bd821 Primitive GUI for websucker. by Guido van Rossum · 26 years ago
  46. d328a9b Fix the way a trailing / is changed to /index.html so that it by Guido van Rossum · 26 years ago
  47. 6eb9d32 sort the urls in the todo list by Guido van Rossum · 26 years ago
  48. bee6453 Use a try-except so that the pickle file is written even when we die by Guido van Rossum · 26 years ago
  49. 986abac Give in to tabnanny by Guido van Rossum · 26 years ago
  50. 88b02cf Use a better way to bind the checkext instance variable to a check by Guido van Rossum · 26 years ago
  51. 1a7eae9 Adapt to new webchecker structure. Due to better structure of by Guido van Rossum · 26 years ago
  52. 00756bd Major overhaul. Don't use global variable (e.g. verbose); use by Guido van Rossum · 26 years ago
  53. f326134 Map .shtml to text/html. by Guido van Rossum · 27 years ago
  54. d575480 A variant on webchecker that creates a mirror copy of a remote site. by Guido van Rossum · 27 years ago
  55. 2237b73 Several changes: by Guido van Rossum · 27 years ago
  56. 68bdad1 Tiny script to play with it on a Mac. by Guido van Rossum · 27 years ago
  57. 29f6533 Scroll to top of info window when done. by Guido van Rossum · 27 years ago
  58. 89efda3 Avoid the fancy handler for error 401 (request authentication). by Guido van Rossum · 27 years ago
  59. af310c1 Restructured Checker class to get rid of 'ext' table. by Guido van Rossum · 28 years ago
  60. 4f6ecda Add root URL entry box, separate start/stop/step buttons. by Guido van Rossum · 28 years ago
  61. 6133ec6 Process <img> and <frame> tags. Don't bother skipping second href. by Guido van Rossum · 28 years ago
  62. de99d31 Check in another copy of tktools.py... by Guido van Rossum · 28 years ago
  63. 06981c3 Tk interface to webchecker. Not fully featured yet, but usable. by Guido van Rossum · 28 years ago
  64. 0b0b5f0 Spin off checking of external page in a subroutine. by Guido van Rossum · 28 years ago
  65. e5605ba Many misc changes. by Guido van Rossum · 28 years ago
  66. c59a5d4 Set proper User-agent header (Python-webchecker/<version>). by Guido van Rossum · 28 years ago
  67. 2739cd7 Some refinements of the external-link checking code: insert the errors by Guido van Rossum · 28 years ago
  68. de66268 Added -x option to check external links. Slooooow! by Guido van Rossum · 28 years ago
  69. 325a64f Catch I/O errors when parsing robots.txt file. by Guido van Rossum · 28 years ago
  70. df47baf Basic README file by Guido van Rossum · 28 years ago
  71. 3edbb35 Added robots.txt support, using Skip Montanaro's parser. by Guido van Rossum · 28 years ago
  72. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago
  73. 272b37d web tree checker by Guido van Rossum · 28 years ago
  74. d7e4705 mime types guesser by Guido van Rossum · 28 years ago