summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.parse.rst
Commit message (Collapse)AuthorAgeFilesLines
* Minor doc fixes in urllib.parse (GH-17745)Борис Верховский2019-12-311-26/+27
|
* Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)Роман Донченко2019-11-181-1/+1
| | | `~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.
* bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)Stein Karlsen2019-10-141-1/+6
|
* bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)Rémi Lapeyre2019-05-271-0/+7
|
* bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are ↵Lisa Roach2019-03-241-10/+31
| | | | | | namedtuples (GH-4434)
* bpo-36216: Add check for characters in netloc that normalize to separators ↵Steve Dower2019-03-071-0/+18
| | | | (GH-12201)
* bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247)matthewbelisle-wf2018-10-301-2/+16
|
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
| | | | 85% of them are already links.
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128)Howie Benefiel2017-05-161-0/+6
|
* bpo-27200: Fix several doctests (GH-604)Marco Buttu2017-04-271-0/+3
|
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-251-1/+5
| | | | | | | | | | * bpo-16285: Update urllib quoting to RFC 3986 urllib.parse.quote is now based on RFC 3986, and hence includes `'~'` in the set of characters that is not escaped by default. Patch by Christian Theune and Ratnadeep Debnath.
* 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
| | | | | | | | Patch by Gergely Imreh and Markus Holtermann.
* | 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
| | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* | 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
| | | | | | | | Patch by Anish Shah and Aatish Neupane.
* | 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
| | | | | | | | | | | | | | | No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII.
* | | Issue #20059: urllib.parse raises ValueError on all invalid ports.Robert Collins2015-08-091-4/+14
|/ / | | | | | | Patch by Martin Panter.
* | Issue #23684: Clarify the return value of the scheme attribute of ↵Berker Peksag2015-06-251-7/+9
|\ \ | |/ | | | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter.
| * Issue #23684: Clarify the return value of the scheme attribute of ↵Berker Peksag2015-06-251-7/+9
| | | | | | | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter.
* | Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-181-4/+16
| | | | | | | | | | Patch by samwyse, completed by Arnon Yaari, and reviewed by Martin Panter.
* | Merge: #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-3/+4
|\ \ | |/
| * #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-3/+4
| | | | | | | | Patch by Wojtek Ruszczewski.
* | 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 ↵Antoine Pitrou2014-08-211-0/+5
|/ | | | | | resolution of relative URLs, rather than RFCs 1808 and 2396. Patch by Demian Brecht.
* Improve #19204: Improved cross-references in the urllib package documentation.Serhiy Storchaka2013-10-131-2/+2
|
* Minor doc fix in urllib.parse.rstSenthil Kumaran2013-10-011-1/+1
|
* Fix issue16932: Fix the urlparse example. Remote :port when scheme is not ↵Senthil Kumaran2013-02-261-1/+1
|\ | | | | | | specified to demonstrate correct behavior
| * Fix issue16932: Fix the urlparse example. Remote :port when scheme is not ↵Senthil Kumaran2013-02-261-1/+1
| | | | | | | | specified to demonstrate correct behavior
* | Merge with main repo default branch.Georg Brandl2012-09-291-2/+3
|\ \
| * | urllib.parse.urlencode doc updarte.Michael Foord2012-09-281-2/+3
| |/ | | | | | | Closes issue 15593
* | Add a versionchanged note for #9374 changes.Georg Brandl2012-09-291-2/+6
|/
* urlparse docs clean up - no reference to earlier draftSenthil Kumaran2012-06-291-5/+5
|
* Explain the use of charset parameter with Content-Type header. Issue11082Senthil Kumaran2012-03-161-3/+4
|
* Add a few missing source links from 2.7 and harmonize lib docs headersÉric Araujo2011-08-181-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
| | | | | | | | | | | | | | | | | | | | 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. ........
| * Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line #9911: doc copyedits. ........
| * Merged revisions 84142 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line Consistency check for versionadded/changed directives. ........
| * Merged revisions ↵Georg Brandl2010-10-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r83561 | georg.brandl | 2010-08-02 22:17:50 +0200 (Mo, 02 Aug 2010) | 1 line #4280: remove outdated "versionchecker" tool. ........ r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line #9037: add example how to raise custom exceptions from C code. ........ r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line #9111: document that do_help() looks at docstrings. ........ r83566 | georg.brandl | 2010-08-02 22:30:57 +0200 (Mo, 02 Aug 2010) | 1 line #9019: remove false (in 3k) claim about Headers updates. ........ r83569 | georg.brandl | 2010-08-02 22:39:35 +0200 (Mo, 02 Aug 2010) | 1 line #7797: be explicit about bytes-oriented interface of base64 functions. ........ r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line Clarify that abs() is not a namespace. ........ r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line #6867: epoll.register() returns None. ........ r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line #9238: zipfile does handle archive comments. ........ r83580 | georg.brandl | 2010-08-02 23:02:36 +0200 (Mo, 02 Aug 2010) | 1 line #8119: fix copy-paste error. ........ r83584 | georg.brandl | 2010-08-02 23:07:14 +0200 (Mo, 02 Aug 2010) | 1 line #9457: fix documentation links for 3.2. ........ r83599 | georg.brandl | 2010-08-02 23:51:18 +0200 (Mo, 02 Aug 2010) | 1 line #9061: warn that single quotes are never escaped. ........ r83612 | georg.brandl | 2010-08-03 00:59:44 +0200 (Di, 03 Aug 2010) | 1 line Fix unicode literal. ........ r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line Terminology fix: exceptions are raised, except in generator.throw(). ........ r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line Fix copy-paste error. ........ r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line Add some maintainers. ........ r84016 | georg.brandl | 2010-08-14 17:46:15 +0200 (Sa, 14 Aug 2010) | 1 line Wording fix. ........ r84017 | georg.brandl | 2010-08-14 17:46:59 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84020 | georg.brandl | 2010-08-14 17:57:20 +0200 (Sa, 14 Aug 2010) | 1 line Fix format. ........ r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line Markup nits. ........
| * Merged revisions 83900 via svnmerge fromSenthil Kumaran2010-08-091-3/+3
| | | | | | | | | | | | | | | | | | | | 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. ........
| * Merged revisions 83701 via svnmerge fromSenthil Kumaran2010-08-041-0/+17
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83701 | senthil.kumaran | 2010-08-04 10:20:44 +0530 (Wed, 04 Aug 2010) | 3 lines Fix Issue754016 - urlparse goes wrong with IP:port without scheme ........
| * Minor change in the wording.Senthil Kumaran2010-07-031-2/+2
| |