1. 0a0fc07 #4108: the first default entry (User-agent: *) wins. by Georg Brandl · 14 years ago
  2. 3f8ab96 Fix Issue6325 - robotparse to honor urls with query strings. by Senthil Kumaran · 14 years ago
  3. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  4. 73fd46d Bug 3347: robotparser failed because it didn't convert bytes to string. by Jeremy Hylton · 16 years ago
  5. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago[Renamed (77%) from Lib/robotparser.py]
  6. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  7. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  8. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  10. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 20 years ago
  11. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 20 years ago
  12. 2d95f1a SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  13. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  14. 5aee504 Remove import of re, it is not used by Neal Norwitz · 22 years ago
  15. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  16. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  17. 73f570b Correctly set default entry in all cases. by Martin v. Löwis · 23 years ago
  18. d22368f Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 23 years ago
  19. 1c63f6e Correct various errors: by Martin v. Löwis · 23 years ago
  20. e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
  21. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  22. 5bba231 The bulk of the credit for these changes goes to Bastian Kleineidam by Skip Montanaro · 24 years ago
  23. 141971f String method conversion. by Eric S. Raymond · 24 years ago
  24. dfc538a Whitespace normalization. by Tim Peters · 24 years ago
  25. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  26. 663f6c2 rewrite of robotparser.py by Bastian Kleineidam. Closes patch 102229. by Skip Montanaro · 24 years ago
  27. dc8b798 Skip Montanaro: by Guido van Rossum · 24 years ago
  28. 986abac Give in to tabnanny by Guido van Rossum · 26 years ago
  29. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago