1
0
forked from VimPlug/jedi
Commit Graph

81 Commits

Author SHA1 Message Date
Takafumi Arakaki
7cbb541b78 Use warnings.warn instead of raise 2012-12-27 18:32:03 +01:00
David Halter
5e03147f43 tried to link the DeprecationWarning in Sphinx 2012-12-27 18:16:37 +01:00
David Halter
f8efc7c950 changed warnings to sphinx doc style 2012-12-27 18:15:11 +01:00
David Halter
22fcfe5e19 deprecated BaseDefinition.line_nr in favor of 'line'. thx @dbrgn for the hint. 2012-12-27 18:12:18 +01:00
Danilo Bargen
5170919458 Extended documentation of BaseDefinition properties. 2012-12-26 16:41:47 +01:00
Danilo Bargen
9f3bf0114e Improved API documentation 2012-12-26 14:25:59 +01:00
Danilo Bargen
e0d07aff79 Started creating full documentation 2012-12-26 01:34:36 +01:00
David Halter
15510a4c3b more unicode casts instead of str casts 2012-12-19 18:46:32 +01:00
David Halter
e8ddc35a1b caches have their own module now. 2012-12-12 21:28:19 +01:00
David Halter
830f50e314 fix a problem with python3 2012-12-09 19:40:30 +01:00
David Halter
a012880c0c different solution for imports in davidhalter/jedi-vim#44 2012-12-09 19:10:35 +01:00
David Halter
48a45ee55b import statement doc works now -> fixes davidhalter/jedi-vim#44 2012-12-09 19:02:37 +01:00
David Halter
3008b96e44 follow_definition function for completions. fixes #54 2012-12-09 17:58:22 +01:00
David Halter
93aaff4cf4 changed code for more readability that has been used because of weakrefs 2012-12-09 16:59:32 +01:00
David Halter
6bdda36205 removed all the weakref stuff again. It didn't speed up anything, but made things much more complicated 2012-12-09 16:33:24 +01:00
Takafumi Arakaki
d03f8daa52 Fix for Python 3.x: its "builtin" in 3.x 2012-12-02 20:40:18 +01:00
Takafumi Arakaki
12afb6dec8 No __builtin__ prefix for BaseOutput.full_name 2012-12-02 20:33:52 +01:00
David Halter
e5b0989afe fix import formatting in description for davidhalter/jedi-vim#42 2012-11-27 13:07:06 +01:00
Takafumi Arakaki
2ce4a18762 Add BaseOutput._tuple_mapping for regex objects 2012-11-24 22:08:30 +01:00
Takafumi Arakaki
3349721d75 Fix BaseOutput._tuple_mapping
Also, let Python do the split.
2012-11-24 22:07:53 +01:00
Takafumi Arakaki
4df3e1fb38 Fix type error in BaseOutput.full_name
The previous version was doing list + string.
2012-11-24 22:06:29 +01:00
David Halter
381b999eda extension for #61 2012-11-18 22:09:27 +01:00
David Halter
b12117eded add genericpath as an os.path mapping, #61 2012-11-18 20:29:49 +01:00
David Halter
bbcd822dd8 fixes python 2.5 problems 2012-11-18 02:49:11 +01:00
David Halter
afad39539a fix for api class problems 2012-11-18 01:25:46 +01:00
David Halter
5430d156ba added fullname for #61 2012-11-18 01:02:07 +01:00
David Halter
4adcc774c4 new api problems - fixes #62, #63 2012-11-17 23:12:17 +01:00
David Halter
8dd9952288 added much nicer descriptions for the completion. fixes #49 2012-11-08 00:48:26 +01:00
David Halter
5c33b6c3c2 much shorter descriptions #49 2012-11-08 00:05:19 +01:00
David Halter
20ef1ffd18 restructured api_classes, use the same base class 2012-11-07 23:29:40 +01:00
David Halter
1d6dafbff4 moved all result classes to api_classes.py. 2012-11-07 18:41:22 +01:00