- 22 Mar, 2014 6 commits
-
-
Zachary Ware authored
to prevent buildbot failures on test_idle. This change should go back in once #20035 is fixed.
-
Benjamin Peterson authored
A patch from Berker Peksag.
-
Zachary Ware authored
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 authored
-
Donald Stufft authored
-
Donald Stufft authored
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 17 commits
-
-
Victor Stinner authored
Popa.
-
Victor Stinner authored
-
Victor Stinner authored
-
Brett Cannon authored
Patch by Claudiu Popa.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
defined.
-
Brett Cannon authored
-
Ethan Furman authored
Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
loop in debug mode. Raise a RuntimeError if the event loop of the current thread is different. The check should help to debug thread-safetly issue. Patch written by David Foster.
-
- 20 Mar, 2014 17 commits
-
-
Benjamin Peterson authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
Andrew Kuchling authored
Instead we'll just use the stdlib zipfile module. Patch by Derek Chiang
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
"equivalant" was caught by Tobias Käs on docs@, "seperated" and "chartruese" were discovered by a spell-checker.
-
Zachary Ware authored
-
Zachary Ware authored
Pointed out by Colin Davis on docs@.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-