- 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 15 years ago
- c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 15 years ago
- d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 15 years ago
- 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 15 years ago
- aa69d4d Fix Issue5842 - Moving the tests out of urllib.parse module by Senthil Kumaran · 15 years ago
- df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 15 years ago
- 8749a63 Merged revisions 82324 via svnmerge from by Senthil Kumaran · 15 years ago
- 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
- 0f78a94 Inadvertently removed part of the comment in r81271. by Florent Xicluna · 15 years ago
- c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 15 years ago
- ead169d Merged revisions 81130 via svnmerge from by Senthil Kumaran · 15 years ago
- 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 15 years ago
- 2eaef05 Merged revisions 80277 via svnmerge from by Senthil Kumaran · 15 years ago
- fd41e08 Merged revisions 80146 via svnmerge from by Senthil Kumaran · 15 years ago
- ad02d23 Merged revisions 80101 via svnmerge from by Senthil Kumaran · 15 years ago
- 6be85c5 Merged revisions 78234 via svnmerge from by Senthil Kumaran · 15 years ago
- 2df5fc7 Merged revisions 76718 via svnmerge from by Antoine Pitrou · 15 years ago
- 3d6575d Use true booleans. by Georg Brandl · 16 years ago
- faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 16 years ago
- eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
- 230feba urlencode: by Jeremy Hylton · 16 years ago
- f819886 Simplify a few complicated expressions. by Jeremy Hylton · 16 years ago
- a4de60a Whitespace normalization. by Jeremy Hylton · 16 years ago
- c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
- 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
- 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 17 years ago
- df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 17 years ago
- 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 17 years ago
- 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 17 years ago
- 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 17 years ago
- 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago