0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updating to use the available setuptools version More... almost 15 years ago
Release prep for 0.7.3 More... about 15 years ago
also test sourcecodegen in hope that I will be able to replace the horrible getName one day More... over 15 years ago
fixed annoying vim behaviour where the base is stripped from the source. Added sanity check test More... over 15 years ago
added better slicing handling; added error handling in pysmell.vim; improved module attr lookup More... over 15 years ago
new test failed on windows due to sorting More... over 15 years ago
docstring for tags.process. Idea and original: Jaime Wyant More... over 15 years ago
tags.process will now return the ModuleDict, and the DICT generation happens at a later step. More... over 15 years ago
Stop using ExampleASTVisitor; BaseVisitor doesn't need __getattr__, as the default implementation will do the correct thing. SelfInferer does need it, as it keeps track of line numbers. More... over 15 years ago
Changed a test to use windows line endings. Removed huge OTHER node list used from getattr - defer to handleChildren in every case. More... over 15 years ago
Add ez_setup to MANIFEST.in, fixed vim info in README More... over 15 years ago
ignore vim and emacs tests on windows More... over 15 years ago
Bundled ez_setup and added correct invocation in setup.py. Closes Issue 15 More... over 15 years ago
Fix Issue 18 - handle tabs in getSafeTree More... over 15 years ago
Merge branch 'goj-master' More... over 15 years ago
TextMate bundle now picks up TM_PYTHON if is set More... over 15 years ago
Version bump More... over 15 years ago
Merge branch 'master' of git://github.com/orestis/pysmell More... over 15 years ago
Added if !exists() guards for setting default values of global variables to avoid ones set in .vimrc to be overwriten. More... over 15 years ago
analyzefile now uses pre-compiled tree as well More... over 15 years ago
Damn kdiff3 has windows line endings More... over 15 years ago
Merge branch 'refactor' More... over 15 years ago
Refactor to compile the current AST once per completion and pass it in the walkers. Also replaced magic __builtins__ with import'ed __builtin__ More... over 15 years ago
Fixed issue where NamesVisitor ignored local classes. Changed findRootPackageList behaviour slightly. More... over 15 years ago
textmate will complete rest of the word rather than re-insert it More... over 15 years ago
detectCompletionType will now analyze the current file and update the PYSMELLDICT getName will return repr of unknown node rather than raise exception removed unused argument "root" in codefinder.processFile More... over 15 years ago
fix failing test on windows. More... over 15 years ago
Added input parameter to tags.py - allows you to update an already existing PYSMELLTAGS More... over 15 years ago
Removed custom handling code and used argparse.py. Oh joy. More... over 15 years ago
Moved findBase from vimhelper to idehelper Refactored textmate.py in vain attempt to write a test for it; failed miserably... More... over 15 years ago