1. d537ab0 bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) by Steve Dower · 5 years ago
  2. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 5 years ago
  3. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  4. 2091448 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by matthewbelisle-wf · 6 years ago
  5. 867b825 bpo-27485: Change urlparse tests to use private methods. (GH-7070) by Cheryl Sabella · 6 years ago
  6. 0250de4 bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205) by Cheryl Sabella · 6 years ago
  7. 2cb4661 bpo-33034: Improve exception message when cast fails for {Parse,Split}Result.port (GH-6078) by Matt Eaton · 6 years ago
  8. fbd6051 bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867) by Коренберг Марк · 7 years ago
  9. 90e01e5 urllib: Simplify splithost by calling into urlparse. (#1849) by postmasters · 7 years ago
  10. 257b980 correct parse_qs and parse_qsl test case descriptions. (#968) by Senthil Kumaran · 7 years ago
  11. f8479ee Issue #25895: Merge from 3.5 by Berker Peksag · 8 years ago
  12. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  13. 4d4ac5b merge 3.5 by Senthil Kumaran · 8 years ago
  14. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 8 years ago
  15. dfa95c9 Issue #20059: urllib.parse raises ValueError on all invalid ports. by Robert Collins · 9 years ago
  16. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  17. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  18. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  19. 20416f7 Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. by Berker Peksag · 9 years ago
  20. 1515450 Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, by Serhiy Storchaka · 9 years ago
  21. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  22. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  23. a66e388 Issue #22278: Fix urljoin problem with relative urls, a regression observed by Senthil Kumaran · 10 years ago
  24. 55ac5b3 Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. by Antoine Pitrou · 10 years ago
  25. 5d83d1a Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  26. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  27. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  28. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  29. f516388 #17472: add tests for a couple of untested methods in urllib.urlparse. by R David Murray · 11 years ago
  30. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  31. 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  32. 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  33. 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  34. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  35. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  36. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  37. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  38. de02a71 Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
  39. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  40. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  41. 1d87deb test_urlparse: add tests for encoding and errors arguments by Victor Stinner · 14 years ago
  42. 3396e86 Merged revisions 87329 via svnmerge from by Senthil Kumaran · 14 years ago
  43. dca5b86 Fix Issue9721 - urljoin behavior when the relative url starts with ';' by Senthil Kumaran · 14 years ago
  44. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  45. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  46. 8801f7a Merged revisions 83701 via svnmerge from by Senthil Kumaran · 14 years ago
  47. 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 14 years ago
  48. a6c0319 Merged revisions 82881 via svnmerge from by Senthil Kumaran · 14 years ago
  49. aa69d4d Fix Issue5842 - Moving the tests out of urllib.parse module by Senthil Kumaran · 14 years ago
  50. d4cd188 Merged revisions 81132 via svnmerge from by Senthil Kumaran · 14 years ago
  51. ead169d Merged revisions 81130 via svnmerge from by Senthil Kumaran · 14 years ago
  52. 06f29cd Merged revisions 80910 via svnmerge from by Senthil Kumaran · 14 years ago
  53. dd3820f Merged revisions 80908 via svnmerge from by Senthil Kumaran · 14 years ago
  54. 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 14 years ago
  55. 2eaef05 Merged revisions 80277 via svnmerge from by Senthil Kumaran · 14 years ago
  56. a6023ca Reverting the previous checkin (80103). The feature should not have been merged to 3.1 maint. by Senthil Kumaran · 14 years ago
  57. 2176ad5 Merged revisions 80102 via svnmerge from by Senthil Kumaran · 14 years ago
  58. ad02d23 Merged revisions 80101 via svnmerge from by Senthil Kumaran · 14 years ago
  59. 8be2211 Merged revisions 79990 via svnmerge from by Senthil Kumaran · 14 years ago
  60. 7770f14 Merged revisions 79988 via svnmerge from by Senthil Kumaran · 14 years ago
  61. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  62. 9603428 Merged revisions 78239 via svnmerge from by Ezio Melotti · 14 years ago
  63. 5e15efa urllib.urlparse -> urllib.parse.urlparse by Ezio Melotti · 14 years ago
  64. a8dbb24 Merged revisions 78236 via svnmerge from by Senthil Kumaran · 14 years ago
  65. 6be85c5 Merged revisions 78234 via svnmerge from by Senthil Kumaran · 14 years ago
  66. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 15 years ago
  67. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  68. 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  69. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 16 years ago
  70. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  71. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  72. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  73. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  74. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  75. 50747fc add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 19 years ago
  76. 41e4faa Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as by Johannes Gijsbers · 20 years ago
  77. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  78. f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
  79. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  80. 7070565 Make sure we test urlsplit() / urlunsplit() directly, rather than by Fred Drake · 22 years ago
  81. bbc0568 Fix for 1.33: urlsplit() should only add '//' if scheme != ''. by Guido van Rossum · 22 years ago
  82. 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 22 years ago
  83. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  84. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  85. 6ec967d added RFC 2396 tests from Aaron Swartz included in bug # 450225. by Skip Montanaro · 22 years ago
  86. bd3e771 amk's fix attached to by Michael W. Hudson · 22 years ago
  87. a4d18a0 Add test cases based on RFC 1808. So now we actually have a test suite by Fred Drake · 24 years ago
  88. 73ed8e5 Checking in empty tests for urlparse, as future place holders by Moshe Zadka · 24 years ago