0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix path system python detection on windows (might return multiple lines), fix weird line break in 136 More... about 13 years ago
detect proxy is not set (failed finding) when running check_syntax More... about 13 years ago
Update README.markdown More... about 13 years ago
- cleanup + remove README remark regarding Windows More... about 13 years ago
- more work on windows compatibility and error handling More... about 13 years ago
-merged server-debugging branch More... about 13 years ago
Merge branch 'master' of https://github.com/JulianEberius/SublimePythonIDE More... about 13 years ago
Merge pull request #28 from asfaltboy/master More... about 13 years ago
Merge pull request #27 from asfaltboy/server_debugging More... about 13 years ago
add mouse shortcut for goto definition (alt/ctrl keys) a la SublimeCodeIntel More... about 13 years ago
handle lookup while window has already closed More... about 13 years ago
server: handle cases where get_definition_location returns None and make try clause a bit cleaner, Proxy: check for existence of python interpreter at passed path, handles otherwise cases more gracefully More... about 13 years ago
merged More... about 13 years ago
some PEP-8 violation fixed on server/linter.py More... about 13 years ago
total refactor of sublime_python_linting.py file: More... about 13 years ago
small refactor in server.py to follow PEP-8 More... about 13 years ago
Merge pull request #22 from OscarL/patch-1 More... about 13 years ago
- fixed issue #23 More... about 13 years ago
- added shortcut to settings files to main menu More... about 13 years ago
- added to readme More... about 13 years ago
fixed bug that make impossible to use the linter if gutter_marks are disabled. Fixes #23 More... about 13 years ago
Make sure that Checker does indeed ignore the names given in the "pyflakes_ignore" setting. More... about 13 years ago
import fix More... about 13 years ago
- split linting into its own file More... about 13 years ago
- fixed paths for windows More... about 13 years ago
more fixes for quotation, windows server startup More... about 13 years ago
- quotation fixes for subprocess start More... about 13 years ago
more verbose logging More... about 13 years ago
- added debugging functionality More... about 13 years ago
- documentation, cleanup More... about 13 years ago