summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.parse.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10248)matthewbelisle-wf2018-10-301-2/+16
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1596)Senthil Kumaran2017-05-151-0/+6
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-1/+1
|\
| * Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-1/+1
* | Issue #25895: Merge from 3.5Berker Peksag2016-09-161-1/+1
|\ \ | |/
| * Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-1/+1
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-2/+1
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* | Issue #26553: Merge capitalization from 3.5Martin Panter2016-05-281-1/+1
|\ \ | |/
| * Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* | Issue #25576: Merge www-form-urlencoded doc from 3.5Martin Panter2015-11-241-4/+5
|\ \ | |/
| * Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5Martin Panter2015-11-241-4/+5
| |\
| | * Issue #25576: Remove application/x-www-form-urlencoded charset adviceMartin Panter2015-11-241-4/+5
* | | Issue #20059: urllib.parse raises ValueError on all invalid ports.Robert Collins2015-08-101-4/+14
|/ /
* | Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-7/+9
|\ \ | |/
| * Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-7/+9
* | Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-171-4/+16
* | Merge: #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-241-3/+4
|\ \ | |/
| * #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-241-3/+4
* | merge with 3.4Georg Brandl2014-10-121-1/+2
|\ \ | |/
| * Closes #22586: clarify meaning of allow_fragments in urlparse.Georg Brandl2014-10-121-1/+2
* | Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...Antoine Pitrou2014-08-211-0/+5
|/
* Improve #19204: Improved cross-references in the urllib package documentation.Serhiy Storchaka2013-10-131-2/+2
* Minor doc fix in urllib.parse.rstSenthil Kumaran2013-09-301-1/+1
* Fix issue16932: Fix the urlparse example. Remote :port when scheme is not spe...Senthil Kumaran2013-02-261-1/+1
|\
| * Fix issue16932: Fix the urlparse example. Remote :port when scheme is not spe...Senthil Kumaran2013-02-261-1/+1
* | Merge with main repo default branch.Georg Brandl2012-09-291-2/+3
|\ \
| * | urllib.parse.urlencode doc updarte.Michael Foord2012-09-281-2/+3
| |/
* | Add a versionchanged note for #9374 changes.Georg Brandl2012-09-291-2/+6
|/
* urlparse docs clean up - no reference to earlier draftSenthil Kumaran2012-06-281-5/+5
* Explain the use of charset parameter with Content-Type header. Issue11082Senthil Kumaran2012-03-151-3/+4
* Add a few missing source links from 2.7 and harmonize lib docs headersÉric Araujo2011-08-191-0/+4
* merge from 3.1 for issue issue12261.Senthil Kumaran2011-06-191-2/+2
|\
| * Fix closes issue12261 - Minor documention changes in the urllib.parse.rstSenthil Kumaran2011-06-191-2/+2
| * Merged revisions 86296 via svnmerge fromSenthil Kumaran2010-11-071-5/+4
| * Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| * Merged revisions 84142 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| * Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,...Georg Brandl2010-10-061-5/+5
| * Merged revisions 83900 via svnmerge fromSenthil Kumaran2010-08-091-3/+3
| * Merged revisions 83701 via svnmerge fromSenthil Kumaran2010-08-041-0/+17
| * Minor change in the wording.Senthil Kumaran2010-07-031-2/+2
| * Merged revisions 82510 via svnmerge fromSenthil Kumaran2010-07-031-17/+23
| * Merged revisions 81647 via svnmerge fromSenthil Kumaran2010-06-021-13/+15
| * Merged revisions 81522 via svnmerge fromR. David Murray2010-05-251-3/+3
| * Merged revisions 80337 via svnmerge fromSenthil Kumaran2010-04-221-5/+14
| * Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,...Georg Brandl2009-10-271-1/+2
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-11/+15
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-3/+3
* | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-111-3/+8
* | Fix label syntax.Georg Brandl2011-01-241-1/+1