summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* It helps if you exclude the proper pragma comment.Ned Batchelder2009-12-203-4/+4
* Jumps to jumps could make loops look like they go places they really don't, s...Ned Batchelder2009-12-204-5/+50
* A better way to display differences between arc lists when tests fail.Ned Batchelder2009-12-201-3/+10
* Always more ideasNed Batchelder2009-12-201-0/+1
* No point measuring coverage under the Python tracer, since the tracer itself ...Ned Batchelder2009-12-201-10/+2
* Add tests for 'coverage debug data'Ned Batchelder2009-12-193-3/+57
* This wasn't testing code unit comparisons directly. Now it is.Ned Batchelder2009-12-181-4/+4
* WhitespaceNed Batchelder2009-12-171-1/+1
* version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-139-13/+13
* Keep it working on 3.x also.Ned Batchelder2009-12-132-1/+2
* Rename the config file option for excluding source lines, in prep for excludi...Ned Batchelder2009-12-133-4/+41
* Clean upNed Batchelder2009-12-131-1/+1
* I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...Ned Batchelder2009-12-136-35/+41
* Tidy up the command line notes.Ned Batchelder2009-12-092-33/+51
* A --rcfile argument to specify the config file.Ned Batchelder2009-12-063-23/+36
* Instructions for coverage_coverage.pyNed Batchelder2009-12-061-1/+13
* Yikes, I never had a test for --branch.Ned Batchelder2009-12-061-0/+8
* Clean up HTML files.Ned Batchelder2009-12-065-133/+134
* Make the two html templates more similar in style.Ned Batchelder2009-12-0610-522/+481
* Add a numbered id to the line parts, for future use. Put the percentage in t...Ned Batchelder2009-12-061-3/+3
* Added an AUTHORS.txt file.Ned Batchelder2009-12-065-2/+34
* Clean-upsNed Batchelder2009-12-0513-639/+640
* Planning for this release.Ned Batchelder2009-12-051-7/+13
* Make it a real 3.3 versionNed Batchelder2009-12-052-1/+7
* Merged config changes to default. Let the 3.3 wild rumpus start!Ned Batchelder2009-12-0519-4283/+4471
|\
| * Merge final 3.2 tweaks to default.Ned Batchelder2009-12-0518-4280/+4466
| |\
| | * Coverage 3.2Ned Batchelder2009-12-050-0/+0
| | * Ugh.coverage-3.2Ned Batchelder2009-12-051-2/+2
| | * Coverage 3.2Ned Batchelder2009-12-050-0/+0
| | * Last touches for 3.2 final.Ned Batchelder2009-12-0514-4256/+4430
| | * When we installed on py3k using Distribute, we no longer needed the no-script...Ned Batchelder2009-12-051-5/+0
| | * More checking in checkeol.pyNed Batchelder2009-12-051-10/+21
| | * Tweak the docsNed Batchelder2009-12-052-10/+10
| | * One small thing changed since 3.2b4.Ned Batchelder2009-12-041-0/+6
| | * Set the version to 3.2Ned Batchelder2009-12-041-1/+1
| |/
| * Move some cmdline code to a more logical place.Ned Batchelder2009-12-042-4/+6
* | A PEP8 target, but its output is pretty annoying...Ned Batchelder2009-12-031-0/+3
* | Clean trailing whitespace.Ned Batchelder2009-12-031-5/+5
* | Clean trailing whitespace.Ned Batchelder2009-12-031-6/+6
* | Merged default onto config.Ned Batchelder2009-12-0363-783/+1405
|\ \ | |/
| * Automate the uploading of the kits.Ned Batchelder2009-12-022-9/+10
| * details for next releaseNed Batchelder2009-12-021-0/+1
| * Coverage.py is a stupid name. I wonder how much Titus wants for the figleaf b...Ned Batchelder2009-12-021-4/+4
| * Massive eol whitespace clean-up.Ned Batchelder2009-12-0249-636/+637
| * Clean up coverage_coverage.pyNed Batchelder2009-12-011-4/+7
| * An attempt to make the memory leak test more predictable, but it might be imp...Ned Batchelder2009-12-011-6/+9
| * A --version option for the command line.Ned Batchelder2009-12-012-15/+31
| * The command help said --branch was HIGHLY EXPERIMENTAL!!Ned Batchelder2009-12-012-1/+2
| * Mark this as applying to Python 2 and 3 explicitly, since the PyPI home page ...Ned Batchelder2009-12-011-1/+2
| * Coverage.py 3.2b4Ned Batchelder2009-12-010-0/+0