Serhiy Storchaka
|
b4905efe23
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
|
2016-05-07 10:50:12 +03:00 |
Berker Peksag
|
065b40c0bd
|
Issue #21746: Remove BaseResult reference from urlparse documentation
BaseResult no longer exists and it has been replaced by namedtuple.
Patch by Matthew Gilson.
|
2016-04-30 18:36:31 +03:00 |
Berker Peksag
|
6750c8b803
|
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
Patch by Martin Panter.
|
2015-06-25 23:47:43 +03:00 |
Georg Brandl
|
f8757fd356
|
Closes #22586: clarify meaning of allow_fragments in urlparse.
|
2014-10-12 16:13:32 +02:00 |
Senthil Kumaran
|
34f7c4ee80
|
Minor doc fix in urlparse.rst
|
2013-09-30 22:10:44 -07:00 |
Senthil Kumaran
|
b1bbc0b3dc
|
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
|
2013-02-26 01:02:14 -08:00 |
Senthil Kumaran
|
9d5d507322
|
urlparse docs clean up
|
2012-06-28 21:07:32 -07:00 |
Ezio Melotti
|
510ff54324
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
Éric Araujo
|
29a0b57e4e
|
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some
files, I have also made cosmetic changes to the header.
|
2011-08-19 02:14:03 +02:00 |
Senthil Kumaran
|
683beb6c9b
|
Merged revisions 86296 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86296 | senthil.kumaran | 2010-11-07 20:57:04 +0800 (Sun, 07 Nov 2010) | 3 lines
Fix Issue10226 - Clarifying the role of the netloc separator.
........
|
2010-11-07 13:10:02 +00:00 |
Raymond Hettinger
|
e0e082281e
|
Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
|
2010-11-06 07:10:31 +00:00 |
Senthil Kumaran
|
bd13f45761
|
Merged revisions 83900 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
........
|
2010-08-09 20:14:11 +00:00 |
Senthil Kumaran
|
0b5019fe23
|
Fix Issue754016 - urlparse goes wrong with IP:port without scheme
|
2010-08-04 04:45:31 +00:00 |
R. David Murray
|
172e06e019
|
Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.
|
2010-05-25 15:32:06 +00:00 |
Senthil Kumaran
|
398246169c
|
Changed tests to only urlparse one, which was enough, addressed Ezio's comment
on Invalid url check statement and versionchanged string in docs.
|
2010-04-22 12:10:13 +00:00 |
Senthil Kumaran
|
0a36181953
|
Updated the RFCs list in the See Also section of urlparse.rst
|
2010-04-22 05:48:35 +00:00 |
Georg Brandl
|
a6714b2887
|
#7256: add versionadded tags for functions copied from cgi.
|
2009-11-03 18:34:27 +00:00 |
Georg Brandl
|
fc29f27c16
|
#4811: fix markup glitches (mostly remains of the conversion),
found by Gabriel Genellina.
|
2009-01-02 20:25:14 +00:00 |
Facundo Batista
|
c585df9476
|
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one. Added a PendingDeprecationWarning in the old
module, it will be deprecated in the future. Docs and tests updated.
|
2008-09-03 22:35:50 +00:00 |
Brett Cannon
|
f6afa334b9
|
Doc that urlparse is named urllib.parse in Python 3.0.
|
2008-07-11 00:16:30 +00:00 |
Georg Brandl
|
e8f1b00372
|
Enable doctest running for several other documents.
We have now over 640 doctests that are run with "make doctest".
|
2008-03-22 22:04:10 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |