lp:~cprov/pyflakes/test-packaging

Created by Celso Providelo and last modified
Get this branch:
bzr branch lp:~cprov/pyflakes/test-packaging
Only Celso Providelo can upload to this branch. If you are Celso Providelo please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Celso Providelo
Project:
Pyflakes
Status:
Development

Recent revisions

32. By Celso Providelo

Fixing packaging patches.

31. By Celso Providelo

Debian directory.

30. By exarkun

Merge unused-variable-flakes-2718-2

Author: jml
Reviewer: exarkun
Fixes: #2718

Add support for detecting local variables which are bound but then never
used.

29. By exarkun

Merge pyflakes-class-decorator-2863

Author: exarkun
Reviewer: mithrandi
Fixes: #2863

Add support for recognizing names used with the class decorator syntax, both so
that a name used in such a way is recognized as used (ie, not unused) and so that
undefined names used in such a way are reported as such.

28. By exarkun

Merge pyflakes-syntaxerrors-2885

Author: exarkun
Reviewer: jonathanj
Fixes: #2885

Use the builtin compile function to check for syntax errors before trying to
construct an ast with the compiler package. The compiler package is less well
able to report such errors (in particular, on Python 2.4 and older, it entirely
misses some syntax errors).

27. By glyph

Provide line numbers via compilation when pyflakes gets `SyntaxError`s from parsing which do not include line numbers.

Author: dreid

Reviewer: glyph

Fixes #2832

More specifically, this fixes the bug where pyflakes/flymake integration would crash when the user typed a keyword argument before the argument list.

26. By exarkun

Merge pyflakes-0.3.0-release

Fixes #2829

Bump the Pyflakes version to 0.3.0 and add a news file for the release.

25. By exarkun

Merge multiline-syntax-error-2821

Author: exarkun
Reviewer: dreid
Fixes: #2821

Handle `SyntaxError`s raised from `compiler.parse` which have multiple lines of
source text associated with them. Only one line is reported.

24. By moe

merge pyflakes-builtins-2795. updates Pyflakes to recognize __builtins__ as a defined name. author: moe, reviewer: mithrandi. closes #2795

23. By moe

merge pyflakes-setup.py-2709. Fixes Pyflakes' setup.py. author: moe, reviewer: mithrandi. closes #2709

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers