1. 01 Nov, 2017 3 commits
    • Lars Viklund's avatar
      Remove nested comments in blake2 (#4173) · 388cd85e
      Lars Viklund authored
      Replace occurence of nested comments in blake2 reference implementation
      with preprocessor directive for disabling unused code.
      
      `blake2s-load-xop.h` is conditionally pulled in only on chips with XOP
      support, among others the AMD Bulldozer. The malformed comments in the
      source file breaks the build of `hashlib`'s `_blake2` on GCC 6.3.0.
      
      Official reference code on github uses `#if` so this change should be
      uncontroversial.
      388cd85e
    • Masayuki Yamamoto's avatar
      bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) · 8bc7d635
      Masayuki Yamamoto authored
      Modify the code to use ncurses is_pad() instead of checking WINDOW
      _flags field.  If your platform does not provide the is_pad(), the
      existing way that checks the field will be enabled.
      
      Note: This change does not drop support for platforms where do not
      have both WINDOW _flags field and is_pad().
      8bc7d635
    • Victor Stinner's avatar
      Fix test_socket.test_create_connection() (#4206) · 280c22a8
      Victor Stinner authored
      bpo-31910: test_create_connection() now catchs also EADDRNOTAVAIL to
      fix the test on Travis CI.
      280c22a8
  2. 31 Oct, 2017 11 commits
  3. 30 Oct, 2017 2 commits
  4. 28 Oct, 2017 4 commits
  5. 27 Oct, 2017 9 commits
  6. 26 Oct, 2017 10 commits
  7. 25 Oct, 2017 1 commit