0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 22 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added failing unittest More... over 15 years ago
Split out package detection in its own function Written FTs for: More... over 15 years ago
added failing unittests for tricky bases More... over 15 years ago
renamed mistyped test add class hiearchy failing test placeholder More... over 15 years ago
Hookep up self inferer to Vim, it totally works! More... over 15 years ago
Added iteritems to codefinder. This makes tests pass on both Python2.4 and Python2.5 More... over 15 years ago
Removed commented out repr Made unittests use pformat instead (if you define repr, you lose pformat. Bleh). More... over 15 years ago
made ModuleDict mimic dict so we can pprint it directly More... over 15 years ago
New functionality: More... over 15 years ago
Made pysmell.vim pairvim friendly (vimcomplete was clashing with pythoncomplete) Defined all for compatibility with Python 2.4 Removed omnifunc setting Re-introduced pretty - print of modules More... over 15 years ago
Added matchers for completions More... over 15 years ago
white space and .gitignore More... over 15 years ago
Add duplicate completions Added unittest (passing already) for class properties using property decorator Refactored the completion generation a bit. More... over 15 years ago
Added more smarts in the argument completion logic Pass in vim, origLine and origCol into findCompletions More... over 15 years ago
Added unittests for arguments completion Changed comments version Various reformatting More... over 15 years ago
quick fix for single files, added failing FT More... over 15 years ago
added CHANGELOG More... over 15 years ago
changed pysmelltags to unix format More... over 15 years ago
changed README to point to v0.2 More... over 15 years ago
Added support for nested packages Empty modules are not written More... over 15 years ago
Added package handling removed obsolete FT More... over 15 years ago
Added failing functional tests for package handling More... over 15 years ago
cleanup after public outcry :) More... over 15 years ago
Switched from parse to parseFile. I now don't have to replace newlines added timing option More... over 15 years ago
Added some extra nodes and names Do not stop if a file can't be processed, print the exception and move on... More... over 15 years ago
changed download link More... over 15 years ago
Added more documentation and copyright notices More... over 15 years ago
deleted test file More... over 15 years ago
Tested and fixed: More... over 15 years ago
Added vimhelper module, with unittests Very confused about vim's stupid cursor positioning pysmell.vim now uses vimhelper.py More... over 15 years ago