Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 1 | -1/+1 |
| | | | | Patch by Anish Shah and Aatish Neupane. | ||||
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Issue #21746: Remove BaseResult reference from urlparse documentation | Berker Peksag | 2016-04-30 | 1 | -12/+2 |
| | | | | | | BaseResult no longer exists and it has been replaced by namedtuple. Patch by Matthew Gilson. | ||||
* | Issue #23684: Clarify the return value of the scheme attribute of ↵ | Berker Peksag | 2015-06-25 | 1 | -2/+2 |
| | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter. | ||||
* | Closes #22586: clarify meaning of allow_fragments in urlparse. | Georg Brandl | 2014-10-12 | 1 | -2/+3 |
| | |||||
* | Minor doc fix in urlparse.rst | Senthil Kumaran | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | Fix issue16932: Fix the urlparse example. Remote :port when scheme is not ↵ | Senthil Kumaran | 2013-02-26 | 1 | -1/+1 |
| | | | | specified to demonstrate correct behavior | ||||
* | urlparse docs clean up | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 |
| | |||||
* | Use Python 3 instead of 3.0. | Ezio Melotti | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -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 from | Senthil Kumaran | 2010-11-07 | 1 | -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 Hettinger | 2010-11-06 | 1 | -0/+5 |
| | | | | informative adjunct to the docs. | ||||
* | Merged revisions 83900 via svnmerge from | Senthil Kumaran | 2010-08-09 | 1 | -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 scheme | Senthil Kumaran | 2010-08-04 | 1 | -0/+18 |
| | |||||
* | Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. | R. David Murray | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | Changed tests to only urlparse one, which was enough, addressed Ezio's comment | Senthil Kumaran | 2010-04-22 | 1 | -1/+5 |
| | | | | on Invalid url check statement and versionchanged string in docs. | ||||
* | Updated the RFCs list in the See Also section of urlparse.rst | Senthil Kumaran | 2010-04-22 | 1 | -5/+17 |
| | |||||
* | #7256: add versionadded tags for functions copied from cgi. | Georg Brandl | 2009-11-03 | 1 | -0/+7 |
| | |||||
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 1 | -1/+1 |
| | | | | found by Gabriel Genellina. | ||||
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -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 Cannon | 2008-07-11 | 1 | -0/+6 |
| | |||||
* | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -6/+7 |
| | | | | We have now over 640 doctests that are run with "make doctest". | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+268 |