Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -5/+5 |
* | ByteParser now recognizes synthetic 'return None' blocks and treats them corr... | Ned Batchelder | 2009-11-23 | 1 | -2/+2 |
* | Hmmm, 0 exits for the class def doesn't seem right, but I don't know what to ... | Ned Batchelder | 2009-11-21 | 1 | -1/+1 |
* | Add a failing test that rozza's change will fix | Ned Batchelder | 2009-11-21 | 1 | -0/+14 |
* | Disable the two tests that don't work yet. | Ned Batchelder | 2009-11-21 | 1 | -1/+1 |
* | Don't count branches to excluded code. Tests don't pass yet. | Ned Batchelder | 2009-11-21 | 1 | -2/+29 |
* | Dur! This is a better way to indicate how the tests should run. | Ned Batchelder | 2009-11-18 | 1 | -0/+2 |
* | Ignore the branch of an except clause testing its type, since these aren't co... | Ned Batchelder | 2009-11-17 | 1 | -0/+17 |
* | Classes shouldn't be marked as branches. Fixes #32. | Ned Batchelder | 2009-11-16 | 1 | -0/+36 |