summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_exec_command.py
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-5/+10
* Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-021-0/+2
|\
| * 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-281-0/+2
* | MAINT: Fix python3 ResourceWarning when running test_exec_command.pyCharles Harris2013-03-281-0/+4
|/
* TST: open the TemporaryFile in ASCII modeOndrej Certik2013-03-251-1/+1
* TST: skip general test on non-posix platformsOndrej Certik2013-03-101-10/+15
* TST: Redirect the other stream to temp. fileOndrej Certik2013-03-101-6/+11
* Implement separate checking for stdout and stderrOndrej Certik2013-03-091-4/+3
* TST: add robust tests for exec_command()Ondrej Certik2013-03-091-1/+44
* BUG: fix issue with distutils.exec_command introduced in 1.7.0.Ralf Gommers2013-03-061-0/+29