Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid resource warning from dev scripts installed editable | wim glenn | 2018-06-25 | 1 | -1/+2 |
| | | | Avoid ` ResourceWarning: unclosed file <_io.TextIOWrapper name='whatever' mode='r' encoding='UTF-8'>` on dev scripts installed editable | ||||
* | Use Python 3 syntax in 'script (dev).tmpl', as Python 2.6+ supports this syntax5.4 | Jason R. Coombs | 2014-07-05 | 1 | -4/+1 |
| | |||||
* | Use __import__() to avoid leaking imported names to the executed script. | Arfrever Frehtes Taifersar Arahesis | 2014-06-30 | 1 | -5/+2 |
| | |||||
* | Rename script template to use .tmpl extensions. | Jason R. Coombs | 2014-06-14 | 1 | -0/+11 |
--HG-- rename : setuptools/script template (dev).py => setuptools/script (dev).tmpl rename : setuptools/script template.py => setuptools/script.tmpl |