1. 06 Sep, 2011 1 commit
  2. 05 Sep, 2011 5 commits
  3. 02 Sep, 2011 6 commits
  4. 01 Sep, 2011 8 commits
  5. 31 Aug, 2011 1 commit
  6. 30 Aug, 2011 2 commits
  7. 29 Aug, 2011 3 commits
  8. 28 Aug, 2011 3 commits
  9. 27 Aug, 2011 1 commit
  10. 26 Aug, 2011 3 commits
  11. 25 Aug, 2011 1 commit
  12. 26 Aug, 2011 4 commits
  13. 25 Aug, 2011 2 commits
    • Éric Araujo's avatar
      Refactor helpers for compiling the xx module in distutils tests. · ab684cdc
      Éric Araujo authored
      I need to copy the xxmodule.c file in other tests, so I moved the
      support code to distutils.tests.support and improved it:
      - don’t skip when run from the Lib/distutils/tests directory
      - use proper skip machinery instead of custom print/return/test suite
        fiddling.
      
      I also took out the fixup_build_ext function, which is needed for tests
      to pass on Unix shared builds and Windows debug builds.
      
      Finally, I cleaned up a few things:
      - don’t remove directories in tearDown when the parent class’ tearDown
        has already registered the directories for removal
      - simplify restoration of sys.path
      - remove a few unused names found by pyflakes.
      ab684cdc
    • Charles-François Natali's avatar
      Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid · ba2c322e
      Charles-François Natali authored
      them being inherited by other subprocesses.
      ba2c322e