Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Prevent a hard crash when starting coverage thousands of times | Ned Batchelder | 2016-12-29 | 3 | -1/+5 | |
| | | ||||||
* | | Don't need to register with PyPI any more. | Ned Batchelder | 2016-12-29 | 1 | -3/+0 | |
| | | ||||||
* | | Use latest version in readme badge | Ned Batchelder | 2016-12-29 | 1 | -2/+2 | |
| | | ||||||
* | | Bump version to 4.3.2a0 | Ned Batchelder | 2016-12-28 | 2 | -1/+8 | |
| | | ||||||
* | | Update RTFD urls in howto | Ned Batchelder | 2016-12-28 | 1 | -2/+2 | |
| | | ||||||
* | | Coverage 4.3.1 | Ned Batchelder | 2016-12-28 | 1 | -0/+1 | |
| | | ||||||
* | | Gearing up for 4.3.1coverage-4.3.1 | Ned Batchelder | 2016-12-28 | 5 | -6/+29 | |
| | | ||||||
* | | Revert the check for conflicting --source and --include. Closes #541, ↵ | Ned Batchelder | 2016-12-28 | 3 | -0/+12 | |
| | | | | | | | | re-opens #265 | |||||
* | | Fix installation in ascii-default environments. #540 | Ned Batchelder | 2016-12-27 | 3 | -3/+12 | |
| | | ||||||
* | | Push version to 4.3.1a0 | Ned Batchelder | 2016-12-27 | 2 | -1/+7 | |
| | | ||||||
* | | Kitting changes: no more register, and only one sdist | Ned Batchelder | 2016-12-27 | 2 | -2/+1 | |
| | | ||||||
* | | Coverage 4.3 | Ned Batchelder | 2016-12-27 | 1 | -0/+1 | |
| | | ||||||
* | | A better way to get good random numberscoverage-4.3 | Ned Batchelder | 2016-12-27 | 1 | -4/+1 | |
| | | ||||||
* | | Windows Python 3.6 doesn't seed well. Hack around it. | Ned Batchelder | 2016-12-27 | 1 | -0/+3 | |
| | | ||||||
* | | Try doing windows py3 meta on 3.5 | Ned Batchelder | 2016-12-27 | 1 | -4/+4 | |
| | | ||||||
* | | Get a Windows 3.6 build | Ned Batchelder | 2016-12-27 | 1 | -0/+12 | |
| | | ||||||
* | | Cog is still using nose | Ned Batchelder | 2016-12-27 | 1 | -0/+1 | |
| | | ||||||
* | | This file changed name | Ned Batchelder | 2016-12-26 | 1 | -0/+0 | |
| | | ||||||
* | | New sample HTML | Ned Batchelder | 2016-12-26 | 12 | -23/+26 | |
| | | ||||||
* | | Doc updates for 4.3 | Ned Batchelder | 2016-12-26 | 7 | -12/+71 | |
| | | ||||||
* | | Make sure the excepthook is measured. | Ned Batchelder | 2016-12-26 | 1 | -0/+9 | |
| | | ||||||
* | | sys.excepthook credit | Ned Batchelder | 2016-12-26 | 2 | -0/+7 | |
| | | ||||||
* | | Don't stress over PyPy differences, and fix file names | Ned Batchelder | 2016-12-26 | 1 | -9/+13 | |
| | | ||||||
* | | Suppress the coverage.py frame when reporting exceptions | Ned Batchelder | 2016-12-26 | 1 | -0/+2 | |
| | | ||||||
* | | Make excepthook execution more accurate. Pypy tests failing | Ned Batchelder | 2016-12-26 | 2 | -6/+17 | |
| | | ||||||
* | | Put the excepthook tests in their own class for convenience | Ned Batchelder | 2016-12-26 | 1 | -1/+4 | |
| | | ||||||
* | | Merged in andrewhoos/coverage.py (pull request #93) | Ned Batchelder | 2016-12-26 | 2 | -1/+71 | |
|\ \ | | | | | | | | | | Explicitely call sys.excepthook | |||||
| * | | Update change with tests and fixes for tests | Andrew Hoos | 2016-11-30 | 2 | -8/+69 | |
| | | | ||||||
| * | | Remove the unused import | Andrew Hoos | 2016-11-29 | 1 | -1/+0 | |
| | | | ||||||
| * | | Limit changes to only execfile.py | Andrew Hoos | 2016-11-29 | 2 | -2/+4 | |
| | | | ||||||
| * | | Update code to better handle calling sys.excepthook when it throws | Andrew Hoos | 2016-11-29 | 2 | -5/+9 | |
| | | | ||||||
| * | | Update handling of sys.excepthook to only call custom excepthooks and ↵ | Andrew Hoos | 2016-11-29 | 1 | -1/+6 | |
| | | | | | | | | | | | | re-raise exceptions | |||||
| * | | Explicitely call sys.excepthook | Andrew Hoos | 2016-11-29 | 1 | -2/+1 | |
| | | | | | | | | | | | | https://bitbucket.org/ned/coveragepy/issues/535/sysexcepthook-is-not-called | |||||
* | | | Thanks to Cosimo Lupo for the fix | Ned Batchelder | 2016-12-26 | 2 | -0/+4 | |
| | | | ||||||
* | | | Merged in anthrotype/coverage.py/check-source-isdir (pull request #118) | Ned Batchelder | 2016-12-26 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | check "source" isdir, not just exists; there could be a file with same name | |||||
| * | | | control.Coverage._init: check "source" is a directory, not just it exists; ↵ | Cosimo Lupo | 2016-12-25 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | there could be a file with that name --HG-- branch : check-source-isdir | |||||
* | | | gevent 1.2.0 didn't work well, let's stick with 1.1.2 for now | Ned Batchelder | 2016-12-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use the latest of everything | Ned Batchelder | 2016-12-24 | 4 | -10/+10 | |
| | | | ||||||
* | | | The name of the section is 'Specifying source files' | Ned Batchelder | 2016-12-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged in dachary/coverage.py/issue-425 (pull request #113) | Ned Batchelder | 2016-12-24 | 2 | -3/+4 | |
|\ \ \ | | | | | | | | | | | | | sources that do not end with .py\w? are ignored #425 | |||||
| * | | | sources that do not end with .py\w? are ignored #425 | loic@dachary.org | 2016-12-18 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | close #425 --HG-- branch : issue-425 | |||||
* | | | | No need for subprocesses to test HTML reporting | Ned Batchelder | 2016-12-24 | 1 | -8/+6 | |
| | | | | ||||||
* | | | | Add html --skip-covered to the changes | Ned Batchelder | 2016-12-24 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Merged in dachary/coverage.py/issue-433-2 (pull request #112) | Ned Batchelder | 2016-12-24 | 6 | -6/+53 | |
|\ \ \ \ | | | | | | | | | | | | | | | | implement --skip-covered for html report #433 | |||||
| * | | | | html report --skip-covered with branches #433 | loic@dachary.org | 2016-12-19 | 2 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a test because the code path is significantly different. Also document --skip-covered with the coverage html command. close #433 --HG-- branch : issue-433-2 | |||||
| * | | | | implement --skip-covered for html report #433 | loic@dachary.org | 2016-12-18 | 5 | -6/+33 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | close #433 --HG-- branch : issue-433-2 | |||||
* | | | | Update changes and contributors for #502 | Ned Batchelder | 2016-12-24 | 2 | -1/+7 | |
| | | | | ||||||
* | | | | 2.6 and 2.7 are not different wrt constants in while loops | Ned Batchelder | 2016-12-24 | 2 | -13/+6 | |
| | | | | ||||||
* | | | | Provide some help in interpreting test failures | Ned Batchelder | 2016-12-24 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Move the test program into the test | Ned Batchelder | 2016-12-24 | 6 | -17/+16 | |
| | | | |