Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Left out a step in the windows codecov | Ned Batchelder | 2016-12-30 | 1 | -0/+1 |
| | |||||
* | Try getting Windows results to codecov | Ned Batchelder | 2016-12-30 | 1 | -0/+2 |
| | |||||
* | Remove hastiliy short-circuited check for conflicting include and source | Ned Batchelder | 2016-12-30 | 2 | -17/+0 |
| | |||||
* | Oops, if we can't install 3.6, don't run 3.6 | Ned Batchelder | 2016-12-30 | 1 | -1/+0 |
| | |||||
* | No 3.6 yet. Can we at least get 2.x and 3.x combined coverage? | Ned Batchelder | 2016-12-30 | 1 | -3/+1 |
| | |||||
* | Try testing 3.6 on travis, and metacov both 2.x and 3.x | Ned Batchelder | 2016-12-30 | 1 | -0/+4 |
| | |||||
* | Don't warn about trace=None on PyPy at shutdown | Ned Batchelder | 2016-12-30 | 2 | -3/+16 |
| | | | | | PyPy clears the trace function before calling atexit functions. So when we check if the trace function is changed, don't warn in that specific case. | ||||
* | Improved ad-hoc debug logger. | Ned Batchelder | 2016-12-30 | 1 | -1/+12 |
| | |||||
* | A test that isn't used yet, to test the refcount problem fixed this morning | Ned Batchelder | 2016-12-29 | 1 | -0/+37 |
| | |||||
* | The kitting tox environments are rarely needed | Ned Batchelder | 2016-12-29 | 1 | -0/+1 |
| | |||||
* | 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 | 0 | -0/+0 |
| | |||||
* | 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 | 0 | -0/+0 |
| | |||||
* | 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 | 0 | -0/+0 |
|\ \ | | | | | | | | | | 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; ↵check-source-isdir | Cosimo Lupo | 2016-12-25 | 1 | -1/+1 |
|/ / | | | | | | | there could be a file with that name | ||||
* | | 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 |