summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-151-0/+4
* Revert 1.170. Add tests.Raymond Hettinger2005-09-101-0/+6
* patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-9/+93
* Docstring grammar fixAndrew M. Kuchling2004-06-291-1/+1
* Fix a bug that robotparser starves memory when the server responsesHye-Shik Chang2004-06-051-0/+34
* Whitespace normalization.Tim Peters2003-05-121-10/+10
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-8/+8
* Added tests for urlretrieve. Also made sure urlopen tests cleaned up properl...Brett Cannon2003-04-291-8/+48
* Fix the tests on Windows, by writing the test data file in binaryGuido van Rossum2003-04-251-1/+1
* Complete rewrite of module. Only has tests using temporary files; net testsBrett Cannon2003-04-251-102/+376
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* added several more urlencode test cases - part of patch 103391Skip Montanaro2001-01-281-3/+60
* added some tests for urlencodeSkip Montanaro2001-01-201-0/+16
* urllib.py very recently changed to produce uppercase escapes, but noTim Peters2001-01-191-3/+8
* test_urllib is failing on Windows. I don't know why, but I can at leastTim Peters2001-01-191-5/+5
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-6/+7
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-2/+0
* Remove "," from the list of always_safe characters. It is a reservedJeremy Hylton2000-09-141-0/+18
* fixes bug #111951Jeremy Hylton2000-08-311-0/+14