29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Duplicate _EverythingGetter, rather than import it. More... over 12 years ago
Use absolute_import. More... over 12 years ago
Correct coding convention More... over 12 years ago
Pass unicode More... over 12 years ago
Better ptype More... over 12 years ago
Document that we expect text, not bytes. More... over 12 years ago
Collapse problemDecodingSource and ioError into the one method. More... over 12 years ago
New method for errors. More... over 12 years ago
Explain what's going on. More... over 12 years ago
Remove unnecessary parens More... over 12 years ago
Change the test assertions to more naturally follow getProcessOutputAndValue's return More... over 12 years ago
6 (partial). Use Twisted to spawn the process, not subprocess. More... over 12 years ago
6 (partial). Change the integration tests to expect a Deferred from runPyflakes. More... over 12 years ago
6 (partial). Contain the poison by returning returncode, out, err from runPyflakes6 (partial). Contain the poison by returning returncode, out, err from runPyflakes6 (partial). Contain the poison by returning returncode, out, err from runPyflakes6 (partial). Contain the poison by returning returncode, out, err from runPyflakes6 (partial). Contain the poison by returning returncode, out, err from runPyflakes6 (partial). Contain the poison by returning returncode, out, err from runPyflakes More... over 12 years ago
6 (partial). Rename 'popenPyflakes' to 'runPyflakes'. More... over 12 years ago
4. Add a bunch of docstrings. More... over 12 years ago
3. Use FilePath rather than os.path (in tests) More... over 12 years ago
0. Move Reporter to new module, pyflakes.reporter. More... over 12 years ago
Do it propertly. More... over 12 years ago
A swag of integration tests. More... over 12 years ago
Split out the bit that checks recursively. More... over 12 years ago
Now we have iterSourceCode instead. More... over 12 years ago
Make iterSourceCode take many paths. More... over 12 years ago
Initial thing to iterate of source code. More... over 12 years ago
Whitespace More... over 12 years ago
Report flakes from the reporter too. More... over 12 years ago
Add flake reporting. More... over 12 years ago
Handle multiple lines in the reporter. Restore the multi-line test to chheck output, just in case. More... over 12 years ago
More tests using reporter. More... over 12 years ago
Start to factor the tests so they assert against the data in the reporter rather than the format of the results. More... over 12 years ago