-
Microsoft
- Seattle, WA
-
05:24
(UTC -07:00) - https://github.com/microsoft/pylance-release
- @edebonte
Pinned Loading
-
-
microsoft/vscode-python
microsoft/vscode-python PublicForked from DonJayamanne/pythonVSCode
Python extension for Visual Studio Code
-
-
python/typing
python/typing PublicPython static typing home. Hosts the documentation and a user help forum.
-
microsoft/pylance-release
microsoft/pylance-release PublicDocumentation and issues for Pylance
-
microsoft/python-type-stubs
microsoft/python-type-stubs PublicA set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated pa…
1,263 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 9 commits in 3 repositories
Created 1 repository
-
debonte/.github
This contribution was made on Apr 14
Created a pull request in microsoft/pyright that received 4 comments
Fix "Bind called unnecessarily" assert when __builtins__.pyi
imports the file being bound
Addresses microsoft/pylance-release#7095
_bindFile
is called for xxx/yyy.py
. It calls _bindImplicitImports
which has the side-effect of binding xxx…
Opened 8 other pull requests in 4 repositories
microsoft/pylance-release
1
open
2
merged
-
Manually update release metadata
This contribution was made on Apr 24
-
Update changelog 2025.4.101
This contribution was made on Apr 23
-
Update changelog 2025.4.100
This contribution was made on Apr 9
microsoft/pyright
1
open
2
merged
-
Attempt to fix pipeline npm package build by moving it to Linux
This contribution was made on Apr 23
-
Temporarily disable npm publishing in
azure-pipelines-release.yml
This contribution was made on Apr 22 -
Change npm publishing owner from plseng to me
This contribution was made on Apr 9
microsoft/.github
1
merged
-
Add
copilot-swe-agent
to CLAbypassUsers
listThis contribution was made on Apr 14
microsoft/vscode-python
1
merged
-
Add metadata for Pylance's documentcolor_slow telemetry event
This contribution was made on Apr 11
Reviewed 1 pull request in 1 repository
microsoft/pyright
1 pull request
-
Pull Pylance with Pyright 1.1.400
This contribution was made on Apr 23
Created an issue in microsoft/vscode that received 1 comment
User should be alerted somehow if ${workspaceFolder:foo} in .code-workspace
references unknown folder name
Given a .code-workspace
file like this:
{ "folders": [ { "path": "root1", "name": "name1" }, { "path": "root2", "name": "name2" } ], "settings": { "…