Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove special handling of config_file=".coveragerc". #788nedbat/configfile-simplification | Ned Batchelder | 2019-12-04 | 3 | -28/+2 |
| | |||||
* | Coverage(data_file=None) means no data file at all. #871 | Ned Batchelder | 2019-12-02 | 5 | -7/+72 |
| | |||||
* | A helper to get code objects | Ned Batchelder | 2019-12-02 | 2 | -5/+10 |
| | |||||
* | Polishing from a lightning talk | Ned Batchelder | 2019-12-02 | 1 | -8/+8 |
| | |||||
* | The [paths] setting is ordered. #649 | Ned Batchelder | 2019-12-01 | 4 | -2/+56 |
| | |||||
* | Keep the what's new up to date | Ned Batchelder | 2019-12-01 | 1 | -0/+4 |
| | |||||
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 9 | -23/+146 |
| | |||||
* | I'm not sure why I was deleting these meta env vars | Ned Batchelder | 2019-12-01 | 3 | -8/+4 |
| | | | | Don't we want to measure the coverage of subprocesses we start in tests? | ||||
* | Don't do vars and users in abs_file | Ned Batchelder | 2019-11-28 | 4 | -4/+10 |
| | | | | It meant file names could be incorrectly expanded. | ||||
* | Make this test more resilient | Ned Batchelder | 2019-11-26 | 1 | -2/+1 |
| | |||||
* | Run windows tests in parallel | Ned Batchelder | 2019-11-26 | 2 | -4/+17 |
| | | | | | ... and fix the cleanup that prevented it previously by retrying until the cleanup succeeds. | ||||
* | These tests needed temp directories | Ned Batchelder | 2019-11-26 | 1 | -1/+3 |
| | |||||
* | Mark tests that don't need a temp dir | Ned Batchelder | 2019-11-25 | 4 | -5/+15 |
| | |||||
* | Don't run pytracer tests on 32-bit Windows | Ned Batchelder | 2019-11-25 | 1 | -0/+9 |
| | |||||
* | Adapt to 3.9's way of reporting files using absolute paths. | Ned Batchelder | 2019-11-25 | 10 | -13/+45 |
| | |||||
* | Report file names the way Python does: '{}', not {!r} | Ned Batchelder | 2019-11-25 | 2 | -2/+2 |
| | |||||
* | Test on Python 3.9 | Ned Batchelder | 2019-11-25 | 5 | -6/+22 |
| | |||||
* | This line was too long, but nothing had changed in years? | Ned Batchelder | 2019-11-25 | 1 | -3/+3 |
| | |||||
* | Implement __spec__ for files we run. #745 #838 | Ned Batchelder | 2019-11-24 | 4 | -24/+86 |
| | |||||
* | Poke | Ned Batchelder | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 5 | -34/+35 |
| | |||||
* | Better getting started | Ned Batchelder | 2019-11-16 | 2 | -13/+15 |
| | |||||
* | Another detail about numbits_to_nums | Ned Batchelder | 2019-11-15 | 1 | -0/+4 |
| | |||||
* | Make howitworks current | Ned Batchelder | 2019-11-15 | 2 | -26/+57 |
| | |||||
* | Thanks, Simon Willison | Ned Batchelder | 2019-11-12 | 2 | -1/+4 |
| | |||||
* | Updated register_sqlite_functions() docstring | Simon Willison | 2019-11-12 | 1 | -0/+1 |
| | |||||
* | Expose numbits_to_nums() SQL function, refs #868 | Simon Willison | 2019-11-12 | 2 | -0/+7 |
| | |||||
* | Run Travis CI tests on 3.8 as well | Simon Willison | 2019-11-12 | 1 | -0/+1 |
| | | | It looks like appveyor.yml already has this change. | ||||
* | Templite {% joined %} is more convenient than trailing hyphens | Ned Batchelder | 2019-11-11 | 3 | -30/+59 |
| | |||||
* | Bump version | Ned Batchelder | 2019-11-11 | 2 | -1/+7 |
| | |||||
* | rm -f doesn't need a minus prefix | Ned Batchelder | 2019-11-11 | 1 | -21/+21 |
| | |||||
* | Updating GitHub should happen sooner than bumping the version number | Ned Batchelder | 2019-11-11 | 1 | -10/+8 |
| | |||||
* | Add 3.8 to appveyor, and update versionscoverage-5.0b1 | Ned Batchelder | 2019-11-11 | 1 | -10/+22 |
| | |||||
* | Mention pytest-cov --cov-context | Ned Batchelder | 2019-11-11 | 1 | -0/+4 |
| | |||||
* | Don't keep unsupported wheels | Ned Batchelder | 2019-11-11 | 1 | -0/+3 |
| | |||||
* | Delete unused targets | Ned Batchelder | 2019-11-11 | 1 | -7/+0 |
| | |||||
* | Note when we dropped support for 3.4 | Ned Batchelder | 2019-11-11 | 1 | -0/+2 |
| | |||||
* | Better auto-spelling of contributors' names | Ned Batchelder | 2019-11-11 | 4 | -9/+17 |
| | |||||
* | Napoleon gets noisy if you use informal types | Ned Batchelder | 2019-11-11 | 2 | -27/+20 |
| | |||||
* | Update the man page, and in the process, organize cmdline.py | Ned Batchelder | 2019-11-10 | 2 | -39/+118 |
| | |||||
* | 5.0b1 prep | Ned Batchelder | 2019-11-10 | 5 | -7/+9 |
| | |||||
* | Coverage.py is only capitalized when it starts a sentence | Ned Batchelder | 2019-11-10 | 2 | -5/+5 |
| | |||||
* | Tweaks to Coverage docstrings | Ned Batchelder | 2019-11-10 | 1 | -10/+10 |
| | |||||
* | Helpful command to open built doc files | Ned Batchelder | 2019-11-10 | 1 | -2/+2 |
| | |||||
* | Spell check the docs | Ned Batchelder | 2019-11-10 | 3 | -3/+40 |
| | |||||
* | Contributors we had missed. Thanks, spell check! | Ned Batchelder | 2019-11-10 | 2 | -1/+5 |
| | |||||
* | Automatically consider contributors' names as correctly spelled | Ned Batchelder | 2019-11-10 | 2 | -24/+9 |
| | |||||
* | Finish the sqldata.py docstrings | Ned Batchelder | 2019-11-10 | 3 | -12/+54 |
| | |||||
* | Details of context tracing | Ned Batchelder | 2019-11-10 | 2 | -3/+3 |
| | |||||
* | Remove :history: lines | Ned Batchelder | 2019-11-09 | 15 | -86/+0 |
| |