summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This test isn't ready yet, but I don't want it in my working tree for now.Ned Batchelder2010-11-071-0/+13
|
* Upgrade jquery to 1.4.3Ned Batchelder2010-11-075-25/+177
|
* Detect when our trace function is yanked out from under us, and warn the ↵Ned Batchelder2010-11-065-4/+78
| | | | user. Finishes, but does not fix, issue #93.
* Make sure we can get multiple warnings of the same kind.Ned Batchelder2010-11-061-1/+2
|
* Trim whitespaceNed Batchelder2010-11-051-1/+1
|
* Put the Javascript into an object.Ned Batchelder2010-11-053-9/+12
|
* Clarify some docs.Ned Batchelder2010-10-251-0/+8
|
* Credit where credit is due.Ned Batchelder2010-10-132-1/+2
|
* Use 2-and-3-friendly syntax in the debugging prints in the trace function.Ned Batchelder2010-10-131-5/+8
|
* Jython reports $py.class files in the trace function, so adapt to find the ↵Ned Batchelder2010-10-132-1/+7
| | | | source file.
* Alphabetize the authors.Ned Batchelder2010-10-121-13/+13
|
* Tested on 3.2a3Ned Batchelder2010-10-121-1/+1
|
* fixtar has been moved to its own project.Ned Batchelder2010-10-031-1/+1
|
* A better way to figure out that the version number has a letter in it.Ned Batchelder2010-10-031-1/+1
|
* WhitespaceNed Batchelder2010-10-031-1/+1
|
* Bump the version number.Ned Batchelder2010-10-032-3/+9
|
* Keep the todo up-to-date, sort of.Ned Batchelder2010-09-221-25/+3
|
* Latest sample html output, using --sourceNed Batchelder2010-09-207-1532/+644
|
* Coverage 3.4Ned Batchelder2010-09-191-0/+1
|
* Latest sample html output for the site.coverage-3.4Ned Batchelder2010-09-198-3561/+3655
|
* Tweaks for the 3.4 release.Ned Batchelder2010-09-196-22/+36
|
* Clarify where the configuration file goes.Ned Batchelder2010-09-191-0/+5
|
* If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ↵Ned Batchelder2010-09-183-2/+25
| | | | Brodie Rao.
* When showing debug data, do something visible with empty lists.Ned Batchelder2010-09-121-0/+2
|
* Forgot to update changes for the xml package ordering fix.Ned Batchelder2010-09-122-1/+11
|
* Virtualenv's distutils is too tricky for pylint to understand.Ned Batchelder2010-09-111-1/+1
|
* Sort the packages before creating the XML report. Fixes #88.Ned Batchelder2010-09-111-3/+4
|
* Moved fixtar into its own project: http://bitbucket.org/ned/fixtarNed Batchelder2010-09-096-68/+4
|
* Fix the url canonicalizer to also deal with release urls.Ned Batchelder2010-09-083-3/+3
|
* Bump version numberNed Batchelder2010-09-062-2/+2
|
* Fix a typoNed Batchelder2010-09-061-1/+1
|
* Coverage 3.4b2Ned Batchelder2010-09-061-0/+1
|
* Hmm, not sure why it worked yesterday, but this is better.coverage-3.4b2Ned Batchelder2010-09-061-3/+3
|
* Doc tweaks for 3.4b2Ned Batchelder2010-09-066-18/+43
|
* Format numbers with %g in xmlreport, since py3.2 uses more digits in str() ↵Ned Batchelder2010-09-063-21/+19
| | | | than previous Pythons, throwing off the gold files. We didn't need 9 digits of precision anyway...
* Silence one lint warningNed Batchelder2010-09-041-4/+3
|
* The XML report was missing an attribute Cobertura needed. Fixes #65 and #81.Ned Batchelder2010-09-044-18/+43
|
* A custom setup.py command to fix tarfile permissions. Fixes #54.Ned Batchelder2010-09-045-5/+68
|
* Now that we include 0% files in the data, they aren't 'executed', they are ↵Ned Batchelder2010-09-034-13/+13
| | | | 'measured'.
* Now completely unexecuted source files can be included in reporting. ↵Ned Batchelder2010-09-036-2/+29
| | | | Specifying --source tells coverage.py where to search for files that haven't been executed.
* Remove unused importNed Batchelder2010-09-021-1/+0
|
* Don't search the build directoryNed Batchelder2010-09-021-0/+1
|
* Pass config objects around to limit the sprawl of argument lists.Ned Batchelder2010-09-026-50/+30
|
* Make __main__.py compatible with all our Python versions. Fixes #86.Ned Batchelder2010-09-011-2/+3
|
* 2.3 needs backward support for setNed Batchelder2010-08-311-0/+1
|
* Too many files start with 'cov', rename a few.Ned Batchelder2010-08-313-7/+7
| | | | | | --HG-- rename : covcov.ini => metacov.ini rename : test/coverage_coverage.py => test/meta_coverage.py
* Some prep work for finding completely uncovered files.Ned Batchelder2010-08-308-1/+55
|
* More files not to searchNed Batchelder2010-08-291-1/+2
|
* Refactor the --omit and --include support during reporting, and add a test ↵Ned Batchelder2010-08-283-35/+47
| | | | for --include.
* Don't complain about multiple statements on a line.Ned Batchelder2010-08-281-1/+2
|