summaryrefslogtreecommitdiffstats
path: root/Lib/httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for SF bug 666219.Jeremy Hylton2003-06-301-0/+4
* Remove references to pages that don't exist anymore.Jeremy Hylton2003-01-311-33/+0
* Whitespace normalization.Tim Peters2002-10-071-2/+2
* Dump trunk version of httplib.py onto branch.Michael W. Hudson2002-09-251-69/+85
* Backport changes.Jeremy Hylton2002-07-121-60/+336
* Backport various bug fixes from trunk.Jeremy Hylton2002-07-021-59/+120
* Patch #500311: Work around for buggy https servers. Fixes #494762.Martin v. Löwis2002-04-201-1/+2
* backport akuchling's checkin ofMichael W. Hudson2002-03-251-0/+3
* I *think* this should go in. May be wrong -- please howl in protestMichael W. Hudson2002-03-111-20/+34
* backport jhylton's checkin ofMichael W. Hudson2002-03-111-3/+21
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-161-1/+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
* add docstring explaining makefile limitationJeremy Hylton2000-08-231-1/+11
* add support for HTTPSJeremy Hylton2000-08-011-16/+27
* no changes other than indentation level (now 4) and comment reflow.Greg Stein2000-07-181-573/+577
* initial commit of a new HTTP library, supporting HTTP/1.1 and persistentGreg Stein2000-06-261-228/+734
* Add call to putheader('Host', 'www.python.org') to the example.Guido van Rossum2000-05-191-0/+1
* Fredrik Lundh:Guido van Rossum2000-03-281-2/+2
* Untabify to pass the -tt test.Fred Drake2000-02-101-15/+15
* OpenSSL support. This is based on patches for a version of SSLeay byGuido van Rossum1999-12-071-13/+92
* Patch by Tim O'Malley for servers that send a response looking just likeGuido van Rossum1998-01-191-2/+6
* Doc strings by Mitch Chapman (with a little reformatting).Guido van Rossum1997-12-091-118/+174
* Two changes:Guido van Rossum1997-08-111-14/+13
* In the HTTP reply header, be more accepting in the HTTP version.Guido van Rossum1996-12-101-2/+2
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-141-1/+1
* actualized example/reference, fix bug w/ nonnumeric portGuido van Rossum1995-09-301-8/+9
* fixed the test programGuido van Rossum1995-09-071-3/+6
* use mimetools; add close()Guido van Rossum1995-08-071-2/+8
* discard endrequest(); minor stuff; rfc822 no seek flagGuido van Rossum1995-06-221-6/+4