summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Travis: remove unnecessary 2nd "pip freeze"Daniel Hahler2019-02-211-1/+0
* 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 valu...Stephan Richter2019-02-172-2/+18
* 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
* 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
* 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
* PyRunner knows how to run Python files.Ned Batchelder2018-11-2510-137/+214
* Use implicit mock patching instead of explicit DI for cmdline testsNed Batchelder2018-11-252-297/+295
* A test of the #678 caseNed Batchelder2018-11-251-0/+33
* Don't try to use PyPy 'filenames' like '<builtin>/lib_pypy/_structseq.py'Ned Batchelder2018-11-251-2/+4
* Travis pulls in other libraries somehow. Exclude themNed Batchelder2018-11-181-2/+2
* Lint cleanupNed Batchelder2018-11-182-3/+4
* Rename farm to gold, since that's what it isNed Batchelder2018-11-1859-23/+23
* Remove test_farm.pyNed Batchelder2018-11-184-390/+154
* Convert farm/run_chdir.py to a test_summary.py testNed Batchelder2018-11-184-22/+14
* Convert farm/run/run_xxx.py to a test_summary.py testNed Batchelder2018-11-183-26/+16
* Convert farm/run/run_timid.py to a test_process testNed Batchelder2018-11-183-69/+59