Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make configparser imports python3 ready | Toshio Kuratomi | 2017-02-03 | 1 | -4/+5 |
| | | | | | the ConfigParser module was renamed to configparser in Python3. Use six.moves to import it so that the modules will function on Python3. | ||||
* | PEP 8 indent cleanup. (#20800) | Matt Clay | 2017-01-29 | 1 | -1/+1 |
| | | | | | | | | * PEP 8 E121 cleanup. * PEP 8 E126 cleanup. * PEP 8 E122 cleanup. | ||||
* | PEP 8 whitespace cleanup. (#20783) | Matt Clay | 2017-01-27 | 1 | -1/+1 |
| | | | | | | * PEP 8 E271 whitespace cleanup. * PEP 8 W293 whitespace cleanup. * Fix whitespace issue from recent PR. | ||||
* | Remove some more unused stdlib deps. | Toshio Kuratomi | 2015-11-03 | 1 | -1/+0 |
| | |||||
* | fixed typos found by RETF rules in PY files | Christian Berendt | 2014-05-03 | 1 | -2/+2 |
| | | | | rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos | ||||
* | add missing license header | Michael DeHaan | 2014-04-24 | 1 | -0/+28 |
| | |||||
* | Force command action to not be executed by the shell unless specifically enabled | James Tanner | 2014-03-10 | 1 | -0/+252 |