summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Faster combiningNed Batchelder2018-09-271-7/+13
|
* Add Tidelift logo to README.rstNed Batchelder2018-09-262-2/+13
|
* Merge branch 'coverage-4.5.1x' into nedbat/tideliftNed Batchelder2018-09-263-0/+22
|\
| * A Tidelift logoNed Batchelder2018-09-263-1/+15
| |
| * Mention TideliftNed Batchelder2018-09-261-0/+8
| |
| * So I can switch to this branch without seeing this file each timeNed Batchelder2018-09-261-0/+1
| |
* | Even more clarity for an error messageNed Batchelder2018-09-252-1/+6
| |
* | CoverageSqliteData.__nonzero__: do not create DBDaniel Hahler2018-09-241-0/+2
| | | | | | | | This makes is more lazy and avoids creating an empty DB unnecessarily.
* | Merge branch 'nedbat/dynamic-contexts'Ned Batchelder2018-09-2410-50/+220
|\ \
| * | Minimal docs for dynamic contextsNed Batchelder2018-09-242-6/+35
| | |
| * | This could come in handy eventuallyNed Batchelder2018-09-241-0/+40
| | |
| * | Make static and dynamic contexts work togetherNed Batchelder2018-09-232-27/+52
| | |
| * | Dynamic contextsNed Batchelder2018-09-237-40/+116
| | |
| * | We're calling this static, not globalNed Batchelder2018-09-231-4/+4
| | |
* | | Add Tidelift linksNed Batchelder2018-09-232-1/+14
| | |
* | | Other badge clean-upNed Batchelder2018-09-231-4/+2
| | |
* | | Add repology badgeNed Batchelder2018-09-231-1/+5
| | |
* | | Fix a versionadded commentNed Batchelder2018-09-231-2/+2
|/ /
* | Merge branch 'nedbat/contexts'Ned Batchelder2018-09-2116-80/+354
|\ \
| * | Documentation for static contextsNed Batchelder2018-09-216-3/+71
| | |
| * | Make test check commutivity of .update()Ned Batchelder2018-09-211-37/+52
| | |
| * | More debugging.Ned Batchelder2018-09-212-0/+12
| | |
| * | Combining contexts worksNed Batchelder2018-09-212-22/+111
| | |
| * | measured_contexts() and two simple tests of the global contextNed Batchelder2018-09-214-13/+53
| | |
| * | Change measured_files to a setNed Batchelder2018-09-213-12/+8
| | |
| * | Change these tests to not use weird attribute stuffingNed Batchelder2018-09-211-29/+29
| | |
| * | Set the context in the dataNed Batchelder2018-09-213-5/+8
| | |
| * | SqlData can set_contextNed Batchelder2018-09-181-0/+14
| | |
| * | Collector has a CoverageDataNed Batchelder2018-09-182-6/+18
| | |
| * | Plumb through context= settingNed Batchelder2018-09-184-3/+14
| | |
| * | Super-simple contexts added to the schemaNed Batchelder2018-09-181-7/+21
| | |
* | | Put these paragraphs in a more reasonable orderNed Batchelder2018-09-211-4/+4
| | |
* | | Turbogears is not worth a mentionNed Batchelder2018-09-212-17/+1
| | |
* | | Clarify an error messageNed Batchelder2018-09-192-2/+2
| | |
* | | Correct capitalization of PyPIJon Dufresne2018-09-161-1/+1
| | | | | | | | | | | | As spelled on https://pypi.org/.
* | | Fix cyclic importNed Batchelder2018-09-131-1/+2
| | |
* | | Check for import orderNed Batchelder2018-09-134-10/+10
| | |
* | | Name decorator components to avoid docstring requirementNed Batchelder2018-09-094-14/+12
| | |
* | | No need for a separate variableNed Batchelder2018-09-091-2/+1
| | |
* | | SimpleReprMixin is a better nameNed Batchelder2018-09-093-7/+7
|/ /
* | Keep windows working in the face of bizarre errorsNed Batchelder2018-09-091-1/+3
| |
* | Fix flaky testsNed Batchelder2018-09-081-0/+6
| | | | | | | | | | | | On Travis, the html delta tests fail randomly, because they were pulling in pytest code, whose coverage results were changing? Not really sure why.
* | Defaultable variable substitutionNed Batchelder2018-09-084-12/+26
| |
* | Py2 doesn't like using unmatched groups in regex resultsNed Batchelder2018-09-081-1/+1
| |
* | Strict variable substitution is now an optionNed Batchelder2018-09-084-11/+37
| |
* | Move variable substitution to be independentNed Batchelder2018-09-083-18/+56
| |
* | Tidy upNed Batchelder2018-09-082-2/+0
| |
* | Clarify report() argumentsNed Batchelder2018-09-081-2/+12
| |
* | Upgrade testing toolsNed Batchelder2018-09-062-3/+3
| |
* | Finish removing aspectlibNed Batchelder2018-09-061-4/+0
| |