Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+4 |
| | |||||
* | Disable test on Python 3.8+ where the builtin ast does not have a specific error | Claudiu Popa | 2019-11-26 | 1 | -0/+8 |
| | |||||
* | Retry parsing a module that has invalid type comments | Claudiu Popa | 2019-11-26 | 1 | -0/+25 |
| | | | | | | | | It is possible for a module to use comments that might be interpreted as type comments by the `ast` library. We do not want to completely crash on those invalid type comments. Close #708 | ||||
* | Moved tests out of package directory (#704) | Ashley Whetter | 2019-10-15 | 1 | -0/+696 |