2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Basic support for comprehension variables More... about 14 years ago
fix another parsing crash with yield; parses pypy again now More... about 14 years ago
indent using 4 spaces in autocompletion, not tabs More... about 14 years ago
Replace "remove whitespace from docstrings" by Qt function call More... about 14 years ago
Fix a crash with lambda functions More... about 14 years ago
Support lambda function arguments More... about 14 years ago
remove debug operators from pervious commit, sorry More... about 14 years ago
Remove leading and trailing space from docstrings. More... about 14 years ago
Fix regression: return types for functions using "yield" More... about 14 years ago
Changed desktop file to work with kdevplatform 4.3. More... about 14 years ago
Remove opening contexts for with, as it's simply wrong More... about 14 years ago
increased kdevelop version in desktop file More... about 14 years ago
removed unneded doc file More... about 14 years ago
fix some more expressionvisitor screwups More... about 14 years ago
Don't display autocompletion suggestions from bundled doc files. More... about 14 years ago
fix a crash bug when renaming classes More... about 14 years ago
fix a bug with list()/dict() content type inference More... about 14 years ago
support attribute access via slices, like foo[0].capitalize() More... about 14 years ago
Merge branch 'expressionvisitor_cleanup' More... about 14 years ago
fixed quite a few crash bugs, it now can parse pypy w/o crashing again More... about 14 years ago
fix crash with "yield" outside function More... about 14 years ago
fix crash with "yield" outside function More... about 14 years ago
Expressionvisitor refactoring, stage 2: repair stuff More... about 14 years ago
Expressionvisitor refactoring: Fix compile errors More... about 14 years ago
Expressionvisitor refactoring, stage 1: break everything More... about 14 years ago
added missing visitor call for visitReturn() More... about 14 years ago
use correct declaration search function for calls More... about 14 years ago
content type support for dictionaries, also slice assignments work More... about 14 years ago
fix crash More... about 14 years ago
add missing closeDeclaration() call More... about 14 years ago