summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' into travis-xenialNed Batchelder2019-03-1017-47/+55
| |\ \ | |/ / |/| |
* | | Run 3.7 tests on travisNed Batchelder2019-03-102-0/+2
| | |
* | | Drop support for Python 3.4Ned Batchelder2019-03-108-26/+13
| | |
* | | 4.5.3 is shippedNed Batchelder2019-03-101-1/+1
| | |
* | | Fix two issues with setup.pyNed Batchelder2019-03-101-1/+5
| | |
* | | Update requirementsNed Batchelder2019-03-106-12/+13
| | |
* | | Howto tweaks from 4.5.xNed Batchelder2019-03-101-3/+4
| | |
* | | Add project_urlsNed Batchelder2019-03-091-1/+5
| | |
* | | Remove executable bit from static assetsJon Dufresne2019-03-032-0/+0
| | | | | | | | | | | | | | | These files are simply static assets and do not require an executable bit. They are never intended to be executed as standalone scripts.
* | | Improvements to test_templite.py from mutmutNed Batchelder2019-03-021-4/+14
| | | | | | | | | | | | See https://nedbatchelder.com/blog/201903/mutmut.html
| * | ci: Travis: test py37Daniel Hahler2019-02-211-0/+1
| | |
| * | Travis: remove unnecessary 2nd "pip freeze"Daniel Hahler2019-02-211-1/+0
| | | | | | | | | | | | It is already done in the "install" step.
| * | ci: Travis: use dist=xenialDaniel Hahler2019-02-211-2/+3
|/ /
* | Clarify a debugging optionNed Batchelder2019-02-191-1/+2
| |
* | Stephan has been doing a lotNed Batchelder2019-02-171-0/+1
| |
* | Make sure that arcs() and lines() only returns distinct line combination ↵Stephan Richter2019-02-172-2/+18
| | | | | | | | values and not one entry for each context.
* | A small doc improvementNed Batchelder2019-02-071-1/+1
| |
* | Exclude .github from the manifest checkNed Batchelder2019-02-041-1/+1
| |
* | Fix a test to get case right on WindowsNed Batchelder2019-01-281-1/+1
| |
* | Make sure that the cache is properly filled. (25x speedup on our system that ↵Stephan Richter2019-01-282-2/+16
|/ | | | | | has a large sys.path.) It is always a bad idea to reassign the cachekey during the computation.
* Issue templatesNed Batchelder2019-01-062-0/+44
|
* Sometime git needs trailing spaces for diffs to work properlyNed Batchelder2019-01-061-0/+6
|
* Make line numbers immune to minimum font size settings. #748Ned Batchelder2019-01-043-6/+10
|
* gevent needs to stay at 1.2.xNed Batchelder2018-12-281-2/+2
|
* Update requirementsNed Batchelder2018-12-286-9/+9
|
* Contracts and privacy for Analysis methodsNed Batchelder2018-12-261-5/+11
|
* Fix an incorrectly named methodNed Batchelder2018-12-261-4/+4
|
* Simplify format_lines a littleNed Batchelder2018-12-262-3/+3
|
* Sort the text missing results by line number, not kindNed Batchelder2018-12-256-50/+77
|
* Move code to where it belongsNed Batchelder2018-12-244-54/+54
|
* Asserts should be expected,actualNed Batchelder2018-12-246-11/+11
|
* Tweaks to the fail_under limitingNed Batchelder2018-12-243-6/+11
|
* Disallow impossible values for fail_underMike Fiedler2018-12-233-0/+10
| | | | | | | | | Since there's no way were likely to achieve greater than 100% code coverage, disallow usage of any value above 100. Resolves #743 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
* Suppress another warningNed Batchelder2018-12-232-0/+4
|
* Include default encodings in the debug outputNed Batchelder2018-12-231-0/+2
|
* Remove obsolete travis settingNed Batchelder2018-12-041-1/+0
|
* Use a full URL for the Tidelift logoNed Batchelder2018-11-301-1/+1
|
* There are no kwargs to CoverageScript any moreNed Batchelder2018-11-261-4/+2
|
* Use a function instead of a method to show helpNed Batchelder2018-11-262-75/+66
|
* Pre-release is more accurate than BetaNed Batchelder2018-11-251-6/+6
|
* Bump versionNed Batchelder2018-11-252-2/+7
|
* Pin wheel to avoid breakagecoverage-5.0a4Ned Batchelder2018-11-251-1/+2
|
* Paperwork for 5.0a4Ned Batchelder2018-11-253-10/+10
|
* Adjust the changelog entry about sys.pathNed Batchelder2018-11-251-2/+4
|
* readme_renderer is now run through twineNed Batchelder2018-11-252-2/+3
|
* Test that we have the right Python versions in the classifiersNed Batchelder2018-11-252-0/+3
|
* Control the sys.path that tests seeNed Batchelder2018-11-252-0/+41
|
* Remove incorrect commentNed Batchelder2018-11-251-1/+0
|
* Comparisons should be expected/actualNed Batchelder2018-11-251-3/+3
|
* A little more niceness for set_env.pyNed Batchelder2018-11-251-15/+25
|