summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: latest sample6.3.3Ned Batchelder2022-05-1211-21/+21
* build: prep for 6.3.3Ned Batchelder2022-05-125-8/+10
* build: don't make wheels for pre-release PythonsNed Batchelder2022-05-121-58/+3
* build: add markdown summary to the actionNed Batchelder2022-05-121-0/+5
* chore: make upgradeNed Batchelder2022-05-1210-20/+30
* test: skip tests that fail until CPython #92236 is fixedNed Batchelder2022-05-121-0/+20
* fix: fix compilation errors on latest 3.11.0Ned Batchelder2022-05-127-14/+38
* debug: incidental debug improvements in tracer.cNed Batchelder2022-05-121-6/+9
* build(deps): bump docker/setup-qemu-action from 1 to 2 (#1372)dependabot[bot]2022-05-111-1/+1
* build: Set permissions for GitHub actions (#1369)Naveen2022-05-034-0/+14
* style: parens should indent the same as their opening lineNed Batchelder2022-05-0143-166/+164
* docs: Steve Dower added the tweaks for cross-compilationNed Batchelder2022-05-011-0/+1
* build: sparse-checkout changed, change with itNed Batchelder2022-05-011-2/+2
* build(deps): bump github/codeql-action from 1 to 2dependabot[bot]2022-04-301-3/+3
* build(deps): bump schneegans/dynamic-badges-action from 1.2.0 to 1.3.0dependabot[bot]2022-04-301-1/+1
* chore: make upgradeNed Batchelder2022-04-309-65/+69
* build: Build and test tweaks to help with cross-compilationSteve Dower2022-04-305-9/+28
* build(deps): bump actions/upload-artifact from 2 to 3dependabot[bot]2022-04-122-7/+7
* build(deps): bump actions/download-artifact from 2 to 3dependabot[bot]2022-04-121-3/+3
* build(deps): bump schneegans/dynamic-badges-action from 1.1.0 to 1.2.0dependabot[bot]2022-03-281-1/+1
* docs: stand with UkraineNed Batchelder2022-03-251-0/+6
* build: make upgradeNed Batchelder2022-03-179-57/+56
* build: remove cpp from CodeQL, and use a more familiar yaml syntaxNed Batchelder2022-03-171-3/+7
* build(deps): bump actions/checkout from 2 to 3dependabot[bot]2022-03-171-1/+1
* build: use codeql analysisNed Batchelder2022-03-151-0/+70
* docs: a GitHub sponsors badge in the READMENed Batchelder2022-03-131-1/+4
* fix: protect fullcoverage against lineno=None, bpo46911Ned Batchelder2022-03-033-16/+5
* test: no need to protect against a 3.11.0a4 bug anymoreNed Batchelder2022-03-032-18/+0
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-025-10/+10
* build(deps): bump actions/setup-python from 2 to 3 (#1335)dependabot[bot]2022-03-015-10/+10
* docs: clarify usage of disable_warnings in pyproject.toml (#1330)Lukasz Stolcman2022-02-231-0/+4
* docs: oops, we're up to 3.11.0a5Ned Batchelder2022-02-202-2/+2
* build: version bumpNed Batchelder2022-02-202-1/+7
* build: prep for 6.3.26.3.2Ned Batchelder2022-02-206-9/+12
* docs: latest sample HTMLNed Batchelder2022-02-2011-21/+21
* build: tox understands "pypy38" on its ownNed Batchelder2022-02-201-16/+0
* fix: pypy3.9 traces decorators like CPython 3.8Ned Batchelder2022-02-204-21/+6
* style: remove pylint exclusions only needed for 2/3Ned Batchelder2022-02-202-5/+1
* build: make upgradeNed Batchelder2022-02-128-25/+25
* fix: provide an intelligible error message for multiprocessing with no config...Ned Batchelder2022-02-093-0/+11
* refactor(test): simplify these testsNed Batchelder2022-02-091-12/+4
* test: dropping old Python versions mean we no longer need optimize_if_not_deb...Ned Batchelder2022-02-062-11/+7
* test: nicer way to test debug=pybehaveNed Batchelder2022-02-062-5/+7
* build: pip cache works againNed Batchelder2022-02-062-6/+7
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-069-46/+76
* refactor: out_lines was a bad name for a multi-line string.Ned Batchelder2022-02-061-22/+21
* build: another pip-cache failureNed Batchelder2022-02-061-2/+2
* build: also test PyPy nightliesNed Batchelder2022-02-061-3/+17
* test: SQLite errors come in a few formsNed Batchelder2022-02-061-3/+4
* doc: fix a moved linkNed Batchelder2022-02-061-1/+1