YouCompleteMe/python/ycm
Kyle Lippincott b5b2fb57e1 Disable sitecustomize when checking python version
Sitecustomize files can be slow or broken and might hang editor
startup.  Since they aren't necessary for checking the python version,
disable them to get a small speed boost for everyone, and an editor
that doesn't hang indefinitely on startup if the sitecustomize gets
into an infinite loop (due to a bad NFS mount or similar).
2017-01-11 12:18:39 -08:00
..
client Handle exceptions from loading/ignoring extra conf 2017-01-03 15:29:12 +01:00
tests Add docstring to HandleServerException 2016-12-12 02:53:57 +01:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Avoid evaluating Vim globals in Python 2016-05-06 20:14:10 +02:00
diagnostic_filter.py Refactor _FilterDiagnostics to rely on _ApplyDiagnosticFilter 2016-10-23 10:29:54 -04:00
diagnostic_interface.py Refactor _FilterDiagnostics to rely on _ApplyDiagnosticFilter 2016-10-23 10:29:54 -04:00
omni_completer.py Catch and log all server exceptions 2016-12-12 02:36:15 +01:00
paths.py Disable sitecustomize when checking python version 2017-01-11 12:18:39 -08:00
setup.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
syntax_parse.py Extract keywords from whole PreProc syntax group 2016-08-09 11:59:35 +02:00
unsafe_thread_pool_executor.py Update flake8 config 2016-03-06 17:39:55 +00:00
vimsupport.py Add client logfile 2016-11-19 18:47:43 +01:00
youcompleteme.py Catch and log all server exceptions 2016-12-12 02:36:15 +01:00