summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
...
| * Exceptions have to be exceptions. #556Ned Batchelder2017-01-171-2/+2
| * A better way to deal with 2.6 missing SkipTestNed Batchelder2017-01-171-1/+5
| * Bump to 4.3.4a0Ned Batchelder2017-01-171-1/+1
| * Prep for 4.3.3coverage-4.3.3Ned Batchelder2017-01-161-1/+1
| * Only use SkipTest if we're testing, so that we can run on 2.6 pristineNed Batchelder2017-01-161-1/+1
| * Scooch version to 4.3.3a0Ned Batchelder2017-01-161-1/+1
| * Prep for version 4.3.2Ned Batchelder2017-01-161-1/+1
| * Properly handle if-statements optimized away. #522Ned Batchelder2017-01-161-9/+95
| * Oops, don't assume decorator arguments can be hashed.Ned Batchelder2017-01-161-1/+1
| * A better way to neuter decorators when not testing.Ned Batchelder2017-01-161-11/+11
| * A one_of decorator for checking function arguments.Ned Batchelder2017-01-161-0/+17
| * Slight AST_DUMP improvementsNed Batchelder2017-01-161-3/+3
| * Expunge the last %()s formattingNed Batchelder2017-01-161-1/+1
| * Clean up for pull request #122Ned Batchelder2017-01-141-22/+27
| * Merged in dachary/coverage.py/issue-426 (pull request #122)Ned Batchelder2017-01-142-46/+61
| |\
| | * comment explaining the rationale of --source pkgissue-426loic2017-01-101-0/+6
| | * use the new source_for_file helper where it makes senseloic2017-01-102-9/+3
| | * source_for_file helper with unit testsloic2017-01-102-3/+3
| | * move _source_for_file to python.pyloic2017-01-102-32/+33
| | * make --source module do the same as --source directory #426loic2017-01-061-5/+19
| * | Python 2.6 doesn't have SkipTestNed Batchelder2017-01-141-1/+1
| * | Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-144-7/+29
| * | Jython doesn't have useful co_code or f_lastiNed Batchelder2017-01-131-2/+3
| * | Jython has no multiprocessing moduleNed Batchelder2017-01-131-1/+10
| * | Delete html files when skipping covered filesNed Batchelder2017-01-111-4/+8
| * | Clean up and changes for #549Ned Batchelder2017-01-111-4/+4
| * | html total must account for files 100% covered #549issue-549loic2017-01-111-2/+4
| * | Clarify the aspectlib exampleNed Batchelder2017-01-101-2/+3
| |/
| * Small improvements to the debug stuffNed Batchelder2017-01-021-7/+13
| * When nesting tracers, don't restart on the wrong threadNed Batchelder2017-01-021-3/+11
| * More aspectlib improvementsNed Batchelder2017-01-021-4/+12
| * Better debug log filename handling: COVERAGE_LOGNed Batchelder2017-01-011-7/+7
| * Better logging file, combined with aspectlib supportNed Batchelder2017-01-011-31/+49
| * The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...Ned Batchelder2016-12-312-1/+3
| * Remove hastiliy short-circuited check for conflicting include and sourceNed Batchelder2016-12-301-10/+0
| * Don't warn about trace=None on PyPy at shutdownNed Batchelder2016-12-301-3/+12
| * Improved ad-hoc debug logger.Ned Batchelder2016-12-301-1/+12
| * Prevent a hard crash when starting coverage thousands of timesNed Batchelder2016-12-291-0/+1
| * Bump version to 4.3.2a0Ned Batchelder2016-12-281-1/+1
| * Gearing up for 4.3.1coverage-4.3.1Ned Batchelder2016-12-281-1/+1
| * Revert the check for conflicting --source and --include. Closes #541, re-open...Ned Batchelder2016-12-281-0/+3
| * Push version to 4.3.1a0Ned Batchelder2016-12-271-1/+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
| * Doc updates for 4.3Ned Batchelder2016-12-261-1/+1
| * Suppress the coverage.py frame when reporting exceptionsNed Batchelder2016-12-261-0/+2
| * Make excepthook execution more accurate. Pypy tests failingNed Batchelder2016-12-261-4/+12
| * Merged in andrewhoos/coverage.py (pull request #93)Ned Batchelder2016-12-261-1/+11
| |\
| | * Update change with tests and fixes for testsAndrew Hoos2016-11-301-8/+9
| | * Remove the unused importAndrew Hoos2016-11-291-1/+0