summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A Linux implementation of process_ramNed Batchelder2009-11-231-0/+27
* Add a test for leaking memory in the C extension. Windows only for now, kind...Ned Batchelder2009-11-223-1/+72
* Pass along all the nosetests arguments.Ned Batchelder2009-11-221-10/+10
* Missed some error handling in the C code.Ned Batchelder2009-11-222-3/+20
* Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it.Ned Batchelder2009-11-222-1/+5
* Add statistics gathering to help find a problem in the C tracer.Ned Batchelder2009-11-222-7/+94
* I don't like accidental pragmas in the code.Ned Batchelder2009-11-211-1/+1
* Broke a test when I renamed the debug output line.Ned Batchelder2009-11-211-1/+1
* Hmmm, 0 exits for the class def doesn't seem right, but I don't know what to ...Ned Batchelder2009-11-211-1/+1
* Merged rozza's fixNed Batchelder2009-11-211-2/+4
|\
| * Ensuring that Class definitions exit counts are correct when you use #pragma:...rozza@x103086.gcapmedia.com2009-11-201-2/+4
* | Add a failing test that rozza's change will fixNed Batchelder2009-11-211-0/+14
* | In 'debug sys' data, don't call it 'data_file', since it doesn't find out any...Ned Batchelder2009-11-212-1/+2
* | Disable the two tests that don't work yet.Ned Batchelder2009-11-213-3/+3
* | Don't count branches to excluded code. Tests don't pass yet.Ned Batchelder2009-11-213-3/+58
* | One more condition to test for phystokensNed Batchelder2009-11-211-0/+5
* | track release detailsNed Batchelder2009-11-211-0/+1
* | Handle one more bizarro edge case in tokenizing source: I couldn't look at my...Ned Batchelder2009-11-213-5/+19
* | Add a multiline test assert, lifted from Py3.1Ned Batchelder2009-11-212-1/+23
* | Update the HTML gold files so all the tests pass.Ned Batchelder2009-11-219-177/+272
* | Turns out <tfoot> is supposed to come before <tbody>. HTML validates again.Ned Batchelder2009-11-211-13/+14
* | A more helpful error message when gold files don't match.Ned Batchelder2009-11-211-1/+4
* | There doesn't seem to be a way to raise an exception with an old traceback th...Ned Batchelder2009-11-211-2/+2
* | Increase templite test coverage, and use the new branch awesomeness when cove...Ned Batchelder2009-11-213-4/+10
* | Add nicer exception reporting inside Templite so when a template goes wrong w...Ned Batchelder2009-11-212-3/+16
* | Denis Otkidach puts a fine point on it.Ned Batchelder2009-11-201-1/+3
* | I had been meaning to do click-to-sort column headersNed Batchelder2009-11-201-1/+1
* | Polish up the sortable report: indication of sort column and sortabilityNed Batchelder2009-11-204-45/+57
* | Odd indentation, fix it.Ned Batchelder2009-11-201-3/+3
* | Merged Chris Adams' sortable HTML changes.Ned Batchelder2009-11-203-62/+89
|\ \
| * | Better HTML reportingChris Adams2009-11-193-62/+89
* | | rozza == Ross LawleyNed Batchelder2009-11-201-1/+2
* | | Bump the version number.Ned Batchelder2009-11-202-1/+7
| |/ |/|
* | Coverage 3.2b2Ned Batchelder2009-11-191-0/+1
* | Polish up CHANGES.coverage-3.2b2Ned Batchelder2009-11-191-7/+9
* | That last change fixed two bugs.Ned Batchelder2009-11-191-2/+3
* | The --omit option was checking name instead of filename. This is much better...Ned Batchelder2009-11-192-1/+5
|/
* Trim line lengthsNed Batchelder2009-11-181-2/+3
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-187-17/+10
* Ignore the branch of an except clause testing its type, since these aren't co...Ned Batchelder2009-11-174-5/+40
* Classes shouldn't be marked as branches. Fixes #32.Ned Batchelder2009-11-164-9/+62
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-156-12/+37
* More readable commentNed Batchelder2009-11-151-2/+2
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-156-25/+52
* PaperworkNed Batchelder2009-11-151-1/+4
* Fix a problem with syntax coloring continued lines, and refactor for testabil...Ned Batchelder2009-11-154-86/+229
* Bump the version numberNed Batchelder2009-11-122-1/+7
* Coverage 3.2b1Ned Batchelder2009-11-101-0/+2
* Coverage 3.2b1coverage-3.2b1Ned Batchelder2009-11-101-0/+2
* Latest tweaksNed Batchelder2009-11-101-2/+3