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 }}
mdboom
/
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
.github
on
python-startup-time
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 19, 2025
Exclude `.mailmap` in Codeowners (#132722)
Show description for df85bb3
StanFromIreland
and
hugovk
authored
df85bb3
View commit details
Copy full SHA for df85bb3
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
Use Windows ARM64 hosted runners (#132546)
Show description for 10a7761
hugovk
and
diegorusso
authored
10a7761
View commit details
Copy full SHA for 10a7761
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
CI: Update outdated references to Python version and GH issues (#132394)
picnixz
authored
f230525
View commit details
Copy full SHA for f230525
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
gh-131507: Add a way to recreate the `Misc/mypy` symlinks if missing (#132274)
Show description for 16dcb57
ambv
and
StanFromIreland
authored
16dcb57
View commit details
Copy full SHA for 16dcb57
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
gh-132132: Upgrade LLVM on tail calling CI (GH-132098)
Fidget-Spinner
authored
92fb949
View commit details
Copy full SHA for 92fb949
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
Enable Windows on Arm GitHub runners (#131994)
diegorusso
authored
0dbaeb9
View commit details
Copy full SHA for 0dbaeb9
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
gh-118761: Optimise import time for ast (#131953)
AA-Turner
authored
f20f02e
View commit details
Copy full SHA for f20f02e
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
gh-131895: fix clang `$PATH` on Darwin runners for tail-calling interpreter (#131903)
picnixz
authored
39fa19a
View commit details
Copy full SHA for 39fa19a
View code at this point
Browse repository at this point
Update cryptographic CODEOWNERS entry (#131892)
Show description for 2c3e3fe
picnixz
authored
2c3e3fe
View commit details
Copy full SHA for 2c3e3fe
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
GH-131678: fix Windows tail-call CI does not run the test cases (GH-131690)
chris-eibl
authored
ce77da5
View commit details
Copy full SHA for ce77da5
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
gh-130039: Tailcall for windows builds (GH-130040)
Show description for a8ee1e1
Fidget-Spinner
and
hugovk
authored
a8ee1e1
View commit details
Copy full SHA for a8ee1e1
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
Add Ammar to CODEOWNERS for fuzzing (#131057)
ammaraskar
authored
8431b1f
View commit details
Copy full SHA for 8431b1f
View code at this point
Browse repository at this point
Commits on Feb 26, 2025
gh-130604: Always run all matrix workflows in GitHub Actions (#130603)
AA-Turner
authored
fda056e
View commit details
Copy full SHA for fda056e
View code at this point
Browse repository at this point
gh-127785: Reduce permissions in the `check labels` workflow (#130596)
shenxianpeng
authored
5ba69e7
View commit details
Copy full SHA for 5ba69e7
View code at this point
Browse repository at this point
Commits on Feb 21, 2025
GH-103180: Set a timeout for every job in GitHub Actions (#130375)
AA-Turner
authored
d0a1e5c
View commit details
Copy full SHA for d0a1e5c
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
Revert "Use ubuntu-22.04-arm image for Arm runners. (#129834)" (#130305)
Show description for fb17f41
diegorusso
authored
fb17f41
View commit details
Copy full SHA for fb17f41
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
cover `**/*hashopenssl*` in CODEOWNERS (#130236)
gpshead
authored
bd1642c
View commit details
Copy full SHA for bd1642c
View code at this point
Browse repository at this point
CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (#130200)
hugovk
authored
3d7a141
View commit details
Copy full SHA for 3d7a141
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
CI: Mark the `cross-build-linux` job as skippable (#130113)
ZeroIntensity
authored
fda87c0
View commit details
Copy full SHA for fda87c0
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
no-issue: Add free-threading build for TC dispatch (gh-130083)
Show description for c357d69
corona10
authored
c357d69
View commit details
Copy full SHA for c357d69
View code at this point
Browse repository at this point
GH-127432: add cross-build-linux as a required CI job (#129459)
FFY00
authored
2a0256f
View commit details
Copy full SHA for 2a0256f
View code at this point
Browse repository at this point
Commits on Feb 12, 2025
gh-128446: Skip Windows CI for Unix build system changes (#128450)
Show description for b05fa90
srinivasreddy
and
AA-Turner
authored
b05fa90
View commit details
Copy full SHA for b05fa90
View code at this point
Browse repository at this point
Commits on Feb 9, 2025
Trigger tail call CI on more files (GH-129906)
Fidget-Spinner
authored
8f9c6fa
View commit details
Copy full SHA for 8f9c6fa
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
Use ubuntu-22.04-arm image for Arm runners. (#129834)
Show description for 80b9e79
diegorusso
authored
80b9e79
View commit details
Copy full SHA for 80b9e79
View code at this point
Browse repository at this point
Commits on Feb 6, 2025
gh-128563: A new tail-calling interpreter (GH-128718)
Show description for cb640b6
4 people
authored
cb640b6
View commit details
Copy full SHA for cb640b6
View code at this point
Browse repository at this point
gh-129694: Add `--parallel-threads` TSAN job to CI (gh-129696)
Show description for 555dc50
colesbury
authored
555dc50
View commit details
Copy full SHA for 555dc50
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
Convert change detection to a Python script (#129627)
Show description for 7d9a22f
3 people
authored
7d9a22f
View commit details
Copy full SHA for 7d9a22f
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
gh-127432: Add CI job to cross build Python (#128380)
Show description for 99849ee
matthewhughes934
and
FFY00
authored
99849ee
View commit details
Copy full SHA for 99849ee
View code at this point
Browse repository at this point
CI: Change job name to 'build arm64' on Windows (#129434)
hugovk
authored
c67afb5
View commit details
Copy full SHA for c67afb5
View code at this point
Browse repository at this point
Merge TSAN test matrices in CI (#123278)
webknjaz
authored
03d9cdb
View commit details
Copy full SHA for 03d9cdb
View code at this point
Browse repository at this point
Commits on Jan 22, 2025
Add colour to GitHub Actions output (#129196)
hugovk
authored
298dda5
View commit details
Copy full SHA for 298dda5
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
hugovk
authored
05d12ee
View commit details
Copy full SHA for 05d12ee
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
Add Adam Turner to CODEOWNERS (#129104)
Show description for f3980af
AA-Turner
and
hugovk
authored
f3980af
View commit details
Copy full SHA for f3980af
View code at this point
Browse repository at this point
Move to public Linux arm64 hosted runners (#128964)
Show description for 6c914bf
diegorusso
and
hugovk
authored
6c914bf
View commit details
Copy full SHA for 6c914bf
View code at this point
Browse repository at this point
GH-125722: Use long options for Sphinx (#129039)
AA-Turner
authored
4967fa6
View commit details
Copy full SHA for 4967fa6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.