lp:~florent.x/pyflakes/989203-python3

Created by Florent and last modified
Get this branch:
bzr branch lp:~florent.x/pyflakes/989203-python3
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

52. By Florent

Add Python 3 support

51. By Florent

Fix .travis.yml to run tests on 2.5 and 2.6

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.

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