summaryrefslogtreecommitdiffstats
path: root/Lib/httplib.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes to use default argument values where possibleGuido van Rossum1994-05-061-8/+4
* Fix bug with somtimes uninitialized portGuido van Rossum1994-02-221-1/+2
* Towards a standard access mechanism for URLs.Guido van Rossum1994-02-211-0/+129