Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Faster combining | Ned Batchelder | 2018-09-27 | 1 | -7/+13 | |
| | ||||||
* | Add Tidelift logo to README.rst | Ned Batchelder | 2018-09-26 | 2 | -2/+13 | |
| | ||||||
* | Merge branch 'coverage-4.5.1x' into nedbat/tidelift | Ned Batchelder | 2018-09-26 | 3 | -0/+22 | |
|\ | ||||||
| * | A Tidelift logo | Ned Batchelder | 2018-09-26 | 3 | -1/+15 | |
| | | ||||||
| * | Mention Tidelift | Ned Batchelder | 2018-09-26 | 1 | -0/+8 | |
| | | ||||||
| * | So I can switch to this branch without seeing this file each time | Ned Batchelder | 2018-09-26 | 1 | -0/+1 | |
| | | ||||||
* | | Even more clarity for an error message | Ned Batchelder | 2018-09-25 | 2 | -1/+6 | |
| | | ||||||
* | | CoverageSqliteData.__nonzero__: do not create DB | Daniel Hahler | 2018-09-24 | 1 | -0/+2 | |
| | | | | | | | | This makes is more lazy and avoids creating an empty DB unnecessarily. | |||||
* | | Merge branch 'nedbat/dynamic-contexts' | Ned Batchelder | 2018-09-24 | 10 | -50/+220 | |
|\ \ | ||||||
| * | | Minimal docs for dynamic contexts | Ned Batchelder | 2018-09-24 | 2 | -6/+35 | |
| | | | ||||||
| * | | This could come in handy eventually | Ned Batchelder | 2018-09-24 | 1 | -0/+40 | |
| | | | ||||||
| * | | Make static and dynamic contexts work together | Ned Batchelder | 2018-09-23 | 2 | -27/+52 | |
| | | | ||||||
| * | | Dynamic contexts | Ned Batchelder | 2018-09-23 | 7 | -40/+116 | |
| | | | ||||||
| * | | We're calling this static, not global | Ned Batchelder | 2018-09-23 | 1 | -4/+4 | |
| | | | ||||||
* | | | Add Tidelift links | Ned Batchelder | 2018-09-23 | 2 | -1/+14 | |
| | | | ||||||
* | | | Other badge clean-up | Ned Batchelder | 2018-09-23 | 1 | -4/+2 | |
| | | | ||||||
* | | | Add repology badge | Ned Batchelder | 2018-09-23 | 1 | -1/+5 | |
| | | | ||||||
* | | | Fix a versionadded comment | Ned Batchelder | 2018-09-23 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge branch 'nedbat/contexts' | Ned Batchelder | 2018-09-21 | 16 | -80/+354 | |
|\ \ | ||||||
| * | | Documentation for static contexts | Ned Batchelder | 2018-09-21 | 6 | -3/+71 | |
| | | | ||||||
| * | | Make test check commutivity of .update() | Ned Batchelder | 2018-09-21 | 1 | -37/+52 | |
| | | | ||||||
| * | | More debugging. | Ned Batchelder | 2018-09-21 | 2 | -0/+12 | |
| | | | ||||||
| * | | Combining contexts works | Ned Batchelder | 2018-09-21 | 2 | -22/+111 | |
| | | | ||||||
| * | | measured_contexts() and two simple tests of the global context | Ned Batchelder | 2018-09-21 | 4 | -13/+53 | |
| | | | ||||||
| * | | Change measured_files to a set | Ned Batchelder | 2018-09-21 | 3 | -12/+8 | |
| | | | ||||||
| * | | Change these tests to not use weird attribute stuffing | Ned Batchelder | 2018-09-21 | 1 | -29/+29 | |
| | | | ||||||
| * | | Set the context in the data | Ned Batchelder | 2018-09-21 | 3 | -5/+8 | |
| | | | ||||||
| * | | SqlData can set_context | Ned Batchelder | 2018-09-18 | 1 | -0/+14 | |
| | | | ||||||
| * | | Collector has a CoverageData | Ned Batchelder | 2018-09-18 | 2 | -6/+18 | |
| | | | ||||||
| * | | Plumb through context= setting | Ned Batchelder | 2018-09-18 | 4 | -3/+14 | |
| | | | ||||||
| * | | Super-simple contexts added to the schema | Ned Batchelder | 2018-09-18 | 1 | -7/+21 | |
| | | | ||||||
* | | | Put these paragraphs in a more reasonable order | Ned Batchelder | 2018-09-21 | 1 | -4/+4 | |
| | | | ||||||
* | | | Turbogears is not worth a mention | Ned Batchelder | 2018-09-21 | 2 | -17/+1 | |
| | | | ||||||
* | | | Clarify an error message | Ned Batchelder | 2018-09-19 | 2 | -2/+2 | |
| | | | ||||||
* | | | Correct capitalization of PyPI | Jon Dufresne | 2018-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | As spelled on https://pypi.org/. | |||||
* | | | Fix cyclic import | Ned Batchelder | 2018-09-13 | 1 | -1/+2 | |
| | | | ||||||
* | | | Check for import order | Ned Batchelder | 2018-09-13 | 4 | -10/+10 | |
| | | | ||||||
* | | | Name decorator components to avoid docstring requirement | Ned Batchelder | 2018-09-09 | 4 | -14/+12 | |
| | | | ||||||
* | | | No need for a separate variable | Ned Batchelder | 2018-09-09 | 1 | -2/+1 | |
| | | | ||||||
* | | | SimpleReprMixin is a better name | Ned Batchelder | 2018-09-09 | 3 | -7/+7 | |
|/ / | ||||||
* | | Keep windows working in the face of bizarre errors | Ned Batchelder | 2018-09-09 | 1 | -1/+3 | |
| | | ||||||
* | | Fix flaky tests | Ned Batchelder | 2018-09-08 | 1 | -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 substitution | Ned Batchelder | 2018-09-08 | 4 | -12/+26 | |
| | | ||||||
* | | Py2 doesn't like using unmatched groups in regex results | Ned Batchelder | 2018-09-08 | 1 | -1/+1 | |
| | | ||||||
* | | Strict variable substitution is now an option | Ned Batchelder | 2018-09-08 | 4 | -11/+37 | |
| | | ||||||
* | | Move variable substitution to be independent | Ned Batchelder | 2018-09-08 | 3 | -18/+56 | |
| | | ||||||
* | | Tidy up | Ned Batchelder | 2018-09-08 | 2 | -2/+0 | |
| | | ||||||
* | | Clarify report() arguments | Ned Batchelder | 2018-09-08 | 1 | -2/+12 | |
| | | ||||||
* | | Upgrade testing tools | Ned Batchelder | 2018-09-06 | 2 | -3/+3 | |
| | | ||||||
* | | Finish removing aspectlib | Ned Batchelder | 2018-09-06 | 1 | -4/+0 | |
| | |