Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename script template to use .tmpl extensions. | Jason R. Coombs | 2014-06-14 | 1 | -11/+0 |
| | | | | | | --HG-- rename : setuptools/script template (dev).py => setuptools/script (dev).tmpl rename : setuptools/script template.py => setuptools/script.tmpl | ||||
* | Now that 2to3 is no longer run on the codebase, it's safe for the templates ↵ | Jason R. Coombs | 2014-06-14 | 1 | -3/+3 |
| | | | | to be syntactically incorrect (prior to substitution). | ||||
* | Bug Correction: Avoid double execution when the application throws NameError ↵ | Niklas Rigemo | 2013-09-19 | 1 | -2/+3 |
| | | | | | | | exception. --HG-- branch : patch1 | ||||
* | PEP8: Corrected multiple statements on one line (semicolon) | Niklas Rigemo | 2013-09-19 | 1 | -1/+2 |
| | | | | | --HG-- branch : patch1 | ||||
* | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 1 | -1/+4 |
| | | | | | --HG-- branch : single-codebase | ||||
* | Now load legacy scripts wrappers from templates in the package, which get ↵0.6.25 | Jason R. Coombs | 2012-02-08 | 1 | -0/+6 |
converted to Python 3 syntax when built on Python 3. Fixes #273. --HG-- branch : distribute extra : rebase_source : 900842f8a9e70d347296f7b076c6113ead6f7318 |