index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
urllib
/
parse.py
Commit message (
Expand
)
Author
Age
*
gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed ...
Seth Michael Larson
2025-01-31
*
gh-126662: harmonize naming for three namedtuple base classes in urllib.parse...
Stephen Morton
2024-11-23
*
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116...
Serhiy Storchaka
2024-11-12
*
gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (...
Serhiy Storchaka
2024-11-07
*
gh-76960: Fix urljoin() and urldefrag() for URIs with empty components (GH-12...
Serhiy Storchaka
2024-08-31
*
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urluns...
Serhiy Storchaka
2024-08-21
*
gh-118827: Remove `Quoter` from `urllib.parse` (#118828)
Nikita Sobolev
2024-06-03
*
gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with ...
Serhiy Storchaka
2024-05-14
*
gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)
Serhiy Storchaka
2024-03-16
*
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
Serhiy Storchaka
2024-03-05
*
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
zentarim
2023-06-13
*
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii
2023-05-17
*
gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are o...
JohnJamesUtley
2023-05-10
*
gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)
Gregory P. Smith
2023-05-09
*
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Gregory P. Smith
2022-12-10
*
gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...
Ben Kallus
2022-11-13
*
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
Ben Kallus
2022-10-20
*
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith
2022-09-19
*
gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)
Dennis Sweeney
2022-08-30
*
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner
2022-06-13
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
*
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29...
Christian Sattler
2021-12-12
*
bpo-44002: Switch to lru_cache in urllib.parse. (GH-25798)
Gregory P. Smith
2021-05-11
*
bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25...
Senthil Kumaran
2021-05-05
*
bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756)
Dong-hee Na
2021-04-30
*
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...
Senthil Kumaran
2021-04-29
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)
Ken Jin
2021-04-11
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
*
bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458)
idomic
2020-02-16
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka
2020-01-05
*
bpo-27657: Fix urlparse() with numeric paths (#661)
Tim Graham
2019-10-18
*
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Stein Karlsen
2019-10-14
*
bpo-36742: Corrects fix to handle decomposition in usernames (#13812)
Steve Dower
2019-06-04
*
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre
2019-05-27
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
*
bpo-12910: update and correct quote docstring (#2568)
Jörn Hees
2019-04-09
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
*
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
matthewbelisle-wf
2018-10-19
*
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella
2018-04-25
*
bpo-33034: Improve exception message when cast fails for {Parse,Split}Result....
Matt Eaton
2018-03-20
*
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867)
Коренберг Марк
2017-12-21
*
remove a redundant lower in urllib.parse.urlsplit (#3008)
Oren Milman
2017-09-02
*
urllib: Simplify splithost by calling into urlparse. (#1849)
postmasters
2017-06-20
*
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984)
Senthil Kumaran
2017-05-17
*
correct parse_qs and parse_qsl test case descriptions. (#968)
Senthil Kumaran
2017-04-04
*
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath
2017-02-25
*
Issue #28992: Use bytes.fromhex().
Serhiy Storchaka
2016-12-21
*
Issue #25895: Merge from 3.5
Berker Peksag
2016-09-16
|
\
[next]