aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_robotparser.py
Commit message (Expand)AuthorAge
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
* Issue #16099: RobotFileParser now supports Crawl-delay and Request-rateBerker Peksag2015-10-08
* Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without...Berker Peksag2014-06-29
* issue20753 - robotparser tests should not rely upon external resource when no...Senthil Kumaran2014-06-25
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-02
* #20719: Disable the robotparser python.org test until the gzip encoding issue...Georg Brandl2014-02-23
* #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-29
* #17066: test_robotparser now works with unittest test discovery. Patch by Za...Ezio Melotti2013-03-12
* Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-08
* Improve transient_internet() again to detect more network errors,Antoine Pitrou2010-09-07
* #4108: the first default entry (User-agent: *) wins.Georg Brandl2010-07-29
* Fix Issue6325 - robotparse to honor urls with query strings.Senthil Kumaran2010-07-28
* (partially)Florent Xicluna2010-04-02
* Furniture is not very reliable these days (buildbot failures).Antoine Pitrou2010-04-02
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-31
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-23
* Bug 3347: robotparser failed because it didn't convert bytes to string.Jeremy Hylton2008-07-18
* Make a new urllib package .Jeremy Hylton2008-06-18
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-30
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-09
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Whitespace normalization.Tim Peters2002-04-16
* Correct various errors:Martin v. Löwis2002-02-28