1. e670bd4 fix #1409: cell variables were not initialized, by Amaury Forgeot d'Arc · 18 years ago
  2. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  3. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 18 years ago
  4. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 18 years ago
  5. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  6. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  7. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 18 years ago
  8. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  10. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  11. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  12. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  14. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 20 years ago
  15. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  17. 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 23 years ago
  18. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 23 years ago
  19. 796e1e0 Don't call resetwarnings(). Be more restrictive in what we filter out instead. by Guido van Rossum · 24 years ago
  20. f36cfef Undo inadvertent change to test_scope in previous checkin by Jeremy Hylton · 24 years ago
  21. ccae8377 Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 24 years ago
  22. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 24 years ago
  23. d48004f test_support should be imported directly, not via test.test_support. by Tim Peters · 24 years ago
  24. cd73836 silence warnings about import * by Jeremy Hylton · 24 years ago
  25. 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 24 years ago
  26. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 24 years ago
  27. 4c88901 SF patch 419176 from MvL; fixed bug 418977 by Jeremy Hylton · 24 years ago
  28. ddc4fd0 Fix 2.1 nested scopes crash reported by Evan Simpson by Jeremy Hylton · 24 years ago
  29. c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 24 years ago
  30. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 24 years ago
  31. 30edd23 Whitespace normalization. by Tim Peters · 24 years ago
  32. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 24 years ago
  33. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 24 years ago
  34. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 24 years ago
  35. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 24 years ago
  36. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 24 years ago
  37. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  38. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 24 years ago
  39. 10fb386 Whitespace normalization. by Tim Peters · 25 years ago
  40. de60248 Fix test 9 (caught by ?!ng) Add tests for unbound locals (Nick Mathewson) by Jeremy Hylton · 25 years ago
  41. 251ef96 Fix test for free ref to global. This test should have caught a by Jeremy Hylton · 25 years ago
  42. 4588c78 PEP 227 implementation by Jeremy Hylton · 25 years ago