- Launch bash in interactive mode so that
~/.bashrcis parsed - Improved tests to ignore
screenin addition torbash
- Improved handling of built in types names in TypeError exceptions on ST2
- Added env_encode(), env_decode(), path_encode() and path_decode() functions
- Fixed a bug on OS X and Linux where changes to the return env dict would be persisted upon subsequent calls
- Added the functions
get_user_login_shell()andget_user()
- Fixed environmental variable capitalization on Windows with Sublime Text 2 to be all uppercase
- Fixed a bug affecting OS X and Linux where environmental variables were not being split properly
get_path()now returns a 2-element tuple with the shell first
- Added
for_processparam toget_env()
- Initial release