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