- 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
- 7762865 Remove some test code. by Jeremy Hylton · 22 years ago
- 22b3a49 Fix SF bug #637789: Handle Proxy-Connection header. by Jeremy Hylton · 22 years ago
- 230a60c Whitespace normalization. by Tim Peters · 22 years ago
- d4c472c Move code for reading chunked responses in helper function, by Jeremy Hylton · 22 years ago
- d229b3a SF bug [ 600488 ] Robustness tweak to httplib.py by Jeremy Hylton · 22 years ago
- 469cdad Whitespace normalization. by Tim Peters · 22 years ago
- 186bec2 typo by Skip Montanaro · 22 years ago
- e3252ec Fix typos and such caught by the pycheckerbot. by Jeremy Hylton · 22 years ago
- c411dba Whitespace normalization. by Tim Peters · 22 years ago
- 8531b1b Send HTTP requests with a single send() call instead of many. by Jeremy Hylton · 22 years ago
- 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
- 29d27ac Fix for SF bug 579107. by Jeremy Hylton · 22 years ago
- 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
- 12f4f35 Fix SF bug #575360 by Jeremy Hylton · 22 years ago
- d46aa37 Handle HTTP/0.9 responses. by Jeremy Hylton · 22 years ago
- fbd7994 Convert raise to call exception class. Add whitespace. by Jeremy Hylton · 22 years ago
- 7c75c99 Simplify HTTPSConnection constructor. by Jeremy Hylton · 22 years ago
- be4fcf1 Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. by Jeremy Hylton · 22 years ago
- 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
- 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 23 years ago
- f3f87f7 oops - export InvalidURL in __all__ by Skip Montanaro · 23 years ago
- 9d38997 add InvalidURL exception - raised if port is given but empty or non-numeric by Skip Montanaro · 23 years ago
- a3c0b93 [Bug #531616] Make HTTPS work again by adding a sendall method to the by Andrew M. Kuchling · 23 years ago
- 3921ff6 Fix SF bug 525520. by Jeremy Hylton · 23 years ago
- 8acf1e0 SF bug report #405939: wrong Host header with proxy by Jeremy Hylton · 23 years ago
- e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
- 22c5d77 SF #515011, cleanup: remove "or 0" condition by Neal Norwitz · 23 years ago
- f3623f3 Somebody checked in a version of httplib that doesn't even compile -- by Tim Peters · 23 years ago
- 6459c8d Fix for SF buf #458835 by Jeremy Hylton · 23 years ago
- 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
- 81937a4 Resolve patch #449367. by Greg Stein · 23 years ago
- 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
- 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
- a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
- 951a884 more public symbols for __all__ by Skip Montanaro · 23 years ago
- 23d4047 SF patch #405845 by Martin von Löwis by Jeremy Hylton · 24 years ago
- 42dd01a An ssl-wrapped socket now returns '' on EOF, just like a regular by Jeremy Hylton · 24 years ago
- 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
- fd97a91 Revert a change I accidentally checked in together with Ping's by Guido van Rossum · 24 years ago
- 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
- f6922aa SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host Header by Guido van Rossum · 24 years ago
- 5ceadc8 No text file relying on significant trailing whitespace is robust under by Tim Peters · 24 years ago
- b282520 SF Patch #103225 by Ping: httplib: smallest Python patch ever by Guido van Rossum · 24 years ago
- 34735a6 Get rid of string functions. by Guido van Rossum · 24 years ago
- 0aee722 Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with by Guido van Rossum · 24 years ago
- 110941a If the status line is invalid, assume it is a pre-1.0 response. The by Jeremy Hylton · 24 years ago
- d7bf974 Indent _connection_class so that it becomes HTTPS._connection_class. by Martin v. Löwis · 24 years ago
- 30f8674 Do not close socket when a Content-Length is 0. This make the by Jeremy Hylton · 24 years ago
- 30a8181 cope with weird Content-Length values returned from servers by by Jeremy Hylton · 24 years ago
- 4d746fc add docstring explaining makefile limitation by Jeremy Hylton · 24 years ago
- 29b8d5a add support for HTTPS by Jeremy Hylton · 24 years ago
- dd6eefb no changes other than indentation level (now 4) and comment reflow. by Greg Stein · 24 years ago
- 5e0fa40 initial commit of a new HTTP library, supporting HTTP/1.1 and persistent by Greg Stein · 24 years ago
- 974f70d Add call to putheader('Host', 'www.python.org') to the example. by Guido van Rossum · 24 years ago
- 93a7c0f Fredrik Lundh: by Guido van Rossum · 25 years ago
- 13a2c27 Untabify to pass the -tt test. by Fred Drake · 25 years ago
- 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
- 29c4688 Patch by Tim O'Malley for servers that send a response looking just like by Guido van Rossum · 27 years ago
- 41999c1 Doc strings by Mitch Chapman (with a little reformatting). by Guido van Rossum · 27 years ago
- 2567dd6 Two changes: by Guido van Rossum · 27 years ago
- 8b82baa In the HTTP reply header, be more accepting in the HTTP version. by Guido van Rossum · 28 years ago
- 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 29 years ago
- 928fced actualized example/reference, fix bug w/ nonnumeric port by Guido van Rossum · 29 years ago
- a0dfc7a fixed the test program by Guido van Rossum · 29 years ago
- 65ab98c use mimetools; add close() by Guido van Rossum · 29 years ago
- 4cdcef7 discard endrequest(); minor stuff; rfc822 no seek flag by Guido van Rossum · 29 years ago
- 2922c6d Changes to use default argument values where possible by Guido van Rossum · 31 years ago
- 76ca3c1 Fix bug with somtimes uninitialized port by Guido van Rossum · 31 years ago
- 23acc95 Towards a standard access mechanism for URLs. by Guido van Rossum · 31 years ago