Christopher Beacham
|
5db5c0669e
|
bpo-21475: Support the Sitemap extension in robotparser (GH-6883)
|
2018-05-16 10:52:07 -04:00 |
Berker Peksag
|
3df02dbc8e
|
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
|
2017-11-23 15:40:26 -08:00 |
Terry Jan Reedy
|
4da945f361
|
Merge Issue #22558.
|
2016-06-11 15:06:08 -04:00 |
Terry Jan Reedy
|
fa089b9b0b
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
2016-06-11 15:02:54 -04:00 |
Berker Peksag
|
960e848f0d
|
Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate
extensions.
Patch by Nikolay Bogoychev.
|
2015-10-08 12:27:06 +03:00 |
Terry Jan Reedy
|
f3f0681794
|
Issue #17398: document url argument of RobotFileParser
|
2013-03-15 16:50:23 -04:00 |
Georg Brandl
|
0f7ede4569
|
Review the doc changes for the urllib package creation.
|
2008-06-23 11:23:31 +00:00 |
Senthil Kumaran
|
aca8fd7a9d
|
Documentation updates for urllib package. Modified the documentation for the
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.
|
2008-06-23 04:41:59 +00:00 |