summaryrefslogtreecommitdiff
path: root/Lib/test/test_robotparser.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711)...Miss Islington (bot)2018-05-141-0/+27
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)Berker Peksag2017-11-231-3/+6
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+1
* Issue #25400: RobotFileParser now correctly returns default values for crawl_...Berker Peksag2016-09-181-18/+36
* Issue #28151: Use pythontest.net in test_robotparserBerker Peksag2016-09-181-7/+36
* Use HTTP in testPythonOrgBerker Peksag2016-09-111-1/+1
* Unskip testPythonOrg in test_robotparserBerker Peksag2016-09-111-2/+1
* Wrap testPasswordProtectedSite with @reap_threadsBerker Peksag2016-09-111-0/+1
* Issue #25497: Rewrite test_robotparser to use a class based designBerker Peksag2016-09-111-220/+139
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-2/+0
* Issue #16099: RobotFileParser now supports Crawl-delay and Request-rateBerker Peksag2015-10-081-21/+69
* Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without...Berker Peksag2014-06-291-1/+5
* issue20753 - robotparser tests should not rely upon external resource when no...Senthil Kumaran2014-06-251-25/+47
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-1/+0
* #20719: Disable the robotparser python.org test until the gzip encoding issue...Georg Brandl2014-02-231-0/+1
* #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-291-0/+12
* #17066: test_robotparser now works with unittest test discovery. Patch by Za...Ezio Melotti2013-03-121-6/+10
* Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-2/+17
* Improve transient_internet() again to detect more network errors,Antoine Pitrou2010-09-071-14/+15
* #4108: the first default entry (User-agent: *) wins.Georg Brandl2010-07-291-0/+14
* Fix Issue6325 - robotparse to honor urls with query strings.Senthil Kumaran2010-07-281-0/+11
* (partially)Florent Xicluna2010-04-021-7/+5
* Furniture is not very reliable these days (buildbot failures).Antoine Pitrou2010-04-021-2/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-311-0/+69
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-3/+5
* Bug 3347: robotparser failed because it didn't convert bytes to string.Jeremy Hylton2008-07-181-3/+12
* Make a new urllib package .Jeremy Hylton2008-06-181-3/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+11
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+2
* Whitespace normalization.Tim Peters2002-04-161-9/+9
* Correct various errors:Martin v. Löwis2002-02-281-0/+141