summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllibnet.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+8
* Issue #12138: fix use of transient_internet() in test_urllibnetAntoine Pitrou2011-05-221-77/+62
* Read HTTP response inside transient_internet()Antoine Pitrou2011-03-261-5/+10
|\
| * test_urllibnet: make it so that transient_internet() applies to theAntoine Pitrou2011-03-261-4/+8
|/
* TIMEOUT value change in URLTimeout Test. test.support.transient_internet has aSenthil Kumaran2010-12-151-1/+1
* Fix Issue10119 - test_urllibnet failure when using support.transient_internet.Senthil Kumaran2010-10-171-20/+10
* Merged revisions 80675 via svnmerge fromSenthil Kumaran2010-05-011-0/+11
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-9/+9
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-11/+11
* Merged revisions 67777,67779 via svnmerge fromAntoine Pitrou2008-12-151-1/+1
* #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts ...Amaury Forgeot d'Arc2008-08-011-8/+4
* Make a new urllib package .Jeremy Hylton2008-06-181-9/+10
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-6/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* 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