FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonFiles/completion.py - luabud/vscode-python · GitHub
luabud
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
2
Star
14
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vscode-python
pythonFiles
completion.py
on
master
User selector
Datepicker
Commit history
Commits on Apr 21, 2020
Update to Jedi 0.17 (#11252)
Show description for f1f2dfd
PeterJCLaw
authored
f1f2dfd
View commit details
Copy full SHA for f1f2dfd
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
Format Python files with Black (#9742)
Show description for a58eeff
kimadeline
authored
a58eeff
View commit details
Copy full SHA for a58eeff
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
Upgrade Jedi to version 0.13.3. (#6317)
Show description for aab1520
Eric Snow
authored
aab1520
View commit details
Copy full SHA for aab1520
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
Revert "Revert "Always use the same jedi environment (#4687)" (#4850)"
Show description for 46fbac3
DonJayamanne
committed
46fbac3
View commit details
Copy full SHA for 46fbac3
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
Revert "Always use the same jedi environment (#4687)" (#4850)
Show description for 0268ef4
DonJayamanne
authored
0268ef4
View commit details
Copy full SHA for 0268ef4
View code at this point
Browse repository at this point
Always use the same jedi environment (#4687)
Show description for 77995ff
selimb
authored and
DonJayamanne
committed
77995ff
View commit details
Copy full SHA for 77995ff
View code at this point
Browse repository at this point
Commits on Jan 9, 2019
Revert "Upgrade jedi and parso to latest versions (#3863)" (#3926)
Show description for 70d20b9
DonJayamanne
authored
70d20b9
View commit details
Copy full SHA for 70d20b9
View code at this point
Browse repository at this point
Commits on Jan 4, 2019
Upgrade jedi and parso to latest versions (#3863)
Show description for f0ba057
DonJayamanne
authored
f0ba057
View commit details
Copy full SHA for f0ba057
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Revert version of Jedi to 0.12.0 (#3571)
Show description for f5e6375
DonJayamanne
authored
f5e6375
View commit details
Copy full SHA for f5e6375
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
Pin python packages used in extension and remove them repo (#3513)
Show description for 20a7bd5
DonJayamanne
authored
20a7bd5
View commit details
Copy full SHA for 20a7bd5
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Fixes to invocation of jedi on Python 3.7 (#3463)
Show description for c42ed0d
DonJayamanne
authored
c42ed0d
View commit details
Copy full SHA for c42ed0d
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
Upgrade Jedi to latest stable (0.13.1) (#3113)
Show description for 84a5c15
d3r3kk
authored and
DonJayamanne
committed
84a5c15
View commit details
Copy full SHA for 84a5c15
View code at this point
Browse repository at this point
Commits on Jun 5, 2018
Ensure navigation to definitons follows imports and is transparent to decoration (#1712)
Show description for 3b2667e
PeterJCLaw
authored and
DonJayamanne
committed
3b2667e
View commit details
Copy full SHA for 3b2667e
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
Create and pass environment object to the jedi.Script API (#1544)
Show description for 5d6493b
DonJayamanne
authored
5d6493b
View commit details
Copy full SHA for 5d6493b
View code at this point
Browse repository at this point
Commits on Apr 24, 2018
Provide sys_path to jedi (#1471)
Show description for c910551
DonJayamanne
authored
c910551
View commit details
Copy full SHA for c910551
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Jedi 0.12 (#1418)
Show description for 102d577
Mikhail Arkhipov
authored
102d577
View commit details
Copy full SHA for 102d577
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
Jedi 0.11 parser + test fixes (#777)
Show description for 5ccb9cd
Mikhail Arkhipov
authored
5ccb9cd
View commit details
Copy full SHA for 5ccb9cd
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Introduce per user installation of modules and elevated global install as an option (#532)
Show description for 321e204
Mikhail Arkhipov
authored
321e204
View commit details
Copy full SHA for 321e204
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
Provide full signature help with highlighted parameter (#416)
Show description for 372d9b7
Mikhail Arkhipov
authored
372d9b7
View commit details
Copy full SHA for 372d9b7
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
Fetch tooltip details on-demand for auto-completions (#368)
Show description for 8d79301
Mikhail Arkhipov
authored
8d79301
View commit details
Copy full SHA for 8d79301
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
#898 #265 #630 #727 #746 and more
DonJayamanne
committed
176c477
View commit details
Copy full SHA for 176c477
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Fix Issue "OSError: Too Many Open Files (#1072)" (#1118)
Show description for 8c13385
dipietrantonio
authored and
DonJayamanne
committed
8c13385
View commit details
Copy full SHA for 8c13385
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
Add code to make definition lookup work with latest version of Jedi (#1085)
Show description for 4c0e740
mpoindexter
authored and
DonJayamanne
committed
4c0e740
View commit details
Copy full SHA for 4c0e740
View code at this point
Browse repository at this point
Commits on Jun 29, 2017
Merge branch 'master' of https://github.com/DonJayamanne/pythonVSCode
DonJayamanne
committed
511cbd3
View commit details
Copy full SHA for 511cbd3
View code at this point
Browse repository at this point
fix #602
DonJayamanne
committed
0f1e4e7
View commit details
Copy full SHA for 0f1e4e7
View code at this point
Browse repository at this point
fix for completion (aka Intellisense) pathnames for WSL Bash and Cygwin (#1049)
Show description for 1741a7a
diablodale
authored and
DonJayamanne
committed
1741a7a
View commit details
Copy full SHA for 1741a7a
View code at this point
Browse repository at this point
Commits on May 4, 2017
Issue #935 fix (#936)
Show description for 89f5385
vladsadovsky
authored and
DonJayamanne
committed
89f5385
View commit details
Copy full SHA for 89f5385
View code at this point
Browse repository at this point
Commits on Apr 12, 2017
fix #581
Don Jayamanne
authored and
Don Jayamanne
committed
fbe440d
View commit details
Copy full SHA for fbe440d
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
fix #581
DonJayamanne
committed
678e88c
View commit details
Copy full SHA for 678e88c
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
improvements to hover provider
DonJayamanne
committed
6a7a3f3
View commit details
Copy full SHA for 6a7a3f3
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
fix #727
DonJayamanne
committed
6a4a61e
View commit details
Copy full SHA for 6a4a61e
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
bug fix - check if _definition is nothin
DonJayamanne
committed
415e20c
View commit details
Copy full SHA for 415e20c
View code at this point
Browse repository at this point
Commits on Jan 30, 2017
fix #662
DonJayamanne
committed
9deb87b
View commit details
Copy full SHA for 9deb87b
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
bug fix for get linecode
DonJayamanne
committed
b44baf9
View commit details
Copy full SHA for b44baf9
View code at this point
Browse repository at this point
Show symbol type on hover (#657)
patrys
authored and
DonJayamanne
committed
c3b43dd
View commit details
Copy full SHA for c3b43dd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL