summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
...
* fix: keep negative arc valuesNed Batchelder2022-09-291-1/+1
* feat: include branches taken and missed in JSON report. #1425Christoph Blessing2022-09-291-0/+13
* docs: minor tweaks to db docsNed Batchelder2022-09-291-2/+2
* fix: `class` statements shouldn't be branches. #1449Ned Batchelder2022-09-261-0/+15
* feat: --debug=pathmap will show details of re-mapping due to [paths] setting.Ned Batchelder2022-09-163-14/+27
* style: adapt to latest pylint concernsNed Batchelder2022-09-131-1/+0
* docs: 3.12 has a new function we can use somedayNed Batchelder2022-09-081-0/+2
* docs: ensure code blocks are highlighted properlyNed Batchelder2022-08-211-2/+6
* fix: don't cache a failed parseNed Batchelder2022-08-211-1/+5
* build: bump versionNed Batchelder2022-08-161-1/+1
* build: update 3.11 references to rc1Ned Batchelder2022-08-161-1/+1
* build: bump versionNed Batchelder2022-08-061-1/+1
* docs: prep for 6.4.3Ned Batchelder2022-08-061-1/+1
* fix: paths were wrong when running from root (#1403)Arthur Rio2022-08-061-1/+7
* fix: filenames can contain special glob characters (#1405)earthman12022-08-062-3/+3
* fix(html): trigger filter on page load (#1413)Marc Legendre2022-08-061-1/+1
* fixed "mNan" id in scroll markers (#1414)LordBaryhobal2022-08-061-1/+1
* fix: reduce the scope of a try/except.Ned Batchelder2022-08-061-2/+3
* fix: don't fail if can't find a relative path to a data file on another volum...Lorenzo Micò2022-08-061-1/+7
* Map also empty dictionaries to fileMatus Valo2022-08-061-1/+1
* test: xfail some tests that need PyPy to improve #1426Ned Batchelder2022-08-021-1/+1
* build: bump versionNed Batchelder2022-07-121-1/+1
* docs: prep for 6.4.2Ned Batchelder2022-07-121-1/+1
* fix: 3.11.0b4 has 0-numbered lines. Fixes #1419Ned Batchelder2022-07-122-1/+4
* style: use new regex match object group accessNed Batchelder2022-07-082-5/+5
* fix: COLLECT_STATS crash due to wrong BuildValue formatNed Batchelder2022-06-111-1/+1
* fix: when stashing the singleton to sys.modules, use an actual module object....Yilei "Dolee" Yang2022-06-111-2/+7
* refactor: SQLite REGEX function can be inlineNed Batchelder2022-06-081-6/+1
* Use `PyCode_GetCode`Dennis Sweeney2022-06-061-1/+4
* style: pylint changed to 2.14, adapt.Ned Batchelder2022-06-021-0/+1
* build: bump versionNed Batchelder2022-06-021-1/+1
* build: prep for 6.4.1Ned Batchelder2022-06-021-1/+1
* fix: use tomli for [toml] under more precise conditions. #1390Ned Batchelder2022-06-011-1/+1
* docs: mentioned pull #1388Ned Batchelder2022-05-301-4/+3
* perf: PyTracer improvements (#1388)Carl Friedrich Bolz-Tereick2022-05-301-24/+41
* build: always use three-component version numbersNed Batchelder2022-05-301-3/+1
* perf: set frame->f_trace_lines=0 when not tracing. ~3% fasterNed Batchelder2022-05-282-0/+5
* perf: speed up python tracer with frame.f_trace_lines = False (#1381)Carl Friedrich Bolz-Tereick2022-05-281-0/+2
* build: bump versionNed Batchelder2022-05-221-1/+1
* fix: don't create a data file when just trying to read one. #13286.4Ned Batchelder2022-05-221-2/+3
* build: prep for 6.4Ned Batchelder2022-05-221-1/+1
* feat: a new debug option `sqldata` shows all the data being written to the db.Ned Batchelder2022-05-221-10/+23
* refactor: SqliteDb uses its debug object more like other codeNed Batchelder2022-05-221-7/+7
* style: make sqldata.py code more uniformNed Batchelder2022-05-211-20/+20
* fix: CoverageData(no_disk=True).update() now works. #1323Ned Batchelder2022-05-211-5/+7
* style(html): clean up the html tags and stylesNed Batchelder2022-05-204-57/+60
* feat: also include the version and timestamp at the top of the index page: #1354Ned Batchelder2022-05-201-0/+5
* feat(html): version and timestamp at the top of report files.Ned Batchelder2022-05-203-20/+33
* fix: next/prev links in HTML report don't link to skipped files.Ned Batchelder2022-05-191-63/+61
* docs: thanks for the new keyboard shortcutsNed Batchelder2022-05-191-3/+2