index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_urllib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make test_urllib be strict about str/bytes.
Guido van Rossum
2007-08-29
1
-4/+4
*
Fix test for new version of urllib that uses HTTPConnection directly.
Jeremy Hylton
2007-08-04
1
-3/+3
*
Fix tests that tried to sneak strings through httplib.
Jeremy Hylton
2007-08-04
1
-13/+13
*
Make test_urllib.py pass. Mostly str/bytes issues.
Guido van Rossum
2007-07-10
1
-3/+3
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-1/+76
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-2/+2
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+9
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-1/+1
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
1
-3/+3
*
Teach unquote() to handle unicode inputs
Raymond Hettinger
2005-10-15
1
-0/+4
*
Revert 1.170. Add tests.
Raymond Hettinger
2005-09-10
1
-0/+6
*
patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Georg Brandl
2005-08-26
1
-9/+93
*
Docstring grammar fix
Andrew M. Kuchling
2004-06-29
1
-1/+1
*
Fix a bug that robotparser starves memory when the server responses
Hye-Shik Chang
2004-06-05
1
-0/+34
*
Whitespace normalization.
Tim Peters
2003-05-12
1
-10/+10
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-8/+8
*
Added tests for urlretrieve. Also made sure urlopen tests cleaned up properl...
Brett Cannon
2003-04-29
1
-8/+48
*
Fix the tests on Windows, by writing the test data file in binary
Guido van Rossum
2003-04-25
1
-1/+1
*
Complete rewrite of module. Only has tests using temporary files; net tests
Brett Cannon
2003-04-25
1
-102/+376
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
added several more urlencode test cases - part of patch 103391
Skip Montanaro
2001-01-28
1
-3/+60
*
added some tests for urlencode
Skip Montanaro
2001-01-20
1
-0/+16
*
urllib.py very recently changed to produce uppercase escapes, but no
Tim Peters
2001-01-19
1
-3/+8
*
test_urllib is failing on Windows. I don't know why, but I can at least
Tim Peters
2001-01-19
1
-5/+5
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-6/+7
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-2/+0
*
Remove "," from the list of always_safe characters. It is a reserved
Jeremy Hylton
2000-09-14
1
-0/+18
*
fixes bug #111951
Jeremy Hylton
2000-08-31
1
-0/+14