aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_robotparser.py
Commit message (Expand)AuthorAge
* gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)Christian Heimes2022-05-16
* gh-84461: Skip network require tests on Emscripten (GH-92383)Christian Heimes2022-05-06
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-22
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-28
* bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)Serhiy Storchaka2020-04-29
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-37421: urllib.request tests call urlcleanup() (GH-14529)Victor Stinner2019-07-02
* bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...Rémi Lapeyre2019-06-16
* bpo-21475: Support the Sitemap extension in robotparser (GH-6883)Christopher Beacham2018-05-16
* bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711)Michael Lazar2018-05-14
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)Berker Peksag2017-11-23
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #25400: RobotFileParser now correctly returns default values for crawl_...Berker Peksag2016-09-18
* Issue #28151: Use pythontest.net in test_robotparserBerker Peksag2016-09-18
* Use HTTP in testPythonOrgBerker Peksag2016-09-11
* Unskip testPythonOrg in test_robotparserBerker Peksag2016-09-11
* Wrap testPasswordProtectedSite with @reap_threadsBerker Peksag2016-09-11
* Issue #25497: Rewrite test_robotparser to use a class based designBerker Peksag2016-09-11
* 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