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