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
*
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
*
Patch #817854: Add missing operations for SSLFile. Fixes #792101.
Martin v. Löwis
2003-10-27
1
-0/+25
*
Fix sf bug 666219: assertion error in httplib.
Jeremy Hylton
2003-06-29
1
-0/+4
*
Deal with a couple XXX comments which asked questions.
Greg Stein
2003-06-24
1
-4/+2
*
Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25.
Martin v. Löwis
2003-06-14
1
-4/+1
*
Whitespace normalization.
Tim Peters
2003-05-12
1
-1/+1
*
SF bug 622042: Don't expect response body from HEAD request.
Jeremy Hylton
2003-05-05
1
-4/+11
*
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis
2003-04-18
1
-3/+3
*
Reverted the previous change to read() and readline().
Raymond Hettinger
2003-03-06
1
-18/+28
*
Module review:
Raymond Hettinger
2003-02-26
1
-40/+30
*
typo
Skip Montanaro
2003-02-25
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-11-24
1
-1/+1
*
Remove some test code.
Jeremy Hylton
2002-11-13
1
-33/+0
*
Fix SF bug #637789: Handle Proxy-Connection header.
Jeremy Hylton
2002-11-13
1
-15/+25
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-2/+2
*
Move code for reading chunked responses in helper function,
Jeremy Hylton
2002-09-03
1
-45/+52
*
SF bug [ 600488 ] Robustness tweak to httplib.py
Jeremy Hylton
2002-09-03
1
-3/+1
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-1/+1
*
typo
Skip Montanaro
2002-07-25
1
-1/+1
*
Fix typos and such caught by the pycheckerbot.
Jeremy Hylton
2002-07-16
1
-3/+3
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-6/+6
*
Send HTTP requests with a single send() call instead of many.
Jeremy Hylton
2002-07-16
1
-15/+26
*
Change _begin() back to begin().
Jeremy Hylton
2002-07-12
1
-3/+2
*
Fix for SF bug 579107.
Jeremy Hylton
2002-07-09
1
-36/+88
*
Fix for SF bug #432621: httplib: multiple Set-Cookie headers
Jeremy Hylton
2002-07-07
1
-2/+108
*
Fix SF bug #575360
Jeremy Hylton
2002-07-06
1
-0/+6
*
Handle HTTP/0.9 responses.
Jeremy Hylton
2002-07-06
1
-19/+132
*
Convert raise to call exception class. Add whitespace.
Jeremy Hylton
2002-07-02
1
-1/+1
*
Simplify HTTPSConnection constructor.
Jeremy Hylton
2002-06-28
1
-21/+7
*
Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections.
Jeremy Hylton
2002-06-28
1
-32/+102
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+1
*
Forward port of patch # 500311: Work around for buggy https servers.
Martin v. Löwis
2002-04-20
1
-1/+2
*
oops - export InvalidURL in __all__
Skip Montanaro
2002-03-24
1
-1/+1
*
add InvalidURL exception - raised if port is given but empty or non-numeric
Skip Montanaro
2002-03-24
1
-1/+7
*
[Bug #531616] Make HTTPS work again by adding a sendall method to the
Andrew M. Kuchling
2002-03-18
1
-0/+3
*
Fix SF bug 525520.
Jeremy Hylton
2002-03-09
1
-20/+34
*
SF bug report #405939: wrong Host header with proxy
Jeremy Hylton
2002-03-08
1
-3/+21
*
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Martin v. Löwis
2002-02-16
1
-1/+1
*
SF #515011, cleanup: remove "or 0" condition
Neal Norwitz
2002-02-11
1
-2/+1
*
Somebody checked in a version of httplib that doesn't even compile --
Tim Peters
2001-10-11
1
-1/+1
*
Fix for SF buf #458835
Jeremy Hylton
2001-10-11
1
-3/+14
*
Only close sockets if they have been created. Reported by Blake Winton.
Martin v. Löwis
2001-10-07
1
-1/+2
*
Resolve patch #449367.
Greg Stein
2001-08-18
1
-15/+26
*
Initialize msg to avoid unbound locals.
Martin v. Löwis
2001-07-31
1
-0/+1
*
Untabify IPv6 changes.
Martin v. Löwis
2001-07-26
1
-16/+16
*
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
Martin v. Löwis
2001-07-24
1
-4/+16
*
more public symbols for __all__
Skip Montanaro
2001-06-01
1
-1/+6
*
SF patch #405845 by Martin von Löwis
Jeremy Hylton
2001-04-13
1
-1/+7
*
An ssl-wrapped socket now returns '' on EOF, just like a regular
Jeremy Hylton
2001-02-01
1
-3/+7
[next]