- 23 Mar, 2014 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
R David Murray yazdı
Previously a non-string, non-regex second argument could cause the test to always pass. Initial patch by Kamilla Holanda.
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 22 Mar, 2014 13 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
Issue #20913: improve the SSL security considerations to first advocate using create_default_context().
-
Antoine Pitrou yazdı
Issue #20913: improve the SSL security considerations to first advocate using create_default_context().
-
Antoine Pitrou yazdı
Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". (should also fix a buildbot failure introduced by #20995)
-
Antoine Pitrou yazdı
Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". (should also fix a buildbot failure introduced by #20995)
-
Zachary Ware yazdı
-
Zachary Ware yazdı
to prevent buildbot failures on test_idle. This change should go back in once #20035 is fixed.
-
Benjamin Peterson yazdı
A patch from Berker Peksag.
-
Zachary Ware yazdı
solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Donald Stufft yazdı
Closes #20995 by Enabling better security by prioritizing ciphers such that: * Prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE) * Prefer ECDHE over DHE for better performance * Prefer any AES-GCM over any AES-CBC for better performance and security * Then Use HIGH cipher suites as a fallback * Then Use 3DES as fallback which is secure but slow * Finally use RC4 as a fallback which is problematic but needed for compatibility some times. * Disable NULL authentication, NULL encryption, and MD5 MACs for security reasons
-
- 21 Mar, 2014 11 kayıt (commit)
-
-
Victor Stinner yazdı
Popa.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Brett Cannon yazdı
Patch by Claudiu Popa.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
defined.
-
Brett Cannon yazdı
-
Ethan Furman yazdı
Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__
-
Vinay Sajip yazdı
-