summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build wheel for PyPy3.8nedbat/1260Hugo van Kemenade2021-10-241-0/+1
* test: test compare() from test/goldtest.pyNed Batchelder2021-10-243-45/+125
* refactor(test): os_sep and remove_tree helpersNed Batchelder2021-10-246-24/+30
* fix(html): ariaSort isn't supported in Firefox yetNed Batchelder2021-10-236-28/+26
* chore(test): update gold filesNed Batchelder2021-10-2327-213/+217
* test: update gold filesNed Batchelder2021-10-2343-2063/+1890
* fix(html): fix a few problems with the html reportNed Batchelder2021-10-237-43/+64
* test: sometimes pytest directories have a "popen" componentNed Batchelder2021-10-231-3/+4
* refactor: no more need for a search path for static filesNed Batchelder2021-10-232-106/+14
* docs: thanks, Nils K for the vanilla JS conversion!Ned Batchelder2021-10-232-1/+3
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-2313-624/+408
* refactor(html): a one-header sticky headerNed Batchelder2021-10-235-121/+113
* fix(html): scrolling to an anchor ensures the line is visibleNed Batchelder2021-10-204-27/+37
* fix: avoid measuring generated code. #1160Ned Batchelder2021-10-184-3/+32
* refactor: no need for specialized pyexpat code anymoreNed Batchelder2021-10-185-106/+0
* docs: clarify how --source affects reporting commands. #1159Ned Batchelder2021-10-182-0/+11
* docs: remove stale TODONed Batchelder2021-10-181-3/+1
* docs: correct the description of 'debug sys' tracer details. #1157Ned Batchelder2021-10-171-2/+2
* test: remove some obsolete HTML scrubsNed Batchelder2021-10-171-5/+0
* chore: updated HTML gold filesNed Batchelder2021-10-1738-383/+626
* test: don't show these functions when HTML gold files failNed Batchelder2021-10-172-0/+3
* test: html scrubs need to account for pytest dir namingNed Batchelder2021-10-171-0/+1
* fix(html): adjust some colorsNed Batchelder2021-10-173-22/+21
* feat(html): sticky header on pyfileNed Batchelder2021-10-176-18/+103
* refactor(html): use header/main/footer html5 elementsNed Batchelder2021-10-175-37/+37
* test: fix the tests/gold/html/Makefile to copy actual outputNed Batchelder2021-10-172-4/+4
* test: improve this one html testNed Batchelder2021-10-171-3/+3
* build: jQuery 3.6.0Ned Batchelder2021-10-162-5/+6
* feat: `coverage run` now sets the COVERAGE_RUN environment variableNed Batchelder2021-10-165-7/+35
* test: very minor clean upNed Batchelder2021-10-161-1/+4
* test: subprocess diagnostic for when we need itNed Batchelder2021-10-161-0/+6
* test: mark some uncovered lines in collector.pyNed Batchelder2021-10-141-4/+4
* test: we don't need two sys.path restorersNed Batchelder2021-10-143-15/+6
* perf: reduce the overhead of recording branchesNed Batchelder2021-10-144-8/+52
* test: parametrize test_pathologically_long_code_objectNed Batchelder2021-10-141-21/+18
* style(docs): clean up a trailing blank lineNed Batchelder2021-10-141-1/+0
* test: don't use subprocesses where we don't have toNed Batchelder2021-10-133-56/+74
* refactor: use the get_report helperNed Batchelder2021-10-131-6/+1
* refactor: no longer need to explicitly omit site-packagesNed Batchelder2021-10-131-15/+0
* refactor: convert existing imports to start_stop_importNed Batchelder2021-10-131-15/+6
* test: we really don't want to hear about imp being deprecatedNed Batchelder2021-10-121-0/+5
* test: add a test that self.stdout() works the way it says.Ned Batchelder2021-10-121-0/+9
* fix: use human sorting on human-readable thingsNed Batchelder2021-10-1211-31/+100
* test: lightly test the ast_dump functionNed Batchelder2021-10-122-69/+90
* fix: find_writable_pth_directory must expect failure from open()Michał Górny2021-10-121-4/+4
* docs: use real emdashes for better renderingnedbat/split-changesNed Batchelder2021-10-112-251/+206
* docs: keep CHANGES small, full list is in the docsNed Batchelder2021-10-112-2779/+2839
* build: bump versionNed Batchelder2021-10-112-1/+7
* build: prep for 6.0.26.0.2Ned Batchelder2021-10-115-8/+12
* docs: sample HTML from 6.0.2Ned Batchelder2021-10-1111-21/+21