-
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
698 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2023
Created 10 commits in 2 repositories
Created a pull request in python/cpython that received 6 comments
gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties
Issue: gh-101522
+44
−30
•
6
comments
Opened 20 other pull requests in 2 repositories
python/cpython
4
open
13
merged
1
closed
-
gh-101907: Stop using
_Py_OPCODEand_Py_OPARGmacros - gh-101907: Removes use of non-standard C++ extension from Include/cpython/code.h
- gh-101849: Add upgrade codes for old versions of launcher that ended up with later version numbers
- gh-101763: Update bundled copy of libffi to 3.4.4 on Windows
- [3.7] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
- [3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
- [3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
- [3.10] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
- [3.11] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
- LibFFI build requires x64 Cygwin, and skip the ARM build
- gh-101283: Version was just released, so should be changed in 3.11.3
- [3.7] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
- gh-101283: Fix use of unbound variable
- [3.10] Fix MSI build PlatformToolset detection
- [3.10] Ensure PlatformToolset is set when building MSI
- [3.10] gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523)
- [3.11] gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523)
- gh-101543: Ensure Windows registry path is only used when stdlib can't be found
Reviewed 17 pull requests in 1 repository
python/cpython
17 pull requests
- [3.11] gh-101849: Add upgrade codes for old versions of launcher that ended up with later version numbers (GH-101877)
- fix the typos
- [3.11] gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
- [3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
- [3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
- [3.11] gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
- [3.8] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
- [3.9] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
- [3.10] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
- [3.11] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
- gh-101283: Fix use of unbound variable
- gh-101283: Try to load the fallback cmd.exe by an absolute path
- [3.10] gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)
- [3.11] gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)
- [3.11] gh-101543: Ensure Windows registry path is only used when stdlib can't be found (GH-101544)
- gh-101196: Make isdir/isfile/exists faster on Windows
- [3.11] gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468)
Created an issue in python/cpython that received 3 comments
code.h uses MS-only C++ extensions
Issue #100222 added a struct to Include/cpython/code.h (which is included by default by Python.h) that is not compliant C++:
typedef union { uint16…
3
comments







