Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Cleaned up shitty syntax in testsuite | Armin Ronacher | 2017-01-06 | 1 | -5/+5 |
| | |||||
* | Fixed various breakage from the new id tracking | Armin Ronacher | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #530 from nick-garcia/master | Armin Ronacher | 2017-01-03 | 1 | -0/+2 |
|\ | | | | | Subtraction from Undefined does not raise UndefinedError | ||||
| * | Setting __sub__ equal to _fail_with_undefined_error so subtractions with | Nick Garcia | 2016-01-07 | 1 | -0/+2 |
| | | | | | | | | undefined variables will fail properly like other arithemtic operations. | ||||
* | | Give Cycler a next() method so that it works in python2 and 3 | Matt Haggard | 2015-12-29 | 1 | -0/+11 |
|/ | |||||
* | Let the Environment override the Context | ThiefMaster | 2015-04-06 | 1 | -0/+13 |
| | | | | closes #404 | ||||
* | Let the Environment override the CodeGenerator | ThiefMaster | 2015-04-06 | 1 | -0/+22 |
| | | | | see #404 | ||||
* | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 1 | -0/+292 |
Remove py.test from setup.py install_requires Rename testsuite folder to tests. |