-
Microsoft
- http://aka.ms/python
Block or Report
Block or report zooba
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
643 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2023
Created 7 commits in 3 repositories
Created a pull request in python/cpython that received 7 comments
Opened 5 other pull requests in 2 repositories
python/cpython
4
merged
python/release-tools
1
merged
Reviewed 8 pull requests in 1 repository
python/cpython
8 pull requests
- [3.11] Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764)
- gh-102690: Use Edge as fallback in webbrowser instead of IE
- gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows
- gh-102255: Improve build support on xbox
- GH-80486: Fix handling of NTFS alternate data streams in pathlib
-
[3.11] gh-101754: Document that Windows converts keys in
os.environto uppercase (GH-101840) -
[3.10] gh-101754: Document that Windows converts keys in
os.environto uppercase (GH-101840) - gh-102344: implement winreg QueryValue / SetValue using QueryValueEx / SetValueEx
Created an issue in python/cpython that received 12 comments
Add os.listdrives on Windows
We don't currently have a way to get all the root directories on Windows, since os.listdir('/') doesn't contain everything.
I propose a very simple…
12
comments







