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
*
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-05-05
1
-0/+10
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) ...
Miss Islington (bot)
2021-04-16
1
-0/+1
*
[3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)
Senthil Kumaran
2021-02-15
1
-5/+14
*
[3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.u...
Irit Katriel
2020-10-18
1
-0/+2
*
Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18...
Senthil Kumaran
2020-02-16
1
-1/+21
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Miss Islington (bot)
2020-01-05
1
-2/+2
*
[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)
Senthil Kumaran
2019-10-18
1
-21/+1
*
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
*
|
Issue #22278: Fix urljoin problem with relative urls, a regression observed
Senthil Kumaran
2014-09-22
1
-1/+5
*
|
Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...
Antoine Pitrou
2014-08-21
1
-25/+38
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-1/+1
|
/
*
Issue #20879: Delay the initialization of encoding and decoding tables for
Victor Stinner
2014-03-17
1
-2/+7
*
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
1
-14/+17
|
\
|
*
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
1
-14/+17
*
|
merge from 3.3
Senthil Kumaran
2013-09-06
1
-4/+4
|
\
\
|
|
/
|
*
Improve urlencode docstring. Patch by Brian Brazil.
Senthil Kumaran
2013-09-06
1
-4/+4
*
|
Remove redundant imports
Raymond Hettinger
2013-04-07
1
-9/+0
|
/
*
Issue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka
2013-03-14
1
-36/+27
*
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
1
-1/+1
*
Closes #9374: add back now-unused module attributes; removing them is a backw...
Georg Brandl
2012-08-24
1
-0/+10
*
urllib.parse cleanup. rename keywords used as variables
Senthil Kumaran
2012-06-29
1
-7/+7
*
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...
Senthil Kumaran
2012-05-26
1
-1/+1
*
Issue #14036: return None when port in urlparse cross 65535
Senthil Kumaran
2012-05-24
1
-0/+3
*
#14072: Fix parsing of tel URIs in urlparse by making the check for ports str...
Ezio Melotti
2012-05-19
1
-6/+6
[next]