1. 09 Sep, 2011 1 commit
  2. 06 Sep, 2011 1 commit
  3. 05 Sep, 2011 5 commits
  4. 02 Sep, 2011 6 commits
  5. 01 Sep, 2011 8 commits
  6. 31 Aug, 2011 1 commit
  7. 30 Aug, 2011 2 commits
  8. 29 Aug, 2011 3 commits
  9. 28 Aug, 2011 3 commits
  10. 27 Aug, 2011 1 commit
  11. 26 Aug, 2011 3 commits
  12. 25 Aug, 2011 1 commit
  13. 26 Aug, 2011 4 commits
  14. 25 Aug, 2011 1 commit
    • Éric Araujo's avatar
      Refactor helpers for compiling the xx module in distutils tests. · 04612d60
      É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.
      04612d60