summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 78268 via svnmerge fromSenthil Kumaran2010-02-201-1/+5
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-9/+8
* use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+2
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-0/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-13/+13
* #6118: dont ignore encoding arguments for arguments with spaces in quote_plus().Georg Brandl2009-05-261-0/+15
* Fix for issue1153027, making Py3k changes similar to fix in issue918368.Senthil Kumaran2009-05-051-0/+13
* Merged revisions 71984 via svnmerge fromWalter Dörwald2009-04-261-16/+8
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-301-0/+16
* Add a few more tests for urllib.parse.urlencode.Jeremy Hylton2009-03-261-2/+19
* Fix broken socket.makefile emulation in test_urllibNick Coghlan2009-02-081-1/+2
* test_urllib would set environment variable NO_PROXY without removing it after...Antoine Pitrou2009-01-031-4/+8
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-3/+1
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-0/+26
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-22/+227
* Revert accidentally committed files. Oops!Guido van Rossum2008-08-061-1/+1
* Merged revisions 65544 via svnmerge fromGuido van Rossum2008-08-061-1/+1
* Make a new urllib package .Jeremy Hylton2008-06-181-58/+79
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-4/+4
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-16/+24
* Create http package. #2883.Georg Brandl2008-05-261-5/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-16/+16
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-4/+0
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-1/+6
* Merged revisions 59642-59665 via svnmerge fromChristian Heimes2008-01-021-1/+14
* Make test_urllib be strict about str/bytes.Guido van Rossum2007-08-291-4/+4
* Fix test for new version of urllib that uses HTTPConnection directly.Jeremy Hylton2007-08-041-3/+3
* Fix tests that tried to sneak strings through httplib.Jeremy Hylton2007-08-041-13/+13
* Make test_urllib.py pass. Mostly str/bytes issues.Guido van Rossum2007-07-101-3/+3
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+76
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+9
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-3/+3
* 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