| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run autoflake on code | Mats Wichmann | 2020-09-21 | 1 | -7/+0 |
| | | | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -1/+2 |
| | | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Speed up option tests for windows | William Deegan | 2018-09-26 | 1 | -1/+2 |
| | | |||||
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | | |||||
| * | Remove (lots) more unnecessary imports. | Steven Knight | 2009-02-06 | 1 | -4/+0 |
| | | |||||
| * | Update more tests to use the new skip_test() method. Replace a CHANGES.txt ↵ | Steven Knight | 2005-08-14 | 1 | -3/+2 |
| | | | | | comment inadvertently deleted. | ||||
| * | Improve --debug=count to get an idea of when different objects are created. | Steven Knight | 2005-01-12 | 1 | -0/+63 |
