1. 2eaef05 Merged revisions 80277 via svnmerge from by Senthil Kumaran · 14 years ago
  2. 218cc58 Merged revisions 80198 via svnmerge from by Ronald Oussoren · 14 years ago
  3. 8415120 For for issue #7154: Port the code that uses by Ronald Oussoren · 14 years ago
  4. 6ffdb6f Merged revisions 80148 via svnmerge from by Senthil Kumaran · 14 years ago
  5. fd41e08 Merged revisions 80146 via svnmerge from by Senthil Kumaran · 14 years ago
  6. a6023ca Reverting the previous checkin (80103). The feature should not have been merged to 3.1 maint. by Senthil Kumaran · 14 years ago
  7. 2176ad5 Merged revisions 80102 via svnmerge from by Senthil Kumaran · 14 years ago
  8. ad02d23 Merged revisions 80101 via svnmerge from by Senthil Kumaran · 14 years ago
  9. 056c060 Reverting the change made in r78434 by Senthil Kumaran · 15 years ago
  10. 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 15 years ago
  11. 73ad434 Merged revisions 78433 via svnmerge from by Senthil Kumaran · 15 years ago
  12. 6d726c3 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 15 years ago
  13. efcd883 Merged revisions 78426 via svnmerge from by Senthil Kumaran · 15 years ago
  14. ca2fc9e Merged revisions 78422 via svnmerge from by Senthil Kumaran · 15 years ago
  15. 0e7e9ae Merged revisions 78270 via svnmerge from by Senthil Kumaran · 15 years ago
  16. 734f059 Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
  17. a8dbb24 Merged revisions 78236 via svnmerge from by Senthil Kumaran · 15 years ago
  18. 6be85c5 Merged revisions 78234 via svnmerge from by Senthil Kumaran · 15 years ago
  19. 88a495d Merged revisions 77060 via svnmerge from by Senthil Kumaran · 15 years ago
  20. 99b2c8f Merged revisions 77058 via svnmerge from by Senthil Kumaran · 15 years ago
  21. 4b9fbeb Merged revisions 76910 via svnmerge from by Senthil Kumaran · 15 years ago
  22. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  23. 2df5fc7 Merged revisions 76718 via svnmerge from by Antoine Pitrou · 15 years ago
  24. cb134d7 Recorded merge of revisions 76642 via svnmerge from by Philip Jenvey · 15 years ago
  25. b58474f Merged revisions 76290 via svnmerge from by Senthil Kumaran · 15 years ago
  26. 4c7eaee Merged revisions 76288 via svnmerge from by Senthil Kumaran · 15 years ago
  27. 04454cd Merged revisions 76284 via svnmerge from by Senthil Kumaran · 15 years ago
  28. 1107c5d Merged revisions 76282 via svnmerge from by Senthil Kumaran · 15 years ago
  29. 1130163 Merged revisions 75334 via svnmerge from by Senthil Kumaran · 15 years ago
  30. 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 15 years ago
  31. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  32. 3d6575d Use true booleans. by Georg Brandl · 15 years ago
  33. 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
  34. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  35. e9da06f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  36. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  37. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  38. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 15 years ago
  39. 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 15 years ago
  40. 4947606 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 15 years ago
  41. 4ed72ac #5624: _winreg is winreg in Python 3. by Georg Brandl · 15 years ago
  42. 2bdb576 Make urllib use HTTP/1.1. It seems to work now, but hasn't been by Jeremy Hylton · 15 years ago
  43. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  44. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 15 years ago
  45. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  46. b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 15 years ago
  47. 230feba urlencode: by Jeremy Hylton · 15 years ago
  48. f819886 Simplify a few complicated expressions. by Jeremy Hylton · 15 years ago
  49. a4de60a Whitespace normalization. by Jeremy Hylton · 15 years ago
  50. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  51. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  52. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  53. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  54. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  55. f24802c Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 16 years ago
  56. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  57. 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  58. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 16 years ago
  59. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 16 years ago
  60. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  61. 73fd46d Bug 3347: robotparser failed because it didn't convert bytes to string. by Jeremy Hylton · 16 years ago
  62. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 16 years ago
  63. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  64. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  65. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 16 years ago
  66. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago