Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix two misspellings | Ned Batchelder | 2019-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix a typo | Ned Batchelder | 2019-12-07 | 1 | -1/+1 | |
| | ||||||
* | Coverage(data_file=None) means no data file at all. #871 | Ned Batchelder | 2019-12-02 | 2 | -6/+35 | |
| | ||||||
* | 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 | 1 | -2/+5 | |
| | ||||||
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 4 | -21/+31 | |
| | ||||||
* | Don't do vars and users in abs_file | Ned Batchelder | 2019-11-28 | 2 | -3/+3 | |
| | | | | It meant file names could be incorrectly expanded. | |||||
* | Adapt to 3.9's way of reporting files using absolute paths. | Ned Batchelder | 2019-11-25 | 4 | -1/+17 | |
| | ||||||
* | Report file names the way Python does: '{}', not {!r} | Ned Batchelder | 2019-11-25 | 2 | -2/+2 | |
| | ||||||
* | Implement __spec__ for files we run. #745 #838 | Ned Batchelder | 2019-11-24 | 1 | -15/+40 | |
| | ||||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 2 | -30/+30 | |
| | ||||||
* | Another detail about numbits_to_nums | Ned Batchelder | 2019-11-15 | 1 | -0/+4 | |
| | ||||||
* | Make howitworks current | Ned Batchelder | 2019-11-15 | 1 | -5/+11 | |
| | ||||||
* | 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 | 1 | -0/+2 | |
| | ||||||
* | Templite {% joined %} is more convenient than trailing hyphens | Ned Batchelder | 2019-11-11 | 2 | -30/+41 | |
| | ||||||
* | Bump version | Ned Batchelder | 2019-11-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -25/+25 | |
| | ||||||
* | 5.0b1 prep | Ned Batchelder | 2019-11-10 | 1 | -1/+1 | |
| | ||||||
* | Tweaks to Coverage docstrings | Ned Batchelder | 2019-11-10 | 1 | -10/+10 | |
| | ||||||
* | Finish the sqldata.py docstrings | Ned Batchelder | 2019-11-10 | 2 | -12/+53 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | sqldata.py docstrings | Ned Batchelder | 2019-11-09 | 1 | -31/+118 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 2 | -9/+3 | |
| | ||||||
* | Meta on linux; makefile target rationalization | Ned Batchelder | 2019-11-08 | 1 | -1/+1 | |
| | ||||||
* | Linux tests are runnable | Ned Batchelder | 2019-11-07 | 1 | -1/+1 | |
| | | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 | |||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 1 | -2/+2 | |
| | ||||||
* | Consolidate the type checking of toml values | Ned Batchelder | 2019-11-04 | 1 | -22/+12 | |
| | ||||||
* | Refactor the toml logic | Ned Batchelder | 2019-11-04 | 1 | -77/+82 | |
| | | | | | | | | | - 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 | 2 | -22/+28 | |
| | ||||||
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 4 | -9/+74 | |
| | ||||||
* | Expand environment variables in any part of a TOML config | Ned Batchelder | 2019-11-03 | 1 | -7/+4 | |
| | ||||||
* | Cleanups for TOML code | Ned Batchelder | 2019-11-03 | 1 | -4/+20 | |
| | ||||||
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 4 | -5/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 5 | -3/+34 | |
| | ||||||
* | Clarify two functions | Ned Batchelder | 2019-11-01 | 1 | -0/+4 | |
| | ||||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 2 | -7/+12 | |
| | ||||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 2 | -13/+20 | |
| | | | | of #source.p | |||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 2 | -5/+5 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-14 | 1 | -18/+16 | |
| | ||||||
* | Annotations and context labels have to co-exist | Ned Batchelder | 2019-10-14 | 2 | -79/+70 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-13 | 1 | -43/+44 | |
| | ||||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 3 | -38/+89 | |
| | ||||||
* | Source code without tables | Ned Batchelder | 2019-10-13 | 3 | -142/+154 | |
| | ||||||
* | Warn if asked to show context but none were measured. #851 | Ned Batchelder | 2019-10-10 | 1 | -0/+3 | |
| | ||||||
* | Tie up a loose end in the docs | Ned Batchelder | 2019-10-08 | 1 | -1/+0 | |
| |