1. 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 15 years ago
  2. c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 15 years ago
  3. d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 15 years ago
  4. 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 15 years ago
  5. aa69d4d Fix Issue5842 - Moving the tests out of urllib.parse module by Senthil Kumaran · 15 years ago
  6. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 15 years ago
  7. 8749a63 Merged revisions 82324 via svnmerge from by Senthil Kumaran · 15 years ago
  8. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 15 years ago
  9. 0f78a94 Inadvertently removed part of the comment in r81271. by Florent Xicluna · 15 years ago
  10. c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 15 years ago
  11. ead169d Merged revisions 81130 via svnmerge from by Senthil Kumaran · 15 years ago
  12. 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 15 years ago
  13. 2eaef05 Merged revisions 80277 via svnmerge from by Senthil Kumaran · 15 years ago
  14. fd41e08 Merged revisions 80146 via svnmerge from by Senthil Kumaran · 15 years ago
  15. ad02d23 Merged revisions 80101 via svnmerge from by Senthil Kumaran · 15 years ago
  16. 6be85c5 Merged revisions 78234 via svnmerge from by Senthil Kumaran · 15 years ago
  17. 2df5fc7 Merged revisions 76718 via svnmerge from by Antoine Pitrou · 15 years ago
  18. 3d6575d Use true booleans. by Georg Brandl · 16 years ago
  19. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 16 years ago
  20. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
  21. 230feba urlencode: by Jeremy Hylton · 16 years ago
  22. f819886 Simplify a few complicated expressions. by Jeremy Hylton · 16 years ago
  23. a4de60a Whitespace normalization. by Jeremy Hylton · 16 years ago
  24. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  25. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
  26. 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 17 years ago
  27. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 17 years ago
  28. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 17 years ago
  29. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 17 years ago
  30. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 17 years ago
  31. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago