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 }}
jdemeyer
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
PC
on
remove_PyCFunction_FastCallDict
User selector
All users
All time
Commit history
Commits on Jun 14, 2019
Implement Windows release builds in Azure Pipelines (GH-14065)
zooba
authored
21a92f8
View commit details
Copy full SHA for 21a92f8
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
paulmon
authored and
zooba
committed
daf6262
View commit details
Copy full SHA for daf6262
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
Bump to 3.9.0a0
ambv
committed
9ab2fb1
View commit details
Copy full SHA for 9ab2fb1
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711)
ZackerySpytz
authored and
berkerpeksag
committed
549e55a
View commit details
Copy full SHA for 549e55a
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5
vstinner
authored
331a6a5
View commit details
Copy full SHA for 331a6a5
View code at this point
Browse repository at this point
Commits on May 18, 2019
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
vstinner
authored
410759f
View commit details
Copy full SHA for 410759f
View code at this point
Browse repository at this point
Commits on May 17, 2019
bpo-36763: Add _PyInitError functions (GH-13395)
Show description for 871ff77
vstinner
authored
871ff77
View commit details
Copy full SHA for 871ff77
View code at this point
Browse repository at this point
bpo-36942 Windows build changes for Windows ARM64 (GH-13366)
paulmon
authored and
zooba
committed
3ea702e
View commit details
Copy full SHA for 3ea702e
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
bpo-36540: PEP 570 -- Implementation (GH-12701)
Show description for 8c77b8c
pablogsal
authored
8c77b8c
View commit details
Copy full SHA for 8c77b8c
View code at this point
Browse repository at this point
Commits on Apr 25, 2019
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
paulmon
authored and
zooba
committed
62dfd7d
View commit details
Copy full SHA for 62dfd7d
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882)
ZackerySpytz
authored and
zooba
committed
34366b7
View commit details
Copy full SHA for 34366b7
View code at this point
Browse repository at this point
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687)
ZackerySpytz
authored and
zooba
committed
56ed864
View commit details
Copy full SHA for 56ed864
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865)
zooba
authored
4c3efd9
View commit details
Copy full SHA for 4c3efd9
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
bpo-36509: Add iot layout for Windows IoT containers (GH-12663)
Show description for f4e5661
paulmon
authored and
zooba
committed
f4e5661
View commit details
Copy full SHA for f4e5661
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
bpo-36010: Add venv to the nuget distribution (GH-12367)
pfmoore
authored and
zooba
committed
e724152
View commit details
Copy full SHA for e724152
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Show description for 32119e1
paulmon
authored and
zooba
committed
32119e1
View commit details
Copy full SHA for 32119e1
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469)
methane
authored
cc60cdd
View commit details
Copy full SHA for cc60cdd
View code at this point
Browse repository at this point
bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466)
methane
authored
d5f18a6
View commit details
Copy full SHA for d5f18a6
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
serhiy-storchaka
authored
3191391
View commit details
Copy full SHA for 3191391
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
serhiy-storchaka
authored
d53fe5f
View commit details
Copy full SHA for d53fe5f
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
ZackerySpytz
authored and
zooba
committed
bf94cc7
View commit details
Copy full SHA for bf94cc7
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
ZackerySpytz
authored and
zooba
committed
6673dec
View commit details
Copy full SHA for 6673dec
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Show description for 8a1657b
paulmon
authored and
zooba
committed
8a1657b
View commit details
Copy full SHA for 8a1657b
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
zooba
authored
4c70d9f
View commit details
Copy full SHA for 4c70d9f
View code at this point
Browse repository at this point
bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)
Show description for cb09047
GeekyShacklebolt
authored and
miss-islington
committed
cb09047
View commit details
Copy full SHA for cb09047
View code at this point
Browse repository at this point
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
Show description for 4860f01
tonyroberts
authored and
zooba
committed
4860f01
View commit details
Copy full SHA for 4860f01
View code at this point
Browse repository at this point
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517)
Show description for 2de576e
uranusjr
authored and
zooba
committed
2de576e
View commit details
Copy full SHA for 2de576e
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)
zooba
authored
adad9e6
View commit details
Copy full SHA for adad9e6
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
bpo-35224: PEP 572 Implementation (#10497)
Show description for 8f59ee0
emilyemorehouse
authored
8f59ee0
View commit details
Copy full SHA for 8f59ee0
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
bpo-35683: Improve Azure Pipelines steps (GH-11493)
zooba
authored
28f6cb3
View commit details
Copy full SHA for 28f6cb3
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
serhiy-storchaka
authored
4fa9591
View commit details
Copy full SHA for 4fa9591
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465)
Show description for 872bd2b
zooba
authored
872bd2b
View commit details
Copy full SHA for 872bd2b
View code at this point
Browse repository at this point
Commits on Dec 27, 2018
bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329)
Show description for 59c2aa2
zooba
authored and
miss-islington
committed
59c2aa2
View commit details
Copy full SHA for 59c2aa2
View code at this point
Browse repository at this point
Commits on Dec 25, 2018
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
serhiy-storchaka
authored
32d96a2
View commit details
Copy full SHA for 32d96a2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.