summaryrefslogtreecommitdiffstats
path: root/Doc/library/urlparse.rst
Commit message (Collapse)AuthorAgeFilesLines
* Backport source links from 3.x.Éric Araujo2011-08-191-5/+3
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Merged revisions 86296 via svnmerge fromSenthil Kumaran2010-11-071-5/+4
| | | | | | | | | | 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. ........
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+5
| | | | informative adjunct to the docs.
* Merged revisions 83900 via svnmerge fromSenthil Kumaran2010-08-091-2/+2
| | | | | | | | | | 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. ........
* Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-0/+18
|
* Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.R. David Murray2010-05-251-3/+3
|
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-221-1/+5
| | | | on Invalid url check statement and versionchanged string in docs.
* Updated the RFCs list in the See Also section of urlparse.rstSenthil Kumaran2010-04-221-5/+17
|
* #7256: add versionadded tags for functions copied from cgi.Georg Brandl2009-11-031-0/+7
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-1/+1
| | | | found by Gabriel Genellina.
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-0/+39
| | | | | to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated.
* Doc that urlparse is named urllib.parse in Python 3.0.Brett Cannon2008-07-111-0/+6
|
* Enable doctest running for several other documents.Georg Brandl2008-03-221-6/+7
| | | | We have now over 640 doctests that are run with "make doctest".
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+268