| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Do not report undefined name if it is caught by a NameError handler. | Florent Xicluna | 2013-04-02 | 1 | -0/+30 |
| |\ \ \ |
|
| | * | | | Do not report undefined name if the code is protected with a NameError handler. | Florent Xicluna | 2013-03-30 | 1 | -0/+30 |
| | |/ / |
|
| * | | | Add attribute Message.col to report columns offset. | Florent Xicluna | 2013-04-01 | 1 | -6/+15 |
| |\ \ \ |
|
| | * | | | Tests: rename the mock AST node class. | Florent Xicluna | 2013-03-30 | 1 | -8/+8 |
| | * | | | Add attribute Message.col to report the columns offset. | Florent Xicluna | 2013-03-30 | 1 | -6/+15 |
| | |/ / |
|
| * | | | Add docstrings to some modules, copyright moved to LICENSE and setup.py. | Florent Xicluna | 2013-03-31 | 1 | -3/+0 |
| * | | | Reflow some docstrings. | Florent Xicluna | 2013-03-31 | 1 | -4/+6 |
| * | | | Remove extra blank lines from the testsuite. | Florent Xicluna | 2013-03-31 | 4 | -121/+12 |
| |/ / |
|
| * | | Do not report redefinition of variable for a variable used in a list comprehe... | Florent Xicluna | 2013-03-06 | 1 | -0/+25 |
| * | | Do not report redefinition of variable for generator expression and set / dic... | Florent Xicluna | 2013-02-08 | 2 | -1/+91 |
| |/ |
|
| * | More tests with augmented assignments. | Florent Xicluna | 2013-01-29 | 1 | -7/+16 |
| * | Regression with augmented assignments. | Florent Xicluna | 2013-01-29 | 1 | -0/+9 |
| * | Fix spurious redefinition warnings in conditionals. | Florent Xicluna | 2013-01-29 | 2 | -1/+179 |
| |\ |
|
| | * | Improve handling of try/except/else/finally compound statements. | Florent Xicluna | 2013-01-28 | 1 | -0/+61 |
| | * | Fix an undetected assignment in the except handler. | Florent Xicluna | 2013-01-28 | 1 | -0/+6 |
| | * | Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak. | Florent Xicluna | 2013-01-25 | 2 | -1/+112 |
| * | | Don't issue Unused Variable warning when using locals() in current scope. | Florent Xicluna | 2013-01-29 | 1 | -0/+22 |
| |\ \ |
|
| | * | | Do not warn about unused variable when using locals() in current scope. Patch... | Florent Xicluna | 2013-01-25 | 1 | -0/+22 |
| | |/ |
|
| * | | Fix test for Python 3 annotations. | Florent Xicluna | 2013-01-29 | 1 | -2/+3 |
| * | | Fixes for Python 3: annotations, metaclass and keyword-only arguments. | Florent Xicluna | 2013-01-28 | 1 | -0/+35 |
| * | | Do not report undefined name in __all__ if import * is used. | Florent Xicluna | 2013-01-27 | 1 | -0/+10 |
| |/ |
|
| * | Conform to the method naming convention for the tests | Florent Xicluna | 2013-01-25 | 1 | -5/+5 |
| * | Fix failure on invalid escape. | Florent Xicluna | 2013-01-25 | 1 | -0/+17 |
| * | Catch various decoding issues. | Florent Xicluna | 2013-01-25 | 1 | -2/+19 |
| * | Merge the patch for RedefinedInListComp from pyflakes-ast branch | Florent Xicluna | 2013-01-25 | 1 | -0/+29 |
| * | More tests for Python 3 and add missing handlers for BYTES, STARRED, YIELDFRO... | Florent Xicluna | 2013-01-25 | 3 | -0/+108 |
| * | Rename pyflakes.scripts.pyflakes to pyflakes.api. | Florent Xicluna | 2013-01-25 | 1 | -1/+6 |
| * | Add Python 3 support | Florent Xicluna | 2013-01-19 | 4 | -40/+62 |
| * | Switch to unittest2 for the tests, and run them on Python 2.5 | Florent Xicluna | 2013-01-08 | 5 | -162/+115 |
| * | Duplicate _EverythingGetter, rather than import it. | Jonathan Lange | 2012-10-23 | 1 | -6/+18 |
| * | Collapse problemDecodingSource and ioError into the one method. | Jonathan Lange | 2012-10-23 | 1 | -30/+10 |
| * | Explain what's going on. | Jonathan Lange | 2012-10-19 | 1 | -0/+8 |
| * | Remove unnecessary parens | Jonathan Lange | 2012-10-19 | 1 | -1/+1 |
| * | Change the test assertions to more naturally follow getProcessOutputAndValue'... | Jonathan Lange | 2012-10-19 | 1 | -5/+4 |
| * | 6 (partial). Use Twisted to spawn the process, not subprocess. | Jonathan Lange | 2012-10-19 | 1 | -8/+30 |
| * | 6 (partial). Change the integration tests to expect a Deferred from runPyfla... | Jonathan Lange | 2012-10-19 | 1 | -15/+16 |
| * | 6 (partial). Contain the poison by returning returncode, out, err from runPy... | Jonathan Lange | 2012-10-19 | 1 | -18/+17 |
| * | 6 (partial). Rename 'popenPyflakes' to 'runPyflakes'. | Jonathan Lange | 2012-10-19 | 1 | -5/+9 |
| * | 4. Add a bunch of docstrings. | Jonathan Lange | 2012-10-19 | 1 | -0/+20 |
| * | 3. Use FilePath rather than os.path (in tests) | Jonathan Lange | 2012-10-19 | 1 | -9/+8 |
| * | 0. Move Reporter to new module, pyflakes.reporter. | Jonathan Lange | 2012-10-19 | 1 | -1/+1 |
| * | A swag of integration tests. | Jonathan Lange | 2012-07-08 | 1 | -0/+81 |
| * | Split out the bit that checks recursively. | Jonathan Lange | 2012-07-08 | 1 | -0/+24 |
| * | Make iterSourceCode take many paths. | Jonathan Lange | 2012-07-08 | 1 | -4/+35 |
| * | Initial thing to iterate of source code. | Jonathan Lange | 2012-07-08 | 1 | -1/+58 |
| * | Whitespace | Jonathan Lange | 2012-07-08 | 1 | -0/+5 |
| * | Report flakes from the reporter too. | Jonathan Lange | 2012-07-06 | 1 | -1/+16 |
| * | Add flake reporting. | Jonathan Lange | 2012-07-06 | 1 | -5/+15 |
| * | Handle multiple lines in the reporter. | Jonathan Lange | 2012-07-06 | 1 | -8/+30 |
| * | More tests using reporter. | Jonathan Lange | 2012-07-06 | 1 | -7/+11 |