summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ned Batchelder2009-12-061-3/+3
| | | | the title of file reports.
* 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-0510-34/+265
|\
| * A PEP8 target, but its output is pretty annoying...Ned Batchelder2009-12-031-0/+3
| | | | | | | | | | --HG-- branch : config
| * Clean trailing whitespace.Ned Batchelder2009-12-031-5/+5
| | | | | | | | | | --HG-- branch : config
| * Clean trailing whitespace.Ned Batchelder2009-12-031-6/+6
| | | | | | | | | | --HG-- branch : config
| * Merged default onto config.Ned Batchelder2009-12-0364-783/+1406
| |\ | | | | | | | | | | | | --HG-- branch : config
| * | Docstrings for the new file.Ned Batchelder2009-11-281-0/+15
| | | | | | | | | | | | | | | --HG-- branch : config
| * | Read the data file from the COVERAGE_FILE environment variable.Ned Batchelder2009-11-282-1/+25
| | | | | | | | | | | | | | | --HG-- branch : config
| * | A new way to manage changes to the environment in the unit tests.Ned Batchelder2009-11-281-8/+36
| | | | | | | | | | | | | | | --HG-- branch : config
| * | Add data_file to the .coveragerc file.Ned Batchelder2009-11-286-10/+45
| | | | | | | | | | | | | | | --HG-- branch : config
| * | Test the config file support.Ned Batchelder2009-11-284-3/+74
| | | | | | | | | | | | | | | --HG-- branch : config
| * | Merged change from default branchNed Batchelder2009-11-281-0/+7
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | Read .coveragerc by default.Ned Batchelder2009-11-282-13/+21
| | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | Read a config file to get some of our configuration.Ned Batchelder2009-11-284-21/+67
| | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | Start working on a config file feature.Ned Batchelder2009-11-280-0/+0
| | | | | | | | | | | | | | | | | | | | --HG-- branch : config
* | | | Merge final 3.2 tweaks to default.Ned Batchelder2009-12-0519-4280/+4469
|\ \ \ \
| * | | | Coverage 3.2Ned Batchelder2009-12-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | Ugh.coverage-3.2Ned Batchelder2009-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | Coverage 3.2Ned Batchelder2009-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | Last touches for 3.2 final.Ned Batchelder2009-12-0514-4256/+4430
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | When we installed on py3k using Distribute, we no longer needed the ↵Ned Batchelder2009-12-051-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no-script hack in this file. --HG-- branch : 3.2_branch
| * | | | More checking in checkeol.pyNed Batchelder2009-12-051-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | Tweak the docsNed Batchelder2009-12-052-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | One small thing changed since 3.2b4.Ned Batchelder2009-12-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | Set the version to 3.2Ned Batchelder2009-12-041-1/+1
|/ / / / | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
* | | | Move some cmdline code to a more logical place.Ned Batchelder2009-12-042-4/+6
| |_|/ |/| |
* | | 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 ↵Ned Batchelder2009-12-021-4/+4
| | | | | | | | | | | | brand? :-)
* | | 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 ↵Ned Batchelder2009-12-011-6/+9
| | | | | | | | | | | | impossible.
* | | 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
| | | | | | | | | | | | has a 'Python 3 Packages' link that looks for Python :: 3.
* | | Coverage.py 3.2b4Ned Batchelder2009-12-011-0/+1
| | |
* | | Changes for 3.2b4coverage-3.2b4Ned Batchelder2009-12-011-2/+6
| | |
* | | I can't for the life of me figure out why :ref: references are emphasized, ↵Ned Batchelder2009-12-011-0/+4
| | | | | | | | | | | | so just style away the <em>. Ugh.
* | | Mark some more code as not covered by tests.Ned Batchelder2009-11-301-2/+2
| | |
* | | A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-305-23/+66
| | |
* | | Mark some code as not covered.Ned Batchelder2009-11-301-3/+3
| | |
* | | Adapt the all-Python scripts to the new 3.1 Distribute scheme. ↵Ned Batchelder2009-11-302-4/+4
| | | | | | | | | | | | allcoverage.cmd still doesn't save 3.1 results for some reason...
* | | The testing setup is involved: document it some.Ned Batchelder2009-11-301-0/+15
| | |
* | | The testing setup is involved: document it some.Ned Batchelder2009-11-301-0/+0
| | | | | | | | | | | | | | | --HG-- rename : release.txt => howto.txt