Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, ↵ | Ned Batchelder | 2022-12-31 | 1 | -3/+4 |
| | | | | report.py, and version.py | ||||
* | This class was simpler as a function | Ned Batchelder | 2019-06-17 | 1 | -13/+10 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Remove the old bytecode-based branch analyzer | Ned Batchelder | 2016-01-06 | 1 | -65/+0 |
| | | | | | --HG-- branch : ast-branch | ||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Properly handle crazy-long code objects. #359 | Ned Batchelder | 2015-02-17 | 1 | -3/+13 |
| | |||||
* | Pylint upgrade and cleanup. | Ned Batchelder | 2014-09-21 | 1 | -1/+0 |
| | |||||
* | More abstractions for bytes objects. Cleans up some version checks in the ↵ | Ned Batchelder | 2013-09-28 | 1 | -7/+5 |
| | | | | real code. | ||||
* | Use generators in the byte code parsing. __next__? yikes! | Ned Batchelder | 2013-01-08 | 1 | -33/+19 |
| | |||||
* | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 1 | -0/+1 |
| | |||||
* | Add some comments. | Ned Batchelder | 2011-07-04 | 1 | -0/+9 |
| | |||||
* | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -11/+11 |
| | |||||
* | Correct handling of breaks and continues. | Ned Batchelder | 2009-10-16 | 1 | -4/+4 |
| | |||||
* | Tidying up | Ned Batchelder | 2009-10-15 | 1 | -4/+4 |
| | |||||
* | Need this too | Ned Batchelder | 2009-10-10 | 1 | -0/+81 |