Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix python setup: Fix issue for users not using python. | Eliseo Martínez | 2014-10-31 |
| | |||
* | Fix python setup: Make sure python version on user's path is picked. | Eliseo Martínez | 2014-10-31 |
| | | | | | | | | Problem: executable() was detecting python on user's path, but system() was executing system-level python. Solution: Make sure python version on user's path is executed. Use exepath() to force system() to do so. | ||
* | Fix python setup: Report errors. | Eliseo Martínez | 2014-10-31 |
| | | | | | No error indication was being given if something went wrong while setting up python. | ||
* | runtime: Fix rpcstop call in python_setup.vim | Thiago de Arruda | 2014-10-23 |
| | |||
* | runtime: Fix one of python sanity checks | Thiago de Arruda | 2014-09-16 |
| | | | | Use sys.stdout.write which is compatible with python 2 and 3 | ||
* | runtime: Make python_setup.vim compatible with python 2.6 | Thiago de Arruda | 2014-09-15 |
| | |||
* | runtime: Update python_setup.vim to the new rpc function names | Thiago de Arruda | 2014-09-13 |
| | | | | Also improve version checking. | ||
* | runtime: Add script for bootstrapping the python host | Thiago de Arruda | 2014-09-12 |