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
/
test
/
test_urlparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1/+2
|
\
*
|
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
-0/+5
|
\
\
|
|
/
|
*
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
|
*
Reverting the previous checkin (80103). The feature should not have been merg...
Senthil Kumaran
2010-04-16
1
-34/+0
|
*
Merged revisions 80102 via svnmerge from
Senthil Kumaran
2010-04-16
1
-0/+34
|
*
Merged revisions 79990 via svnmerge from
Senthil Kumaran
2010-04-12
1
-1/+1
|
*
Merged revisions 78239 via svnmerge from
Ezio Melotti
2010-02-19
1
-5/+5
|
*
Merged revisions 78236 via svnmerge from
Senthil Kumaran
2010-02-19
1
-1/+8
*
|
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
|
/
*
Fix for Issue4962, issue4675.
Senthil Kumaran
2009-03-30
1
-0/+3
*
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista
2008-09-03
1
-0/+23
*
Issue 1432. Fixes a bug caused because of the evolution
Facundo Batista
2008-08-14
1
-2/+9
*
Issue 3314. The sys module is used in an error case.
Facundo Batista
2008-07-07
1
-0/+4
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-20/+20
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
1
-0/+23
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
1
-1/+0
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+101
*
add support for svn: and svn+ssh: URL schemes to urlparse
Fred Drake
2005-07-29
1
-0/+5
*
Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as
Johannes Gijsbers
2005-01-09
1
-28/+51
*
see rev. 1.13 for log message
Brett Cannon
2003-10-12
1
-5/+2
*
* add mms (windows media) as another scheme
Skip Montanaro
2003-01-06
1
-0/+3
*
SF feature #618024, urlparse fails on imap://
Neal Norwitz
2003-01-06
1
-0/+3
*
Make sure we test urlsplit() / urlunsplit() directly, rather than
Fred Drake
2002-10-16
1
-12/+40
[next]