index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
ssl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix name collision issues
Benjamin Peterson
2008-12-31
1
-3/+3
*
#4788 qualify some bare except clauses
Benjamin Peterson
2008-12-31
1
-2/+2
*
fix for release blocker 3910, 2.6 regression in socket.ssl method
Bill Janssen
2008-09-29
1
-2/+13
*
incorporate fixes from issue 3162; SSL doc patch
Bill Janssen
2008-09-08
1
-5/+39
*
remove duplicate close() from ssl.py; expose unwrap and add test for it
Bill Janssen
2008-08-12
1
-4/+8
*
various SSL fixes; issues 1251, 3162, 3212
Bill Janssen
2008-06-28
1
-256/+105
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
Add support for asyncore server-side SSL support. This requires
Bill Janssen
2007-09-16
1
-25/+311
*
More work on SSL support.
Bill Janssen
2007-09-10
1
-10/+39
*
Added docstrings to methods and functions.
Bill Janssen
2007-08-30
1
-0/+36
*
This contains a number of things:
Bill Janssen
2007-08-29
1
-125/+74
*
Bill Janssen wrote:
Guido van Rossum
2007-08-26
1
-4/+5
*
Server-side SSL and certificate validation, by Bill Janssen.
Guido van Rossum
2007-08-25
1
-0/+252