- 24 May, 2009 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 02 Mar, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Ock, 2009 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 09 Ock, 2009 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks.
-
- 29 Kas, 2008 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
This change addresses part of issue 4336. Change endheaders() to take an optional message_body argument that is sent along with the headers. Change xmlrpclib and httplib's other methods to use this new interface. It is more efficient to make a single send() call, which should get the entire client request into one packet (assuming it is smaller than the MTU) and will avoid the long pause for delayed ack following timeout. Also: - Add a comment about the buffer size for makefile(). - Extract _set_content_length() method and fix whitespace issues there.
-
- 15 Kas, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
that their could be an arbitrary number of values passed in. Turns out the code did not match that. The code now matches the docs.
-
- 02 Eyl, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
catch_warnings(), and clean up the API. While expanding the test suite, a bug was found where a warning about the 'line' argument to showwarning() was not letting functions with '*args' go without a warning. Closes issue 3602. Code review by Benjamin Peterson.
-
- 16 Agu, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 07 Tem, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
redundant ":443" port number designation when the connection is using the default https port (443).
-
- 29 May, 2008 1 kayıt (commit)
-
-
Facundo Batista yazdı
all the upper level libraries that use it, including urllib2. Added and fixed some tests, and changed docs correspondingly. Thanks to John J Lee for the patch and the pusing, :)
-
- 24 Şub, 2008 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
httplib will now raise IncompleteRead and close the connection instead of raising ValueError.
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 12 Şub, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
implements the chunked encoding incorrectly. Will backport to 2.5.
-
- 08 Ara, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Eki, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
it closes itself. When the stream is read in several calls to read(n), it should behave in the same way if HTTPConnection knows where the end of the stream is (through self.length). Added a test case for this behaviour.
-
- 10 Eyl, 2007 1 kayıt (commit)
-
-
Bill Janssen yazdı
* Much expanded test suite: All protocols tested against all other protocols. All protocols tested with all certificate options. Tests for bad key and bad cert. Test of STARTTLS functionality. Test of RAND_* functions. * Fixes for threading/malloc bug. * Issue 1065 fixed: sslsocket class renamed to SSLSocket. sslerror class renamed to SSLError. Function "wrap_socket" now used to wrap an existing socket. * Issue 1583946 finally fixed: Support for subjectAltName added. Subject name now returned as proper DN list of RDNs. * SSLError exported from socket as "sslerror". * RAND_* functions properly exported from ssl.py. * Documentation improved: Example of how to create a self-signed certificate. Better indexing.
-
- 31 Agu, 2007 1 kayıt (commit)
-
-
Bill Janssen yazdı
-
- 30 Agu, 2007 1 kayıt (commit)
-
-
Thomas Wouters yazdı
classes when they are actually created.
-
- 29 Agu, 2007 1 kayıt (commit)
-
-
Bill Janssen yazdı
1) Improve the documentation of the SSL module, with a fuller explanation of certificate usage, another reference, proper formatting of this and that. 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close(). Remove some unused code from ssl.py. Allow accept() to be called on sslsocket sockets. 3) Use try-except-else in import of ssl in socket.py. Deprecate use of socket.ssl(). 4) Remove use of socket.ssl() in every library module, except for test_socket_ssl.py and test_ssl.py.
-
- 27 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 21 May, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
socket.create_connection function. Also added a small test for this, and updated NEWS file.
-
- 26 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 23 Mar, 2007 2 kayıt (commit)
-
-
Facundo Batista yazdı
connection with an optional timeout, and modified httplib.py to use this function in HTTPConnection. Applies patch 1676823.
-
Martin v. Löwis yazdı
Will backport.
-
- 30 Ock, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
HTTPConnection.request().
-
- 30 Tem, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 26 Tem, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fix httplib.HTTPConnection.getresponse to not close the socket if it is still needed for the response.
-
- 03 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Şub, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Eyl, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 26 Haz, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 07 Kas, 2004 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
If read() returned less than the number of bytes request, the full amount was subtracted from length instead of the actually read amount.
-
- 14 Eki, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 18 Eyl, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Eyl, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Eyl, 2004 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
separates ip address from the port to accommodate ipv6 addresses.
-