0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Jun 28, 2025 — Jun 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated pyflakes More... almost 12 years ago
added messages for 0.1.0 More... almost 12 years ago
Merge branch 'refs/heads/testing' More... almost 12 years ago
fixed path-with-spaces issue on windows when using „where“ More... almost 12 years ago
updated jedi to 0.8.1 More... almost 12 years ago
Merge pull request #65 from berndtj/master More... almost 12 years ago
Merge pull request #66 from marciomazza/testing More... almost 12 years ago
Add "organize imports on save" event listerner More... about 12 years ago
Add rope organize imports refactoring More... about 12 years ago
updated bundled jedi version to 0.7.0 More... about 12 years ago
moved python_only decorated main module python_only now accepts functions and methods added python_only where it was missing More... about 12 years ago
only parse errors if errors are present More... about 12 years ago
merged jedi_completions branch More... over 12 years ago
restructuring - jedi and rope moved to server dir, server manipulates sys.path to find them - pep8 and pyflakes are now submodules of SublimePythonIDE -> plugin does no sys.path manipulation, but uses relative imports so there should no conflicts with other plugins anymore - sublime_python_errors.py contains error class definitions used by server and plugin - jedi still unused More... over 12 years ago
added command to go to next/previous linting error More... over 12 years ago
changed all imports, even in libraries, to plugin-relative imports More... over 12 years ago
moved commands to their own submodule More... over 12 years ago
removed dead code More... over 12 years ago
merged util.py with main module More... over 12 years ago
- switching to plugin relative imports More... over 12 years ago
- added extract method command - created abstract base class for recatorings More... over 12 years ago
- added Rope rename refactoring More... over 12 years ago
- indentation fixes More... over 12 years ago
- centralized sys.path manipulations More... over 12 years ago
- use virtualenvwrapper workon_home when inferring interpreter to use from project dir name More... over 12 years ago
update statusbar on call to check(), not only on line change More... over 12 years ago
Merge branch 'master' of https://github.com/miohtama/SublimePythonIDE More... over 12 years ago
- indentation fixes More... over 12 years ago
Refactored code a bit. More... over 12 years ago
Added enable/disable pep8 commands. More... over 12 years ago