1. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 16 years ago
  2. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 16 years ago
  3. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 16 years ago
  4. 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 16 years ago
  5. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 16 years ago
  6. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
  7. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 16 years ago
  8. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 16 years ago
  9. ff96b2a test_urllib would set environment variable NO_PROXY without removing it afterwards. by Antoine Pitrou · 17 years ago
  10. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 17 years ago
  11. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
  12. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
  13. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 17 years ago
  14. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 17 years ago
  15. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
  16. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 17 years ago
  17. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 17 years ago
  18. 2442015 Create http package. #2883. by Georg Brandl · 17 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  20. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  21. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 18 years ago
  22. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 18 years ago
  23. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 18 years ago
  24. 77553ab Fix test for new version of urllib that uses HTTPConnection directly. by Jeremy Hylton · 18 years ago
  25. 66dc8c5 Fix tests that tried to sneak strings through httplib. by Jeremy Hylton · 18 years ago
  26. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 18 years ago
  27. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  28. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  29. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  30. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  31. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 19 years ago
  32. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  33. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
  34. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  35. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 21 years ago
  36. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
  37. c2659cf Whitespace normalization. by Tim Peters · 22 years ago
  38. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  39. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 22 years ago
  40. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 22 years ago
  41. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 22 years ago
  42. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  43. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 25 years ago
  44. e78b92a added some tests for urlencode by Skip Montanaro · 25 years ago
  45. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 25 years ago
  46. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 25 years ago
  47. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  48. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  49. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 25 years ago
  50. 6102e29 fixes bug #111951 by Jeremy Hylton · 25 years ago