summaryrefslogtreecommitdiff
path: root/pyflakes
Commit message (Expand)AuthorAgeFilesLines
* Test that used variable in loop is considered usedryneeverett2015-08-141-0/+12
* Don't mark shadowing variable as 'used'.ryneeverett2015-08-133-6/+19
* Fix a test under Python 3.5Steven Myint2015-07-101-2/+8
* Bump version to 0.9.20.9.20.9Phil Frost2015-06-171-1/+1
* Fix TypeError bug.ryneeverett2015-06-162-1/+10
* Bump version to 0.9.1-prePhil Frost2015-05-311-2/+1
* Increment version to 0.9.00.9.0Phil Frost2015-05-311-1/+1
* Improve 'global' statement support.ryneeverett2015-04-273-4/+53
* Don't crash with an AttributeError on WindowsPhil Frost2015-04-171-6/+29
* Merge pull request #14 from myint/comprehensionPhil Frost2015-03-204-1/+18
|\
| * Properly support list comprehensions in Python 3Steven Myint2015-03-204-1/+18
* | Remove unused classSteven Myint2015-03-202-9/+1
|/
* Merge pull request #12 from chevah/885140-del-if-whilePhil Frost2015-02-142-0/+86
|\
| * Fix print function.Adi Roiban2015-02-141-1/+1
| * Update after bitglue's review.Adi Roiban2015-02-142-32/+13
| * Update del handling in if and while statements.Adi Roiban2015-02-142-0/+105
* | Add an error for return outside of function.Adi Roiban2015-02-143-0/+20
|/
* Use universal newlines only on python 2.6Phil Frost2014-11-282-1/+17
* Open files not in binary mode for WindowsJan Stürtz2014-11-281-1/+1
* Break up tests and skip dictionary comprehensions on 2.6 or lowerIan Cordasco2014-07-231-6/+18
* Fix for lp/bug/1324942Charles-Francois Natali2014-07-231-1/+1
* Failing test for lp/bug/1324942Charles-Francois Natali2014-07-231-0/+26
* Avoid crash on "return 2"Steven Myint2014-04-262-1/+9
* Skip the traceback on Control+C and Broken pipe signals; fixes lp:1285290Florent Xicluna2014-04-261-2/+12
* Replace pyflakes with flake8 in the testsuite, and add configuration to tox.iniFlorent Xicluna2014-04-262-3/+4
* Fix warnings.Adi Roiban2014-04-221-0/+1
* Release version 0.8.10.8.1Florent Xicluna2014-03-302-1/+3
* Refactor and (arguably) simplify.Florent Xicluna2014-03-301-53/+40
* Remove commentFlorent Xicluna2014-03-301-2/+0
* Do not bind the function in the current scope, until its arguments are handle...Florent Xicluna2014-03-302-1/+13
* RefactoringFlorent Xicluna2014-03-301-7/+7
* Report undefined name for literal tuple unpacking; fixes lp:879941Florent Xicluna2014-03-303-9/+80
* Restore correct behaviour of __future__ importsFlorent Xicluna2014-03-303-2/+14
* Be consistent, it's named node_class in the moduleFlorent Xicluna2014-03-301-4/+4
* Do not report 'unable to detect undefined names' when using invalid syntax 'f...Florent Xicluna2014-03-301-2/+2
* Catch undefined var in loop generator when used as loop var; fixes lp:1205907Florent Xicluna2014-03-293-78/+88
* Refactor method handleDoctestsFlorent Xicluna2014-03-291-9/+9
* Do not report redefinition of import in a local scope if the global name is u...Florent Xicluna2014-03-292-42/+78
* Actually this test passesFlorent Xicluna2014-03-291-2/+1
* Remove commented lineFlorent Xicluna2014-03-291-1/+0
* Rewrite test_doctests to avoid running tests twiceFlorent Xicluna2014-03-291-40/+51
* Fix the test docstringFlorent Xicluna2014-03-291-2/+1
* Detect the declared encoding in Python 3; fixes lp:1299169Florent Xicluna2014-03-292-6/+18
* Use the PY32 constant for the AST change in Python 3.3Florent Xicluna2014-03-292-5/+5
* Release version 0.80.8Florent Xicluna2014-03-222-7/+1
* Refactor the ReturnWithArgsInsideGenerator checkerFlorent Xicluna2014-03-222-41/+20
* Better indentationFlorent Xicluna2014-03-221-2/+2
* Rename attribute level to depth on AST nodes; fixes lp:1277280Florent Xicluna2014-03-221-3/+3
* Do not complain about _ in doctests; fixes lp:1178096Florent Xicluna2014-03-222-0/+18
* Simplify version specific constantsFlorent Xicluna2014-03-221-6/+2