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