- 31 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Haz, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 13 Nis, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Fixes SF bug #405427. If an http response has a bogus return code, e.g. 400.100, raise BadStatusLine.
-
- 01 Şub, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
socket -- as suggested by Clarence Gardner. Fix httplib to comply with the new ssl-socket interface.
-
- 23 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
fixed typo in ihooks docstring
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
"smallest patch ever".
-
- 14 Ock, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Guido van Rossum yazdı
Header Dougfort's comments: httplib does not include ':port ' in the HTTP 1.1 'Host:' header. This causes problems if the server is not listening on Port 80. The test case I use is the login to /manage under Zope, with Zope listening on port 8080. Zope returns a <frameset> with the <frame> source URLs lacking the :8080.
-
- 13 Ock, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
modification. Removed the need for that.
-
Guido van Rossum yazdı
The ASCII-art diagram at the top of httplib contains a backslash at the end of a line, which causes Python to remove the newline. This one-character patch adds a space after the backslash so it will appear at the end of the line in the docstring as intended.
-
- 15 Ara, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
There should really be a little tool to help with this -- it's rather tedious and there are lots of special cases!
-
- 11 Ara, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
socket in httplib.py. The bug reports that on Windows, you must pass sock._sock to the socket.ssl() call. But on Unix, you must pass sock itself. (sock is a wrapper on Windows but not on Unix; the ssl() call wants the real socket object, not the wrapper.) So we see if sock has an _sock attribute and if so, extract it. Unfortunately, the submitter of the bug didn't confirm that this patch works, so I'll just have to believe it (can't test it myself since I don't have OpenSSL on Windows set up, and that's a nontrivial thing I believe).
-
- 12 Eki, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
msg/headers are empty and the entire response is treated as the body.
-
- 21 Eyl, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Eyl, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
interface consistent: The client is responsible for closing the socket, regardless of the amount of data received. Restore suport for set_debuglevel call.
-
- 14 Eyl, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
ignoring them; e.g. Zope sometimes returns 13497L
-
- 23 Agu, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
fix support for passing http version to connect in HTTP
-
- 01 Agu, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Modify HTTP to use delegation instead of inheritance. The _connection_class attribute of the class defines what class to delegate to. The HTTPS class is a subclass of HTTP that redefines _connection_class.
-
- 18 Tem, 2000 1 kayıt (commit)
-
-
Greg Stein yazdı
use "cvs diff -b" to verify.
-
- 26 Haz, 2000 1 kayıt (commit)
-
-
Greg Stein yazdı
connections.
-
- 19 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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...
-
- 10 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 07 Ara, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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.
-
- 19 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
HTTP/1.x 200 instead of HTTP/1.x 200 OK
-
- 09 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also reformatted the whole module with 4 spaces and no tabs.
-
- 11 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(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)
-
- 10 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Şub, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 30 Eyl, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Eyl, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Haz, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 May, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Şub, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Şub, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-