lp:~florent.x/pyflakes/1097061-unittest2

Created by Florent and last modified
Get this branch:
bzr branch lp:~florent.x/pyflakes/1097061-unittest2
Only Florent can upload to this branch. If you are Florent please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Florent
Project:
Pyflakes
Status:
Merged

Recent revisions

50. By Florent

No support for setup.py test

49. By Florent

Switch to unittest2 for the tests, and run them on Python 2.5

48. By Florent

Revert ignore files

47. By Florent

Add ignore files for bzr and git

46. By Florent

Add .travis.yml for continuous integration

45. By Jonathan Lange

Separate logic for reporting results.

 * Author: jml
 * Reviewers: exarkun, jml

44. By Jean-Paul Calderone

Add WindowsError as a known built-in name on all platforms, suppressing warnings about it being used but undefined when using pyflakes on a non-Windows platform.

This may suppress legitimate warnings, since using WindowsError in a code path that
will actually be evaluated on a non-Windows platform is invalid. However, it is too
hard for pyflakes to figure out which code paths will run, so trade the lost legitimate
warnings in exchange for also getting rid of some bogus warnings.

43. By Tristan Seligmann

Merge Pyflakes 0.5.0 release branch.

42. By Allen Short

Merge "duplicate-class-defs".

41. By exarkun <exarkun>

Merge pyflakes-ast-3005

Author: gbrandl, exarkun
Reviewer: exarkun
Fixes: #3005

Convert pyflakes to use the Python 2.5+ _ast module instead of
the older (now essentially unmaintained) compiler package.

Introduce a number of new tests for various edge cases previously
untested, as well, since this involved changing substantial chunks
of pyflakes internals.

Also add support for certain new constructs which will be added
in Python 2.7, including set comprehensions and dict comprehensions.

Because Python 2.4 does not include the _ast module, this change
effectively drops support for running Pyflakes using Python 2.4.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~divmod-dev/pyflakes/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers