summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle matrix-multiplication operator ("@")matmulSteven Myint2015-12-212-1/+9
* Check feature names imported from futureJohn Vandenberg2015-11-253-0/+25
* Allow __future__ in doctestJohn Vandenberg2015-11-252-12/+32
* Process doctest scope directly under the module scopeJohn Vandenberg2015-11-252-14/+71
* Report each usage of star importsJohn Vandenberg2015-11-244-13/+82
* Merge pull request #51 from jayvdb/assert-tupleJohn Vandenberg2015-11-243-1/+47
|\
| * Report assert using tupleJohn Vandenberg2015-11-243-1/+47
|/
* Fix undefined name in generators in classJohn Vandenberg2015-11-202-16/+36
* Fix PyPyJohn Vandenberg2015-11-205-24/+114
* Python 3 only allows import * at module levelJohn Vandenberg2015-11-194-0/+34
* Merge test_doubleNestingReportsClosestNameJohn Vandenberg2015-11-162-20/+7
* Import in Class is a public memberJohn Vandenberg2015-11-152-5/+23
* Add contribution guidelines to READMEPhil Frost2015-11-131-0/+13
* Check for non-ast SyntaxErrorsnonastAaron Meurer2015-11-133-10/+772
* Add DoctestScopeJohn Vandenberg2015-11-123-6/+187
* Fix global removing all UndefinedNameJohn Vandenberg2015-11-122-3/+28
* PEP 498 f-strings supportJohn Vandenberg2015-11-082-1/+9
* Fix documentation of Binding.usedJohn Vandenberg2015-11-031-2/+2
* Merge pull request #36 from pyflakes/typoSteven Myint2015-09-293-3/+3
|\
| * Fix typostypoSteven Myint2015-09-223-3/+3
* | Merge pull request #35 from nikolas/patch-1Steven Myint2015-09-221-1/+1
|\ \
| * | fix typo in readmeNik Nyby2015-09-221-1/+1
|/ /
* | Increment version to 1.0.01.0.0Phil Frost2015-09-202-2/+2
* | Merge pull request #34 from pyflakes/3.5Ian Cordasco2015-09-171-0/+1
|\ \ | |/ |/|
| * Enable Python 3.5 on Travis CI3.5Steven Myint2015-09-161-0/+1
|/
* Merge pull request #33 from alexandrul/masterIan Cordasco2015-09-071-4/+6
|\
| * os.chmod() supports only read-only flag operations on WindowsEduard-Cristian Stefan2015-09-071-1/+2
| * Use os.linesep for Windows compatibilityEduard-Cristian Stefan2015-09-071-3/+4
|/
* Remove broken badgebadge-1Steven Myint2015-08-311-4/+0
* Merge pull request #27 from ryneeverett/used-global-importPhil Frost2015-08-282-3/+14
|\
| * Don't report UnusedImport when binding global nameryneeverett2015-08-142-3/+14
* | Support Python 3.5 async/await statements for Pyflakes.Igor Davydenko2015-08-262-3/+58
|/
* Merge pull request #26 from ryneeverett/unused-reassigned-variablePhil Frost2015-08-142-0/+25
|\
| * Roll back changes, add comment, and skip the test.ryneeverett2015-08-143-8/+8
| * 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
* | Merge pull request #29 from pyflakes/flake8Steven Myint2015-08-141-2/+2
|\ \ | |/ |/|
| * Avoid running flake8 under nightlySteven Myint2015-08-141-2/+2
|/
* Merge pull request #24 from pyflakes/nightlySteven Myint2015-07-141-0/+1
|\
| * Test "nightly" version of PythonnightlySteven Myint2015-07-141-0/+1
|/
* Fix a test under Python 3.5Steven Myint2015-07-101-2/+8
* Bump version to 0.9.20.9.20.9Phil Frost2015-06-172-1/+4
* Fix TypeError bug.ryneeverett2015-06-162-1/+10
* Merge branch '0.9'Phil Frost2015-06-091-2/+13
|\
| * Update NEWS.txt with 0.9.0 and 0.9.1 releases0.9.1Phil Frost2015-06-092-3/+14
* | 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
* Add 'sudo: false' to .travis.ymlAaron Meurer2015-05-271-0/+1
* Improve 'global' statement support.ryneeverett2015-04-273-4/+53
* Don't crash with an AttributeError on WindowsPhil Frost2015-04-171-6/+29