summaryrefslogtreecommitdiff
path: root/Lib/test/test_robotparser.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 84597-84599 via svnmerge fromAntoine Pitrou2010-09-071-14/+15
* Merged revisions 83238 via svnmerge fromGeorg Brandl2010-08-011-0/+14
* Merged revisions 83209 via svnmerge fromSenthil Kumaran2010-07-281-0/+11
* Merged revision 79605 via svnmerge fromFlorent Xicluna2010-04-031-6/+8
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-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