Home | History | Annotate | Download | only in test

Lines Matching refs:Python

171             fp = urllib.urlopen("http://python.org/")
174 self.assertEqual(fp.geturl(), 'http://python.org/')
181 url = 'http://docs.python.org/library/urllib.html#OK'
198 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
212 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
250 fp = urllib.urlopen("http://user:pass@python.org/")
257 self.assertEqual(fp.geturl(), 'http://user:pass@python.org/')
265 url = "http://a b:c d@python.org/"
456 character you write it as '%' + <2 character US-ASCII hex value>. The Python
893 warnings.filterwarnings('ignore', ".*urllib\.urlopen.*Python 3.0",