1. 21 Jan, 2019 3 commits
    • Pablo Galindo's avatar
      bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635) · e9b185f2
      Pablo Galindo authored
      PermissionError can be raised if there are directories in the $PATH that are not accessible
      when using posix_spawnp.
      e9b185f2
    • Victor Stinner's avatar
      bpo-35772: Fix test_tarfile on ppc64 (GH-11606) · b2385458
      Victor Stinner authored
      Fix sparse file tests of test_tarfile on ppc64le with the tmpfs
      filesystem.
      
      Fix the function testing if the filesystem supports sparse files:
      create a file which contains data and "holes", instead of creating a
      file which contains no data.
      
      tmpfs effective block size is a page size (tmpfs lives in the page
      cache). RHEL uses 64 KiB pages on aarch64, ppc64 and ppc64le, only
      s390x and x86_64 use 4 KiB pages, whereas the test punch holes of
      4 KiB.
      
      test.pythoninfo: Add resource.getpagesize().
      b2385458
    • Pablo Galindo's avatar
      bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) · 222d303a
      Pablo Galindo authored
      * Allow repeated deletion of unittest.mock.Mock attributes
      
      * fixup! Allow repeated deletion of unittest.mock.Mock attributes
      
      * fixup! fixup! Allow repeated deletion of unittest.mock.Mock attributes
      222d303a
  2. 20 Jan, 2019 2 commits
  3. 18 Jan, 2019 10 commits
  4. 17 Jan, 2019 6 commits
  5. 16 Jan, 2019 3 commits
  6. 15 Jan, 2019 9 commits
  7. 14 Jan, 2019 2 commits
  8. 13 Jan, 2019 3 commits
  9. 12 Jan, 2019 2 commits