Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: simplify run_command output handling | Ned Batchelder | 2021-05-30 | 1 | -5/+3 |
| | | | | | The type-check is left over from Python 2 compatibility, we don't need it anymore. | ||||
* | build: mark a line as not covered | Ned Batchelder | 2021-05-30 | 1 | -1/+1 |
| | |||||
* | build: metacov should run on all versions of Python | Ned Batchelder | 2021-05-30 | 1 | -0/+3 |
| | |||||
* | build: update dependencies | Ned Batchelder | 2021-05-30 | 1 | -3/+3 |
| | |||||
* | build: mark a few lines as not covered | Ned Batchelder | 2021-05-30 | 2 | -2/+3 |
| | |||||
* | feat: warnings are now real warnings | Ned Batchelder | 2021-05-30 | 14 | -89/+183 |
| | | | | | | This makes coverage warnings visible when running test suites under pytest. But it also means some uninteresting warnings would show up in our own test suite, so we had to catch or suppress those. | ||||
* | doc: mention dynamic contexts in more places | Ned Batchelder | 2021-05-29 | 2 | -0/+30 |
| | |||||
* | feat: include some usual env vars in debug-sys | Ned Batchelder | 2021-05-23 | 1 | -1/+4 |
| | |||||
* | COVERAGE_DEBUG_FILE accepts "stdout" and "stderr" | Ned Batchelder | 2021-05-23 | 3 | -1/+8 |
| | |||||
* | fix: Python 3.8.10 changed how __file__ is reported when running directories | Ned Batchelder | 2021-05-11 | 2 | -1/+6 |
| | |||||
* | test: traced file names seem to be absolute now? #1161 | Ned Batchelder | 2021-05-08 | 2 | -9/+13 |
| | | | | | This was changed in 3.10.0b1 and 3.9.5. Seems like a strange change to throw into 3.9.5, but there it is. Fixes #1161. | ||||
* | docs: add a word to clarify an API | Ned Batchelder | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | chore: update two dependencies | Ned Batchelder | 2021-05-04 | 2 | -2/+2 |
| | |||||
* | fix: shorten the sqlite debug info listing | Ned Batchelder | 2021-05-04 | 1 | -2/+5 |
| | | | | | | This is totally cosmetic. I often look at "coverage debug sys", and the long list of SQLite info at the end is never the thing I want to look at. So squish it up to take less space. | ||||
* | refactor: get rid of My* version shims we don't need anymore | Ned Batchelder | 2021-05-03 | 3 | -39/+19 |
| | |||||
* | fix: make data collection operations thread-safe | Ned Batchelder | 2021-05-03 | 3 | -1/+29 |
| | |||||
* | test: remove a changed test that wasn't supposed to be part of bb73791b | Ned Batchelder | 2021-05-03 | 1 | -6/+1 |
| | |||||
* | refactor: remove redundant Python 2 code (#1155) | Hugo van Kemenade | 2021-05-02 | 13 | -78/+61 |
| | | | | | | | | | | | * Remove Python 2 code * Upgrade Python syntax with pyupgrade * Upgrade Python syntax with pyupgrade --py3-plus * Upgrade Python syntax with pyupgrade --py36-plus * Remove unused imports | ||||
* | refactor: convert more %-formatting to f-strings | Ned Batchelder | 2021-05-02 | 5 | -21/+26 |
| | |||||
* | build: remove needless excludes | Ned Batchelder | 2021-05-02 | 2 | -6/+0 |
| | | | | | Unfortunately, excluding files that don't exist causes warnings. So try to keep the list as accurate as possible. | ||||
* | Use license_files instead of deprecated license_file | Hugo van Kemenade | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | test: avoid xdist to ensure coverage is collected | Ned Batchelder | 2021-05-02 | 1 | -1/+3 |
| | |||||
* | docs: update the examples in contributing.rst | Ned Batchelder | 2021-05-02 | 1 | -60/+39 |
| | |||||
* | refactor: remove a now no-op function | Ned Batchelder | 2021-05-02 | 2 | -13/+6 |
| | |||||
* | refactor: move exceptions to their own module | Ned Batchelder | 2021-05-02 | 35 | -81/+99 |
| | |||||
* | build: don't refer to py27 in the Makefile | Ned Batchelder | 2021-05-02 | 1 | -3/+3 |
| | |||||
* | build: update build tools | Ned Batchelder | 2021-05-02 | 2 | -5/+4 |
| | |||||
* | test: update to latest pytest | Ned Batchelder | 2021-05-02 | 3 | -10/+6 |
| | |||||
* | build: update to latest pylintgood-meta | Ned Batchelder | 2021-05-02 | 6 | -7/+3 |
| | |||||
* | refactor: remove unneeded Py2 C code | Ned Batchelder | 2021-05-02 | 2 | -59/+0 |
| | |||||
* | refactor: remove a few more version checks | Ned Batchelder | 2021-05-02 | 11 | -50/+17 |
| | |||||
* | refactor: remove unneeded py2-only gold files | Ned Batchelder | 2021-05-02 | 2 | -161/+0 |
| | |||||
* | refactor: pyupgrade --py36-plus *.py | Ned Batchelder | 2021-05-02 | 2 | -19/+18 |
| | |||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 33 | -186/+171 |
| | |||||
* | refactor: pyupgrade --py36-plus coverage/*.py | Ned Batchelder | 2021-05-02 | 29 | -251/+243 |
| | |||||
* | docs: update Python versions supported | Ned Batchelder | 2021-05-02 | 3 | -8/+8 |
| | |||||
* | build: next version will be 6.0, dropping support for 2.7 & 3.5 | Ned Batchelder | 2021-05-01 | 2 | -6/+3 |
| | |||||
* | refactor: move the remaining backward.py code, no more backward.py | Ned Batchelder | 2021-05-01 | 14 | -177/+68 |
| | |||||
* | refactor: remove some unneeded behavior conditionals | Ned Batchelder | 2021-05-01 | 4 | -28/+2 |
| | |||||
* | refactor: remove yet more unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 5 | -45/+16 |
| | | | | | | | | Gone are: - PYC_MAGIC_NUMBER - code_object - SimpleNamespace | ||||
* | refactor: remove more unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 16 | -138/+35 |
| | | | | | | | | | | | | | | Gone are: - iitems - litems - iternext - to_bytes - to_string - binary_bytes - byte_to_int - bytes_to_ints - BUILTINS | ||||
* | refactor: remove unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 16 | -123/+53 |
| | | | | | | | | | | | | | | | Removed were: - StringIO - configparser - string_class - unicode_class - range - zip_longest - get_thread_id - path_types - shlex_quote - reprlib | ||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 27 | -338/+52 |
| | |||||
* | build: don't run CI on 2.7, pypy2, or 3.5 | Ned Batchelder | 2021-05-01 | 4 | -33/+5 |
| | |||||
* | fix: don't warn that dynamic plugins already imported their source files. #1150 | Ned Batchelder | 2021-05-01 | 4 | -2/+46 |
| | |||||
* | build: no more Windows 2.7? | Ned Batchelder | 2021-05-01 | 2 | -0/+6 |
| | | | | | Microsoft removed the vcpython27 code (because 2.7 isn't supported anymore). Discussion here: https://community.chocolatey.org/packages/vcpython27 | ||||
* | docs: fix code comment formatting (#1153) | Mayank Singhal | 2021-04-30 | 3 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | * docs(branch.rst): Line number comments not needed The topic `Branch Coverage Management` in this file already has a setting: :linenothreshold: 5 Using this setting, sphinx will automatically provide line numbers for code block longer than 5 lines. reference: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-highlight-linenothreshold * docs: Extra spaces in comment (maybe intentional) The lines edited in this commit might have been given extra indentation purposefully. As they are an instruction for coverage py and are immediately followed by another comment that is not for coveragepy. * docs: inconsistent spaces in comments Fix extra indentations or lack of indentations. | ||||
* | docs: clarify that loads/dumps are not related to data files | Ned Batchelder | 2021-04-19 | 1 | -1/+8 |
| | |||||
* | Use current_thread instead of currentThread that was deprecated in Python 3.10 | Karthikeyan Singaravelan | 2021-04-17 | 2 | -5/+5 |
| | |||||
* | build: make tags like 5.6.1 not coverage-5.6.1 | Ned Batchelder | 2021-04-15 | 5 | -7/+7 |
| |