1. 22 Mar, 2014 4 kayıt (commit)
    • Zachary Ware's avatar
      Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build · a191b91a
      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
      a191b91a
    • Donald Stufft's avatar
      Fix an incomplete merge of Misc/NEWS · 04ea84a2
      Donald Stufft yazdı
      04ea84a2
    • Donald Stufft's avatar
    • Donald Stufft's avatar
      Issue #20995: Enhance default ciphers used by the ssl module · 79ccaa2c
      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
      79ccaa2c
  2. 21 Mar, 2014 17 kayıt (commit)
  3. 20 Mar, 2014 19 kayıt (commit)