Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mention PEP 626 in the changelog | Ned Batchelder | 2021-01-10 | 1 | -0/+5 | |
| | ||||||
* | Better control over setup.py warnings | Ned Batchelder | 2021-01-10 | 1 | -1/+14 | |
| | ||||||
* | Use the modern way to load modules by file name. | Ned Batchelder | 2021-01-10 | 3 | -10/+25 | |
| | | | | | | | Python 3.10 finally got super-noisy about load_module, which has been deprecated since 3.4! https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module | |||||
* | Fix a test to be usable with PEP626 | Ned Batchelder | 2021-01-10 | 1 | -33/+35 | |
| | | | | | | | In the old code, the return and raise were unreachable, so Python 3.10 compiled them away. This meant the return and raise messages weren't in the missing arc fragments. The new code has a path to the return and raise. | |||||
* | Need new gold files for pep626 partial branch HTML report | Ned Batchelder | 2021-01-10 | 3 | -16/+210 | |
| | ||||||
* | Update the support files for HTML gold files | Ned Batchelder | 2021-01-10 | 2 | -54/+226 | |
| | ||||||
* | A better test for 'if not __debug__' | Ned Batchelder | 2021-01-10 | 3 | -16/+15 | |
| | ||||||
* | Use the supported way to get a C frame's lineno | Ned Batchelder | 2021-01-10 | 1 | -10/+10 | |
| | | | | See https://bugs.python.org/issue42823 for discussion. | |||||
* | PEP 626: Docstring-only functions changed again | Ned Batchelder | 2021-01-10 | 2 | -1/+5 | |
| | ||||||
* | PEP 626: constant tests are kept as no-ops | Ned Batchelder | 2021-01-10 | 6 | -36/+155 | |
| | | | | | The conditionals are now getting unwieldy, perhaps we can simplify them in the future? | |||||
* | COVERAGE_ONE_TRACER runs just one tracer | Ned Batchelder | 2021-01-10 | 1 | -3/+21 | |
| | | | | It chooses the appropriate tracer based on the implementation. | |||||
* | Clean up the platform constants in env.py | Ned Batchelder | 2021-01-10 | 2 | -7/+8 | |
| | ||||||
* | A simple tool to see branch tracing arcs | Ned Batchelder | 2021-01-10 | 1 | -0/+17 | |
| | ||||||
* | In 3.10, modules always have firstlineno==1 | Ned Batchelder | 2021-01-10 | 4 | -2/+21 | |
| | ||||||
* | Py 3.10 doesn't jump back from finally any more | Ned Batchelder | 2021-01-10 | 1 | -1/+1 | |
| | ||||||
* | Python 3.10 doesn't compile statments after unconditional jumps. | Ned Batchelder | 2021-01-10 | 3 | -89/+123 | |
| | | | | This includes break/continue/return/raise. | |||||
* | Use co_lines() if it's available | Ned Batchelder | 2021-01-10 | 1 | -27/+28 | |
| | ||||||
* | 2506 is fixed? | Ned Batchelder | 2021-01-10 | 1 | -4/+7 | |
| | ||||||
* | show_pyc: Interpret co_lnotab, and show co_lines() | Ned Batchelder | 2021-01-10 | 1 | -0/+36 | |
| | ||||||
* | show_pyc: Use 4-space indents | Ned Batchelder | 2021-01-10 | 1 | -3/+3 | |
| | ||||||
* | show_pyc: Flags changed in 3.9 | Ned Batchelder | 2021-01-10 | 1 | -7/+31 | |
| | ||||||
* | So that set_env can show me one more variable | Ned Batchelder | 2021-01-10 | 1 | -0/+1 | |
| | ||||||
* | Tests of statements after raise and return | Ned Batchelder | 2021-01-10 | 1 | -0/+22 | |
| | ||||||
* | Indicate the git revision if running a local build | Ned Batchelder | 2021-01-10 | 1 | -0/+4 | |
| | ||||||
* | tox_wheels.ini was deleted in November | Ned Batchelder | 2021-01-10 | 1 | -1/+0 | |
| | ||||||
* | Say a little more about always outputing TOTAL | Ned Batchelder | 2021-01-06 | 1 | -1/+7 | |
| | ||||||
* | Always output TOTAL line. | Judson Neer | 2021-01-06 | 8 | -37/+76 | |
| | ||||||
* | Use set literals | Ned Batchelder | 2021-01-03 | 12 | -32/+32 | |
| | ||||||
* | This test doesn't work on Mac either. | Ned Batchelder | 2021-01-02 | 1 | -1/+1 | |
| | ||||||
* | Run pylint on Mac to keep things consistent | Ned Batchelder | 2020-12-31 | 1 | -1/+4 | |
| | ||||||
* | Revert "Silence previously unreported pylint warnings" | Ned Batchelder | 2020-12-31 | 1 | -7/+7 | |
| | | | | | | | | | | This reverts commit 9169aeadf5cf9e4fc30cd76ef53c0dff2ec946ef. Pylint reports different errors on Mac and Linux! https://github.com/PyCQA/pylint/issues/3489 Put things back to where Mac is a clean report. | |||||
* | Update doc packages | Ned Batchelder | 2020-12-19 | 1 | -6/+5 | |
| | ||||||
* | Bump the version | Ned Batchelder | 2020-12-19 | 2 | -1/+7 | |
| | ||||||
* | Fix one pylint snagcoverage-5.3.1 | Ned Batchelder | 2020-12-19 | 1 | -1/+1 | |
| | ||||||
* | Name kit artifacts | Ned Batchelder | 2020-12-19 | 3 | -7/+15 | |
| | | | | | | | Without a name, the download program will grab the latest artifacts no matter what they are, like .coverage data files from metacov. This ensures we get the kits. | |||||
* | Latest sample HTML report | Ned Batchelder | 2020-12-19 | 13 | -22/+32 | |
| | ||||||
* | Prep for 5.3.1 | Ned Batchelder | 2020-12-19 | 5 | -9/+11 | |
| | ||||||
* | Add a docstring to satisfy pylint | Ned Batchelder | 2020-12-08 | 1 | -0/+5 | |
| | ||||||
* | Mention new wheels | Ned Batchelder | 2020-12-07 | 1 | -2/+4 | |
| | ||||||
* | Add time-created info to download_gha_artifacts.py | Ned Batchelder | 2020-12-07 | 1 | -0/+12 | |
| | ||||||
* | Build PyPy wheels also | Ned Batchelder | 2020-12-07 | 1 | -7/+41 | |
| | ||||||
* | Thanks, Sebastián Ramírez | Ned Batchelder | 2020-12-06 | 2 | -1/+6 | |
| | ||||||
* | 🐛 Fix sorting order storage in JQuery unload event | Sebastián Ramírez | 2020-12-06 | 1 | -1/+1 | |
| | ||||||
* | Configuration for codecov | Ned Batchelder | 2020-12-06 | 1 | -0/+17 | |
| | | | | I'm not sure I can get along with codecov, but this could help. | |||||
* | Add another useful example to the docs. #1055 | Ned Batchelder | 2020-12-06 | 1 | -0/+1 | |
| | ||||||
* | Combine coverage across Python versions, upload one file to codecov. | Ned Batchelder | 2020-12-05 | 1 | -0/+42 | |
| | ||||||
* | Updated gold html files | Ned Batchelder | 2020-12-05 | 38 | -79/+117 | |
| | ||||||
* | A favicon for the HTML report | Ned Batchelder | 2020-12-05 | 5 | -0/+5 | |
| | ||||||
* | Auto-cancel workflows when pushing to a branch | Ned Batchelder | 2020-12-05 | 1 | -0/+20 | |
| | ||||||
* | Retry in the case of failures. #1010 | Ned Batchelder | 2020-12-05 | 2 | -1/+12 | |
| | | | | | PyPy seems prone to intermittent SQLite failures. An immediate retry avoids them. Not great, but it works. |