summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_scope.py
Commit message (Collapse)AuthorAgeFilesLines
* update test cases for recent compiler changes: exec/import * in nestedJeremy Hylton2001-02-091-21/+64
| | | | functinos and cell vars with */** parameters
* Whitespace normalization.Tim Peters2001-02-091-6/+5
|
* Fix test 9 (caught by ?!ng)Jeremy Hylton2001-02-051-1/+30
| | | | Add tests for unbound locals (Nick Mathewson)
* Fix test for free ref to global. This test should have caught aJeremy Hylton2001-01-301-1/+1
| | | | recently fixed bug, but it checked for the wrong answer.
* PEP 227 implementationJeremy Hylton2001-01-251-0/+249
New tests cases for nested scopes.