summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllibnet.py
Commit message (Expand)AuthorAgeFilesLines
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-2/+2
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-3/+7
* Prevent this test from failing if there are transient network problemsNeal Norwitz2008-01-261-10/+30
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-201-0/+10
* Try to fix several networking tests. The problem is that if hosts haveNeal Norwitz2006-06-111-1/+1
* SF patch 809915: Fix bogus address to hopefully always break.Tim Peters2003-09-201-1/+8
* Reflow long line.Jeremy Hylton2003-07-171-2/+2
* Whitespace normalization.Tim Peters2003-06-151-1/+1
* test_fileno(): Skip this test on Windows.Tim Peters2003-05-161-13/+17
* Fleshed out tests for urllib requiring a network connection.Brett Cannon2003-05-141-3/+123
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+1
* The socket module now always uses the _socketobject wrapper class, even onSkip Montanaro2003-03-301-0/+32