FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonFiles/PythonTools - hlinet/vscode-python · GitHub
hlinet
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
PythonTools
on
master
User selector
Datepicker
Commit history
Commits on Aug 8, 2018
Correct testlaunch python script to discover individual unit tests (#2332)
Show description for c3a04cd
d3r3kk
authored
c3a04cd
View commit details
Copy full SHA for c3a04cd
View code at this point
Browse repository at this point
Commits on Jun 28, 2018
Correct unittest discovery for n-depth test source trees (#2066)
Show description for a2544d1
d3r3kk
authored
a2544d1
View commit details
Copy full SHA for a2544d1
View code at this point
Browse repository at this point
Commits on May 7, 2018
Close communication channel before exiting the test runner (#1597)
Show description for b40cc2c
DonJayamanne
authored
b40cc2c
View commit details
Copy full SHA for b40cc2c
View code at this point
Browse repository at this point
Commits on Apr 18, 2018
Change how debug options are captured in launch.json (#1395)
Show description for 6c17234
DonJayamanne
authored
6c17234
View commit details
Copy full SHA for 6c17234
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Debugging unit tests without having to attach to the debugger (#990)
Show description for ece0479
DonJayamanne
authored
ece0479
View commit details
Copy full SHA for ece0479
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
show class of exception when evaluating expr (#735)
Show description for a5fd614
elliott-beach
authored and
DonJayamanne
committed
a5fd614
View commit details
Copy full SHA for a5fd614
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
Release 0.9.1 (#458)
Show description for 9c3d9f7
DonJayamanne
authored
9c3d9f7
View commit details
Copy full SHA for 9c3d9f7
View code at this point
Browse repository at this point
Commits on Dec 5, 2017
Re-factor code python execution framework (#345)
Show description for 7efb558
DonJayamanne
authored
7efb558
View commit details
Copy full SHA for 7efb558
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Remove jupyter functionality in favor of Jupyter extension (#302)
Show description for 4676284
DonJayamanne
authored
4676284
View commit details
Copy full SHA for 4676284
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
Fix issues when running without debugging and debugged code terminates (#249)
Show description for a6b49d2
DonJayamanne
authored
a6b49d2
View commit details
Copy full SHA for a6b49d2
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
Misc changes (#9)
Show description for e7c2fdd
DonJayamanne
authored
e7c2fdd
View commit details
Copy full SHA for e7c2fdd
View code at this point
Browse repository at this point
Commits on Nov 1, 2017
#1228 multi root master (#2)
Show description for 2bc6b2e
DonJayamanne
authored
2bc6b2e
View commit details
Copy full SHA for 2bc6b2e
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
update to latest version
DonJayamanne
committed
ef5966d
View commit details
Copy full SHA for ef5966d
View code at this point
Browse repository at this point
Commits on Apr 13, 2017
fix wrong indenting (#880)
ibigbug
authored and
DonJayamanne
committed
9071598
View commit details
Copy full SHA for 9071598
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
fix incorrect indentation
DonJayamanne
committed
a27b249
View commit details
Copy full SHA for a27b249
View code at this point
Browse repository at this point
fixed errors in code formats
DonJayamanne
committed
335c16d
View commit details
Copy full SHA for 335c16d
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
updated to latest (without rich exceptions)
Don Jayamanne
authored and
Don Jayamanne
committed
b878a02
View commit details
Copy full SHA for b878a02
View code at this point
Browse repository at this point
updated ptvsd scripts
Don Jayamanne
authored and
Don Jayamanne
committed
bcc5156
View commit details
Copy full SHA for bcc5156
View code at this point
Browse repository at this point
updated to latest version
Don Jayamanne
authored and
Don Jayamanne
committed
88556a9
View commit details
Copy full SHA for 88556a9
View code at this point
Browse repository at this point
updated with latest version
Don Jayamanne
authored and
Don Jayamanne
committed
3952570
View commit details
Copy full SHA for 3952570
View code at this point
Browse repository at this point
updated with latest version
Don Jayamanne
authored and
Don Jayamanne
committed
08b06b5
View commit details
Copy full SHA for 08b06b5
View code at this point
Browse repository at this point
Commits on Nov 24, 2016
fix #543
DonJayamanne
committed
ecda4a3
View commit details
Copy full SHA for ecda4a3
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
fix #543
DonJayamanne
committed
ee9f358
View commit details
Copy full SHA for ee9f358
View code at this point
Browse repository at this point
fix #543
DonJayamanne
committed
c8b1bfa
View commit details
Copy full SHA for c8b1bfa
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
enable debugging of pytests
DonJayamanne
committed
5d2e848
View commit details
Copy full SHA for 5d2e848
View code at this point
Browse repository at this point
add ptvsd
DonJayamanne
committed
3206f94
View commit details
Copy full SHA for 3206f94
View code at this point
Browse repository at this point
added ability to debug unittests
DonJayamanne
committed
89a6801
View commit details
Copy full SHA for 89a6801
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
fix #479
DonJayamanne
committed
51581e9
View commit details
Copy full SHA for 51581e9
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
more logging for jupyter
DonJayamanne
committed
74f69af
View commit details
Copy full SHA for 74f69af
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
fixed test runner
DonJayamanne
committed
dad28ec
View commit details
Copy full SHA for dad28ec
View code at this point
Browse repository at this point
fixed disposing jupyter code (ECONRESET)
DonJayamanne
committed
3fa2096
View commit details
Copy full SHA for 3fa2096
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
check validity of self before _get_template_line
DonJayamanne
committed
429c838
View commit details
Copy full SHA for 429c838
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
fixes to restarting kernels
DonJayamanne
committed
5a9572a
View commit details
Copy full SHA for 5a9572a
View code at this point
Browse repository at this point
Commits on Oct 18, 2016
properly handling env variable
DonJayamanne
committed
d327fa6
View commit details
Copy full SHA for d327fa6
View code at this point
Browse repository at this point
clean up of python code for jupyter
DonJayamanne
committed
3db3526
View commit details
Copy full SHA for 3db3526
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL