Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add test to verify that nested functions with free variables don't | Jeremy Hylton | 2001-03-13 | 1 | -0/+23 | |
* | Test interaction of global and nested scopes -- thanks to Samuele Pedroni. | Guido van Rossum | 2001-03-01 | 1 | -0/+65 | |
* | add from __future__ import nested_scopes to strings passed to compile | Jeremy Hylton | 2001-02-27 | 1 | -6/+12 | |
* | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 1 | -0/+2 | |
* | Add test for syntax error on "x = 1 + 1". | Jeremy Hylton | 2001-02-19 | 1 | -9/+1 | |
* | Whitespace normalization. | Tim Peters | 2001-02-15 | 1 | -4/+4 | |
* | update test cases for recent compiler changes: exec/import * in nested | Jeremy Hylton | 2001-02-09 | 1 | -21/+64 | |
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -6/+5 | |
* | Fix test 9 (caught by ?!ng) | Jeremy Hylton | 2001-02-05 | 1 | -1/+30 | |
* | Fix test for free ref to global. This test should have caught a | Jeremy Hylton | 2001-01-30 | 1 | -1/+1 | |
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -0/+249 | |