Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'master' into travis-xenial | Ned Batchelder | 2019-03-10 | 17 | -47/+55 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Run 3.7 tests on travis | Ned Batchelder | 2019-03-10 | 2 | -0/+2 | |
| | | | ||||||
* | | | Drop support for Python 3.4 | Ned Batchelder | 2019-03-10 | 8 | -26/+13 | |
| | | | ||||||
* | | | 4.5.3 is shipped | Ned Batchelder | 2019-03-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix two issues with setup.py | Ned Batchelder | 2019-03-10 | 1 | -1/+5 | |
| | | | ||||||
* | | | Update requirements | Ned Batchelder | 2019-03-10 | 6 | -12/+13 | |
| | | | ||||||
* | | | Howto tweaks from 4.5.x | Ned Batchelder | 2019-03-10 | 1 | -3/+4 | |
| | | | ||||||
* | | | Add project_urls | Ned Batchelder | 2019-03-09 | 1 | -1/+5 | |
| | | | ||||||
* | | | Remove executable bit from static assets | Jon Dufresne | 2019-03-03 | 2 | -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 mutmut | Ned Batchelder | 2019-03-02 | 1 | -4/+14 | |
| | | | | | | | | | | | | See https://nedbatchelder.com/blog/201903/mutmut.html | |||||
| * | | ci: Travis: test py37 | Daniel Hahler | 2019-02-21 | 1 | -0/+1 | |
| | | | ||||||
| * | | Travis: remove unnecessary 2nd "pip freeze" | Daniel Hahler | 2019-02-21 | 1 | -1/+0 | |
| | | | | | | | | | | | | It is already done in the "install" step. | |||||
| * | | ci: Travis: use dist=xenial | Daniel Hahler | 2019-02-21 | 1 | -2/+3 | |
|/ / | ||||||
* | | Clarify a debugging option | Ned Batchelder | 2019-02-19 | 1 | -1/+2 | |
| | | ||||||
* | | Stephan has been doing a lot | Ned Batchelder | 2019-02-17 | 1 | -0/+1 | |
| | | ||||||
* | | Make sure that arcs() and lines() only returns distinct line combination ↵ | Stephan Richter | 2019-02-17 | 2 | -2/+18 | |
| | | | | | | | | values and not one entry for each context. | |||||
* | | A small doc improvement | Ned Batchelder | 2019-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | Exclude .github from the manifest check | Ned Batchelder | 2019-02-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix a test to get case right on Windows | Ned Batchelder | 2019-01-28 | 1 | -1/+1 | |
| | | ||||||
* | | Make sure that the cache is properly filled. (25x speedup on our system that ↵ | Stephan Richter | 2019-01-28 | 2 | -2/+16 | |
|/ | | | | | | has a large sys.path.) It is always a bad idea to reassign the cachekey during the computation. | |||||
* | Issue templates | Ned Batchelder | 2019-01-06 | 2 | -0/+44 | |
| | ||||||
* | Sometime git needs trailing spaces for diffs to work properly | Ned Batchelder | 2019-01-06 | 1 | -0/+6 | |
| | ||||||
* | Make line numbers immune to minimum font size settings. #748 | Ned Batchelder | 2019-01-04 | 3 | -6/+10 | |
| | ||||||
* | gevent needs to stay at 1.2.x | Ned Batchelder | 2018-12-28 | 1 | -2/+2 | |
| | ||||||
* | Update requirements | Ned Batchelder | 2018-12-28 | 6 | -9/+9 | |
| | ||||||
* | Contracts and privacy for Analysis methods | Ned Batchelder | 2018-12-26 | 1 | -5/+11 | |
| | ||||||
* | Fix an incorrectly named method | Ned Batchelder | 2018-12-26 | 1 | -4/+4 | |
| | ||||||
* | Simplify format_lines a little | Ned Batchelder | 2018-12-26 | 2 | -3/+3 | |
| | ||||||
* | Sort the text missing results by line number, not kind | Ned Batchelder | 2018-12-25 | 6 | -50/+77 | |
| | ||||||
* | Move code to where it belongs | Ned Batchelder | 2018-12-24 | 4 | -54/+54 | |
| | ||||||
* | Asserts should be expected,actual | Ned Batchelder | 2018-12-24 | 6 | -11/+11 | |
| | ||||||
* | Tweaks to the fail_under limiting | Ned Batchelder | 2018-12-24 | 3 | -6/+11 | |
| | ||||||
* | Disallow impossible values for fail_under | Mike Fiedler | 2018-12-23 | 3 | -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 warning | Ned Batchelder | 2018-12-23 | 2 | -0/+4 | |
| | ||||||
* | Include default encodings in the debug output | Ned Batchelder | 2018-12-23 | 1 | -0/+2 | |
| | ||||||
* | Remove obsolete travis setting | Ned Batchelder | 2018-12-04 | 1 | -1/+0 | |
| | ||||||
* | Use a full URL for the Tidelift logo | Ned Batchelder | 2018-11-30 | 1 | -1/+1 | |
| | ||||||
* | There are no kwargs to CoverageScript any more | Ned Batchelder | 2018-11-26 | 1 | -4/+2 | |
| | ||||||
* | Use a function instead of a method to show help | Ned Batchelder | 2018-11-26 | 2 | -75/+66 | |
| | ||||||
* | Pre-release is more accurate than Beta | Ned Batchelder | 2018-11-25 | 1 | -6/+6 | |
| | ||||||
* | Bump version | Ned Batchelder | 2018-11-25 | 2 | -2/+7 | |
| | ||||||
* | Pin wheel to avoid breakagecoverage-5.0a4 | Ned Batchelder | 2018-11-25 | 1 | -1/+2 | |
| | ||||||
* | Paperwork for 5.0a4 | Ned Batchelder | 2018-11-25 | 3 | -10/+10 | |
| | ||||||
* | Adjust the changelog entry about sys.path | Ned Batchelder | 2018-11-25 | 1 | -2/+4 | |
| | ||||||
* | readme_renderer is now run through twine | Ned Batchelder | 2018-11-25 | 2 | -2/+3 | |
| | ||||||
* | Test that we have the right Python versions in the classifiers | Ned Batchelder | 2018-11-25 | 2 | -0/+3 | |
| | ||||||
* | Control the sys.path that tests see | Ned Batchelder | 2018-11-25 | 2 | -0/+41 | |
| | ||||||
* | Remove incorrect comment | Ned Batchelder | 2018-11-25 | 1 | -1/+0 | |
| | ||||||
* | Comparisons should be expected/actual | Ned Batchelder | 2018-11-25 | 1 | -3/+3 | |
| | ||||||
* | A little more niceness for set_env.py | Ned Batchelder | 2018-11-25 | 1 | -15/+25 | |
| |