Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Jumps to jumps could make loops look like they go places they really don't, ↵ | Ned Batchelder | 2009-12-20 | 4 | -5/+50 | |
| | | | | | | | | | | | | | | | | so start new chunks for every absolute jump. Fixes issue #39. | |||||
* | | | | A better way to display differences between arc lists when tests fail. | Ned Batchelder | 2009-12-20 | 1 | -3/+10 | |
| | | | | ||||||
* | | | | Always more ideas | Ned Batchelder | 2009-12-20 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | No point measuring coverage under the Python tracer, since the tracer itself ↵ | Ned Batchelder | 2009-12-20 | 1 | -10/+2 | |
| | | | | | | | | | | | | | | | | isn't measured. | |||||
* | | | | Add tests for 'coverage debug data' | Ned Batchelder | 2009-12-19 | 3 | -3/+57 | |
| | | | | ||||||
* | | | | This wasn't testing code unit comparisons directly. Now it is. | Ned Batchelder | 2009-12-18 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Whitespace | Ned Batchelder | 2009-12-17 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 9 | -13/+13 | |
| | | | | ||||||
* | | | | Keep it working on 3.x also. | Ned Batchelder | 2009-12-13 | 2 | -1/+2 | |
| | | | | ||||||
* | | | | Rename the config file option for excluding source lines, in prep for ↵ | Ned Batchelder | 2009-12-13 | 3 | -4/+41 | |
| | | | | | | | | | | | | | | | | excluding files. | |||||
* | | | | Clean up | Ned Batchelder | 2009-12-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵ | Ned Batchelder | 2009-12-13 | 6 | -35/+41 | |
| | | | | | | | | | | | | | | | | instead. | |||||
* | | | | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 2 | -33/+51 | |
| | | | | ||||||
* | | | | A --rcfile argument to specify the config file. | Ned Batchelder | 2009-12-06 | 3 | -23/+36 | |
| | | | | ||||||
* | | | | Instructions for coverage_coverage.py | Ned Batchelder | 2009-12-06 | 1 | -1/+13 | |
| | | | | ||||||
* | | | | Yikes, I never had a test for --branch. | Ned Batchelder | 2009-12-06 | 1 | -0/+8 | |
| | | | | ||||||
* | | | | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 5 | -133/+134 | |
| | | | | ||||||
* | | | | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 10 | -522/+481 | |
| | | | | ||||||
* | | | | Add a numbered id to the line parts, for future use. Put the percentage in ↵ | Ned Batchelder | 2009-12-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | the title of file reports. | |||||
* | | | | Added an AUTHORS.txt file. | Ned Batchelder | 2009-12-06 | 5 | -2/+34 | |
| | | | | ||||||
* | | | | Clean-ups | Ned Batchelder | 2009-12-05 | 13 | -639/+640 | |
| | | | | ||||||
* | | | | Planning for this release. | Ned Batchelder | 2009-12-05 | 1 | -7/+13 | |
| | | | | ||||||
* | | | | Make it a real 3.3 version | Ned Batchelder | 2009-12-05 | 2 | -1/+7 | |
| | | | | ||||||
* | | | | Merged config changes to default. Let the 3.3 wild rumpus start! | Ned Batchelder | 2009-12-05 | 10 | -34/+265 | |
|\ \ \ \ | ||||||
| * | | | | A PEP8 target, but its output is pretty annoying... | Ned Batchelder | 2009-12-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | 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 | 64 | -783/+1406 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | --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 | 2 | -1/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | A new way to manage changes to the environment in the unit tests. | Ned Batchelder | 2009-11-28 | 1 | -8/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 6 | -10/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | Test the config file support. | Ned Batchelder | 2009-11-28 | 4 | -3/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --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 | 4 | -21/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
| * | | | | | | Start working on a config file feature. | Ned Batchelder | 2009-11-28 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config | |||||
* | | | | | | | Merge final 3.2 tweaks to default. | Ned Batchelder | 2009-12-05 | 19 | -4280/+4469 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Coverage 3.2 | Ned Batchelder | 2009-12-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
| * | | | | | | Ugh.coverage-3.2 | Ned Batchelder | 2009-12-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
| * | | | | | | Coverage 3.2 | Ned Batchelder | 2009-12-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
| * | | | | | | Last touches for 3.2 final. | Ned Batchelder | 2009-12-05 | 14 | -4256/+4430 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
| * | | | | | | When we installed on py3k using Distribute, we no longer needed the ↵ | Ned Batchelder | 2009-12-05 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no-script hack in this file. --HG-- branch : 3.2_branch | |||||
| * | | | | | | More checking in checkeol.py | Ned Batchelder | 2009-12-05 | 1 | -10/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
| * | | | | | | Tweak the docs | Ned Batchelder | 2009-12-05 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
| * | | | | | | One small thing changed since 3.2b4. | Ned Batchelder | 2009-12-04 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch | |||||
| * | | | | | | 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 | 2 | -4/+6 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Automate the uploading of the kits. | Ned Batchelder | 2009-12-02 | 2 | -9/+10 | |
| | | | | | ||||||
* | | | | | details for next release | Ned Batchelder | 2009-12-02 | 1 | -0/+1 | |
| | | | | |