1. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 23 years ago
  2. 2922ea8 Add test case for global stmt at module level. 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. 10fb386 Whitespace normalization. by Tim Peters · 23 years ago
  7. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  8. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 24 years ago
  9. ac25a38 add test for illegal imports by Jeremy Hylton · 24 years ago
  10. 619eea6 PEP 227 implementation by Jeremy Hylton · 24 years ago
  11. 92e9f29 add extra tests to verify that co_varnames is being set up properly by Jeremy Hylton · 24 years ago
  12. 578ceee Add simple test of list comprehension that uses a name that isn't by Jeremy Hylton · 24 years ago
  13. e1bb5f9 make error msg more informative when test of exec fails by Jeremy Hylton · 24 years ago
  14. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  15. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  16. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  17. 7e3e1c1 Added test cases for extended printing to an instance. This picked up by Barry Warsaw · 24 years ago
  18. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  19. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  20. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  21. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  22. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  23. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  24. 505043f No need to define assert, it's built in. by Guido van Rossum · 27 years ago
  25. 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 29 years ago
  26. 1f97612 Fix exec test so presence of __builtins__ doesn't break it by Guido van Rossum · 30 years ago
  27. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  28. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  29. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
  30. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  31. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  32. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  33. 33693ea '+' no longer accepted for varargs list by Guido van Rossum · 32 years ago
  34. 627efd9 Some weird forms of try statements are no longer allowed. by Guido van Rossum · 32 years ago
  35. 3bead09 Initial revision by Guido van Rossum · 33 years ago