summaryrefslogtreecommitdiff
path: root/Lib/test/test_robotparser.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-67...Serhiy Storchaka2018-05-151-0/+26
* bpo-30759: Copy test_robotparser from master (#2546)Victor Stinner2017-07-051-239/+177
* don't fail tests when www.python.org can't be validated by the systemBenjamin Peterson2014-11-251-2/+3
* Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-261-0/+7
* #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-291-0/+12
* Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-1/+16
* 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
* Backport some robotparser test and skip the test if the external resource is ...Florent Xicluna2010-04-021-5/+18
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Close issue 3437 - missing state change when Allow lines are processed.Skip Montanaro2008-07-271-0/+69
* Correct attribute name.Georg Brandl2008-07-181-1/+1
* fixes 813986Skip Montanaro2007-08-281-0/+11
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-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