Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e57c957ff96ce8b8be43b7da14afde2eb02f4311
/
Lib
/
test
/
test_urlparse.py
326b5ab
Issue #20270: urllib and urlparse now support empty ports.
by Serhiy Storchaka
· 12 years ago
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
1974baa
Fix issue16713 - tel url parsing with params
by Senthil Kumaran
· 13 years ago
37484dc
Issue #14036: return None when port in urlparse cross 65535
by Senthil Kumaran
· 13 years ago
6d9c1b1
#14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter.
by Ezio Melotti
· 13 years ago
ea24dda
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
by Senthil Kumaran
· 13 years ago
1e87da1
Remove duplication.
by Ezio Melotti
· 14 years ago
28696fe
add svn+ssh testcase for urljoin.
by Senthil Kumaran
· 14 years ago
f432aec
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
by Senthil Kumaran
· 14 years ago
578617a
merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm.
by Senthil Kumaran
· 14 years ago
ddaea1c
Issue #11467: Fix urlparse behavior when handling urls which contains scheme
by Senthil Kumaran
· 14 years ago
5c7fd6e
Merged revisions 87329 via svnmerge from
by Senthil Kumaran
· 15 years ago
0b5019f
Fix Issue754016 - urlparse goes wrong with IP:port without scheme
by Senthil Kumaran
· 15 years ago
9a5bc1d
Merged revisions 82881 via svnmerge from
by Senthil Kumaran
· 15 years ago
81a0450
Fix Issue8657 - adding git and git+ssh as know schemes.
by Senthil Kumaran
· 15 years ago
e41bb0b
Testsuite for RFC3986 based parsing scenario. Related Issue1462525.
by Senthil Kumaran
· 15 years ago
3982461
Changed tests to only urlparse one, which was enough, addressed Ezio's comment
by Senthil Kumaran
· 15 years ago
241a043
Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better.
by Senthil Kumaran
· 15 years ago
8c6d9d7
Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
by Senthil Kumaran
· 15 years ago
d10b65e
Adding additional examples of valid urls as per RFC 3986 (for issue8339)
by Senthil Kumaran
· 15 years ago
4e78de8
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986
by Senthil Kumaran
· 15 years ago
5e95e76
Fix for bugs: Issue4675 and Issue4962.
by Senthil Kumaran
· 16 years ago
c585df9
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
by Facundo Batista
· 17 years ago
67d1981
Issue 1432. Fixes a bug caused because of the evolution
by Facundo Batista
· 17 years ago
c6a04c2
Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.
by Guido van Rossum
· 18 years ago
0589914
Fix comment typo
by Andrew M. Kuchling
· 18 years ago
f7476c4
clean up a comment
by Fred Drake
· 18 years ago
ced4eb0
Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.
by Guido van Rossum
· 18 years ago
2f9ca29
Fix issue #1313119: urlparse "caches" parses regardless of encoding
by Alexandre Vassalotti
· 18 years ago
ad5177c
Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
by Fred Drake
· 19 years ago
50747fc
add support for svn: and svn+ssh: URL schemes to urlparse
by Fred Drake
· 20 years ago
41e4faa
Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as
by Johannes Gijsbers
· 21 years ago
82860df
see rev. 1.13 for log message
by Brett Cannon
· 22 years ago
f09b88e
* add mms (windows media) as another scheme * reformat schemes to 80 columns
by Skip Montanaro
· 23 years ago
68b539e
SF feature #618024, urlparse fails on imap://
by Neal Norwitz
· 23 years ago
7070565
Make sure we test urlsplit() / urlunsplit() directly, rather than
by Fred Drake
· 23 years ago
bbc0568
Fix for 1.33: urlsplit() should only add '//' if scheme != ''.
by Guido van Rossum
· 23 years ago
7dfb6e2
Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton
by Neal Norwitz
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
6ec967d
added RFC 2396 tests from Aaron Swartz included in bug # 450225.
by Skip Montanaro
· 23 years ago
bd3e771
amk's fix attached to
by Michael W. Hudson
· 23 years ago
a4d18a0
Add test cases based on RFC 1808. So now we actually have a test suite
by Fred Drake
· 25 years ago
73ed8e5
Checking in empty tests for urlparse, as future place holders
by Moshe Zadka
· 25 years ago