index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
test
/
test_urlparse.py
Commit message (
Expand
)
Author
Age
*
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
*
Speed up test_urlsplit_normalization (GH-26688)
Jacob Walls
2021-07-22
*
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-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: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
*
bpo-27657: Fix urlparse() with numeric paths (#661)
Tim Graham
2019-10-18
*
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-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
*
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
matthewbelisle-wf
2018-10-19
*
bpo-27485: Change urlparse tests to use private methods. (GH-7070)
Cheryl Sabella
2018-06-03
*
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
*
urllib: Simplify splithost by calling into urlparse. (#1849)
postmasters
2017-06-20
*
correct parse_qs and parse_qsl test case descriptions. (#968)
Senthil Kumaran
2017-04-04
*
Issue #25895: Merge from 3.5
Berker Peksag
2016-09-16
|
\
|
*
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Berker Peksag
2016-09-16
*
|
merge 3.5
Senthil Kumaran
2016-04-16
|
\
|
|
*
issue26775 - Improve test coverage for urllib.parse
Senthil Kumaran
2016-04-16
*
|
Issue #20059: urllib.parse raises ValueError on all invalid ports.
Robert Collins
2015-08-10
|
/
*
Issue #23684: Clarify the return value of the scheme attribute of ParseResult...
Berker Peksag
2015-06-25
|
\
|
*
Issue #23684: Clarify the return value of the scheme attribute of ParseResult...
Berker Peksag
2015-06-25
*
|
Issue #13866: add *quote_via* argument to urlencode.
R David Murray
2015-05-17
*
|
Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.
Berker Peksag
2015-04-16
*
|
Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
Serhiy Storchaka
2015-04-07
*
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
|
\
|
|
*
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
*
|
Issue #22278: Fix urljoin problem with relative urls, a regression observed
Senthil Kumaran
2014-09-22
*
|
Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...
Antoine Pitrou
2014-08-21
|
/
*
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
|
\
|
*
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
*
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
|
\
|
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
|
#17472: add tests for a couple of untested methods in urllib.urlparse.
R David Murray
2013-03-21
|
/
*
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
*
Issue #14036: return None when port in urlparse cross 65535
Senthil Kumaran
2012-05-24
*
#14072: Fix parsing of tel URIs in urlparse by making the check for ports str...
Ezio Melotti
2012-05-19
*
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
Senthil Kumaran
2012-05-19
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
|
\
*
|
Remove duplication.
Ezio Melotti
2011-10-19
*
|
change the redundant svn scheme urljoin test case to svn+ssh scheme.
Senthil Kumaran
2011-08-03
*
|
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Senthil Kumaran
2011-08-03
*
|
Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet...
Senthil Kumaran
2011-07-23
[next]