Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Remove unneeded variable initialization | Ned Batchelder | 2019-11-09 | 1 | -3/+0 | |
| | ||||||
* | Make sure dataio logging is happening where it should | Ned Batchelder | 2019-11-09 | 1 | -0/+2 | |
| | ||||||
* | CoverageData.lines doesn't sort its returned list | Ned Batchelder | 2019-11-09 | 3 | -8/+8 | |
| | ||||||
* | sqldata.py docstrings | Ned Batchelder | 2019-11-09 | 1 | -31/+118 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 9 | -71/+24 | |
| | ||||||
* | Add some help to the Makefile | Ned Batchelder | 2019-11-09 | 1 | -20/+19 | |
| | ||||||
* | What's new in 5.x doc | Ned Batchelder | 2019-11-09 | 6 | -9/+138 | |
| | ||||||
* | Meta on linux; makefile target rationalization | Ned Batchelder | 2019-11-08 | 5 | -5/+13 | |
| | ||||||
* | Linux tests are runnable | Ned Batchelder | 2019-11-07 | 4 | -15/+39 | |
| | | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 | |||||
* | Unpin pyparsing, they fixed it | Ned Batchelder | 2019-11-05 | 1 | -4/+0 | |
| | ||||||
* | Pin pyparsing==2.4.2 because 2.4.3 breaks PyContracts | Ned Batchelder | 2019-11-05 | 1 | -0/+4 | |
| | ||||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 4 | -7/+30 | |
| | ||||||
* | Exclude some nested coverage lines from coverage | Ned Batchelder | 2019-11-04 | 1 | -28/+32 | |
| | ||||||
* | This file was unused since we deleted test_farm.py a year ago | Ned Batchelder | 2019-11-04 | 1 | -14/+0 | |
| | ||||||
* | Consolidate the type checking of toml values | Ned Batchelder | 2019-11-04 | 1 | -22/+12 | |
| | ||||||
* | Refactor the toml logic | Ned Batchelder | 2019-11-04 | 2 | -83/+103 | |
| | | | | | | | | | - Section names can be dotted. - We only ever read one file, so we don't need to loop over files. - Error messages should show the actual section names where problems happened. | |||||
* | Give warnings about not being able to parse TOML files if toml isn't installed | Ned Batchelder | 2019-11-03 | 3 | -22/+62 | |
| | ||||||
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 5 | -9/+86 | |
| | ||||||
* | Expand environment variables in any part of a TOML config | Ned Batchelder | 2019-11-03 | 2 | -8/+6 | |
| | ||||||
* | Cleanups for TOML code | Ned Batchelder | 2019-11-03 | 5 | -13/+34 | |
| | ||||||
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 10 | -6/+313 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699 Missing getfloat TOMLConfigParser -> TomlConfigParser fix getfloat for int Move TomlConfigParser Add name to contributors Import toml in backward.py fix indentation Don't ignore TomlDecodeError Raise if TomlConfigParser is used without toml installed Add tests for TOML config Fix test on Python 2 Mention toml support in documentation. | |||||
* | reybog90 is Reya B :) | Ned Batchelder | 2019-11-02 | 2 | -1/+2 | |
| |