summaryrefslogtreecommitdiffstats
path: root/Lib/httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2002-11-241-1/+1
* Remove some test code.Jeremy Hylton2002-11-131-33/+0
* Fix SF bug #637789: Handle Proxy-Connection header.Jeremy Hylton2002-11-131-15/+25
* Whitespace normalization.Tim Peters2002-11-091-2/+2
* Move code for reading chunked responses in helper function,Jeremy Hylton2002-09-031-45/+52
* SF bug [ 600488 ] Robustness tweak to httplib.pyJeremy Hylton2002-09-031-3/+1
* Whitespace normalization.Tim Peters2002-08-081-1/+1
* typoSkip Montanaro2002-07-251-1/+1
* Fix typos and such caught by the pycheckerbot.Jeremy Hylton2002-07-161-3/+3
* Whitespace normalization.Tim Peters2002-07-161-6/+6
* Send HTTP requests with a single send() call instead of many.Jeremy Hylton2002-07-161-15/+26
* Change _begin() back to begin().Jeremy Hylton2002-07-121-3/+2
* Fix for SF bug 579107.Jeremy Hylton2002-07-091-36/+88
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-071-2/+108
* Fix SF bug #575360Jeremy Hylton2002-07-061-0/+6
* Handle HTTP/0.9 responses.Jeremy Hylton2002-07-061-19/+132
* Convert raise to call exception class. Add whitespace.Jeremy Hylton2002-07-021-1/+1
* Simplify HTTPSConnection constructor.Jeremy Hylton2002-06-281-21/+7
* Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections.Jeremy Hylton2002-06-281-32/+102
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Forward port of patch # 500311: Work around for buggy https servers.Martin v. Löwis2002-04-201-1/+2
* oops - export InvalidURL in __all__Skip Montanaro2002-03-241-1/+1
* add InvalidURL exception - raised if port is given but empty or non-numericSkip Montanaro2002-03-241-1/+7
* [Bug #531616] Make HTTPS work again by adding a sendall method to theAndrew M. Kuchling2002-03-181-0/+3
* Fix SF bug 525520.Jeremy Hylton2002-03-091-20/+34
* SF bug report #405939: wrong Host header with proxyJeremy Hylton2002-03-081-3/+21
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-161-1/+1
* SF #515011, cleanup: remove "or 0" conditionNeal Norwitz2002-02-111-2/+1
* Somebody checked in a version of httplib that doesn't even compile --Tim Peters2001-10-111-1/+1
* Fix for SF buf #458835Jeremy Hylton2001-10-111-3/+14
* Only close sockets if they have been created. Reported by Blake Winton.Martin v. Löwis2001-10-071-1/+2
* Resolve patch #449367.Greg Stein2001-08-181-15/+26
* Initialize msg to avoid unbound locals.Martin v. Löwis2001-07-311-0/+1
* Untabify IPv6 changes.Martin v. Löwis2001-07-261-16/+16
* Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.Martin v. Löwis2001-07-241-4/+16
* more public symbols for __all__Skip Montanaro2001-06-011-1/+6
* SF patch #405845 by Martin von LöwisJeremy Hylton2001-04-131-1/+7
* An ssl-wrapped socket now returns '' on EOF, just like a regularJeremy Hylton2001-02-011-3/+7
* added a few more __all__ listsSkip Montanaro2001-01-231-0/+2
* Revert a change I accidentally checked in together with Ping'sGuido van Rossum2001-01-151-4/+1
* Whitespace normalization.Tim Peters2001-01-141-17/+17
* SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in HostGuido van Rossum2001-01-141-1/+6
* No text file relying on significant trailing whitespace is robust underTim Peters2001-01-131-16/+16
* SF Patch #103225 by Ping: httplib: smallest Python patch everGuido van Rossum2001-01-131-2/+5
* Get rid of string functions.Guido van Rossum2000-12-151-14/+12
* Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem withGuido van Rossum2000-12-111-1/+4
* If the status line is invalid, assume it is a pre-1.0 response. TheJeremy Hylton2000-10-121-3/+10
* Indent _connection_class so that it becomes HTTPS._connection_class.Martin v. Löwis2000-09-211-1/+1
* Do not close socket when a Content-Length is 0. This make theJeremy Hylton2000-09-181-15/+20
* cope with weird Content-Length values returned from servers byJeremy Hylton2000-09-141-1/+4