1. f57c54d Test for correct compilation of try-except-finally stmt. by Georg Brandl · 19 years ago
  2. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  3. 1bb6230 Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. by Georg Brandl · 19 years ago
  4. dd28d1c Try to really fix the slow buildbots this time. by Neal Norwitz · 19 years ago
  5. 07c6071 test_compile can be really long if we are using -u compiler. by Neal Norwitz · 19 years ago
  6. 5bde08d Fix failure of test_compiler.py when compiling test_contextlib.py. by Guido van Rossum · 19 years ago
  7. d9bfeac Reformat the exception message by going through a list. by Martin v. Löwis · 19 years ago
  8. 15bfc3b Make failures in test cases print failing source file. by Martin v. Löwis · 19 years ago
  9. 7ad94f0 Update the compiler package to compile the with-statement. by Guido van Rossum · 19 years ago
  10. 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 20 years ago
  11. 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 20 years ago
  12. f895065 Fix compiler test when run with -u (long mode) by Neal Norwitz · 20 years ago
  13. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 20 years ago
  14. e890682 Whitespace normalization. by Tim Peters · 20 years ago
  15. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 20 years ago
  16. e0b855f test for fixedness of bug #1057835. (thanks to Raymond for the prod). by Michael W. Hudson · 21 years ago
  17. 29589a0 Open source files in universal newlines mode. by Michael W. Hudson · 21 years ago
  18. 0e9980f Whitespace normalization. by Tim Peters · 21 years ago
  19. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 21 years ago
  20. ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 21 years ago
  21. 0955f29 Tell unittest that source files with "badsyntax" in their names should by Tim Peters · 21 years ago
  22. 2a5f656 Renamed locals to better reflect their meanings. by Tim Peters · 21 years ago
  23. b6ecc16 In verbose mode, display the name of each file before trying to compile by Tim Peters · 21 years ago
  24. 9ca3f85 Whitespace normalization. by Tim Peters · 21 years ago
  25. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 21 years ago