summaryrefslogtreecommitdiff
path: root/testsuite/E22.py
Commit message (Expand)AuthorAgeFilesLines
* Adds matmul operator support, fixes #768sobolevn2019-12-051-0/+5
* Check for 'is' and 'in' as wellAdam Johnson2019-02-281-0/+4
* E225 Check for space around boolean operatorsAdam Johnson2019-02-271-0/+4
* Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-251-0/+1
* Do not enforce whitespaces around ** operator; issue #292feature292Florent Xicluna2014-12-161-6/+6
* Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-05-291-2/+2
|\
| * Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-04-261-2/+2
* | few mispelling errorsCarlos E. Garcia2014-04-231-1/+1
|/
* Fix regression with E22 checks and inline comments; issue #271Florent Xicluna2014-04-091-0/+5
* Add tests relevant for issue #220Florent Xicluna2014-04-031-0/+4
* Improve the test framework to count the errors, motivated by issue #237Florent Xicluna2014-03-241-9/+9
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...Florent Xicluna2013-02-241-1/+29
* Regroup optional E225 checks with new error code E226 which is ignored in the...Florent Xicluna2012-12-201-10/+35
* Add changelog entry for issue #96Florent Xicluna2012-12-191-0/+4
* Add optional surrounding whitespace to high precedence mathematical operators...Tim Leslie2012-08-201-7/+4
* Fix E225 for Python 3. Closes #72.Florent Xicluna2012-06-041-0/+3
* More testsFlorent Xicluna2012-05-281-0/+4
* Reorganize the test suite in order to check more failures with fewer test files.Florent Xicluna2010-09-111-0/+87