summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | No need for two environment variables that do the same thingNed Batchelder2016-12-312-5/+2
| |
* | Add a test of the atexit/gettrace behaviorNed Batchelder2016-12-311-0/+31
| |
* | Register pytest markers, and enforce that they must be registeredNed Batchelder2016-12-311-1/+3
| |
* | Install pytest where we run igorNed Batchelder2016-12-313-3/+5
| |
* | Remove an unused exception.Ned Batchelder2016-12-311-1/+1
| |
* | Left out a step in the windows codecovNed Batchelder2016-12-301-0/+1
| |
* | Try getting Windows results to codecovNed Batchelder2016-12-301-0/+2
| |
* | Remove hastiliy short-circuited check for conflicting include and sourceNed Batchelder2016-12-302-17/+0
| |
* | Oops, if we can't install 3.6, don't run 3.6Ned Batchelder2016-12-301-1/+0
| |
* | No 3.6 yet. Can we at least get 2.x and 3.x combined coverage?Ned Batchelder2016-12-301-3/+1
| |
* | Try testing 3.6 on travis, and metacov both 2.x and 3.xNed Batchelder2016-12-301-0/+4
| |
* | Don't warn about trace=None on PyPy at shutdownNed Batchelder2016-12-302-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. --HG-- extra : amend_source : a4e946f94b9b84d351a9e112a7eea6a3337bacf1
* | Improved ad-hoc debug logger.Ned Batchelder2016-12-301-1/+12
| |
* | A test that isn't used yet, to test the refcount problem fixed this morningNed Batchelder2016-12-291-0/+37
| |
* | The kitting tox environments are rarely neededNed Batchelder2016-12-291-0/+1
| |
* | Prevent a hard crash when starting coverage thousands of timesNed Batchelder2016-12-293-1/+5
| |
* | Don't need to register with PyPI any more.Ned Batchelder2016-12-291-3/+0
| |
* | Use latest version in readme badgeNed Batchelder2016-12-291-2/+2
| |
* | Bump version to 4.3.2a0Ned Batchelder2016-12-282-1/+8
| |
* | Update RTFD urls in howtoNed Batchelder2016-12-281-2/+2
| |
* | Coverage 4.3.1Ned Batchelder2016-12-281-0/+1
| |
* | Gearing up for 4.3.1coverage-4.3.1Ned Batchelder2016-12-285-6/+29
| |
* | Revert the check for conflicting --source and --include. Closes #541, ↵Ned Batchelder2016-12-283-0/+12
| | | | | | | | re-opens #265
* | Fix installation in ascii-default environments. #540Ned Batchelder2016-12-273-3/+12
| |
* | Push version to 4.3.1a0Ned Batchelder2016-12-272-1/+7
| |
* | Kitting changes: no more register, and only one sdistNed Batchelder2016-12-272-2/+1
| |
* | Coverage 4.3Ned Batchelder2016-12-271-0/+1
| |
* | A better way to get good random numberscoverage-4.3Ned Batchelder2016-12-271-4/+1
| |
* | Windows Python 3.6 doesn't seed well. Hack around it.Ned Batchelder2016-12-271-0/+3
| |
* | Try doing windows py3 meta on 3.5Ned Batchelder2016-12-271-4/+4
| |
* | Get a Windows 3.6 buildNed Batchelder2016-12-271-0/+12
| |
* | Cog is still using noseNed Batchelder2016-12-271-0/+1
| |
* | This file changed nameNed Batchelder2016-12-261-0/+0
| |
* | New sample HTMLNed Batchelder2016-12-2612-23/+26
| |
* | Doc updates for 4.3Ned Batchelder2016-12-267-12/+71
| |
* | Make sure the excepthook is measured.Ned Batchelder2016-12-261-0/+9
| |
* | sys.excepthook creditNed Batchelder2016-12-262-0/+7
| |
* | Don't stress over PyPy differences, and fix file namesNed Batchelder2016-12-261-9/+13
| |
* | Suppress the coverage.py frame when reporting exceptionsNed Batchelder2016-12-261-0/+2
| |
* | Make excepthook execution more accurate. Pypy tests failingNed Batchelder2016-12-262-6/+17
| |
* | Put the excepthook tests in their own class for convenienceNed Batchelder2016-12-261-1/+4
| |
* | Merged in andrewhoos/coverage.py (pull request #93)Ned Batchelder2016-12-262-1/+71
|\ \ | | | | | | | | | Explicitely call sys.excepthook
| * | Update change with tests and fixes for testsAndrew Hoos2016-11-302-8/+69
| | |
| * | Remove the unused importAndrew Hoos2016-11-291-1/+0
| | |
| * | Limit changes to only execfile.pyAndrew Hoos2016-11-292-2/+4
| | |
| * | Update code to better handle calling sys.excepthook when it throwsAndrew Hoos2016-11-292-5/+9
| | |
| * | Update handling of sys.excepthook to only call custom excepthooks and ↵Andrew Hoos2016-11-291-1/+6
| | | | | | | | | | | | re-raise exceptions
| * | Explicitely call sys.excepthookAndrew Hoos2016-11-291-2/+1
| | | | | | | | | | | | https://bitbucket.org/ned/coveragepy/issues/535/sysexcepthook-is-not-called
* | | Thanks to Cosimo Lupo for the fixNed Batchelder2016-12-262-0/+4
| | |
* | | Merged in anthrotype/coverage.py/check-source-isdir (pull request #118)Ned Batchelder2016-12-261-1/+1
|\ \ \ | | | | | | | | | | | | check "source" isdir, not just exists; there could be a file with same name