1. 4c88901 SF patch 419176 from MvL; fixed bug 418977 by Jeremy Hylton · 23 years ago
  2. ddc4fd0 Fix 2.1 nested scopes crash reported by Evan Simpson by Jeremy Hylton · 23 years ago
  3. c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 23 years ago
  4. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 23 years ago
  5. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  6. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 23 years ago
  7. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 23 years ago
  8. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 23 years ago
  9. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  10. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 23 years ago
  11. 0e6d213 Whitespace normalization. by Tim Peters · 23 years ago
  12. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 23 years ago
  13. 10fb386 Whitespace normalization. by Tim Peters · 23 years ago
  14. de60248 Fix test 9 (caught by ?!ng) Add tests for unbound locals (Nick Mathewson) by Jeremy Hylton · 23 years ago
  15. 251ef96 Fix test for free ref to global. This test should have caught a by Jeremy Hylton · 24 years ago
  16. 4588c78 PEP 227 implementation by Jeremy Hylton · 24 years ago