- Add 'g:pymode_syntax' option
- Highlight 'self' keyword
- Minor fixes
- Fix pyflakes
- Add FAQ
- Some refactoring and fixes
- Add alternative code checker "pyflakes" See :h 'pymode_lint_checker'
- Update install docs
- Fix RopeShowDoc
- Add 'g:pymode_options_*' stuff, for ability to disable default pymode options for python buffers
- Add 'g:pymode_rope_always_show_complete_menu' option
- Some pylint fixes
- Add g:pymode_lint_minheight and g:pymode_lint_maxheight options
- Fix PyLintToggle
- Fix Rope and PyLint libs loading
- Auto open cwindow with results on rope find operations
- Add 'pymode_lint_jump' option
- Minor fixes (virtualenv loading, buffer commands)
- Add <C-space> shortcut for macvim users.
- Add VIRTUALENV support
- Add current work path to sys.path
- Add 'g:pymode' option (disable/enable pylint and rope)
- Fix pylint copyright
- Hotfix rope autocomplete
- Change rope variables (ropevim_<name> -> pymode_rope_<name>)
- Add "pymode_rope_auto_project" option (default: 1)
- Update and fix docs
- 'pymode_rope_extended_complete' set by default
- Auto generate rope project and cache
- "<C-c>r a" for RopeAutoImport
- Add default pylint configuration
- Fix pylint and update docs
- First public release