summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllibnet.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)Miss Islington (bot)2019-02-221-2/+4
* Remove unused variable in test_urllibnet. (#1598)Senthil Kumaran2017-05-151-1/+3
* Minor spell fix and formatting fixes in urllib tests. (#959)Senthil Kumaran2017-04-011-1/+1
* Fix self.fail() call in test_data_headerBerker Peksag2016-05-071-1/+1
|\
| * Fix self.fail() call in test_data_headerBerker Peksag2016-05-071-1/+1
* | Replace example.com with pythontest.net in test_urllibnetBerker Peksag2016-05-071-12/+13
|\ \ | |/
| * Replace example.com with pythontest.net in test_urllibnetBerker Peksag2016-05-071-12/+13
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
|/
* Issue #21069: Move test_fileno() from test_urllibnet and rewrite itMartin Panter2016-04-091-11/+0
* test_urllibnet: set timeout on test_fileno()Victor Stinner2016-03-301-1/+1
* Issue #23788: Merge redundant test_bad_address() into test_urllibnetMartin Panter2015-12-161-6/+20
* Suppress a couple more DeprecationWarnings in the test suite.R David Murray2014-06-111-1/+2
* Invoke test_urllibnet tests using unittest.main functionSenthil Kumaran2014-04-141-7/+3
* Issue #21069: Temporarily use www.google.com while investigatingNed Deily2014-03-271-1/+1
* Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-261-13/+13
* Issue #20939: merge from 3.3Ned Deily2014-03-151-1/+1
* merge 3.3 (#20695)Benjamin Peterson2014-02-191-4/+4
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-4/+3
|\ \ | |/
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-4/+3
* | Fix test_bad_address on Ubuntu 13.04Antoine Pitrou2013-05-251-1/+4
|\ \ | |/
| * Fix test_bad_address on Ubuntu 13.04Antoine Pitrou2013-05-251-1/+4
* | Issue #3583: mention that testing whether a bad address not triggeringBrett Cannon2013-01-111-10/+9
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* Fixes issue #16409: The reporthook callback made by the legacyGregory P. Smith2012-11-101-4/+30
* 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