| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|