Home
last modified time | relevance | path

Searched refs:RobotFileParser (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Doc/library/
Durllib.robotparser.rst20 This module provides a single class, :class:`RobotFileParser`, which answers
26 .. class:: RobotFileParser(url='')
89 The following example demonstrates basic use of the :class:`RobotFileParser`
93 >>> rp = urllib.robotparser.RobotFileParser()
/third_party/python/Lib/test/
Dtest_robotparser.py21 self.parser = urllib.robotparser.RobotFileParser()
339 parser = urllib.robotparser.RobotFileParser()
354 cls.parser = urllib.robotparser.RobotFileParser(cls.robots_txt)
378 parser = urllib.robotparser.RobotFileParser(self.url('i-robot.txt'))
/third_party/python/Lib/urllib/
Drobotparser.py22 class RobotFileParser: class
/third_party/python/Misc/NEWS.d/
D3.6.4rc1.rst308 :meth:`RobotFileParser.parse() <urllib.robotparser.RobotFileParser.parse>`
D3.6.0b2.rst491 RobotFileParser now correctly returns default values for crawl_delay and
D3.7.0a3.rst388 :meth:`RobotFileParser.parse() <urllib.robotparser.RobotFileParser.parse>`
D3.9.0a1.rst3036 Fix :meth:`RobotFileParser.crawl_delay` and
3037 :meth:`RobotFileParser.request_rate` to return ``None`` rather than raise
D3.8.0a1.rst4769 Added support for Site Maps to urllib's ``RobotFileParser`` as
4770 :meth:`RobotFileParser.site_maps()
4771 <urllib.robotparser.RobotFileParser.site_maps>`. Patch by Lady Red, based on
D3.6.0a1.rst2725 RobotFileParser now supports Crawl-delay and Request-rate extensions. Patch
D3.7.0a1.rst4484 RobotFileParser now correctly returns default values for crawl_delay and
/third_party/python/Doc/whatsnew/
D3.6.rst1681 :class:`~urllib.robotparser.RobotFileParser` now supports the ``Crawl-delay`` and