summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: latest sample HTML report6.4.1Ned Batchelder2022-06-0211-41/+41
* build: prep for 6.4.1Ned Batchelder2022-06-025-12/+15
* build: more low-tech release automationNed Batchelder2022-06-021-6/+18
* build: use 3.11.0b3 in ciNed Batchelder2022-06-023-3/+3
* docs: performance improvements closed #1339Ned Batchelder2022-06-021-1/+2
* test: 3.11.0b3 is out, so remove the workaroundNed Batchelder2022-06-011-3/+1
* fix: use tomli for [toml] under more precise conditions. #1390Ned Batchelder2022-06-013-2/+7
* test: avoid a 3.11.0b2 bugNed Batchelder2022-05-311-1/+3
* chore: make upgradeNed Batchelder2022-05-318-33/+33
* test: benchmark for small local files: bug1339.pyNed Batchelder2022-05-301-41/+107
* test: leave lab/benchmark.py in a state people can runNed Batchelder2022-05-301-3/+3
* docs: mentioned pull #1388Ned Batchelder2022-05-302-7/+7
* perf: PyTracer improvements (#1388)Carl Friedrich Bolz-Tereick2022-05-301-24/+41
* build: always use three-component version numbersNed Batchelder2022-05-304-12/+7
* test(benchmark): more projects, and results collected at end.Ned Batchelder2022-05-281-7/+34
* docs: also mention the improved C tracer performanceNed Batchelder2022-05-281-3/+4
* perf: set frame->f_trace_lines=0 when not tracing. ~3% fasterNed Batchelder2022-05-283-30/+26
* docs: thanks, Carl Friedrich Bolz-TereickNed Batchelder2022-05-282-1/+7
* perf: speed up python tracer with frame.f_trace_lines = False (#1381)Carl Friedrich Bolz-Tereick2022-05-281-0/+2
* test: new benchmark.py for comparing performanceNed Batchelder2022-05-284-488/+300
* fix(docs): GitHub releases had 404's for :ref: links.Ned Batchelder2022-05-231-0/+9
* docs: use a better phrase for a referenceNed Batchelder2022-05-231-2/+2
* test: add a test for some uncovered lines in cmdline.pyNed Batchelder2022-05-231-0/+6
* build: fix a typo in the MakefileNed Batchelder2022-05-222-1/+3
* build: bump versionNed Batchelder2022-05-222-1/+7
* build: use an api token for test.pypi.orgNed Batchelder2022-05-221-1/+1
* fix: don't create a data file when just trying to read one. #13286.4Ned Batchelder2022-05-225-2/+17
* docs: latest sample HTML reportNed Batchelder2022-05-2213-173/+469
* build: prep for 6.4Ned Batchelder2022-05-224-7/+9
* docs: spell checkNed Batchelder2022-05-222-1/+30
* docs: mention in the man pageNed Batchelder2022-05-221-1/+2
* build: more make targets for release stepsNed Batchelder2022-05-223-12/+16
* docs: add a note about using --debug=trace to debug No Data. #1379Ned Batchelder2022-05-221-0/+3
* style(docs): use definition list for warningsNed Batchelder2022-05-221-12/+10
* feat: a new debug option `sqldata` shows all the data being written to the db.Ned Batchelder2022-05-224-15/+41
* refactor: SqliteDb uses its debug object more like other codeNed Batchelder2022-05-221-7/+7
* test: xfail decorator tests that fail on PyPy 3.8 (7.3.10alpha)Ned Batchelder2022-05-214-6/+23
* style: make sqldata.py code more uniformNed Batchelder2022-05-211-20/+20
* fix: CoverageData(no_disk=True).update() now works. #1323Ned Batchelder2022-05-213-5/+26
* test: tests of HTML's helper assert_valid_hrefsNed Batchelder2022-05-201-1/+21
* chore: update HTML gold filesNed Batchelder2022-05-2039-887/+931
* style(html): clean up the html tags and stylesNed Batchelder2022-05-205-63/+68
* feat: also include the version and timestamp at the top of the index page: #1354Ned Batchelder2022-05-201-0/+5
* docs: more in the changelog about HTML changesNed Batchelder2022-05-202-3/+12
* chore: update HTML gold filesNed Batchelder2022-05-2026-156/+355
* feat(html): version and timestamp at the top of report files.Ned Batchelder2022-05-204-24/+39
* style: remove an orphaned importNed Batchelder2022-05-201-1/+0
* build: Included dependency review (#1370)Naveen2022-05-201-0/+20
* test: remove file-removal that isn't needed anymoreNed Batchelder2022-05-202-9/+2
* fix: next/prev links in HTML report don't link to skipped files.Ned Batchelder2022-05-191-63/+61