1. 01 Aug, 2017 8 commits
  2. 31 Jul, 2017 5 commits
  3. 30 Jul, 2017 6 commits
  4. 29 Jul, 2017 3 commits
  5. 28 Jul, 2017 8 commits
  6. 27 Jul, 2017 6 commits
  7. 26 Jul, 2017 4 commits
    • csabella's avatar
      bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) · 45bf723c
      csabella authored
      The new class manages pairs of tk Variables and trace callbacks.
      It is completely covered by new tests.
      45bf723c
    • Segev Finer's avatar
      bpo-9566: Fixed _ssl module warnings (#2495) · 5cff6379
      Segev Finer authored
      * bpo-9566: Fixed some _ssl warnings
      
      * bpo-9566: _ssl: Fixup the fixes and also fix the remainings warnings
      
      * Add a comment about the downcast
      5cff6379
    • Segev Finer's avatar
      bpo-9566: Fix some Windows x64 compiler warnings (#2492) · 679b5666
      Segev Finer authored
      * 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
    • Steve Dower's avatar
      Fix build batch files (#2750) · f0851910
      Steve Dower authored
      * Enable building MSI, zip and nuget packages when Py_OutDir is set.
      
      * Restore the --build option, which got reverted at some point.
      
      * Ensure output directory is created.
      
      * Enables BuildForDaily and DailyBuildVersion options for nuget package.
      f0851910