Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PR #3345] fix more PY3.8 fails | Mats Wichmann | 2019-04-26 | 1 | -5/+4 |
| | | | | | | | | | | | File closes in msvs tool Context manager in rpm tool Dummy compiler, assembler scripts can be called in unexpected ways (namely by gcc tool init), which passes --version flag. don't take exception on the getopt call. Try again to undo my breakage of _subproc, which was failing on Win+PY27 Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | fix test to not run on OSX | William Deegan | 2017-04-18 | 1 | -1/+2 |
| | |||||
* | Change posix.py to use subprocess as we only support python 2.4. | Tom Tanner | 2013-10-04 | 1 | -0/+60 |
Added a test for leaking handles. |