summaryrefslogtreecommitdiffstats
path: root/Doc/library/urlparse.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Issue #21746: Remove BaseResult reference from urlparse documentationBerker Peksag2016-04-301-12/+2
* Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-2/+2
* Closes #22586: clarify meaning of allow_fragments in urlparse.Georg Brandl2014-10-121-2/+3
* Minor doc fix in urlparse.rstSenthil Kumaran2013-10-011-1/+1
* Fix issue16932: Fix the urlparse example. Remote :port when scheme is not spe...Senthil Kumaran2013-02-261-1/+1
* urlparse docs clean upSenthil Kumaran2012-06-291-5/+5
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-2/+2
* Backport source links from 3.x.Éric Araujo2011-08-191-5/+3
* Merged revisions 86296 via svnmerge fromSenthil Kumaran2010-11-071-5/+4
* Add more links to Python sources where the code is short, readable and an inf...Raymond Hettinger2010-11-061-0/+5
* Merged revisions 83900 via svnmerge fromSenthil Kumaran2010-08-091-2/+2
* 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
* 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
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-0/+39
* 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
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+268