summaryrefslogtreecommitdiff
path: root/pyflakes/messages.py
Commit message (Expand)AuthorAgeFilesLines
* Use %r instead of %s in ImportStarMessage (#81)Jelte Fennema2016-09-281-1/+1
* Check for duplicate dictionary keys (#72)geokala2016-07-251-0/+16
* Check feature names imported from futureJohn Vandenberg2015-11-251-0/+9
* Report each usage of star importsJohn Vandenberg2015-11-241-0/+8
* Report assert using tupleJohn Vandenberg2015-11-241-0/+7
* Python 3 only allows import * at module levelJohn Vandenberg2015-11-191-0/+8
* Check for non-ast SyntaxErrorsnonastAaron Meurer2015-11-131-2/+53
* Fix typostypoSteven Myint2015-09-221-1/+1
* Remove unused classSteven Myint2015-03-201-8/+0
* Add an error for return outside of function.Adi Roiban2015-02-141-0/+7
* catch return with arguments inside generator (fixes #1198132)Attila Oláh2013-07-051-0/+7
* Fix computation of DoctestSyntaxError.lineno and colFlorent Xicluna2013-04-241-1/+3
* Minor style cleanupFlorent Xicluna2013-04-211-2/+4
* Upgrade the patch for doctests, to calculate column offset.Florent Xicluna2013-04-051-0/+8
|\
| * Add support for doctests, contribution of Marius GedminasFlorent Xicluna2013-01-291-0/+6
* | Add attribute Message.col to report columns offset.Florent Xicluna2013-04-011-31/+32
|\ \
| * | Add attribute Message.col to report the columns offset.Florent Xicluna2013-03-301-31/+32
| |/
* | Add docstrings to some modules, copyright moved to LICENSE and setup.py.Florent Xicluna2013-03-311-1/+3
|/
* Merge the patch for RedefinedInListComp from pyflakes-ast branchFlorent Xicluna2013-01-251-0/+8
* Remove some extra blank lines, part of Twisted coding standard.Florent Xicluna2013-01-251-3/+14
* Rebase patch from lp:pyflakes branch.Jonathan Lange2011-10-311-2/+2
* Merge pyflakes-all-2826exarkun2009-07-061-0/+9
* Merge unused-variable-flakes-2718-2exarkun2009-06-031-0/+12
* Apply patch fixing typo in exception messageexarkun2008-06-071-1/+1
* Add a check for __future__ imports that occur after other statements.mithrandi2007-01-161-0/+7
* Pyflakes improvements.mithrandi2006-11-301-0/+14
* copy svn/Pyflakes/trunk -> svn/Divmod/trunk/Pyflakesmoe2005-10-031-0/+52