summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib2_localnet.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-8/+8
* Merged revisions 83833,83838-83839,83859,83878 via svnmerge fromFlorent Xicluna2010-08-091-0/+24
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a...Florent Xicluna2010-03-191-0/+2
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-3/+3
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-3/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+3
* Fix transient refleaks in test_urllib2_localnet.Antoine Pitrou2009-10-271-2/+10
* Prevent test_bad_address failure when a domain in the dns searchR. David Murray2009-09-281-8/+18
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* Issue 6032: fix refleaks in test_urllib2_localnet.Collin Winter2009-05-181-17/+21
* try to fix failure in test_bad_address on some buildbotsAntoine Pitrou2008-12-141-1/+1
* This patch moves some tests from test_urllib2_net to test_urllib2_localnet.Gregory P. Smith2008-03-281-1/+201
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* More buildbot cleanup - let the OS assign the port for test_urllib2_localnetNick Coghlan2007-07-251-29/+11
* Prevent hang if the port cannot be opened.Neal Norwitz2007-06-111-6/+15
* Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-071-0/+301