1. 2bd953e Merged revisions 83238 via svnmerge from by Georg Brandl · 15 years ago
  2. a4f79f9 Merged revisions 83209 via svnmerge from by Senthil Kumaran · 15 years ago
  3. 1ef19f0 Close issue 3437 - missing state change when Allow lines are processed. by Skip Montanaro · 17 years ago
  4. 0522a9f #1778443 robotparser fixes from Aristotelis Mikropoulos by Benjamin Peterson · 17 years ago
  5. b8bdbc0 Get rid of _test(), _main(), _debug() and _check(). Tests are no longer by Skip Montanaro · 17 years ago
  6. 1a41313 fixes 813986 by Skip Montanaro · 18 years ago
  7. 4ffc8f5 Patch #1555098: use str.join() instead of repeated string by Georg Brandl · 18 years ago
  8. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 21 years ago
  9. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 21 years ago
  10. 2d95f1a SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  11. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  12. 5aee504 Remove import of re, it is not used by Neal Norwitz · 23 years ago
  13. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 23 years ago
  14. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  15. 73f570b Correctly set default entry in all cases. by Martin v. Löwis · 23 years ago
  16. d22368f Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 23 years ago
  17. 1c63f6e Correct various errors: by Martin v. Löwis · 23 years ago
  18. e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 24 years ago
  19. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  20. 5bba231 The bulk of the credit for these changes goes to Bastian Kleineidam by Skip Montanaro · 24 years ago
  21. 141971f String method conversion. by Eric S. Raymond · 24 years ago
  22. dfc538a Whitespace normalization. by Tim Peters · 24 years ago
  23. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  24. 663f6c2 rewrite of robotparser.py by Bastian Kleineidam. Closes patch 102229. by Skip Montanaro · 24 years ago
  25. dc8b798 Skip Montanaro: by Guido van Rossum · 25 years ago
  26. 986abac Give in to tabnanny by Guido van Rossum · 27 years ago
  27. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago