| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-23 | 1 | -0/+2 |
|
|
* | Revert a change I accidentally checked in together with Ping's | Guido van Rossum | 2001-01-15 | 1 | -4/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -17/+17 |
|
|
* | SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host | Guido van Rossum | 2001-01-14 | 1 | -1/+6 |
|
|
* | No text file relying on significant trailing whitespace is robust under | Tim Peters | 2001-01-13 | 1 | -16/+16 |
|
|
* | SF Patch #103225 by Ping: httplib: smallest Python patch ever | Guido van Rossum | 2001-01-13 | 1 | -2/+5 |
|
|
* | Get rid of string functions. | Guido van Rossum | 2000-12-15 | 1 | -14/+12 |
|
|
* | Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with | Guido van Rossum | 2000-12-11 | 1 | -1/+4 |
|
|
* | If the status line is invalid, assume it is a pre-1.0 response. The | Jeremy Hylton | 2000-10-12 | 1 | -3/+10 |
|
|
* | Indent _connection_class so that it becomes HTTPS._connection_class. | Martin v. Löwis | 2000-09-21 | 1 | -1/+1 |
|
|
* | Do not close socket when a Content-Length is 0. This make the | Jeremy Hylton | 2000-09-18 | 1 | -15/+20 |
|
|
* | cope with weird Content-Length values returned from servers by | Jeremy Hylton | 2000-09-14 | 1 | -1/+4 |
|
|
* | add docstring explaining makefile limitation | Jeremy Hylton | 2000-08-23 | 1 | -1/+11 |
|
|
* | add support for HTTPS | Jeremy Hylton | 2000-08-01 | 1 | -16/+27 |
|
|
* | no changes other than indentation level (now 4) and comment reflow. | Greg Stein | 2000-07-18 | 1 | -573/+577 |
|
|
* | initial commit of a new HTTP library, supporting HTTP/1.1 and persistent | Greg Stein | 2000-06-26 | 1 | -228/+734 |
|
|
* | Add call to putheader('Host', 'www.python.org') to the example. | Guido van Rossum | 2000-05-19 | 1 | -0/+1 |
|
|
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 | 1 | -2/+2 |
|
|
* | Untabify to pass the -tt test. | Fred Drake | 2000-02-10 | 1 | -15/+15 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -13/+92 |
|
|
* | Patch by Tim O'Malley for servers that send a response looking just like | Guido van Rossum | 1998-01-19 | 1 | -2/+6 |
|
|
* | Doc strings by Mitch Chapman (with a little reformatting). | Guido van Rossum | 1997-12-09 | 1 | -118/+174 |
|
|
* | Two changes: | Guido van Rossum | 1997-08-11 | 1 | -14/+13 |
|
|
* | In the HTTP reply header, be more accepting in the HTTP version. | Guido van Rossum | 1996-12-10 | 1 | -2/+2 |
|
|
* | Changed makefile() args from r/w to rb/wb, for non-unix compatability. | Jack Jansen | 1996-02-14 | 1 | -1/+1 |
|
|
* | actualized example/reference, fix bug w/ nonnumeric port | Guido van Rossum | 1995-09-30 | 1 | -8/+9 |
|
|
* | fixed the test program | Guido van Rossum | 1995-09-07 | 1 | -3/+6 |
|
|
* | use mimetools; add close() | Guido van Rossum | 1995-08-07 | 1 | -2/+8 |
|
|
* | discard endrequest(); minor stuff; rfc822 no seek flag | Guido van Rossum | 1995-06-22 | 1 | -6/+4 |
|
|
* | Changes to use default argument values where possible | Guido van Rossum | 1994-05-06 | 1 | -8/+4 |
|
|
* | Fix bug with somtimes uninitialized port | Guido van Rossum | 1994-02-22 | 1 | -1/+2 |
|
|
* | Towards a standard access mechanism for URLs. | Guido van Rossum | 1994-02-21 | 1 | -0/+129 |
|
|