| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tell unittest that source files with "badsyntax" in their names should | Tim Peters | 2004-08-08 | 1 | -1/+5 |
| | | | | | | raise SyntaxError. test_compiler passes now on WinXP, at least in a release-build non-O run. | ||||
| * | Renamed locals to better reflect their meanings. | Tim Peters | 2004-08-08 | 1 | -6/+6 |
| | | |||||
| * | In verbose mode, display the name of each file before trying to compile | Tim Peters | 2004-08-08 | 1 | -1/+4 |
| | | | | | | it. Else when this fails, there's no way to tell which file it was chewing on. | ||||
| * | Whitespace normalization. | Tim Peters | 2004-08-08 | 1 | -3/+0 |
| | | |||||
| * | Add a trivial test for the compiler package, guarded by compiler resource. | Jeremy Hylton | 2004-08-07 | 1 | -0/+34 |
| This test is insanely slow, so it requires a resource. On my machine, it also appears to dump core. I think the problem is a stack overflow, but haven't been able to confirm. | |||||
