summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* control.Coverage._init: check "source" is a directory, not just it exists; th...check-source-isdirCosimo Lupo2016-12-251-1/+1
* gevent 1.2.0 didn't work well, let's stick with 1.1.2 for nowNed Batchelder2016-12-241-1/+1
* Use the latest of everythingNed Batchelder2016-12-244-10/+10
* The name of the section is 'Specifying source files'Ned Batchelder2016-12-241-1/+1
* Merged in dachary/coverage.py/issue-425 (pull request #113)Ned Batchelder2016-12-242-3/+4
|\
| * sources that do not end with .py\w? are ignored #425issue-425loic2016-12-182-3/+4
* | No need for subprocesses to test HTML reportingNed Batchelder2016-12-241-8/+6
* | Add html --skip-covered to the changesNed Batchelder2016-12-241-0/+5
* | Merged in dachary/coverage.py/issue-433-2 (pull request #112)Ned Batchelder2016-12-246-6/+53
|\ \
| * | html report --skip-covered with branches #433issue-433-2loic2016-12-192-0/+20
| * | implement --skip-covered for html report #433loic2016-12-185-6/+33
| |/
* | Update changes and contributors for #502Ned Batchelder2016-12-242-1/+7
* | 2.6 and 2.7 are not different wrt constants in while loopsNed Batchelder2016-12-242-13/+6
* | Provide some help in interpreting test failuresNed Batchelder2016-12-241-3/+3
* | Move the test program into the testNed Batchelder2016-12-246-17/+16
* | Merged in dachary/coverage.py/issue-502-7 (pull request #117)Ned Batchelder2016-12-240-0/+0
|\ \
* | | also use AST for while constants in python-2.7 #502issue-502-7loic2016-12-156-10/+35
|/ /
* | Bug #496 wasn't about the single-line continue, just the constant while.Ned Batchelder2016-12-181-3/+4
* | Fix #496, while-true loop with a continue.Ned Batchelder2016-12-183-5/+28
* | More parser code clean-upNed Batchelder2016-12-181-14/+25
* | Clean up #493 fixNed Batchelder2016-12-184-25/+20
* | Merged in dachary/coverage.py/issue-493-2 (pull request #108)Ned Batchelder2016-12-1815-43/+130
|\ \
| * | Remove outdated alternate installation instructionsNed Batchelder2016-12-181-15/+2
| * | More ast parsing clean-up.Ned Batchelder2016-12-181-8/+19
| * | More doc and cleanup of ast parsingNed Batchelder2016-12-181-6/+29
| * | Add some to the ArcStart docstring, and remove defaultable argumentsNed Batchelder2016-12-181-5/+9
| * | Add a "make smoke" target for a quick test run.Ned Batchelder2016-12-182-0/+6
| * | Paperwork for the .pex changeNed Batchelder2016-12-182-0/+4
| * | Merged in pebers/coverage.py (pull request #57)Ned Batchelder2016-12-181-1/+1
| |\ \
| | * | Add support for searching inside .pex archives similarly to .zip and .egg.Peter Ebden2015-07-131-1/+1
| * | | Provide a more useful error message if failing to run a non-Python file. #514Ned Batchelder2016-12-174-6/+36
| * | | Oops, wrong nameNed Batchelder2016-12-171-1/+1
| * | | Put a count of contributors into the authors stringNed Batchelder2016-12-172-2/+8
| * | | Rename AUTHORS.txt to CONTRIBUTORS.txtNed Batchelder2016-12-174-2/+5
| * | | Clean up and credit the #265 workNed Batchelder2016-12-162-6/+9
| * | | Merged in dachary/coverage.py/issue-265 (pull request #105)Ned Batchelder2016-12-163-3/+13
| |\ \ \ | | |_|/ | |/| |
| | * | --source and --include are mutually exclusive #265issue-265loic2016-12-163-3/+13
| |/ /
* | | finally happens before return in a try #493issue-493-2loic2016-12-182-5/+25
|/ /
* | That experiment didn't workNed Batchelder2016-12-141-2/+0
* | Try more travis environmentsNed Batchelder2016-12-141-0/+2
* | Don't lint sphinx outputNed Batchelder2016-12-141-1/+1
* | Update CHANGES for issue #524Ned Batchelder2016-12-141-0/+4
* | Give this variable a more descriptive nameNed Batchelder2016-12-141-8/+8
* | Merged in dachary/coverage.py/issue-524-2 (pull request #98)Ned Batchelder2016-12-142-31/+67
|\ \
| * | report must ignore skipped files #524issue-524-2loic2016-12-122-31/+67
* | | Lo?c Dachary is clearly going to be making a dent here...Ned Batchelder2016-12-131-0/+1
* | | Merged in dachary/coverage.py/issue-523 (pull request #99)Ned Batchelder2016-12-131-1/+0
|\ \ \
| * | | Tidy upNed Batchelder2016-12-131-1/+0
| |/ /
* | | add PYTHONPATH to dochtml target #523issue-523loic2016-12-131-1/+1
|/ /
* | Document report API skip_covered argumentloic2016-12-121-0/+2