| Commit message (Expand) | Author | Age | Files | Lines |
| * | Test the config file support. | Ned Batchelder | 2009-11-28 | 4 | -3/+74 |
| * | Merged change from default branch | Ned Batchelder | 2009-11-28 | 1 | -0/+7 |
| |\ |
|
| | * | A little more detail on how stuff works. | Ned Batchelder | 2009-11-28 | 1 | -0/+7 |
| * | | Read .coveragerc by default. | Ned Batchelder | 2009-11-28 | 2 | -13/+21 |
| * | | Read a config file to get some of our configuration. | Ned Batchelder | 2009-11-28 | 4 | -21/+67 |
| * | | Start working on a config file feature. | Ned Batchelder | 2009-11-28 | 0 | -0/+0 |
| |/ |
|
| * | No end to the doc stuff. | Ned Batchelder | 2009-11-28 | 1 | -2/+1 |
| * | Too much detail on the front page. | Ned Batchelder | 2009-11-28 | 1 | -1/+1 |
| * | Doc tweaking, part 47 | Ned Batchelder | 2009-11-28 | 7 | -32/+44 |
| * | Doc tweaking. | Ned Batchelder | 2009-11-28 | 5 | -46/+111 |
| * | More doc tweaks, and a css file to make the drafts look more like the site. | Ned Batchelder | 2009-11-28 | 4 | -13/+37 |
| * | Doc tweaks. | Ned Batchelder | 2009-11-27 | 4 | -40/+41 |
| * | This is long enough to deserve its own file. | Ned Batchelder | 2009-11-27 | 2 | -41/+39 |
| * | The docs have said '3.0' for a while now.. | Ned Batchelder | 2009-11-27 | 2 | -2/+3 |
| * | Add a little bit of branch information to 'debug data' | Ned Batchelder | 2009-11-27 | 2 | -1/+4 |
| * | Line lengths | Ned Batchelder | 2009-11-26 | 1 | -3/+5 |
| * | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 6 | -14/+78 |
| * | Tired of these TODO's that I'm not going to do anything about. | Ned Batchelder | 2009-11-26 | 1 | -8/+0 |
| * | Rename our future-happy unittest methods to match their future versions, and ... | Ned Batchelder | 2009-11-26 | 7 | -85/+142 |
| * | Refactor generic unittest methods into a new class. | Ned Batchelder | 2009-11-26 | 3 | -66/+77 |
| * | When reporting, don't fall over if there's no data to report on. Fixes issue ... | Ned Batchelder | 2009-11-26 | 6 | -20/+68 |
| * | Move the javascript code for click-to-sort columns into its own file. It hel... | Ned Batchelder | 2009-11-25 | 24 | -890/+182 |
| * | Although issue #19 was a doctest flaw, it's good to have a test to be sure we... | Ned Batchelder | 2009-11-25 | 1 | -0/+44 |
| * | Split the oddball tests into their own file. | Ned Batchelder | 2009-11-25 | 3 | -236/+248 |
| * | Make the first column look sorted by default, and a little clean-up. | Ned Batchelder | 2009-11-25 | 2 | -7/+9 |
| * | Merged Chris Adams' further improvements to click-to-sort HTML report columns. | Ned Batchelder | 2009-11-25 | 1 | -9/+59 |
| |\ |
|
| | * | Persistent Index Sorting | Chris Adams | 2009-11-24 | 1 | -9/+59 |
| * | | When partial lines are hidden and run lines are shown, then partial lines are... | Ned Batchelder | 2009-11-24 | 4 | -15/+23 |
| * | | Docstrings for lint | Ned Batchelder | 2009-11-24 | 2 | -0/+2 |
| * | | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 9 | -3/+457 |
| |/ |
|
| * | Bump the version number. | Ned Batchelder | 2009-11-24 | 3 | -2/+8 |
| * | Coverage 3.2b3 | Ned Batchelder | 2009-11-23 | 1 | -0/+1 |
| * | 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 corr... | Ned Batchelder | 2009-11-23 | 3 | -5/+32 |
| * | 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, kind... | Ned Batchelder | 2009-11-22 | 3 | -1/+72 |
| * | 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 |
| * | Merged rozza's fix | Ned Batchelder | 2009-11-21 | 1 | -2/+4 |
| |\ |
|
| | * | Ensuring that Class definitions exit counts are correct when you use #pragma:... | rozza@x103086.gcapmedia.com | 2009-11-20 | 1 | -2/+4 |
| * | | 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 any... | Ned Batchelder | 2009-11-21 | 2 | -1/+2 |