Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merged config changes to default. Let the 3.3 wild rumpus start! | Ned Batchelder | 2009-12-05 | 5 | -25/+115 | |
|\ \ \ \ | ||||||
| * | | | | Clean trailing whitespace. | Ned Batchelder | 2009-12-03 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | Clean trailing whitespace. | Ned Batchelder | 2009-12-03 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | Merged default onto config. | Ned Batchelder | 2009-12-03 | 21 | -358/+388 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | Docstrings for the new file. | Ned Batchelder | 2009-11-28 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | Read the data file from the COVERAGE_FILE environment variable. | Ned Batchelder | 2009-11-28 | 1 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 3 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | Test the config file support. | Ned Batchelder | 2009-11-28 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | Merged change from default branch | Ned Batchelder | 2009-11-28 | 1 | -0/+7 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | | Read .coveragerc by default. | Ned Batchelder | 2009-11-28 | 2 | -13/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | | Read a config file to get some of our configuration. | Ned Batchelder | 2009-11-28 | 3 | -20/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
* | | | | | | | Set the version to 3.2 | Ned Batchelder | 2009-12-04 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
* | | | | | | Move some cmdline code to a more logical place. | Ned Batchelder | 2009-12-04 | 1 | -4/+5 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 20 | -332/+336 | |
| | | | | | ||||||
* | | | | | A --version option for the command line. | Ned Batchelder | 2009-12-01 | 1 | -15/+27 | |
| | | | | | ||||||
* | | | | | The command help said --branch was HIGHLY EXPERIMENTAL!! | Ned Batchelder | 2009-12-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 2 | -4/+10 | |
| | | | | | ||||||
* | | | | | Mark some code as not covered. | Ned Batchelder | 2009-11-30 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Don't measure mock.py when we measure our coverage. | Ned Batchelder | 2009-11-29 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Fix some self-measurement problems. Now coverage_coverage.py works again ↵ | Ned Batchelder | 2009-11-29 | 2 | -4/+11 | |
| |/ / / |/| | | | | | | | | | | | (had to be sure to stop coverage if check_coverage threw an exception). | |||||
* | | | | A little more detail on how stuff works. | Ned Batchelder | 2009-11-28 | 1 | -0/+7 | |
|/ / / | ||||||
* | | | Doc tweaks. | Ned Batchelder | 2009-11-27 | 1 | -3/+3 | |
| | | | ||||||
* | | | Add a little bit of branch information to 'debug data' | Ned Batchelder | 2009-11-27 | 1 | -0/+3 | |
| | | | ||||||
* | | | Line lengths | Ned Batchelder | 2009-11-26 | 1 | -3/+5 | |
| | | | ||||||
* | | | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 1 | -13/+22 | |
| | | | ||||||
* | | | When reporting, don't fall over if there's no data to report on. Fixes issue ↵ | Ned Batchelder | 2009-11-26 | 3 | -6/+14 | |
| | | | | | | | | | | | | #37. | |||||
* | | | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 3 | -65/+70 | |
| | | | | | | | | | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. | |||||
* | | | Make the first column look sorted by default, and a little clean-up. | Ned Batchelder | 2009-11-25 | 1 | -6/+6 | |
| | | | ||||||
* | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Now the index page will remember its sort options across page loads, which means you can click on an item, view its report and return without the index resetting to its default order | |||||
* | | | | When partial lines are hidden and run lines are shown, then partial lines ↵ | Ned Batchelder | 2009-11-24 | 3 | -13/+20 | |
| | | | | | | | | | | | | | | | | are shown as run. | |||||
* | | | | Docstrings for lint | Ned Batchelder | 2009-11-24 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 1 | -1/+7 | |
|/ / / | ||||||
* | | | Bump the version number. | Ned Batchelder | 2009-11-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update CHANGES for 3.2b3 | Ned Batchelder | 2009-11-23 | 1 | -0/+1 | |
| | | | ||||||
* | | | ByteParser now recognizes synthetic 'return None' blocks and treats them ↵ | Ned Batchelder | 2009-11-23 | 1 | -0/+27 | |
| | | | | | | | | | | | | correctly. | |||||
* | | | One more fine point of error handling in the C extension. | Ned Batchelder | 2009-11-23 | 1 | -0/+2 | |
| | | | ||||||
* | | | Missed some error handling in the C code. | Ned Batchelder | 2009-11-22 | 1 | -3/+19 | |
| | | | ||||||
* | | | Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it. | Ned Batchelder | 2009-11-22 | 1 | -1/+3 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | 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 | |||||
* | | | In 'debug sys' data, don't call it 'data_file', since it doesn't find out ↵ | Ned Batchelder | 2009-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | anything about the file, it's just the path to the file. | |||||
* | | | Don't count branches to excluded code. Tests don't pass yet. | Ned Batchelder | 2009-11-21 | 1 | -1/+6 | |
| | | | ||||||
* | | | Handle one more bizarro edge case in tokenizing source: I couldn't look at ↵ | Ned Batchelder | 2009-11-21 | 1 | -1/+7 | |
| | | | | | | | | | | | | my own phystokens.py file properly! | |||||
* | | | Turns out <tfoot> is supposed to come before <tbody>. HTML validates again. | Ned Batchelder | 2009-11-21 | 1 | -13/+14 | |
| | | | ||||||
* | | | 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 | 1 | -2/+2 | |
| | | | | | | | | | | | | coverage testing ourselves. | |||||
* | | | Add nicer exception reporting inside Templite so when a template goes wrong ↵ | Ned Batchelder | 2009-11-21 | 1 | -2/+8 | |
| | | | | | | | | | | | | we have some hope of figuring out why. |