Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a74b67e15e19e2ba95e66e5a9ac233b4e1f79d68
/
Lib
/
test
/
test_urllib.py
9aba6d6
Patch #1695862: remove the cleanup code, now that Windows buildbots are green
by Žiga Seilnacht
· 18 years ago
d5b3fed
Patch #1695862: remove old test directory that causes test_urllib failures
by Žiga Seilnacht
· 18 years ago
ce2ab35
Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-)
by Neal Norwitz
· 18 years ago
f66b603
Bug #767111: fix long-standing bug in urllib which caused an
by Georg Brandl
· 18 years ago
4b0f20d
Teach unquote() to handle unicode inputs
by Raymond Hettinger
· 20 years ago
2bdec7b
Revert 1.170. Add tests.
by Raymond Hettinger
· 20 years ago
5a650a2
patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
by Georg Brandl
· 20 years ago
f1a2f9e
Docstring grammar fix
by Andrew M. Kuchling
· 21 years ago
39aef79
Fix a bug that robotparser starves memory when the server responses
by Hye-Shik Chang
· 21 years ago
c2659cf
Whitespace normalization.
by Tim Peters
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
1969136
Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves.
by Brett Cannon
· 22 years ago
51735b0
Fix the tests on Windows, by writing the test data file in binary mode.
by Guido van Rossum
· 22 years ago
74bfd70
Complete rewrite of module. Only has tests using temporary files; net tests
by Brett Cannon
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
080c997
added several more urlencode test cases - part of patch 103391
by Skip Montanaro
· 25 years ago
e78b92a
added some tests for urlencode
by Skip Montanaro
· 25 years ago
cc58363
urllib.py very recently changed to produce uppercase escapes, but no
by Tim Peters
· 25 years ago
1a8a53d
test_urllib is failing on Windows. I don't know why, but I can at least
by Tim Peters
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
7ae51bf
Remove "," from the list of always_safe characters. It is a reserved
by Jeremy Hylton
· 25 years ago
6102e29
fixes bug #111951
by Jeremy Hylton
· 25 years ago