YouCompleteMe/python/ycm
Val Markovic 43b2dd44f2 Ensuring vimsupport only returns unicode text
Python 3 is much stricter around mixing bytes with unicode (and by
"stricter," I mean it doesn't allow it at all) so we're making
vimsupport only return `unicode` objects (`str` on py3). The idea is
that YCM (and ycmd) internals only ever deal with unicode.
2016-02-28 19:23:40 -08:00
..
client Making it clearer an exception came from ycmd 2016-02-28 14:38:23 -08:00
tests Ensuring vimsupport only returns unicode text 2016-02-28 19:23:40 -08:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
diagnostic_interface.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
omni_completer.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
paths.py Import order fixes for py3 2016-02-28 14:39:55 -08:00
setup.py Import order fixes for py3 2016-02-28 14:39:55 -08:00
syntax_parse.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
test_utils.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
vimsupport.py Ensuring vimsupport only returns unicode text 2016-02-28 19:23:40 -08:00
youcompleteme.py Fixing ycmd startup under py3 2016-02-28 14:41:09 -08:00