Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no changes other than indentation level (now 4) and comment reflow. | Greg Stein | 2000-07-18 | 1 | -573/+577 |
| | | | | use "cvs diff -b" to verify. | ||||
* | initial commit of a new HTTP library, supporting HTTP/1.1 and persistent | Greg Stein | 2000-06-26 | 1 | -228/+734 |
| | | | | connections. | ||||
* | 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 |
| | | | | | This fixes a bunch of socket.connect(host, post) calls. Note that I haven't tested all modules -- I don't have enough servers here... | ||||
* | 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 |
| | | | | | | Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by Laszlo Kovacs of HP. Both have kindly given permission to include the patches in the Python distribution. Final formatting by GvR. | ||||
* | Patch by Tim O'Malley for servers that send a response looking just like | Guido van Rossum | 1998-01-19 | 1 | -2/+6 |
| | | | | | | HTTP/1.x 200 instead of HTTP/1.x 200 OK | ||||
* | Doc strings by Mitch Chapman (with a little reformatting). | Guido van Rossum | 1997-12-09 | 1 | -118/+174 |
| | | | | Also reformatted the whole module with 4 spaces and no tabs. | ||||
* | Two changes: | Guido van Rossum | 1997-08-11 | 1 | -14/+13 |
| | | | | | | | | | (1) No longer close self.sock; close it on close(). (Guido) (2) Don't use regular expressions for what can be done simply with string.split() -- regex is thread unsafe. (Jeremy) (3) Delete unused imports. (Jeremy) | ||||
* | 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 |