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_httplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Python 1.5 compatibility layer from httplib.
Jeremy Hylton
2007-08-14
1
-14/+14
*
Fix tests to use bytes() where the actual sockets return bytes().
Jeremy Hylton
2007-08-03
1
-6/+8
*
Fix test_httplib.
Martin v. Löwis
2007-06-30
1
-2/+2
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-1/+9
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+46
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-91/+75
*
Move test case for HTTP response dict to httplib.
Georg Brandl
2006-02-17
1
-1/+5
*
Whitespace normalization.
Tim Peters
2004-09-16
1
-1/+1
*
Remove tabs.
Brett Cannon
2004-09-15
1
-4/+4
*
Strip square brackets from IPv6 address.
Martin v. Löwis
2004-09-14
1
-3/+8
*
missed the obvious test case and corresponding fix
Skip Montanaro
2004-09-14
1
-1/+1
*
Search from the end of the host/port combination to find the colon which
Skip Montanaro
2004-09-14
1
-0/+7
*
SF bug 874842 and patch 997626: httplib bugs
Jeremy Hylton
2004-08-07
1
-1/+44
*
Fix SF bug 764095: Don't use network in test_httplib.
Jeremy Hylton
2003-07-08
1
-14/+33
*
SF bug 622042: Don't expect response body from HEAD request.
Jeremy Hylton
2003-05-05
1
-0/+13
*
Fix for SF bug 661340: test_httplib fails on the mac.
Jeremy Hylton
2003-01-23
1
-41/+64
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-1/+0
*
Change _begin() back to begin().
Jeremy Hylton
2002-07-12
1
-3/+3
*
Fix for SF bug #432621: httplib: multiple Set-Cookie headers
Jeremy Hylton
2002-07-07
1
-2/+20
*
Track change of begin() to _begin().
Jeremy Hylton
2002-06-28
1
-2/+2
*
Use attributes appropriately
Neal Norwitz
2002-04-01
1
-1/+1
*
add test of InvalidURL
Skip Montanaro
2002-03-24
1
-0/+10
*
test_support should be imported directly, not via test.test_support.
Tim Peters
2001-09-25
1
-1/+1
*
Add test for SF bug #405427
Jeremy Hylton
2001-04-13
1
-0/+31