- 15 Sep, 2010 9 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
ssl: raise SSLError in case of timeout, never raise socket.timeout (this is how standard ssl behaves)
-
Denis Bilenko authored
-
Denis Bilenko authored
ssl: make send return 0 in case of non-blocking/timeout instead of raising timeout (this is how standard ssl behaves)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
Python Issue #5238: Calling makefile() on an SSL object would prevent the underlying socket from being closed until all objects get truely destroyed. Patch by Antoine Pitrou. from http://svn.python.org/view?view=rev&revision=80428
-
Denis Bilenko authored
Python Issue #5103: SSL handshake would ignore the socket timeout and block indefinitely if the other end didn't respond. Patch by Antoine Pitrou. from http://svn.python.org/view?view=rev&revision=80452
-
Denis Bilenko authored
When calling getpeername() in SSLSocket.__init__, only silence exceptions caused by the "socket not connected" condition. Patch by Antoine Pitrou. from http://svn.python.org/view?view=rev&revision=80507
-
- 14 Sep, 2010 22 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- add __implements__, __extensions__ and __imports__ - do not add 'ssl' and 'sslerror' to __all__ if on Python >= 2.6 - add 'SSLType' to __all__ if on Python <= 2.5
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
core: make _input_buffer and _output_buffer attributes of http_request class public (to simplify debugging)
-
Denis Bilenko authored
core: make http._requests attribute public (to simplify debugging, not because it made it into public interface)
-
- 10 Sep, 2010 8 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
currently it has no effect because there are not 'long' constants but I'd like not to depend on that.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
test_threading_2.py: make sure we use gevent in spawned subprocesses as well; this fixes a number of failures
-
- 06 Sep, 2010 1 commit
-
-
Denis Bilenko authored
-