summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")Senthil Kumaran2010-02-201-1/+5
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-9/+8
* use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+2
* Fix for Issue7026. For the Error - RuntimeError: dictionary changed size duri...Senthil Kumaran2010-01-081-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-9/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+9
* That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.Senthil Kumaran2009-10-011-1/+1
* using dict.unset(k) instead of del dict[k]. consistent with release26-maintSenthil Kumaran2009-10-011-1/+1
* Fix for issue7026 test_urllib: unsetting missing 'env' variable.Senthil Kumaran2009-10-011-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-13/+13
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-1/+1
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-261-8/+8
* Fix for the Issue918368 - urllib doesn't correct server returned urlsSenthil Kumaran2009-04-211-0/+13
* Fix for bugs: Issue4675 and Issue4962.Senthil Kumaran2009-03-301-0/+17
* make sure to call iteritems()Benjamin Peterson2008-10-211-3/+1
* #3879 fix a regression in urllib.getproxies_environmentBenjamin Peterson2008-09-211-0/+26
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-1/+1
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-10/+14
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-16/+24
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-4/+0
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-201-1/+6
* Change docstrings to comments so test output will display normally.Kurt B. Kaiser2008-01-021-3/+3
* Issue1177Kurt B. Kaiser2008-01-021-0/+13
* Get test passing again by commenting out the reference to the test class.Neal Norwitz2007-05-251-1/+1
* Commenting out the tests until find out who can test them inFacundo Batista2007-05-251-61/+69
* Fixing stupid error, and introducing a sleep, to see if theFacundo Batista2007-05-251-1/+1
* Trying to make the tests work in Windows and Solaris, everywhereFacundo Batista2007-05-251-11/+13
* Let's see if reading exactly what is written allow this liveFacundo Batista2007-05-241-0/+1
* Removed the .recv() in the test, is not necessary, and wasFacundo Batista2007-05-241-1/+0
* Added an optional timeout parameter to urllib.ftpwrapper, with testsFacundo Batista2007-05-241-1/+66
* Patch #1695862: remove the cleanup code, now that Windows buildbots are greenŽiga Seilnacht2007-04-121-17/+0
* Patch #1695862: remove old test directory that causes test_urllib failuresŽiga Seilnacht2007-04-091-0/+14
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+3
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+9
* 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