1. d7bfa80 Lots of new features: by Guido van Rossum · 27 years ago
  2. 3c3354c Crude but functional, except for adding new entries. by Guido van Rossum · 27 years ago
  3. adb3a9d Initial revision by Guido van Rossum · 27 years ago
  4. 650b3aa Unlink before rename (for NT). by Guido van Rossum · 27 years ago
  5. e6fcd33 Correct comment; -c is off by default. by Guido van Rossum · 27 years ago
  6. 1ade44c Open the output files with 'wb', not 'w'. by Guido van Rossum · 27 years ago
  7. 29f6533 Scroll to top of info window when done. by Guido van Rossum · 27 years ago
  8. 89efda3 Avoid the fancy handler for error 401 (request authentication). by Guido van Rossum · 27 years ago
  9. af310c1 Restructured Checker class to get rid of 'ext' table. by Guido van Rossum · 28 years ago
  10. 4f6ecda Add root URL entry box, separate start/stop/step buttons. by Guido van Rossum · 28 years ago
  11. 6133ec6 Process <img> and <frame> tags. Don't bother skipping second href. by Guido van Rossum · 28 years ago
  12. de99d31 Check in another copy of tktools.py... by Guido van Rossum · 28 years ago
  13. 06981c3 Tk interface to webchecker. Not fully featured yet, but usable. by Guido van Rossum · 28 years ago
  14. 0b0b5f0 Spin off checking of external page in a subroutine. by Guido van Rossum · 28 years ago
  15. e5605ba Many misc changes. by Guido van Rossum · 28 years ago
  16. c59a5d4 Set proper User-agent header (Python-webchecker/<version>). by Guido van Rossum · 28 years ago
  17. 2739cd7 Some refinements of the external-link checking code: insert the errors by Guido van Rossum · 28 years ago
  18. de66268 Added -x option to check external links. Slooooow! by Guido van Rossum · 28 years ago
  19. 325a64f Catch I/O errors when parsing robots.txt file. by Guido van Rossum · 28 years ago
  20. df47baf Basic README file by Guido van Rossum · 28 years ago
  21. 3edbb35 Added robots.txt support, using Skip Montanaro's parser. by Guido van Rossum · 28 years ago
  22. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago
  23. 272b37d web tree checker by Guido van Rossum · 28 years ago
  24. d7e4705 mime types guesser by Guido van Rossum · 28 years ago
  25. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
  26. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  27. 499181a Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. by Guido van Rossum · 28 years ago
  28. d5c58c3 Changed logic so it now replaces anything that has #! and python in by Guido van Rossum · 28 years ago
  29. fc05882 Script to fix cprt notice by Guido van Rossum · 28 years ago
  30. 3ffc503 Removed the USA'isms that aren't really true by Barry Warsaw · 28 years ago
  31. 7081a69 /usr/bin/env is slightly more portable by Barry Warsaw · 28 years ago
  32. 00bf8ef Added a few meta info by Barry Warsaw · 28 years ago
  33. 2a6e68f Output original address by Barry Warsaw · 28 years ago
  34. de0e8f7 Updated country codes as per ISO3166 10-Feb-1994 by Barry Warsaw · 28 years ago
  35. cb2b672 implementation complete. need to update country codes by Barry Warsaw · 28 years ago
  36. 3a7212c Added `ru' --> Russia by Barry Warsaw · 28 years ago
  37. f6d5344 A rewrite for better Python-ish style by Barry Warsaw · 28 years ago
  38. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  39. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  40. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  41. 22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom by Fred Drake · 28 years ago
  42. 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 28 years ago
  43. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  44. be5e342 Note obsolescence by Guido van Rossum · 28 years ago
  45. dd6798c Added NumVersion definition. by Guido van Rossum · 28 years ago
  46. c30461d Insert filename in IOError message. by Guido van Rossum · 28 years ago
  47. 96c4dd9 OK, now it uses sys.[exec_]prefix and supports by Guido van Rossum · 28 years ago
  48. 6498cad Get rid of it totally by Guido van Rossum · 28 years ago
  49. f34bf1c Added warning that this is unsupported by Guido van Rossum · 28 years ago
  50. aa233f1 Changes for 1.4 install targets by Guido van Rossum · 28 years ago
  51. 6100d91 Allow whitespace before '#' in preprocessor directives. by Guido van Rossum · 28 years ago
  52. 29901ff Some improvements by Fred Drake. by Guido van Rossum · 28 years ago
  53. 8e7a54f More changes by Sjoerd & Jack by Guido van Rossum · 28 years ago
  54. e47d5f9 Addition by Jack to test for missing type support by Guido van Rossum · 28 years ago
  55. d4cc04c Add test that script name ends in .py. by Guido van Rossum · 28 years ago
  56. f75f80e Get struct _frozen defn from Python.h; new variable names. by Guido van Rossum · 28 years ago
  57. 814842f Removed most of the README text since it is all about the Mac specific by Guido van Rossum · 28 years ago
  58. d544d01 Moved customization to bgenlocations.py module. by Guido van Rossum · 28 years ago
  59. 9a2c546 Create files as temp file and move to real location only when complete. by Guido van Rossum · 28 years ago
  60. a0e2422 A few missing casts (Richard Neitzel). by Guido van Rossum · 28 years ago
  61. d2966cb don't die on unreadable files etc. by Guido van Rossum · 29 years ago
  62. 7d1eba9 Added extra module argument varstuff, to declare extra module-level vars by Jack Jansen · 29 years ago
  63. 425e9eb - Added color window/pixmap support by Jack Jansen · 29 years ago
  64. 1e4ce73 Added Sint8 and Uint8 types by Jack Jansen · 29 years ago
  65. 0a54ae2 Added cm and qt demos by Jack Jansen · 29 years ago
  66. 135fb71 BitMap object support by Jack Jansen · 29 years ago
  67. 7830ab8 Added definitions for GrafPort object and Fixed type. by Jack Jansen · 29 years ago
  68. b5cf5da Changed file signature to CW7 project mgr by Jack Jansen · 29 years ago
  69. e48aa96 Fixed bug in cts error message handling. by Jack Jansen · 29 years ago
  70. 81299f1 Added providence mailer support by Jack Jansen · 29 years ago
  71. 4ec940a Added (limited) compuserve error parsing by Jack Jansen · 29 years ago
  72. f39ca24 Removed unneeded reference to tkinter by Jack Jansen · 29 years ago
  73. 945b7b8 comment fix by Jack Jansen · 29 years ago
  74. 8968624 Script to read and parse error messages from mailer daemons. by Sjoerd Mullender · 29 years ago
  75. 349a988 Added third argument to call() by Jack Jansen · 29 years ago
  76. d40f3c6 New universal headers by Jack Jansen · 29 years ago
  77. edb21c4 Fixed typo: == -> =. by Sjoerd Mullender · 29 years ago
  78. 06f4289 many fixes by anonymous contributor by Guido van Rossum · 29 years ago
  79. b95ea18 Added ResObj_OptNew declaration by Jack Jansen · 29 years ago
  80. ec38010 Added basic mac documentation. by Jack Jansen · 29 years ago
  81. 150316e added getpath.c; added -P exec_prefix; added explanatory note by Guido van Rossum · 29 years ago
  82. e830e55 added ftp mirror script by Guido van Rossum · 29 years ago
  83. 9859018 removed all references to modsupport.h by Guido van Rossum · 29 years ago
  84. 8d2033f Two new methods by Jack Jansen · 29 years ago
  85. 5214a29 Fixed sentence about modulator by Jack Jansen · 29 years ago
  86. 138497d Updated by Jack Jansen · 29 years ago
  87. 9a69112 Jim Fulton's change to support doc strings by Jack Jansen · 29 years ago
  88. 80adc22 Added missing setselftype method to ManualGenerator by Jack Jansen · 29 years ago
  89. 6a9df7a updated comments by Barry Warsaw · 29 years ago
  90. 268a39f converted to python by Barry Warsaw · 29 years ago
  91. 7d0bc83 Ported to Universal Header 2.0.1f (i.e. CW6) by Jack Jansen · 29 years ago
  92. ae8a68f Trying again to check it in. Changes to: by Jack Jansen · 29 years ago
  93. ebed751 Templates converted to new naming conventions (thanks to Chak Tan) by Jack Jansen · 29 years ago
  94. 52e0299 Made the example slightly more complete by Jack Jansen · 29 years ago
  95. 953dc1a added transferSize() method by Guido van Rossum · 29 years ago
  96. a12bbff mods by Gregor Schmid -- very nice! by Guido van Rossum · 29 years ago
  97. bf6bdb0 removed some harsh words and added some clarifications by Guido van Rossum · 29 years ago
  98. e956386 Jaap V's version by Guido van Rossum · 29 years ago
  99. 6d67b60 backup Makefile too by Guido van Rossum · 29 years ago
  100. 189f8fb added "pystone" benchmark by Guido van Rossum · 29 years ago