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
/
httplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-2/+7
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-3/+4
*
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters
2007-09-19
1
-2/+2
*
Fix for bug 1148: str/bytes issue in httplib's _safe_read().
Guido van Rossum
2007-09-12
1
-1/+1
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0/+4
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-195/+21
*
Make test_urllib be strict about str/bytes.
Guido van Rossum
2007-08-29
1
-1/+1
*
Remove Python 1.5 compatibility layer from httplib.
Jeremy Hylton
2007-08-14
1
-177/+1
*
Style
Jeremy Hylton
2007-08-10
1
-2/+2
*
Fix several failing tests in test_urllib2net.
Jeremy Hylton
2007-08-08
1
-0/+14
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-0/+3
*
Change urllib to use HTTPConnection rather than old HTTP class.
Jeremy Hylton
2007-08-04
1
-0/+7
*
Make sure LineAndFileWrapper gets bytes() as its first argument.
Jeremy Hylton
2007-08-04
1
-3/+5
*
Use BytesIO instead of StringIO.
Jeremy Hylton
2007-08-04
1
-3/+1
*
Fix several more paths from the SSL code.
Jeremy Hylton
2007-08-04
1
-15/+14
*
HTTPResponse should not inherit from io.IOBase.
Jeremy Hylton
2007-08-04
1
-6/+2
*
A few local changes for consistency of string literals.
Jeremy Hylton
2007-08-03
1
-4/+5
*
Make consistent use of "" for string literals in new classes.
Jeremy Hylton
2007-08-03
1
-18/+18
*
Fix status line parsing for http response.
Jeremy Hylton
2007-08-03
1
-2/+7
*
Fix test_httplib.
Martin v. Löwis
2007-06-30
1
-7/+8
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-4/+3
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-4/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-22/+6
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Make test_socket_ssl.py pass by fixing some code that was
Guido van Rossum
2007-03-19
1
-4/+4
*
Fix httplib for removal of slicing from exceptions.
Brett Cannon
2007-02-27
1
-7/+9
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-21/+21
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-7/+7
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-2/+24
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-4/+4
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-4/+13
*
Move "httpresponses" dict from urllib2 to httplib where it belongs.
Georg Brandl
2006-02-17
1
-1/+50
*
bug [ 1296004 ] MemoryError in httplib
Georg Brandl
2005-09-29
1
-4/+7
*
bug [ 1155638 ] self.length shield exception in httplib
Georg Brandl
2005-06-26
1
-0/+1
*
Fix for SF bug 988120 via patch 1061941.
Jeremy Hylton
2004-11-07
1
-2/+4
*
SF bug #1046855: httplib index out of range
Raymond Hettinger
2004-10-14
1
-1/+1
*
Patch #1025790: Add status code constants to httplib.
Martin v. Löwis
2004-09-18
1
-3/+62
*
Remove tabs.
Brett Cannon
2004-09-15
1
-2/+2
*
Strip square brackets from IPv6 address.
Martin v. Löwis
2004-09-14
1
-0/+2
*
missed the obvious test case and corresponding fix
Skip Montanaro
2004-09-14
1
-1/+2
*
Search from the end of the host/port combination to find the colon which
Skip Montanaro
2004-09-14
1
-1/+1
*
Patch #800236: add HTTPResponse.getheaders().
Martin v. Löwis
2004-08-18
1
-0/+6
*
SF bug 874842 and patch 997626: httplib bugs
Jeremy Hylton
2004-08-07
1
-10/+20
*
Fix a bug that robotparser starves memory when the server responses
Hye-Shik Chang
2004-06-05
1
-1/+9
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-2/+2
*
Patch #831747: Add skip_accept_encoding parameter to putrequest.
Martin v. Löwis
2003-11-19
1
-3/+7
*
fixed obvious bug in _send_header as per SF bug #831271
Alex Martelli
2003-11-09
1
-2/+1
[next]