forked from VimPlug/jedi
Source files can be in any coding system, provided Python can read a coding: line at the beginning of the file. So source files should be loaded in binary format and decoded according to that line, not assumed to be in the default coding system. Fixes #398.
28 lines
829 B
Plaintext
28 lines
829 B
Plaintext
Main Authors
|
|
============
|
|
|
|
David Halter (@davidhalter) <davidhalter88@gmail.com>
|
|
Takafumi Arakaki (@tkf) <aka.tkf@gmail.com>
|
|
|
|
Code Contributors
|
|
=================
|
|
|
|
Danilo Bargen (@dbrgn) <gezuru@gmail.com>
|
|
Laurens Van Houtven (@lvh) <_@lvh.cc>
|
|
Aldo Stracquadanio (@Astrac) <aldo.strac@gmail.com>
|
|
Jean-Louis Fuchs (@ganwell) <ganwell@fangorn.ch>
|
|
tek (@tek)
|
|
Yasha Borevich (@jjay) <j.borevich@gmail.com>
|
|
Aaron Griffin <aaronmgriffin@gmail.com>
|
|
andviro (@andviro)
|
|
Mike Gilbert (@floppym) <floppym@gentoo.org>
|
|
Aaron Meurer (@asmeurer) <asmeurer@gmail.com>
|
|
Lubos Trilety <ltrilety@redhat.com>
|
|
Akinori Hattori (@hattya)
|
|
srusskih (@srusskih)
|
|
Steven Silvester (@blink1073)
|
|
Colin Duquesnoy (@ColinDuquesnoy) <colin.duquesnoy@gmail.com>
|
|
Jorgen Schaefer (@jorgenschaefer) <contact@jorgenschaefer.de>
|
|
|
|
Note: (@user) means a github user name.
|