summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup and commenting in Templite.Ned Batchelder2009-10-261-14/+26
|
* Templite v2, which can handle if's and nested control structures.Ned Batchelder2009-10-252-62/+144
|
* I don't mind if modules get really long.Ned Batchelder2009-10-251-1/+1
|
* Pylint is a stern taskmasterNed Batchelder2009-10-254-3/+7
|
* Templite now allows comments within curly-hash markers.Ned Batchelder2009-10-252-0/+16
|
* I guess the problem on 3.1 was in my C extension, because the recent changes ↵Ned Batchelder2009-10-251-14/+13
| | | | seem to have fixed this problem.
* Report errors finding source files to execute more nicely. Fixes issue #23.Ned Batchelder2009-10-253-1/+14
|
* Py 2.3 supportNed Batchelder2009-10-251-0/+2
|
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-254-14/+48
|
* All test files can be lintedNed Batchelder2009-10-251-13/+2
|
* Treat missing source files nicer.Ned Batchelder2009-10-256-13/+74
|
* Add an assert_matches method, and tests to prove it works.Ned Batchelder2009-10-252-1/+33
|
* Commonalize the computation of total coverage percentage for a file.Ned Batchelder2009-10-243-9/+14
|
* The C tracer function can do arc tracing also.Ned Batchelder2009-10-243-17/+112
|
* Cleanup, and write doc strings.Ned Batchelder2009-10-242-55/+86
|
* Everything should derive from object.Ned Batchelder2009-10-247-11/+11
|
* Tidy up long linesNed Batchelder2009-10-244-20/+41
|
* Compatibility with Python 2.3Ned Batchelder2009-10-231-1/+1
|
* Properly shift multiline references to the first line of the statement. ↵Ned Batchelder2009-10-233-24/+49
| | | | This code is sloppy, I just want it to work first.
* Another line of logging.Ned Batchelder2009-10-231-0/+1
|
* More complexity in figuring out where finally clauses might go.Ned Batchelder2009-10-212-5/+74
|
* Slow progress on adding arc measurement tests.Ned Batchelder2009-10-201-1/+17
|
* More exception flow testing. This stuff is kind of involved...Ned Batchelder2009-10-204-13/+108
|
* Start testing exceptions with arc measurements.Ned Batchelder2009-10-194-11/+71
|
* Keep lines under 80 chars.Ned Batchelder2009-10-171-4/+8
|
* Tidying upNed Batchelder2009-10-163-5/+3
|
* Correct handling of breaks and continues.Ned Batchelder2009-10-163-22/+75
|
* Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ↵Ned Batchelder2009-10-162-17/+28
| | | | yikes...
* Start unit testing the arc measurement. In arcs, -1 means enter or exit.Ned Batchelder2009-10-166-42/+185
|
* CamelCase looks weird, switch to underscore_separated.Ned Batchelder2009-10-164-174/+174
|
* Create proper data to start, then clean up at the end, quietly.Ned Batchelder2009-10-152-1/+6
|
* More refactoring of the use of analysis objects.Ned Batchelder2009-10-153-17/+37
|
* Remove left over glop.Ned Batchelder2009-10-151-4/+0
|
* Refactor the analysis results so we aren't passing so many tuples around.Ned Batchelder2009-10-156-59/+74
|
* More tidyingNed Batchelder2009-10-151-39/+57
|
* Tidying upNed Batchelder2009-10-153-5/+5
|
* Incomprehensible text-based drawing of code arcsNed Batchelder2009-10-151-11/+43
|
* Lots of work on parser.py, now we can extract possible arcs from source.Ned Batchelder2009-10-142-147/+233
|
* I did this.Ned Batchelder2009-10-131-1/+1
|
* D'oh: I was finding jumpers to anonymous chunks wrongly, turns out there are ↵Ned Batchelder2009-10-121-4/+7
| | | | lots of multi-jump anonymous chunks.
* Don't write arcs if there are none, and an ad-hoc data viewer.Ned Batchelder2009-10-122-9/+27
|
* This is better covered in the data.py file.Ned Batchelder2009-10-121-9/+0
|
* Don't forget that we disabled a test for short-term reasons.Ned Batchelder2009-10-121-1/+1
|
* Write the arcs to the data file.Ned Batchelder2009-10-123-4/+38
|
* Keep cmd-opts.txt up to dateNed Batchelder2009-10-121-4/+4
|
* Notes from recent workNed Batchelder2009-10-121-0/+36
|
* Report lines properly when measuring branches; Use None for the placeholder ↵Ned Batchelder2009-10-122-13/+34
| | | | value throughout.
* Most people don't need -i on html.Ned Batchelder2009-10-121-1/+1
|
* changesNed Batchelder2009-10-111-0/+5
|
* Properly initialize the arc bookkeeping.Ned Batchelder2009-10-111-1/+13
|