summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.parse.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-3/+3
* GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)zentarim2023-06-131-3/+3
* gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)Illia Volochii2023-05-171-2/+44
* gh-91708: Revert params note in urllib.parse.urlparse table (#96699)Stanley2022-10-071-1/+2
* docs: Improve example for urlparse() (GH-29816)Christian Clauss2021-12-021-31/+42
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-261-1/+1
* bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...Senthil Kumaran2021-04-291-0/+13
* bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)Ken Jin2021-02-151-6/+12
* bpo-42967: only use '&' as a query string separator (#24297)Adam Goldschmidt2021-02-141-2/+14
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-111-1/+1
* Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)Christopher Yeh2020-07-161-15/+15
* 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
* 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 namedtup...Lisa Roach2019-03-241-10/+31
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-071-0/+18
* 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
* 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
* 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-091-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-181-4/+16
* | 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
* | 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-10-011-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-291-5/+5