| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Track stuff | Ned Batchelder | 2009-10-30 | 1 | -0/+12 |
* | Shift some tests around. | Ned Batchelder | 2009-10-28 | 1 | -14/+14 |
* | Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney. | Ned Batchelder | 2009-10-28 | 2 | -4/+6 |
* | Better reporting of partial lines, including leaving out partial stuff altoge... | Ned Batchelder | 2009-10-27 | 6 | -12/+37 |
* | Didn't deal with internal returns properly. | Ned Batchelder | 2009-10-27 | 2 | -4/+18 |
* | Put back a comment distinguishing this Templite from another Templite. | Ned Batchelder | 2009-10-27 | 1 | -0/+2 |
* | Keep track of changes as we go. | Ned Batchelder | 2009-10-27 | 1 | -0/+5 |
* | Tweak some docstrings. | Ned Batchelder | 2009-10-26 | 1 | -4/+3 |
* | Cleanup and commenting in Templite. | Ned Batchelder | 2009-10-26 | 1 | -14/+26 |
* | Templite v2, which can handle if's and nested control structures. | Ned Batchelder | 2009-10-25 | 2 | -62/+144 |
* | I don't mind if modules get really long. | Ned Batchelder | 2009-10-25 | 1 | -1/+1 |
* | Pylint is a stern taskmaster | Ned Batchelder | 2009-10-25 | 4 | -3/+7 |
* | Templite now allows comments within curly-hash markers. | Ned Batchelder | 2009-10-25 | 2 | -0/+16 |
* | I guess the problem on 3.1 was in my C extension, because the recent changes ... | Ned Batchelder | 2009-10-25 | 1 | -14/+13 |
* | Report errors finding source files to execute more nicely. Fixes issue #23. | Ned Batchelder | 2009-10-25 | 3 | -1/+14 |
* | Py 2.3 support | Ned Batchelder | 2009-10-25 | 1 | -0/+2 |
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 4 | -14/+48 |
* | All test files can be linted | Ned Batchelder | 2009-10-25 | 1 | -13/+2 |
* | Treat missing source files nicer. | Ned Batchelder | 2009-10-25 | 6 | -13/+74 |
* | Add an assert_matches method, and tests to prove it works. | Ned Batchelder | 2009-10-25 | 2 | -1/+33 |
* | Commonalize the computation of total coverage percentage for a file. | Ned Batchelder | 2009-10-24 | 3 | -9/+14 |
* | The C tracer function can do arc tracing also. | Ned Batchelder | 2009-10-24 | 3 | -17/+112 |
* | Cleanup, and write doc strings. | Ned Batchelder | 2009-10-24 | 2 | -55/+86 |
* | Everything should derive from object. | Ned Batchelder | 2009-10-24 | 7 | -11/+11 |
* | Tidy up long lines | Ned Batchelder | 2009-10-24 | 4 | -20/+41 |
* | Compatibility with Python 2.3 | Ned Batchelder | 2009-10-23 | 1 | -1/+1 |
* | Properly shift multiline references to the first line of the statement. This... | Ned Batchelder | 2009-10-23 | 3 | -24/+49 |
* | Another line of logging. | Ned Batchelder | 2009-10-23 | 1 | -0/+1 |
* | More complexity in figuring out where finally clauses might go. | Ned Batchelder | 2009-10-21 | 2 | -5/+74 |
* | Slow progress on adding arc measurement tests. | Ned Batchelder | 2009-10-20 | 1 | -1/+17 |
* | More exception flow testing. This stuff is kind of involved... | Ned Batchelder | 2009-10-20 | 4 | -13/+108 |
* | Start testing exceptions with arc measurements. | Ned Batchelder | 2009-10-19 | 4 | -11/+71 |
* | Keep lines under 80 chars. | Ned Batchelder | 2009-10-17 | 1 | -4/+8 |
* | Tidying up | Ned Batchelder | 2009-10-16 | 3 | -5/+3 |
* | Correct handling of breaks and continues. | Ned Batchelder | 2009-10-16 | 3 | -22/+75 |
* | Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ... | Ned Batchelder | 2009-10-16 | 2 | -17/+28 |
* | Start unit testing the arc measurement. In arcs, -1 means enter or exit. | Ned Batchelder | 2009-10-16 | 6 | -42/+185 |
* | CamelCase looks weird, switch to underscore_separated. | Ned Batchelder | 2009-10-16 | 4 | -174/+174 |
* | Create proper data to start, then clean up at the end, quietly. | Ned Batchelder | 2009-10-15 | 2 | -1/+6 |
* | More refactoring of the use of analysis objects. | Ned Batchelder | 2009-10-15 | 3 | -17/+37 |
* | Remove left over glop. | Ned Batchelder | 2009-10-15 | 1 | -4/+0 |
* | Refactor the analysis results so we aren't passing so many tuples around. | Ned Batchelder | 2009-10-15 | 6 | -59/+74 |
* | More tidying | Ned Batchelder | 2009-10-15 | 1 | -39/+57 |
* | Tidying up | Ned Batchelder | 2009-10-15 | 3 | -5/+5 |
* | Incomprehensible text-based drawing of code arcs | Ned Batchelder | 2009-10-15 | 1 | -11/+43 |
* | Lots of work on parser.py, now we can extract possible arcs from source. | Ned Batchelder | 2009-10-14 | 2 | -147/+233 |
* | I did this. | Ned Batchelder | 2009-10-13 | 1 | -1/+1 |
* | D'oh: I was finding jumpers to anonymous chunks wrongly, turns out there are ... | Ned Batchelder | 2009-10-12 | 1 | -4/+7 |
* | Don't write arcs if there are none, and an ad-hoc data viewer. | Ned Batchelder | 2009-10-12 | 2 | -9/+27 |
* | This is better covered in the data.py file. | Ned Batchelder | 2009-10-12 | 1 | -9/+0 |