1. 06 Eyl, 2017 1 kayıt (commit)
  2. 26 Tem, 2017 1 kayıt (commit)
    • Segev Finer's avatar
      bpo-9566: Fix some Windows x64 compiler warnings (#2492) · 679b5666
      Segev Finer yazdı
      * bpo-9566: Silence liblzma warnings
      
      * bpo-9566: Silence tcl warnings
      
      * bpo-9566: Silence tk warnings
      
      * bpo-9566: Silence tix warnings
      
      * bpo-9566: Fix some library warnings
      
      * bpo-9566: Fix msvcrtmodule.c warnings
      
      * bpo-9566: Silence _bz2 warnings
      
      * bpo-9566: Fixed some _ssl warnings
      
      * bpo-9566: Fix _msi warnings
      
      * bpo-9566: Silence _ctypes warnings
      
      * Revert "bpo-9566: Fixed some _ssl warnings"
      
      This reverts commit a639001c949ba53338a9ee047d2ec1efd2505e6f.
      
      * bpo-9566: Also consider NULL as a possible error in HANDLE_return_converter
      
      * bpo-9566: whitespace fixes
      679b5666
  3. 17 Tem, 2017 1 kayıt (commit)
  4. 15 Tem, 2016 1 kayıt (commit)
  5. 09 Eyl, 2015 1 kayıt (commit)
  6. 19 Agu, 2015 1 kayıt (commit)
  7. 18 Agu, 2015 1 kayıt (commit)
  8. 22 Kas, 2014 1 kayıt (commit)
  9. 22 Mar, 2014 1 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
  10. 19 May, 2012 1 kayıt (commit)
  11. 13 May, 2012 2 kayıt (commit)