Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update test cases for recent compiler changes: exec/import * in nested | Jeremy Hylton | 2001-02-09 | 1 | -21/+64 |
| | | | | functinos and cell vars with */** parameters | ||||
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -6/+5 |
| | |||||
* | Fix test 9 (caught by ?!ng) | Jeremy Hylton | 2001-02-05 | 1 | -1/+30 |
| | | | | Add tests for unbound locals (Nick Mathewson) | ||||
* | Fix test for free ref to global. This test should have caught a | Jeremy Hylton | 2001-01-30 | 1 | -1/+1 |
| | | | | recently fixed bug, but it checked for the wrong answer. | ||||
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -0/+249 |
New tests cases for nested scopes. |