Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7fd90c403d866945bed26cfe2feaf1bb5c095e66
/
Lib
/
test
/
test_urllibnet.py
1b7f9e5
Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string
by Senthil Kumaran
· 15 years ago
6257a7b
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
by Florent Xicluna
· 15 years ago
a2d4653
#7092: silence py3k warnings for deprecated modules
by Ezio Melotti
· 16 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
cc5b64a
modify other occurrence of test_bad_address
by Antoine Pitrou
· 17 years ago
672237d
warnings.catch_warnings() now returns a list or None instead of the custom
by Brett Cannon
· 17 years ago
8bb8fa5
Handle urllib's renaming for Python 3.0:
by Brett Cannon
· 17 years ago
5be3067
Prevent this test from failing if there are transient network problems
by Neal Norwitz
· 18 years ago
9b0d46d
#1178141: add addinfourl.code to get http status code from urllib.
by Georg Brandl
· 18 years ago
a29fc29
Try to fix several networking tests. The problem is that if hosts have
by Neal Norwitz
· 19 years ago
0aab002
SF patch 809915: Fix bogus address to hopefully always break.
by Tim Peters
· 22 years ago
bd9f520
Reflow long line.
by Jeremy Hylton
· 22 years ago
f545baa
Whitespace normalization.
by Tim Peters
· 22 years ago
813cec9
test_fileno(): Skip this test on Windows.
by Tim Peters
· 22 years ago
a71319e
Fleshed out tests for urllib requiring a network connection.
by Brett Cannon
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
89feabc
The socket module now always uses the _socketobject wrapper class, even on
by Skip Montanaro
· 22 years ago