summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: more html keyboard shortcutsJ. M. F. Tsang2022-05-194-13/+128
* build: the next version will be 6.4Ned Batchelder2022-05-181-1/+1
* fix: the SIGTERM handler is now opt-in. #1310Ned Batchelder2022-05-182-6/+9
* refactor: clean up tomllib additionNed Batchelder2022-05-151-4/+5
* Use tomllib on Python 3.11 (#1359)Shantanu2022-05-151-9/+14
* debug: slightly nicer wrapping of the sqlite3 debug infoNed Batchelder2022-05-141-3/+2
* test: remove version-specfic skips we no longer needNed Batchelder2022-05-131-3/+0
* build: version bumpNed Batchelder2022-05-121-1/+1
* build: prep for 6.3.3Ned Batchelder2022-05-121-1/+1
* chore: make upgradeNed Batchelder2022-05-121-0/+1
* fix: fix compilation errors on latest 3.11.0Ned Batchelder2022-05-122-9/+30
* debug: incidental debug improvements in tracer.cNed Batchelder2022-05-121-6/+9
* style: parens should indent the same as their opening lineNed Batchelder2022-05-0115-42/+40
* chore: make upgradeNed Batchelder2022-04-301-0/+1
* fix: protect fullcoverage against lineno=None, bpo46911Ned Batchelder2022-03-032-12/+5
* build: version bumpNed Batchelder2022-02-201-1/+1
* build: prep for 6.3.26.3.2Ned Batchelder2022-02-201-1/+1
* fix: pypy3.9 traces decorators like CPython 3.8Ned Batchelder2022-02-201-1/+1
* fix: provide an intelligible error message for multiprocessing with no config...Ned Batchelder2022-02-091-0/+2
* test: dropping old Python versions mean we no longer need optimize_if_not_deb...Ned Batchelder2022-02-061-3/+2
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-065-41/+49
* debug: tweaks to make these clearerNed Batchelder2022-02-062-7/+6