summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* sphinx-tabs needs to get along with linkcheckNed Batchelder2019-12-081-1/+2
|
* Use tabs to describe different test runner quick-startsNed Batchelder2019-12-074-16/+78
|
* Describing the versions is easier with substitutionsNed Batchelder2019-12-071-17/+4
|
* parsed-literals aren't styled right, fix that.Ned Batchelder2019-12-071-0/+13
|
* Redo installation pageNed Batchelder2019-12-072-27/+31
|
* Links should have better affordancesNed Batchelder2019-12-071-0/+4
|
* sphinx-autobuild is handyNed Batchelder2019-12-071-0/+1
|
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-021-0/+5
|
* The [paths] setting is ordered. #649Ned Batchelder2019-12-011-0/+3
|
* Keep the what's new up to dateNed Batchelder2019-12-011-0/+4
|
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-013-2/+19
|
* Adapt to 3.9's way of reporting files using absolute paths.Ned Batchelder2019-11-251-1/+1
|
* This line was too long, but nothing had changed in years?Ned Batchelder2019-11-251-3/+3
|
* Better getting startedNed Batchelder2019-11-161-11/+12
|
* Make howitworks currentNed Batchelder2019-11-151-21/+46
|
* Mention pytest-cov --cov-contextNed Batchelder2019-11-111-0/+4
|
* Better auto-spelling of contributors' namesNed Batchelder2019-11-111-7/+13
|
* Update the man page, and in the process, organize cmdline.pyNed Batchelder2019-11-101-14/+93
|
* 5.0b1 prepNed Batchelder2019-11-103-4/+4
|
* Spell check the docsNed Batchelder2019-11-102-2/+39
|
* Automatically consider contributors' names as correctly spelledNed Batchelder2019-11-102-24/+9
|
* Finish the sqldata.py docstringsNed Batchelder2019-11-101-0/+1
|
* Details of context tracingNed Batchelder2019-11-101-2/+2
|
* Remove :history: linesNed Batchelder2019-11-0915-86/+0
|
* '[run] note' is no longer supported.Ned Batchelder2019-11-092-3/+5
|
* What's new in 5.x docNed Batchelder2019-11-095-4/+129
|
* Cleanups for TOML codeNed Batchelder2019-11-031-3/+3
|
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 reportsreybog902019-11-011-0/+5
|
* Upgrade stuffNed Batchelder2019-10-181-1/+1
|
* Tie up a loose end in the docsNed Batchelder2019-10-081-1/+1
|
* Doc changes for 5.0a8coverage-5.0a8Ned Batchelder2019-10-022-3/+3
|
* Subprocesses only use config file optionsNed Batchelder2019-10-011-0/+4
|
* Doc changes for 5.0a7Ned Batchelder2019-09-212-6/+2
|
* Trim blankNed Batchelder2019-09-141-1/+0
|
* Fix a referenceNed Batchelder2019-09-091-1/+1
|
* Document the module-level stuff. #837Ned Batchelder2019-09-093-9/+41
|
* Anchors for each config setting. #842Ned Batchelder2019-09-091-11/+68
|
* A little more in the db schema docsNed Batchelder2019-09-091-0/+12
|
* Clarify some docsNed Batchelder2019-09-061-0/+6
|
* 'sql' is a new debug optionNed Batchelder2019-09-021-0/+2
|
* Tweaks to JSON report docsNed Batchelder2019-08-313-14/+16
|
* Create a JSON reportMatt Bachmann2019-08-315-10/+45
|
* Better wording from TideliftNed Batchelder2019-08-261-1/+1
|
* Enterprise in tocNed Batchelder2019-08-251-0/+1
| | | | (cherry picked from commit 70ede36c8f1146ad389332d944735407d1000c86)
* Tidelift enterpriseNed Batchelder2019-08-251-5/+13
|
* Fix autosphinx links in uploaded release notesNed Batchelder2019-08-112-0/+2
| | | | | | The :meth:`.CoverageData.foobar` syntax isn't understood by pandoc when converting to markdown. A Sphinx rst builder converts them into more basic Sphinx links first.
* Fix some sphinx mis-referencesNed Batchelder2019-08-116-12/+7
|
* Document SQLite access to data.Ned Batchelder2019-08-112-4/+120
|
* Utility to check .rst for accurate copies from source files.Ned Batchelder2019-08-111-0/+113
|