summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Look up names so we don't care about casecoverage-5.0a3Ned Batchelder2018-10-061-6/+4
|
* Diagnose an appveyor problemNed Batchelder2018-10-061-0/+4
|
* Prep for 5.0a3Ned Batchelder2018-10-064-73/+12
|
* Add words about 3.8Ned Batchelder2018-10-063-2/+8
|
* Finally jumps back to exiting linesNed Batchelder2018-10-064-45/+151
| | | | | | In Python 3.8, when a finally clause is run because a line in the try block is exiting the block, the exiting line is visited again after the finally block.
* Python 3.8 uses Constant nodes in the ASTNed Batchelder2018-10-041-1/+1
|
* Python 3.6 changed lnotab to signed bytesNed Batchelder2018-10-041-0/+2
|
* Add 3.8 to toxNed Batchelder2018-10-041-3/+6
|
* Pin everythingNed Batchelder2018-10-031-0/+1
|
* More tests of qualname_from_frameNed Batchelder2018-09-301-0/+19
|
* The idea of checking the mro explicitly in qualname_from_frame was Aleksi'sNed Batchelder2018-09-281-0/+1
|
* SimplifyNed Batchelder2018-09-281-6/+2
|
* LintNed Batchelder2018-09-281-3/+3
|
* Deal with properties in qualname_from_frameNed Batchelder2018-09-282-2/+18
|
* Get qualified names for method contextsNed Batchelder2018-09-282-1/+80
|
* Include doc image files in the sdistNed Batchelder2018-09-281-1/+1
|
* Move the context determiner to its own fileNed Batchelder2018-09-282-8/+12
|
* Oops, remove noisy debugging codeNed Batchelder2018-09-281-2/+0
|
* Record the sys.argv in the dbNed Batchelder2018-09-281-3/+5
|
* 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
| | |