summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_scope
Commit message (Expand)AuthorAgeFilesLines
* Convert test_global, test_scope and test_grammar to unittest.Georg Brandl2006-10-281-24/+0
* Add test for eval() w/ free variables.Jeremy Hylton2002-04-201-0/+1
* Update output generated by test_scopeJeremy Hylton2001-12-131-1/+1
* Add test for local assigned to only in a nested list compJeremy Hylton2001-10-181-0/+1
* Fix for SF bug [ #443866 ] Evaluating func_code causing core dumpJeremy Hylton2001-07-301-0/+1
* SF patch 419176 from MvL; fixed bug 418977Jeremy Hylton2001-05-081-0/+1
* Fix 2.1 nested scopes crash reported by Evan SimpsonJeremy Hylton2001-04-271-0/+1
* Add tests for recent changes:Jeremy Hylton2001-03-211-0/+2
* Add test to verify that nested functions with free variables don'tJeremy Hylton2001-03-131-0/+1
* Test interaction of global and nested scopes -- thanks to Samuele Pedroni.Guido van Rossum2001-03-011-0/+1
* update test cases for recent compiler changes: exec/import * in nestedJeremy Hylton2001-02-091-0/+1
* Fix test 9 (caught by ?!ng)Jeremy Hylton2001-02-051-0/+1
* PEP 227 implementationJeremy Hylton2001-01-251-0/+13