summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllibnet.py
Commit message (Expand)AuthorAgeFilesLines
* Get the test to pass on space Ubuntu/Debian and ppc. It was failingNeal Norwitz2008-03-261-2/+5
* Fixed test_urllibnetChristian Heimes2008-01-271-1/+3
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-10/+30
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-0/+10
* Fix test: readline() now returns bytesJeremy Hylton2007-08-041-2/+2
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-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