1. 06 Eyl, 2011 1 kayıt (commit)
  2. 05 Eyl, 2011 5 kayıt (commit)
  3. 02 Eyl, 2011 6 kayıt (commit)
  4. 01 Eyl, 2011 8 kayıt (commit)
  5. 31 Agu, 2011 1 kayıt (commit)
  6. 30 Agu, 2011 2 kayıt (commit)
  7. 29 Agu, 2011 3 kayıt (commit)
  8. 28 Agu, 2011 3 kayıt (commit)
  9. 27 Agu, 2011 1 kayıt (commit)
  10. 26 Agu, 2011 3 kayıt (commit)
  11. 25 Agu, 2011 1 kayıt (commit)
  12. 26 Agu, 2011 4 kayıt (commit)
  13. 25 Agu, 2011 2 kayıt (commit)
    • Éric Araujo's avatar
      Refactor helpers for compiling the xx module in distutils tests. · 04612d60
      Éric Araujo yazdı
      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.
      04612d60
    • Charles-François Natali's avatar
      Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid · 2a34eb31
      Charles-François Natali yazdı
      them being inherited by other subprocesses.
      2a34eb31