| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Warn when an import is performed without | Brett Cannon | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | `from __future__ import absolute_import`. Part of issue #20 | ||||
| * | Emit an error when a print statement is used. | Brett Cannon | 2014-10-10 | 1 | -1/+1 |
| | | | | | Part of issue #20. | ||||
| * | Ignore superfluous-parens. | cpopa | 2014-08-19 | 1 | -1/+1 |
| | | |||||
| * | Add a new warning, 'boolean-datetime', emitted when an instance of ↵ | cpopa | 2014-08-19 | 1 | -0/+30 |
| 'datetime.time' is used in a boolean context. Closes issue #239. | |||||
