summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_scope.py
Commit message (Expand)AuthorAgeFilesLines
* Backport fixes for two nested scopes bugs.Jeremy Hylton2002-04-201-7/+71
* Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16,Thomas Wouters2001-05-231-0/+20
* Backport Jeremy's checkin 1.15:Thomas Wouters2001-05-231-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