YouCompleteMe/python/ycm
Val Markovic c91130f280 Not depending on exception internals
We used to read the `message` attribute; that breaks on py3. The
standard idiom is to just use `str( exception )` to get the message.
2016-03-01 19:30:02 -08:00
..
client Not depending on exception internals 2016-03-01 19:30:02 -08:00
tests Support multiline exception message 2016-03-01 19:29:21 -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 Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
paths.py Addressing review comments 2016-02-29 10:26:50 -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 Fix CheckFilename test on Windows and Py2 2016-02-29 20:06:01 +01:00
youcompleteme.py Minor tweaks 2016-02-28 19:23:40 -08:00