Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -2/+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> | ||||
* | Clean up some tests: use context managers | Mats Wichmann | 2019-02-14 | 1 | -1/+2 |
| | | | | | | | | | Plenty of complaints coming from Python 3.8alpha on unclosed files. Targeted those areas which intersect with PyPy failures - this changeset reduces the PyPy fails by 17 on the local test environment. So this affects both Issue #3299 and the PyPy support project. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | py2/3 byte fixes | William Deegan | 2017-03-13 | 1 | -33/+33 |
| | |||||
* | Some more statement to function transforms. | Russel Winder | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Add a test for Repository and the -c option. | Steven Knight | 2002-08-06 | 1 | -0/+182 |