Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mattiaborci
/
python
Public
forked from
ms-iot/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
python
cpython
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 20, 2016
Add target, CreatePythonUwpIoTPythonEnv, to copy a python interpreter
Show description for fa9ffd1
alanch-ms
committed
fa9ffd1
View commit details
Copy full SHA for fa9ffd1
View code at this point
Browse repository at this point
Add a win32 python interpreter build
Show description for 5952c61
alanch-ms
committed
5952c61
View commit details
Copy full SHA for 5952c61
View code at this point
Browse repository at this point
Commits on Jun 16, 2016
Update get_externals.bat to use 'git' instead of 'svn' to sync code from
Show description for 6f06617
alanch-ms
committed
6f06617
View commit details
Copy full SHA for 6f06617
View code at this point
Browse repository at this point
Commits on May 17, 2016
Microbuild V2 build fixes
alanch-ms
committed
64278cf
View commit details
Copy full SHA for 64278cf
View code at this point
Browse repository at this point
Commits on May 15, 2016
Add 'site-packages' to the default python path
alanch-ms
committed
f07a43f
View commit details
Copy full SHA for f07a43f
View code at this point
Browse repository at this point
Commits on May 3, 2016
Fix whitespaces
alanch-ms
committed
d962917
View commit details
Copy full SHA for d962917
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Merge pull request #20 from alanch-ms/wack
Show description for cb93a2b
alecont
committed
cb93a2b
View commit details
Copy full SHA for cb93a2b
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Add linker option /APPCONTAINER in uwp.props
alanch-ms
committed
43595e8
View commit details
Copy full SHA for 43595e8
View code at this point
Browse repository at this point
Fix incorrect port from Win32 to UWP for FORMAT_MESSAGE_ALLOCATE_BUFFER
alanch-ms
committed
73be761
View commit details
Copy full SHA for 73be761
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
Disable COMDAT folding optimization.
Show description for 211846b
alanch-ms
committed
211846b
View commit details
Copy full SHA for 211846b
View code at this point
Browse repository at this point
Fixed banned APIs (WACK):
Show description for 07b3136
alanch-ms
committed
07b3136
View commit details
Copy full SHA for 07b3136
View code at this point
Browse repository at this point
Commits on Mar 24, 2016
Exposing Windows::ApplicationModel::AppService APIs in python
alanch-ms
committed
2ed4307
View commit details
Copy full SHA for 2ed4307
View code at this point
Browse repository at this point
Commits on Feb 22, 2016
Address code review feedback
alanch-ms
committed
8833b35
View commit details
Copy full SHA for 8833b35
View code at this point
Browse repository at this point
Commits on Feb 19, 2016
Address code review comments
alanch-ms
committed
17fa535
View commit details
Copy full SHA for 17fa535
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Remove dependency on _multiprocessing.
alanch-ms
committed
abd4d34
View commit details
Copy full SHA for abd4d34
View code at this point
Browse repository at this point
Misc unit tests fixes:
Show description for b182443
alanch-ms
committed
b182443
View commit details
Copy full SHA for b182443
View code at this point
Browse repository at this point
Disable os.startfile() for UWP
alanch-ms
committed
9ddf93f
View commit details
Copy full SHA for 9ddf93f
View code at this point
Browse repository at this point
os.stat() now populates the os.stat_result.st_ino and os.stat_result.st_dev properly.
alanch-ms
committed
04b1b51
View commit details
Copy full SHA for 04b1b51
View code at this point
Browse repository at this point
Disable concurrent.futures.process for UWP
alanch-ms
committed
6fc2f8e
View commit details
Copy full SHA for 6fc2f8e
View code at this point
Browse repository at this point
Disable the following modules that are not supported or not applicable in UWP
Show description for 9d4072a
alanch-ms
committed
9d4072a
View commit details
Copy full SHA for 9d4072a
View code at this point
Browse repository at this point
- Remove duplicated entries in the sysconfig INSTALL_SCHEMES
Show description for 2e4a79a
alanch-ms
committed
2e4a79a
View commit details
Copy full SHA for 2e4a79a
View code at this point
Browse repository at this point
Re-enable using the current directory as a potential path for the temppath.
alanch-ms
committed
06e4c7c
View commit details
Copy full SHA for 06e4c7c
View code at this point
Browse repository at this point
- Remove os.set_inheritable() and os.set_handle_inheritable() instead of throwing a NotImplementedException
Show description for 60b3e7c
alanch-ms
committed
60b3e7c
View commit details
Copy full SHA for 60b3e7c
View code at this point
Browse repository at this point
Port test only C modules
Show description for d359341
alanch-ms
committed
d359341
View commit details
Copy full SHA for d359341
View code at this point
Browse repository at this point
Changed pyuwpbackgroundservice to run python unit tests
Show description for adb840f
alanch-ms
committed
adb840f
View commit details
Copy full SHA for adb840f
View code at this point
Browse repository at this point
Port _ctypes (or more accurately libffi_msvc) to ARM.
Show description for 9d3f6e8
alanch-ms
committed
9d3f6e8
View commit details
Copy full SHA for 9d3f6e8
View code at this point
Browse repository at this point
Disable tests that uses os.pipe().
alanch-ms
committed
3f68a6d
View commit details
Copy full SHA for 3f68a6d
View code at this point
Browse repository at this point
Fix doctest and Pydoc unit tests
alanch-ms
committed
ae1b39a
View commit details
Copy full SHA for ae1b39a
View code at this point
Browse repository at this point
Disable http.server.CGIHTTPRequestHandler and the corresponding unit tests as they require subprocess.
alanch-ms
committed
9f9e5d9
View commit details
Copy full SHA for 9f9e5d9
View code at this point
Browse repository at this point
Fix getpass and the corresponding unit tests
Show description for 9e051a3
alanch-ms
committed
9e051a3
View commit details
Copy full SHA for 9e051a3
View code at this point
Browse repository at this point
Disable os.execv(), os.execve(), os.execvp(), os.execvpe() and their corresponding tests.
alanch-ms
committed
3d81bd1
View commit details
Copy full SHA for 3d81bd1
View code at this point
Browse repository at this point
Disable subprocess, os.popen, platform.popen
alanch-ms
committed
3ccc927
View commit details
Copy full SHA for 3ccc927
View code at this point
Browse repository at this point
Disable tests that requires subprocess
alanch-ms
committed
296d310
View commit details
Copy full SHA for 296d310
View code at this point
Browse repository at this point
Pytime fixes:
Show description for e1c7fce
alanch-ms
committed
e1c7fce
View commit details
Copy full SHA for e1c7fce
View code at this point
Browse repository at this point
Re-enable fault handler dump trace back.
alanch-ms
committed
e309cb2
View commit details
Copy full SHA for e309cb2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.