1. 80d373c Test case for SF bugs #463359 and #462937, added to test_grammar for lack of by Thomas Wouters · 23 years ago
  2. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 23 years ago
  3. f828e2d Add simple section for assert, including assert w/ lambdas by Jeremy Hylton · 23 years ago
  4. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 23 years ago
  5. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 23 years ago
  6. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  7. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 24 years ago
  8. ac25a38 add test for illegal imports by Jeremy Hylton · 24 years ago
  9. 619eea6 PEP 227 implementation by Jeremy Hylton · 24 years ago
  10. 92e9f29 add extra tests to verify that co_varnames is being set up properly by Jeremy Hylton · 24 years ago
  11. 578ceee Add simple test of list comprehension that uses a name that isn't by Jeremy Hylton · 24 years ago
  12. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  13. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  14. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  15. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  16. 003663d fix previous checkin by Jeremy Hylton · 24 years ago
  17. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  18. dde5c70 Test output files in their new location by Barry Warsaw · 28 years ago