summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix --source performance regression. #1037Ned Batchelder2020-10-111-1/+4
|
* BumpNed Batchelder2020-09-131-0/+5
|
* Making a releasecoverage-5.3Ned Batchelder2020-09-131-2/+4
|
* If a plugin is disabled, don't try to record its file tracers. #1011Ned Batchelder2020-09-131-0/+5
|
* Docs and cleanup for source_pkgsNed Batchelder2020-09-121-0/+8
|
* Bitbucket hg repos are goneNed Batchelder2020-08-181-258/+258
|
* ScoochNed Batchelder2020-07-241-0/+4
|
* Prep for 5.2.1Ned Batchelder2020-07-231-2/+4
|
* Displaying timezone information in HTML report (#960)Xie Yanbo2020-07-231-0/+4
| | | | | | | | * Displaying timezone information in HTML report * A helpber to format datetime with local timezone * No backward compatibility with older python versions
* Oops, Vince, not VictorNed Batchelder2020-07-131-1/+1
|
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-091-1/+4
|
* Bump versionNed Batchelder2020-07-061-0/+6
|
* Next version is 5.2Ned Batchelder2020-07-051-2/+5
|
* Report sorting option is thanks to Jerin Peter GeorgeNed Batchelder2020-07-031-0/+4
|
* --skip-empty now applies to the XML report also. #976nedbat/bug976Ned Batchelder2020-06-301-3/+7
|
* Simplify testing of --no-skip-covered, and add docsNed Batchelder2020-06-291-0/+6
|
* One more thing I didNed Batchelder2020-06-291-0/+4
|
* CHANGES improvementsNed Batchelder2020-06-291-3/+8
|
* The --fail-under message is thanks to Naveen YadavNed Batchelder2020-06-281-0/+4
|
* New HTML report is by Victor SalvinoNed Batchelder2020-06-281-0/+3
|
* Read the config file contents as bytes, it's just for debugging anyway. #990Ned Batchelder2020-05-231-0/+5
|
* Finish up --precisionNed Batchelder2020-05-121-1/+3
|
* Oops, wrong issue number in the changelogNed Batchelder2020-04-121-2/+2
|
* Version bumpNed Batchelder2020-04-121-0/+5
|
* Prep for v5.1Ned Batchelder2020-04-121-2/+5
|
* New JSON info should be reported on individual files also.Ned Batchelder2020-04-111-0/+3
|
* Finish up #967. Thanks, Bernát GáborNed Batchelder2020-04-111-0/+6
|
* Thanks, Kjell BradenNed Batchelder2020-03-261-1/+5
|
* Bump versionNed Batchelder2020-03-161-0/+5
|
* Getting ready for 5.0.4Ned Batchelder2020-03-161-3/+6
|
* relative_files makes XML store relative paths. #948.Ned Batchelder2020-03-151-0/+5
|
* Improve the changelogNed Batchelder2020-02-291-3/+5
|
* htmlfiles: Handle localStorage not accessibleAbdealiJK2020-02-291-0/+6
| | | | | | | | | In some cases, if based on the browser's settings - localStorage is not accessible, fallback and don't save the sort-columns into localStorage. While the UX is a little inconvenient, at least the page doesn't break - sorting on columns is still possible, but not retained between pages.
* Use latest wheel to make Windows 3.8 work. #949Ned Batchelder2020-02-291-1/+4
|
* Fix bug with missing negative line numbers on PyPy3 7.1 #943Ned Batchelder2020-02-231-0/+4
|
* 3.9.0a3Ned Batchelder2020-01-251-1/+1
|
* Bump versionNed Batchelder2020-01-121-0/+5
|
* Note two additionscoverage-5.0.3Ned Batchelder2020-01-111-0/+4
|
* Prep for 5.0.3Ned Batchelder2020-01-111-2/+5
|
* Refine the conditions for tweaking sys.path[0]. Fixes #862Ned Batchelder2020-01-111-0/+9
|
* Put the filename calc back in _connect. Fixes #916Ned Batchelder2020-01-071-1/+5
| | | | | | It was moved to __init__ to avoid recalculating, but the directory could have changed, so we need to wait to do the work. Instead, only do the relpath on systems that need it (Windows Py 2).
* Bump versionNed Batchelder2020-01-051-0/+5
|
* Prep for 5.0.2Ned Batchelder2020-01-051-4/+6
|
* Ensure file touching happens if nothing was measured. #884Ned Batchelder2020-01-041-0/+4
|
* Pedantic consistency in the changelogNed Batchelder2020-01-041-4/+4
|
* Don't import anything before start(). Fixes #909.Ned Batchelder2020-01-031-0/+6
|
* Don't trace non-encodable file names. #891Ned Batchelder2020-01-011-0/+6
|
* Fix --debug=sys. #907Ned Batchelder2019-12-281-0/+4
|
* Warn if two things change the dynamic context. #901Ned Batchelder2019-12-271-0/+4
|
* Use abspath to rc file so that chdir doesn't bork us. #890Ned Batchelder2019-12-231-1/+7
|