1. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  2. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  3. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  4. 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 22 years ago
  5. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 22 years ago
  6. 796e1e0 Don't call resetwarnings(). Be more restrictive in what we filter out instead. by Guido van Rossum · 23 years ago
  7. f36cfef Undo inadvertent change to test_scope in previous checkin by Jeremy Hylton · 23 years ago
  8. ccae8377 Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 23 years ago
  9. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
  10. d48004f test_support should be imported directly, not via test.test_support. by Tim Peters · 23 years ago
  11. cd73836 silence warnings about import * by Jeremy Hylton · 23 years ago
  12. 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
  13. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  14. 4c88901 SF patch 419176 from MvL; fixed bug 418977 by Jeremy Hylton · 23 years ago
  15. ddc4fd0 Fix 2.1 nested scopes crash reported by Evan Simpson by Jeremy Hylton · 23 years ago
  16. c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 23 years ago
  17. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 23 years ago
  18. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  19. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 23 years ago
  20. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 23 years ago
  21. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 23 years ago
  22. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  23. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 23 years ago
  24. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  25. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 24 years ago
  26. 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
  27. de60248 Fix test 9 (caught by ?!ng) Add tests for unbound locals (Nick Mathewson) by Jeremy Hylton · 24 years ago
  28. 251ef96 Fix test for free ref to global. This test should have caught a by Jeremy Hylton · 24 years ago
  29. 4588c78 PEP 227 implementation by Jeremy Hylton · 24 years ago