summaryrefslogtreecommitdiff
path: root/coverage/bytecode.py
Commit message (Collapse)AuthorAgeFilesLines
* 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