| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10443: Add the SSLContext.set_default_verify_paths() method. | Antoine Pitrou | 2010-11-17 | 1 | -0/+9 |
|
|
* | Issue #10022: The dictionary returned by the `getpeercert()` method | Antoine Pitrou | 2010-11-09 | 1 | -5/+7 |
|
|
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -1/+24 |
|
|
* | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -5/+21 |
|
|
* | Issue #1589: Add ssl.match_hostname(), to help implement server identity | Antoine Pitrou | 2010-10-08 | 1 | -50/+81 |
|
|
* | Be more precise as to what operations are supported | Antoine Pitrou | 2010-09-19 | 1 | -5/+21 |
|
|
* | Remove references to read() and write() methods, which are useless synonyms of | Antoine Pitrou | 2010-09-19 | 1 | -28/+14 |
|
|
* | Mention that SSL sockets provide the basic socket API. | Antoine Pitrou | 2010-09-19 | 1 | -0/+6 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -7/+10 |
|
|
* | Document the context attribute of SSL sockets | Antoine Pitrou | 2010-05-24 | 1 | -0/+10 |
|
|
* | Add a versionadded tag for SSL contexts. | Antoine Pitrou | 2010-05-24 | 1 | -0/+2 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 1 | -0/+56 |
|
|
* | Issue #8550: Add first class `SSLContext` objects to the ssl module. | Antoine Pitrou | 2010-05-16 | 1 | -47/+236 |
|
|
* | Merged revisions 81229 via svnmerge from | Antoine Pitrou | 2010-05-16 | 1 | -0/+4 |
|
|
* | Fix two versionchanged. | Ezio Melotti | 2010-04-20 | 1 | -1/+1 |
|
|
* | Merged revisions 80151 via svnmerge from | Antoine Pitrou | 2010-04-17 | 1 | -4/+16 |
|
|
* | Fix docs for r79813. | Antoine Pitrou | 2010-04-05 | 1 | -5/+5 |
|
|
* | Merged revisions 79812 via svnmerge from | Antoine Pitrou | 2010-04-05 | 1 | -0/+30 |
|
|
* | #7592: remove duplicate description. | Georg Brandl | 2010-01-02 | 1 | -8/+0 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -275/+261 |
|
|
* | fixed more examples that were using u"", print without () and unicode/str ins... | Ezio Melotti | 2009-09-13 | 1 | -18/+18 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
|
|
* | Merged revisions 65658,65869,65882 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -0/+9 |
|
|
* | update ssl documentation | Bill Janssen | 2008-08-12 | 1 | -0/+9 |
|
|
* | fix bad method names in ssl module (and typo in ssl doc) | Bill Janssen | 2008-06-29 | 1 | -1/+1 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 1 | -1/+1 |
|
|
* | Merged revisions 59376-59406 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -1/+2 |
|
|
* | most recent changes to SSL module to support non-blocking sockets properly | Bill Janssen | 2007-12-05 | 1 | -2/+40 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -1/+1 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -154/+303 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -36/+45 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -2/+2 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -3/+0 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -64/+133 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -0/+319 |
|
|