1. 58a1a76 bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) by Miss Islington (bot) · 5 years ago
  2. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 6 years ago
  3. bd08a0a bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) by Michael Lazar · 6 years ago
  4. 3df02db bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) by Berker Peksag · 7 years ago
  5. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  6. 9a7bbb2 Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate by Berker Peksag · 8 years ago
  7. 2a8d7f1 Issue #28151: Use pythontest.net in test_robotparser by Berker Peksag · 8 years ago
  8. a3c1728 Use HTTP in testPythonOrg by Berker Peksag · 8 years ago
  9. 966ad74 Unskip testPythonOrg in test_robotparser by Berker Peksag · 8 years ago
  10. 2a9f5ed Wrap testPasswordProtectedSite with @reap_threads by Berker Peksag · 8 years ago
  11. 4da0fd0 Issue #25497: Rewrite test_robotparser to use a class based design by Berker Peksag · 8 years ago
  12. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  13. 960e848 Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate by Berker Peksag · 9 years ago
  14. ad324f6 Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without threads. by Berker Peksag · 10 years ago
  15. 601d6ec issue20753 - robotparser tests should not rely upon external resource when not required. by Senthil Kumaran · 10 years ago
  16. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  17. 89e5671 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. by Georg Brandl · 10 years ago
  18. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  19. 0fb37ea #17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  20. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  21. 8bc0903 Improve transient_internet() again to detect more network errors, by Antoine Pitrou · 14 years ago
  22. 0a0fc07 #4108: the first default entry (User-agent: *) wins. by Georg Brandl · 14 years ago
  23. 3f8ab96 Fix Issue6325 - robotparse to honor urls with query strings. by Senthil Kumaran · 14 years ago
  24. 41fe615 (partially) by Florent Xicluna · 14 years ago
  25. 1bfd0cc Furniture is not very reliable these days (buildbot failures). by Antoine Pitrou · 14 years ago
  26. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  27. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  28. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  29. 73fd46d Bug 3347: robotparser failed because it didn't convert bytes to string. by Jeremy Hylton · 16 years ago
  30. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  31. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  32. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  33. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  34. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  35. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  36. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  37. 1c63f6e Correct various errors: by Martin v. Löwis · 22 years ago