| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed several hack classes build to simulate file descriptors | Todd Leonhardt | 2018-09-23 | 1 | -22/+1 |
| | | | | | | | | | | Now there is a single class, StdSim in utils.py, which is intended to simulate stdout and stderr file objects. This class replaced the following: - pyscript_bridge.py::CopyStream - transcript.py::OutputTrap - conftest.py::StdOut | ||||
| * | This just fixes a couple minor lint warnings related to raw strings and escapes | Todd Leonhardt | 2018-09-13 | 1 | -1/+1 |
| | | |||||
| * | Working on improving type hinting | Todd Leonhardt | 2018-06-09 | 1 | -10/+8 |
| | | | | | | Also: - Refactored perror() to remove a rarely used optional argument which was unecessary | ||||
| * | Make changes requested in PR #413 | kotfu | 2018-05-24 | 1 | -7/+22 |
| | | |||||
| * | Defer import of unittest | kotfu | 2018-05-06 | 1 | -0/+213 |
