summaryrefslogtreecommitdiff
path: root/coverage/bytecode.py
Commit message (Collapse)AuthorAgeFilesLines
* This class was simpler as a functionNed Batchelder2019-06-171-13/+10
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Remove the old bytecode-based branch analyzerNed Batchelder2016-01-061-65/+0
| | | | | --HG-- branch : ast-branch
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Properly handle crazy-long code objects. #359Ned Batchelder2015-02-171-3/+13
|
* Pylint upgrade and cleanup.Ned Batchelder2014-09-211-1/+0
|
* More abstractions for bytes objects. Cleans up some version checks in the ↵Ned Batchelder2013-09-281-7/+5
| | | | real code.
* Use generators in the byte code parsing. __next__? yikes!Ned Batchelder2013-01-081-33/+19
|
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-101-0/+1
|
* Add some comments.Ned Batchelder2011-07-041-0/+9
|
* version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-131-1/+1
|
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-11/+11
|
* Correct handling of breaks and continues.Ned Batchelder2009-10-161-4/+4
|
* Tidying upNed Batchelder2009-10-151-4/+4
|
* Need this tooNed Batchelder2009-10-101-0/+81