index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_urlparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25895: Merge from 3.5
Berker Peksag
2016-09-16
1
-19
/
+17
|
\
|
*
merge 3.5
Senthil Kumaran
2016-04-16
1
-2
/
+53
|
|
\
|
*
|
Issue #20059: urllib.parse raises ValueError on all invalid ports.
Robert Collins
2015-08-10
1
-19
/
+17
*
|
|
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Berker Peksag
2016-09-16
1
-0
/
+2
|
|
/
|
/
|
*
|
issue26775 - Improve test coverage for urllib.parse
Senthil Kumaran
2016-04-16
1
-2
/
+53
|
/
*
Issue #23684: Clarify the return value of the scheme attribute of ParseResult...
Berker Peksag
2015-06-25
1
-0
/
+41
|
\
|
*
Issue #23684: Clarify the return value of the scheme attribute of ParseResult...
Berker Peksag
2015-06-25
1
-0
/
+41
*
|
Issue #13866: add *quote_via* argument to urlencode.
R David Murray
2015-05-17
1
-0
/
+10
*
|
Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.
Berker Peksag
2015-04-16
1
-0
/
+3
*
|
Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
Serhiy Storchaka
2015-04-07
1
-0
/
+16
*
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
1
-16
/
+36
|
\
\
|
|
/
|
/
|
|
*
Issue #22278: Fix urljoin problem with relative urls, a regression observed
Senthil Kumaran
2014-09-22
1
-0
/
+12
|
*
Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...
Antoine Pitrou
2014-08-21
1
-16
/
+24
*
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
1
-54
/
+129
|
/
*
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
1
-0
/
+8
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2
/
+0
|
|
\
|
*
|
#17472: add tests for a couple of untested methods in urllib.urlparse.
R David Murray
2013-03-21
1
-0
/
+8
*
|
|
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
1
-10
/
+28
|
|
/
|
/
|
*
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2
/
+0
|
/
*
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
1
-0
/
+29
*
Issue #14036: return None when port in urlparse cross 65535
Senthil Kumaran
2012-05-24
1
-0
/
+5
*
#14072: Fix parsing of tel URIs in urlparse by making the check for ports str...
Ezio Melotti
2012-05-19
1
-0
/
+7
*
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
Senthil Kumaran
2012-05-19
1
-0
/
+9
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-21
/
+355
|
\
|
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1
/
+1
|
*
change the redundant svn scheme urljoin test case to svn+ssh scheme.
Senthil Kumaran
2011-08-03
1
-1
/
+1
|
*
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Senthil Kumaran
2011-08-03
1
-0
/
+2
|
*
Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet...
Senthil Kumaran
2011-07-23
1
-2
/
+76
|
*
merge from 3.1
Senthil Kumaran
2011-04-15
1
-18
/
+275
|
|
\
|
/
/
|
*
test_urlparse: add tests for encoding and errors arguments
Victor Stinner
2011-01-14
1
-0
/
+27
|
*
Fix Issue9721 - urljoin behavior when the relative url starts with ';'
Senthil Kumaran
2010-12-17
1
-0
/
+3
|
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
1
-10
/
+10
|
*
Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...
Nick Coghlan
2010-11-30
1
-21
/
+214
|
*
Fix Issue754016 - urlparse goes wrong with IP:port without scheme
Senthil Kumaran
2010-08-04
1
-0
/
+21
|
*
Fix Issue5842 - Moving the tests out of urllib.parse module
Senthil Kumaran
2010-07-14
1
-0
/
+32
|
*
Merged revisions 81130 via svnmerge from
Senthil Kumaran
2010-05-13
1
-1
/
+6
|
*
Merged revisions 80908 via svnmerge from
Senthil Kumaran
2010-05-07
1
-6
/
+52
|
*
Merged revisions 80362 via svnmerge from
Senthil Kumaran
2010-04-22
1
-2
/
+2
|
*
Merged revisions 80277 via svnmerge from
Senthil Kumaran
2010-04-20
1
-0
/
+1
|
*
Merged revisions 80101 via svnmerge from
Senthil Kumaran
2010-04-16
1
-0
/
+34
|
*
Merged revisions 79988 via svnmerge from
Senthil Kumaran
2010-04-12
1
-1
/
+1
|
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1
/
+1
|
*
urllib.urlparse -> urllib.parse.urlparse
Ezio Melotti
2010-02-19
1
-5
/
+5
|
*
Merged revisions 78234 via svnmerge from
Senthil Kumaran
2010-02-19
1
-1
/
+8
*
|
Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...
Senthil Kumaran
2011-04-15
1
-0
/
+5
*
|
Merged revisions 87329 via svnmerge from
Senthil Kumaran
2010-12-17
1
-0
/
+3
*
|
Merged revisions 83701 via svnmerge from
Senthil Kumaran
2010-08-04
1
-0
/
+21
*
|
Merged revisions 82881 via svnmerge from
Senthil Kumaran
2010-07-14
1
-0
/
+32
*
|
Merged revisions 81132 via svnmerge from
Senthil Kumaran
2010-05-13
1
-1
/
+6
*
|
Merged revisions 80910 via svnmerge from
Senthil Kumaran
2010-05-07
1
-7
/
+51
[next]