3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweak warning message for unexpected_not_comparison More... about 8 years ago
Rename "unexpected_not_for_in" to "unexpected_not_in". More... about 8 years ago
Respect escaping within regular expressions. More... about 8 years ago
Fix the useless assignment warning. More... about 8 years ago
Fix traceback when dumping loops. More... about 8 years ago
Split into two separate warnings. More... about 8 years ago
Rename warning for clarity; add test. More... about 8 years ago
Add a warning against invalid ! usage More... about 8 years ago
Fix to r378. More... over 8 years ago
Hide irrelevant command line options. More... over 8 years ago
Remove unnecessary files from the py2exe bundle. More... over 8 years ago
Fix exception when running with blank command line. More... over 8 years ago
Add a configuration setting for additional include directories. More... over 8 years ago
Improve error messages with invalid imports. More... over 8 years ago
Fix missing parameter in lint_files. More... over 8 years ago
Stop hiding the fact that ambiguous_else_stmt is on the statement line, not on the "else". More... over 9 years ago
Properly distinguish between errors and warnings. More... over 9 years ago
Refactor property name functions into utility module. More... over 9 years ago
Improve error location for trailing comma error. More... over 9 years ago
Add warning against duplicate properties in object initializers More... over 9 years ago
Add test for the "ambiguous_numeric_prop" warning. More... over 9 years ago
Warn about non-normalized numbers as object properties. More... over 9 years ago
Use exceptions instead of a callback for parse errors. More... over 9 years ago
e4x_deprecated should be a warning, not an error. More... over 9 years ago
Remove obsolete checks. More... over 9 years ago
Centralize ignores and error reporting. More... over 9 years ago
Clarify report_native vs. report_lint. More... over 9 years ago
Clean up imports. More... over 9 years ago
Remove more unused code. More... over 9 years ago
Remove unused code. More... over 9 years ago