Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `imports` fixer. | Charles Harris | 2013-04-02 | 1 | -5/+10 |
* | Merge pull request #3178 from charris/2to3-apply-import-fixer | njsmith | 2013-04-02 | 1 | -0/+2 |
|\ | |||||
| * | 2to3: Add `from __future__ import ...` to some files that were missed. | Charles Harris | 2013-03-28 | 1 | -0/+2 |
* | | MAINT: Fix python3 ResourceWarning when running test_exec_command.py | Charles Harris | 2013-03-28 | 1 | -0/+4 |
|/ | |||||
* | TST: open the TemporaryFile in ASCII mode | Ondrej Certik | 2013-03-25 | 1 | -1/+1 |
* | TST: skip general test on non-posix platforms | Ondrej Certik | 2013-03-10 | 1 | -10/+15 |
* | TST: Redirect the other stream to temp. file | Ondrej Certik | 2013-03-10 | 1 | -6/+11 |
* | Implement separate checking for stdout and stderr | Ondrej Certik | 2013-03-09 | 1 | -4/+3 |
* | TST: add robust tests for exec_command() | Ondrej Certik | 2013-03-09 | 1 | -1/+44 |
* | BUG: fix issue with distutils.exec_command introduced in 1.7.0. | Ralf Gommers | 2013-03-06 | 1 | -0/+29 |