index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
urllib
/
parse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii
2023-05-17
1
-0/+12
*
gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are o...
JohnJamesUtley
2023-05-10
1
-1/+15
*
gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)
Gregory P. Smith
2023-05-09
1
-1/+1
*
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Gregory P. Smith
2022-12-11
1
-11/+19
*
gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...
Ben Kallus
2022-11-13
1
-1/+1
*
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
Ben Kallus
2022-10-20
1
-9/+8
*
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith
2022-09-19
1
-1/+9
*
gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)
Dennis Sweeney
2022-08-31
1
-1/+1
*
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner
2022-06-13
1
-1/+0
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
1
-3/+2
*
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29...
Christian Sattler
2021-12-12
1
-2/+3
*
bpo-44002: Switch to lru_cache in urllib.parse. (GH-25798)
Gregory P. Smith
2021-05-12
1
-29/+29
*
bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25...
Senthil Kumaran
2021-05-05
1
-3/+5
*
bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756)
Dong-hee Na
2021-04-30
1
-2/+1
*
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...
Senthil Kumaran
2021-04-29
1
-0/+6
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)
Ken Jin
2021-04-11
1
-0/+1
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
1
-2/+1
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
1
-5/+15
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
1
-0/+3
*
bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458)
idomic
2020-02-16
1
-6/+35
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka
2020-01-05
1
-2/+2
*
bpo-27657: Fix urlparse() with numeric paths (#661)
Tim Graham
2019-10-18
1
-21/+1
*
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Stein Karlsen
2019-10-14
1
-0/+2
*
bpo-36742: Corrects fix to handle decomposition in usernames (#13812)
Steve Dower
2019-06-04
1
-3/+3
*
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre
2019-05-27
1
-7/+5
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
1
-4/+7
*
bpo-12910: update and correct quote docstring (#2568)
Jörn Hees
2019-04-10
1
-13/+20
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
1
-0/+17
*
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
matthewbelisle-wf
2018-10-19
1
-3/+19
*
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella
2018-04-25
1
-4/+99
*
bpo-33034: Improve exception message when cast fails for {Parse,Split}Result....
Matt Eaton
2018-03-20
1
-1/+5
*
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867)
Коренберг Марк
2017-12-21
1
-4/+6
*
remove a redundant lower in urllib.parse.urlsplit (#3008)
Oren Milman
2017-09-03
1
-2/+1
*
urllib: Simplify splithost by calling into urlparse. (#1849)
postmasters
2017-06-20
1
-1/+1
*
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984)
Senthil Kumaran
2017-05-18
1
-11/+19
*
correct parse_qs and parse_qsl test case descriptions. (#968)
Senthil Kumaran
2017-04-05
1
-13/+17
*
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath
2017-02-25
1
-3/+6
*
Issue #28992: Use bytes.fromhex().
Serhiy Storchaka
2016-12-21
1
-1/+1
*
Issue #25895: Merge from 3.5
Berker Peksag
2016-09-16
1
-2/+3
|
\
|
*
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Berker Peksag
2016-09-16
1
-2/+3
*
|
merge from 3.5
Senthil Kumaran
2016-01-26
1
-15/+0
|
\
\
|
|
/
|
*
Remove unnecessary test case comment in urllib.parse.py. These are asserted a...
Senthil Kumaran
2016-01-26
1
-15/+0
*
|
Issue #25822: Add docstrings to the fields of urllib.parse results.
Senthil Kumaran
2016-01-14
1
-2/+65
*
|
Issue #20059: urllib.parse raises ValueError on all invalid ports.
Robert Collins
2015-08-09
1
-2/+1
|
/
*
Issue #13866: add *quote_via* argument to urlencode.
R David Murray
2015-05-18
1
-14/+15
*
Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.
Berker Peksag
2015-04-15
1
-2/+1
*
Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
Serhiy Storchaka
2015-04-07
1
-1/+3
*
Issue #23563: Optimized utility functions in urllib.parse.
Serhiy Storchaka
2015-03-03
1
-60/+28
*
Merge: #23040: Clarify treatment of encoding and errors when component is bytes.
R David Murray
2014-12-25
1
-4/+5
|
\
|
*
#23040: Clarify treatment of encoding and errors when component is bytes.
R David Murray
2014-12-25
1
-4/+5
[next]