index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
autoload
/
provider
/
pythonx.vim
Commit message (
Expand
)
Author
Age
*
fix(provider/pythonx): import the correct module (#25342)
zeertzjq
2023-09-24
*
fix(provider): cannot detect python3.12 #25316
Jongwook Choi
2023-09-23
*
refactor(provider): use list comprehension #19027
Zaz Brown
2022-06-20
*
fix(checkhealth): make provider checkhealth output more consistent (#17722)
dundargoc
2022-03-16
*
feat(provider)!: remove support for python2 and python3.[3-5]
Björn Linse
2022-01-29
*
fix(provider): compare versions as number, not string #15937
Tejasvi S. Tomar
2021-10-07
*
checkhealth: ignore 'wildignore' when seeking executables (#14495)
Marco Hinz
2021-05-07
*
provider: update supported Python versions (#13070)
Marco Hinz
2020-10-08
*
Add overlapped option to jobstart
erw7
2020-06-10
*
provider: Add python3.9 to autoload/provider/pythonx.vim (#12344)
Faris A Chugthai
2020-05-20
*
provider/python: add python3.8 executable (#11402)
Marco Hinz
2019-11-17
*
provider/pythonx: don't assume CWD (empty string) is in path #11304
supermomonga
2019-10-27
*
provider#pythonx: resolve/expand exe from host var (#11047)
Daniel Hahler
2019-09-30
*
health/pythonx: handle "pip upgrade failure"
Marco Hinz
2019-01-07
*
health/pythonx: refactor #Detect()
Marco Hinz
2019-01-07
*
python#CheckForModule: Use the given module string instead of hard-coding pynvim
James McCoy
2019-01-01
*
{health,provider}/python: Import the neovim, rather than pynvim, module
James McCoy
2019-01-01
*
provider/lang: expand() g:foo_host_prog (#9312)
Justin M. Keyes
2018-12-05
*
health/python: warn if pynvim upgrade failed
Marco Hinz
2018-11-20
*
provider/python: refactoring
Marco Hinz
2018-11-20
*
health/python: 'neovim' module was renamed to 'pynvim'
Marco Hinz
2018-11-17
*
Add provider#Poll() to handle starting and polling the provider
James McCoy
2018-02-16
*
provider: Safely access job.stderr in #Require
James McCoy
2018-02-16
*
provider: delete vimL stderr collector, now that it exists builtin
Björn Linse
2017-12-23
*
Revert "provider: delete vimL stderr collector, now that it exists builtin"
Björn Linse
2017-11-27
*
provider: delete vimL stderr collector, now that it exists builtin
Björn Linse
2017-11-26
*
provider: Extra pythonx's stderr handling to common functions
James McCoy
2017-07-24
*
health.vim: Set 'iskeyword' to that of ft=help.
Justin M. Keyes
2017-04-19
*
provider: add Python 3.6 (#5886)
Marco Hinz
2017-01-05
*
Remove g:python{,3}_host_skip_check (#5738)
Marco Hinz
2016-12-09
*
job control: reuse common job code for rpc jobs
Björn Linse
2016-08-20
*
doc/python: cleanup
Justin M. Keyes
2016-06-15
*
Merge pull request #4830 from blueyed/proider-pythonx-handle-127
Justin M. Keyes
2016-05-28
|
\
|
*
provider/pythonx: handle exit code 127 from pyenv
Daniel Hahler
2016-05-28
*
|
provider/pythonx: use robust comparison (via vint)
Daniel Hahler
2016-05-28
|
/
*
Ruby remote plugin support
Alex Genco
2016-03-10
*
rplugin: Initialize remote plugins lazily. #4384
Shougo Matsushita
2016-03-10
*
provider/pythonx: Improve detection code and error messages.
Florian Walch
2015-09-17
*
python: remove current working directory from path
Jakob Schnitzer
2015-09-14
*
provider/pythonx.vim: Use shell-agnostic construction. #3190
sanmiguel
2015-08-21
*
provider/pythonx: Show absolute path to executable in error message.
Florian Walch
2015-06-09
*
provider/pythonx: Merge s:check_version() and s:check_interpreter().
Florian Walch
2015-06-09
*
provider/pythonx: Don't use Python 3 interpreter for +python.
Florian Walch
2015-06-09
*
provider/pythonx: return error from Detect
Daniel Hahler
2015-06-09
*
provider/pythonx: Detect: only return valid versions
Daniel Hahler
2015-06-09
*
provider/pythonx: test python3/2 first, do not test python3.2
Daniel Hahler
2015-06-09
*
provider/pythonx: add reference to ":help nvim-python" for error
Daniel Hahler
2015-06-09
*
provider/pythonx: fix grammar with error
Daniel Hahler
2015-06-09
*
provider/pythonx: only call system("python") once
Daniel Hahler
2015-06-09
*
Add if_python3 support
Shougo Matsushita
2015-04-21