29
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct coding convention More... over 11 years ago
Pass unicode More... over 11 years ago
Better ptype More... over 11 years ago
Document that we expect text, not bytes. More... over 11 years ago
Collapse problemDecodingSource and ioError into the one method. More... over 11 years ago
New method for errors. More... over 11 years ago
Explain what's going on. More... over 11 years ago
Remove unnecessary parens More... over 11 years ago
Change the test assertions to more naturally follow getProcessOutputAndValue's return More... over 11 years ago
6 (partial). Use Twisted to spawn the process, not subprocess. More... over 11 years ago
6 (partial). Change the integration tests to expect a Deferred from runPyflakes. More... over 11 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 11 years ago
6 (partial). Rename 'popenPyflakes' to 'runPyflakes'. More... over 11 years ago
4. Add a bunch of docstrings. More... over 11 years ago
3. Use FilePath rather than os.path (in tests) More... over 11 years ago
0. Move Reporter to new module, pyflakes.reporter. More... over 11 years ago
Do it propertly. More... almost 12 years ago
A swag of integration tests. More... almost 12 years ago
Split out the bit that checks recursively. More... almost 12 years ago
Now we have iterSourceCode instead. More... almost 12 years ago
Make iterSourceCode take many paths. More... almost 12 years ago
Initial thing to iterate of source code. More... almost 12 years ago
Whitespace More... almost 12 years ago
Report flakes from the reporter too. More... almost 12 years ago
Add flake reporting. More... almost 12 years ago
Handle multiple lines in the reporter. Restore the multi-line test to chheck output, just in case. More... almost 12 years ago
More tests using reporter. More... almost 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... almost 12 years ago
Pass reporter all the way down. More... almost 12 years ago
Add ioError. More... almost 12 years ago