- 15 Sep, 2010 39 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
--HG-- rename : greentest/test__server_close.py => greentest/xtest__server_close.py
-
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
test_ssl.py: copy all new tests and updates from Python 2.7 (but make it pass on older versions too)
-
Denis Bilenko authored
-
Denis Bilenko authored
fix test__socket.py to expect SSLSocket to raise SSLError in case of timeout rather than socket.timeout
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
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 1 commit
-
-
Denis Bilenko authored
-