summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_scope.py
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unnecessary "from __future__ import nested_scopes" stmts.Tim Peters2001-07-121-8/+6
* SF patch 419176 from MvL; fixed bug 418977Jeremy Hylton2001-05-081-0/+20
* Fix 2.1 nested scopes crash reported by Evan SimpsonJeremy Hylton2001-04-271-0/+11
* Change error message raised when free variable is not yet bound. ItJeremy Hylton2001-04-131-1/+2
* Add tests for recent changes:Jeremy Hylton2001-03-211-0/+30
* Whitespace normalization.Tim Peters2001-03-161-3/+2
* 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