summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.robotparser.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+4
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
| | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* | Issue #16099: RobotFileParser now supports Crawl-delay and Request-rateBerker Peksag2015-10-081-2/+28
|/ | | | | | extensions. Patch by Nikolay Bogoychev.
* Issue #17398: document url argument of RobotFileParserTerry Jan Reedy2013-03-151-3/+3
|
* Review the doc changes for the urllib package creation.Georg Brandl2008-06-231-9/+3
|
* Documentation updates for urllib package. Modified the documentation for theSenthil Kumaran2008-06-231-0/+73
urllib,urllib2 -> urllib.request,urllib.error urlparse -> urllib.parse RobotParser -> urllib.robotparser Updated tutorial references and other module references (http.client.rst, ftplib.rst,contextlib.rst) Updated the examples in the urllib2-howto Addresses Issue3142.