Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More precise steps.coverage-3.2b3 | Ned Batchelder | 2009-11-23 | 1 | -3/+4 |
| | |||||
* | Update CHANGES for 3.2b3 | Ned Batchelder | 2009-11-23 | 2 | -4/+9 |
| | |||||
* | ByteParser now recognizes synthetic 'return None' blocks and treats them ↵ | Ned Batchelder | 2009-11-23 | 3 | -5/+32 |
| | | | | correctly. | ||||
* | One more fine point of error handling in the C extension. | Ned Batchelder | 2009-11-23 | 1 | -0/+2 |
| | |||||
* | Comment things | Ned Batchelder | 2009-11-23 | 1 | -2/+4 |
| | |||||
* | A Linux implementation of process_ram | Ned Batchelder | 2009-11-23 | 1 | -0/+27 |
| | |||||
* | Add a test for leaking memory in the C extension. Windows only for now, ↵ | Ned Batchelder | 2009-11-22 | 3 | -1/+72 |
| | | | | kind of experimental. | ||||
* | Pass along all the nosetests arguments. | Ned Batchelder | 2009-11-22 | 1 | -10/+10 |
| | |||||
* | Missed some error handling in the C code. | Ned Batchelder | 2009-11-22 | 2 | -3/+20 |
| | |||||
* | Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it. | Ned Batchelder | 2009-11-22 | 2 | -1/+5 |
| | |||||
* | Add statistics gathering to help find a problem in the C tracer. | Ned Batchelder | 2009-11-22 | 2 | -7/+94 |
| | |||||
* | I don't like accidental pragmas in the code. | Ned Batchelder | 2009-11-21 | 1 | -1/+1 |
| | |||||
* | Broke a test when I renamed the debug output line. | Ned Batchelder | 2009-11-21 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | do about it right now. | ||||
* | Merged rozza's fix | Ned Batchelder | 2009-11-21 | 1 | -2/+4 |
|\ | |||||
| * | Ensuring that Class definitions exit counts are correct when you use ↵ | rozza@x103086.gcapmedia.com | 2009-11-20 | 1 | -2/+4 |
| | | | | | | | | #pragma: no cover for the class | ||||
* | | Add a failing test that rozza's change will fix | Ned Batchelder | 2009-11-21 | 1 | -0/+14 |
| | | |||||
* | | In 'debug sys' data, don't call it 'data_file', since it doesn't find out ↵ | Ned Batchelder | 2009-11-21 | 2 | -1/+2 |
| | | | | | | | | anything about the file, it's just the path to the file. | ||||
* | | Disable the two tests that don't work yet. | Ned Batchelder | 2009-11-21 | 3 | -3/+3 |
| | | |||||
* | | Don't count branches to excluded code. Tests don't pass yet. | Ned Batchelder | 2009-11-21 | 3 | -3/+58 |
| | | |||||
* | | One more condition to test for phystokens | Ned Batchelder | 2009-11-21 | 1 | -0/+5 |
| | | |||||
* | | track release details | Ned Batchelder | 2009-11-21 | 1 | -0/+1 |
| | | |||||
* | | Handle one more bizarro edge case in tokenizing source: I couldn't look at ↵ | Ned Batchelder | 2009-11-21 | 3 | -5/+19 |
| | | | | | | | | my own phystokens.py file properly! | ||||
* | | Add a multiline test assert, lifted from Py3.1 | Ned Batchelder | 2009-11-21 | 2 | -1/+23 |
| | | |||||
* | | Update the HTML gold files so all the tests pass. | Ned Batchelder | 2009-11-21 | 9 | -177/+272 |
| | | |||||
* | | Turns out <tfoot> is supposed to come before <tbody>. HTML validates again. | Ned Batchelder | 2009-11-21 | 1 | -13/+14 |
| | | |||||
* | | A more helpful error message when gold files don't match. | Ned Batchelder | 2009-11-21 | 1 | -1/+4 |
| | | |||||
* | | There doesn't seem to be a way to raise an exception with an old traceback ↵ | Ned Batchelder | 2009-11-21 | 1 | -2/+2 |
| | | | | | | | | that works on both 2.x and 3.x, so lose the traceback. | ||||
* | | Increase templite test coverage, and use the new branch awesomeness when ↵ | Ned Batchelder | 2009-11-21 | 3 | -4/+10 |
| | | | | | | | | coverage testing ourselves. | ||||
* | | Add nicer exception reporting inside Templite so when a template goes wrong ↵ | Ned Batchelder | 2009-11-21 | 2 | -3/+16 |
| | | | | | | | | we have some hope of figuring out why. | ||||
* | | Denis Otkidach puts a fine point on it. | Ned Batchelder | 2009-11-20 | 1 | -1/+3 |
| | | |||||
* | | I had been meaning to do click-to-sort column headers | Ned Batchelder | 2009-11-20 | 1 | -1/+1 |
| | | |||||
* | | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 4 | -45/+57 |
| | | |||||
* | | Odd indentation, fix it. | Ned Batchelder | 2009-11-20 | 1 | -3/+3 |
| | | |||||
* | | Merged Chris Adams' sortable HTML changes. | Ned Batchelder | 2009-11-20 | 3 | -62/+89 |
|\ \ | |||||
| * | | Better HTML reporting | Chris Adams | 2009-11-19 | 3 | -62/+89 |
| | | | | | | | | | | | | imported patch TweakedReports | ||||
* | | | rozza == Ross Lawley | Ned Batchelder | 2009-11-20 | 1 | -1/+2 |
| | | | |||||
* | | | Bump the version number. | Ned Batchelder | 2009-11-20 | 2 | -1/+7 |
| |/ |/| | |||||
* | | Coverage 3.2b2 | Ned Batchelder | 2009-11-19 | 1 | -0/+1 |
| | | |||||
* | | Polish up CHANGES.coverage-3.2b2 | Ned Batchelder | 2009-11-19 | 1 | -7/+9 |
| | | |||||
* | | That last change fixed two bugs. | Ned Batchelder | 2009-11-19 | 1 | -2/+3 |
| | | |||||
* | | The --omit option was checking name instead of filename. This is much ↵ | Ned Batchelder | 2009-11-19 | 2 | -1/+5 |
|/ | | | | better! Fixes #33. Thanks, Danek Duvall | ||||
* | Trim line lengths | Ned Batchelder | 2009-11-18 | 1 | -2/+3 |
| | |||||
* | Dur! This is a better way to indicate how the tests should run. | Ned Batchelder | 2009-11-18 | 7 | -17/+10 |
| | |||||
* | Ignore the branch of an except clause testing its type, since these aren't ↵ | Ned Batchelder | 2009-11-17 | 4 | -5/+40 |
| | | | | conceptually branches. Fixes #35. | ||||
* | Classes shouldn't be marked as branches. Fixes #32. | Ned Batchelder | 2009-11-16 | 4 | -9/+62 |
| | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 6 | -12/+37 |
| | |||||
* | More readable comment | Ned Batchelder | 2009-11-15 | 1 | -2/+2 |
| | |||||
* | Avoid some unneeded tempdir creation in tests. | Ned Batchelder | 2009-11-15 | 6 | -25/+52 |
| | |||||
* | Paperwork | Ned Batchelder | 2009-11-15 | 1 | -1/+4 |
| |