Commit 5ccb9cd
Mikhail Arkhipov
Jedi 0.11 parser + test fixes (#777)
* Basic tokenizer
* Fixed property names
* Tests, round I
* Tests, round II
* tokenizer test
* Remove temorary change
* Fix merge issue
* Merge conflict
* Merge conflict
* Completion test
* Fix last line
* Fix javascript math
* Make test await for results
* Add license headers
* Rename definitions to types
* License headers
* Fix typo in completion details (typo)
* Fix hover test
* Russian translations
* Update to better translation
* Fix typo
* #70 How to get all parameter info when filling in a function param list
* Fix #70 How to get all parameter info when filling in a function param list
* Clean up
* Clean imports
* CR feedback
* Trim whitespace for test stability
* More tests
* Better handle no-parameters documentation
* Better handle ellipsis and Python3
* #385 Auto-Indentation doesn't work after comment
* #141 Auto indentation broken when return keyword involved
* Undo changes
* DonJayamanne#627 Docstrings for builtin methods are not parsed correctly
* reStructuredText converter
* Fix: period is not an operator
* Minor fixes
* Restructure
* Tests
* Tests
* Code heuristics
* Baselines
* HTML handling
* Lists
* State machine
* Baselines
* Squash
* no message
* Whitespace difference
* Update Jedi to 0.11.1
* Enable Travis
* Test fixes
* Undo change
* Jedi 0.11 with parser
* Undo changes
* Undo changes
* Test fixes
* More tests
* Tests1 parent 1c8b1a5 commit 5ccb9cd
168 files changed
Lines changed: 6662 additions & 18207 deletions
File tree
- .vscode
- pythonFiles
- jedi
- api
- common
- evaluate
- compiled
- fake
- context
- parso
- pgen2
- python
- preview/jedi
- api
- evaluate
- compiled
- fake
- parser
- pgen2
- release/jedi
- api
- evaluate
- compiled/fake
- parser
- pgen2
- src
- client
- language
- providers
- test
- autocomplete
- definitions
- format
- language
- markdown
- pythonFiles/autocomp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 114 | | |
119 | 115 | | |
| 116 | + | |
| 117 | + | |
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
123 | 132 | | |
124 | 133 | | |
125 | 134 | | |
| |||
150 | 159 | | |
151 | 160 | | |
152 | 161 | | |
| 162 | + | |
| 163 | + | |
153 | 164 | | |
154 | 165 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 166 | + | |
| 167 | + | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| |||
251 | 256 | | |
252 | 257 | | |
253 | 258 | | |
254 | | - | |
255 | | - | |
| 259 | + | |
256 | 260 | | |
257 | 261 | | |
258 | 262 | | |
| |||
288 | 292 | | |
289 | 293 | | |
290 | 294 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
| 295 | + | |
| 296 | + | |
335 | 297 | | |
336 | 298 | | |
337 | 299 | | |
| |||
341 | 303 | | |
342 | 304 | | |
343 | 305 | | |
344 | | - | |
| 306 | + | |
345 | 307 | | |
346 | 308 | | |
347 | 309 | | |
| |||
380 | 342 | | |
381 | 343 | | |
382 | 344 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
| 345 | + | |
387 | 346 | | |
388 | 347 | | |
389 | 348 | | |
| |||
680 | 639 | | |
681 | 640 | | |
682 | 641 | | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
| 642 | + | |
689 | 643 | | |
690 | 644 | | |
691 | 645 | | |
692 | 646 | | |
693 | 647 | | |
694 | 648 | | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
699 | 653 | | |
700 | 654 | | |
701 | 655 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments