summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_scope.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add test to verify that nested functions with free variables don'tJeremy Hylton2001-03-131-0/+23
* Test interaction of global and nested scopes -- thanks to Samuele Pedroni.Guido van Rossum2001-03-011-0/+65
* add from __future__ import nested_scopes to strings passed to compileJeremy Hylton2001-02-271-6/+12
* Preliminary support for future nested scopesJeremy Hylton2001-02-271-0/+2
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-191-9/+1
* Whitespace normalization.Tim Peters2001-02-151-4/+4
* update test cases for recent compiler changes: exec/import * in nestedJeremy Hylton2001-02-091-21/+64
* Whitespace normalization.Tim Peters2001-02-091-6/+5
* Fix test 9 (caught by ?!ng)Jeremy Hylton2001-02-051-1/+30
* Fix test for free ref to global. This test should have caught aJeremy Hylton2001-01-301-1/+1
* PEP 227 implementationJeremy Hylton2001-01-251-0/+249