1. 02 Agu, 2017 1 kayıt (commit)
  2. 01 Agu, 2017 8 kayıt (commit)
  3. 31 Tem, 2017 5 kayıt (commit)
  4. 30 Tem, 2017 6 kayıt (commit)
  5. 29 Tem, 2017 3 kayıt (commit)
  6. 28 Tem, 2017 8 kayıt (commit)
  7. 27 Tem, 2017 6 kayıt (commit)
  8. 26 Tem, 2017 3 kayıt (commit)
    • csabella's avatar
      bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) · 45bf723c
      csabella yazdı
      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 yazdı
      * 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 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