Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rm-py2: Remove "from __future__" from more places | Mats Wichmann | 2020-02-20 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | A couple of minor reformats along the way, most prominently, in tests, if being edited anyway, make sure the docstring most tests have is actually the docstring (sometimes the __revision__ line came before, which makes the string not be the docstring). Snuck in some minor framework changes that were orphaned when another draft PR was not needed: this almost all docstring changes, the functional part is using casefold instead of lower in a match func - a slightly better approach which is now possible that Py2 compatibility is not needed. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -2/+3 |
| | | | | | | | 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 | -0/+1 |
| | |||||
* | Run futurize --stage1. | Russel Winder | 2016-01-01 | 1 | -7/+9 |
| | |||||
* | Adding documentation and a couple of tests | Tom Tanner | 2013-10-08 | 1 | -0/+86 |