1. 16 Oct, 2020 1 commit
  2. 15 Oct, 2020 1 commit
  3. 14 Oct, 2020 12 commits
  4. 13 Oct, 2020 1 commit
  5. 12 Oct, 2020 2 commits
  6. 11 Oct, 2020 3 commits
  7. 10 Oct, 2020 1 commit
  8. 08 Oct, 2020 3 commits
  9. 06 Oct, 2020 3 commits
  10. 05 Oct, 2020 6 commits
  11. 04 Oct, 2020 3 commits
  12. 02 Oct, 2020 3 commits
  13. 01 Oct, 2020 1 commit
    • Don't swallow ImportError in temporary_directory() · 7a5f2601
      Fixes #3026
      
      If the context wrapped by the temporary_directory() context manager
      raised ImportError (for example because distutils.util cannot be
      imported, #721 #1837), it would previously keep going, causing a
      RuntimeError from contextlib:
      
          RuntimeError: generator didn't stop after throw()
      Remi Rampin committed