1. 56b0a3d Remove redundant imports by Raymond Hettinger · 11 years ago
  2. 8ea4616 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 11 years ago
  3. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  4. a61b09f Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 12 years ago
  5. eda29f4 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  6. ffa4b2c Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 12 years ago
  7. 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  8. 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  9. 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  10. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  11. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  12. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  13. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  14. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
  15. 3396e86 Merged revisions 87329 via svnmerge from by Senthil Kumaran · 14 years ago
  16. dca5b86 Fix Issue9721 - urljoin behavior when the relative url starts with ';' by Senthil Kumaran · 14 years ago
  17. ee25568 Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) by David Malcolm · 14 years ago
  18. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  19. d17ebdb Merged revisions 86676 via svnmerge from by Senthil Kumaran · 14 years ago
  20. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  21. 723a7a6 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 14 years ago
  22. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
  23. 0256b2a Fix issue10192 - add urlencode to urllib.parse.__all__ by Senthil Kumaran · 14 years ago
  24. 37ddbb8 Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from by Florent Xicluna · 14 years ago
  25. 82a3f8a Silence the BytesWarning, due to patch r83294 for #9301 by Florent Xicluna · 14 years ago
  26. 7a956cc Merged revisions 83901 via svnmerge from by Senthil Kumaran · 14 years ago
  27. 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 14 years ago
  28. 8801f7a Merged revisions 83701 via svnmerge from by Senthil Kumaran · 14 years ago
  29. 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 14 years ago
  30. c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 14 years ago
  31. d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 14 years ago
  32. 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 14 years ago
  33. a6c0319 Merged revisions 82881 via svnmerge from by Senthil Kumaran · 14 years ago
  34. aa69d4d Fix Issue5842 - Moving the tests out of urllib.parse module by Senthil Kumaran · 14 years ago
  35. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  36. fe1ad15 Merged revisions 82510 via svnmerge from by Senthil Kumaran · 14 years ago
  37. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  38. 930049b Merged revisions 82326 via svnmerge from by Senthil Kumaran · 14 years ago
  39. 8749a63 Merged revisions 82324 via svnmerge from by Senthil Kumaran · 14 years ago
  40. 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 · 14 years ago
  41. 0f78a94 Inadvertently removed part of the comment in r81271. by Florent Xicluna · 14 years ago
  42. c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 14 years ago
  43. d4cd188 Merged revisions 81132 via svnmerge from by Senthil Kumaran · 14 years ago
  44. ead169d Merged revisions 81130 via svnmerge from by Senthil Kumaran · 14 years ago
  45. 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 14 years ago
  46. a3240dc Remove IPv6 parsing reference from this branch too. by Senthil Kumaran · 14 years ago
  47. 2eaef05 Merged revisions 80277 via svnmerge from by Senthil Kumaran · 14 years ago
  48. 6ffdb6f Merged revisions 80148 via svnmerge from by Senthil Kumaran · 14 years ago
  49. fd41e08 Merged revisions 80146 via svnmerge from by Senthil Kumaran · 14 years ago
  50. a6023ca Reverting the previous checkin (80103). The feature should not have been merged to 3.1 maint. by Senthil Kumaran · 14 years ago
  51. 2176ad5 Merged revisions 80102 via svnmerge from by Senthil Kumaran · 14 years ago
  52. ad02d23 Merged revisions 80101 via svnmerge from by Senthil Kumaran · 14 years ago
  53. a8dbb24 Merged revisions 78236 via svnmerge from by Senthil Kumaran · 14 years ago
  54. 6be85c5 Merged revisions 78234 via svnmerge from by Senthil Kumaran · 14 years ago
  55. 2df5fc7 Merged revisions 76718 via svnmerge from by Antoine Pitrou · 15 years ago
  56. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  57. 3d6575d Use true booleans. by Georg Brandl · 15 years ago
  58. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 15 years ago
  59. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 15 years ago
  60. 230feba urlencode: by Jeremy Hylton · 15 years ago
  61. f819886 Simplify a few complicated expressions. by Jeremy Hylton · 15 years ago
  62. a4de60a Whitespace normalization. by Jeremy Hylton · 15 years ago
  63. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  64. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  65. 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  66. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 16 years ago
  67. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 16 years ago
  68. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 16 years ago
  69. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  70. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago