summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllibnet.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-27973 - Use test.support.temp_dir instead of NamedTemporaryFile for the (...Senthil Kumaran2020-01-031-4/+4
* [2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer...Senthil Kumaran2019-12-301-1/+38
* [2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...Stéphane Wirtel2019-03-051-14/+14
* Replace example.com with pythontest.net in test_getcode of test_urllibnetBerker Peksag2016-05-071-1/+1
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-231-1/+19
* Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-261-12/+12
* Issue #20939: Fix test_geturl failure in test_urllibnet due toNed Deily2014-03-151-1/+1
* update logo url (#20695)Benjamin Peterson2014-02-191-1/+1
* 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-101-5/+2
* Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+8
* Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format stringSenthil Kumaran2010-05-011-0/+13
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-4/+2
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-1/+1
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-9/+9
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-11/+11
* modify other occurrence of test_bad_addressAntoine Pitrou2008-12-151-1/+1
* 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