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 }}
parikpython
/
cpython
Public
forked from
python/cpython
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
cpython
PCbuild
pythoncore.vcxproj
on
3.6
User selector
All users
All time
Commit history
Commits on Jan 18, 2018
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
zooba
authored
ccf7f05
View commit details
Copy full SHA for ccf7f05
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 (#3425)
zooba
authored
76006f2
View commit details
Copy full SHA for 76006f2
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (GH-3311) (#3386)
zooba
authored
fd645ec
View commit details
Copy full SHA for fd645ec
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
bpo-27593: Revise git SCM build info. (#744) (#745)
Show description for e9213d9
ned-deily
authored
e9213d9
View commit details
Copy full SHA for e9213d9
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Fixes git command (#451) (#452)
zooba
authored
793f822
View commit details
Copy full SHA for 793f822
View code at this point
Browse repository at this point
bpo-27593: Updates Windows build to use information from git (#262) (#450)
Show description for d3e1e9d
zooba
authored
d3e1e9d
View commit details
Copy full SHA for d3e1e9d
View code at this point
Browse repository at this point
Commits on Dec 3, 2016
Ensures intermediate directory is created before using it
zooba
committed
f00ef72
View commit details
Copy full SHA for f00ef72
View code at this point
Browse repository at this point
Ensures intermediate directory is created before accessing it.
zooba
committed
de6efdb
View commit details
Copy full SHA for de6efdb
View code at this point
Browse repository at this point
Issue #28846: Various installer fixes
zooba
committed
190dbd9
View commit details
Copy full SHA for 190dbd9
View code at this point
Browse repository at this point
Commits on Nov 22, 2016
Issue #28573: Missing sys._mercurial info and other build issues.
zooba
committed
02a4018
View commit details
Copy full SHA for 02a4018
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
mark dtrace stubs as static inline; remove stubs
Show description for 4510e6d
benjaminp
committed
4510e6d
View commit details
Copy full SHA for 4510e6d
View code at this point
Browse repository at this point
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
methane
committed
a836362
View commit details
Copy full SHA for a836362
View code at this point
Browse repository at this point
Commits on Oct 15, 2016
Issue #28428: Rename _futures module to _asyncio.
Show description for 9f2ce25
methane
committed
9f2ce25
View commit details
Copy full SHA for 9f2ce25
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Issue #26801: Added C implementation of asyncio.Future.
Show description for 9e4e38e
methane
committed
9e4e38e
View commit details
Copy full SHA for 9e4e38e
View code at this point
Browse repository at this point
Commits on Sep 18, 2016
Add file missed from backport
zooba
committed
17a564e
View commit details
Copy full SHA for 17a564e
View code at this point
Browse repository at this point
Issue #27932: Prevent memory leak in win32_ver().
zooba
committed
74f4af7
View commit details
Copy full SHA for 74f4af7
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
compile dtrace stubs
benjaminp
committed
37d398e
View commit details
Copy full SHA for 37d398e
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Changes pyvenv.cfg trick into an actual sys.path file.
zooba
committed
4db86bc
View commit details
Copy full SHA for 4db86bc
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #16113: compile the module on Windows, too.
tiran
committed
393b82e
View commit details
Copy full SHA for 393b82e
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
tiran
committed
121b948
View commit details
Copy full SHA for 121b948
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Show description for 3929499
zooba
committed
3929499
View commit details
Copy full SHA for 3929499
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Issue #27186: add Include/osmodule.h to the proper build rules
brettcannon
committed
82029ac
View commit details
Copy full SHA for 82029ac
View code at this point
Browse repository at this point
Commits on May 24, 2016
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Show description for b0f80b0
serhiy-storchaka
committed
b0f80b0
View commit details
Copy full SHA for b0f80b0
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Adds version info to all signed binaries on Windows.
zooba
committed
b066058
View commit details
Copy full SHA for b066058
View code at this point
Browse repository at this point
Commits on May 30, 2015
Issue #16991: Add odictobject.h on Windows.
ericsnowcurrently
committed
dce09c3
View commit details
Copy full SHA for dce09c3
View code at this point
Browse repository at this point
Commits on Apr 25, 2015
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Show description for 8cb6569
gpshead
committed
8cb6569
View commit details
Copy full SHA for 8cb6569
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread.
zooba
committed
d81431f
View commit details
Copy full SHA for d81431f
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
zooba
committed
f63dab5
View commit details
Copy full SHA for f63dab5
View code at this point
Browse repository at this point
Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.
zooba
committed
b3f51e3
View commit details
Copy full SHA for b3f51e3
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
Fixes sys.winver generation and removes dependency on user32.dll
zooba
committed
2587952
View commit details
Copy full SHA for 2587952
View code at this point
Browse repository at this point
Commits on Nov 22, 2014
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
zooba
committed
65e4cb1
View commit details
Copy full SHA for 65e4cb1
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
zooba
committed
8314690
View commit details
Copy full SHA for 8314690
View code at this point
Browse repository at this point
Commits on Jul 29, 2014
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
Show description for 1151710
vstinner
committed
1151710
View commit details
Copy full SHA for 1151710
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
vstinner
committed
1d8948e
View commit details
Copy full SHA for 1d8948e
View code at this point
Browse repository at this point
tets
vstinner
committed
d18ccd1
View commit details
Copy full SHA for d18ccd1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.