summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops, we were always measuring coverage on TravisNed Batchelder2018-10-131-1/+1
|
* Fewer conditionals for debug outputNed Batchelder2018-10-133-23/+30
|
* Debugging improvementsNed Batchelder2018-10-132-6/+6
|
* Sphinx complains about app.info now, and what's wrong with print?Ned Batchelder2018-10-071-5/+1
|
* Finish updating requirementsNed Batchelder2018-10-071-3/+3
|
* All-in on contexts for ourselvesNed Batchelder2018-10-072-3/+7
|
* Update dependenciesNed Batchelder2018-10-066-15/+19
|
* Version bumpNed Batchelder2018-10-063-6/+8
|
* 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
| | |