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 }}
wrongnull
/
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
Doc
using
on
patch-3
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 11, 2024
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Show description for 2731913
swtaarrs
authored
2731913
View commit details
Copy full SHA for 2731913
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-106259: Add minimal help target to Makefile (#106260)
Show description for d9ccde2
4 people
authored
d9ccde2
View commit details
Copy full SHA for d9ccde2
View code at this point
Browse repository at this point
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
serhiy-storchaka
authored
808a776
View commit details
Copy full SHA for 808a776
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
Docs: update using/configure.rst (#116274)
hugovk
authored
4d3ee77
View commit details
Copy full SHA for 4d3ee77
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
gh-115872: Doc: remove obsolete reference to MSI packages (#115873)
partev
authored
5251711
View commit details
Copy full SHA for 5251711
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
gh-115795: Doc: fix obsolete URL (#115749)
partev
authored
7bc7937
View commit details
Copy full SHA for 7bc7937
View code at this point
Browse repository at this point
Commits on Feb 19, 2024
gh-115664: Fix chronological ordering of versionadded and versionchanged directives (#115676)
brianschubert
authored
b02ab65
View commit details
Copy full SHA for b02ab65
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
Update "Using Python on a Mac" (#115024)
hugovk
authored
0a6e1a4
View commit details
Copy full SHA for 0a6e1a4
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
Docs: 'still' is a better word than 'nonetheless' (#114598)
nedbat
authored
30b7b4f
View commit details
Copy full SHA for 30b7b4f
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
zooba
authored
f56d132
View commit details
Copy full SHA for f56d132
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
gh-113664: Improve style of Big O notation (GH-113695)
Show description for a862981
serhiy-storchaka
authored
a862981
View commit details
Copy full SHA for a862981
View code at this point
Browse repository at this point
Commits on Jan 7, 2024
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Show description for f19b93f
3 people
authored
f19b93f
View commit details
Copy full SHA for f19b93f
View code at this point
Browse repository at this point
Commits on Dec 30, 2023
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
samety
authored
88cb972
View commit details
Copy full SHA for 88cb972
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
gh-112730: Update docs for colour env vars (#112837)
hugovk
authored
12f0bbd
View commit details
Copy full SHA for 12f0bbd
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
gh-112999: Replace the outdated "deprecated" directives with "versionchanged" (GH-113000)
serhiy-storchaka
authored
fe9991b
View commit details
Copy full SHA for fe9991b
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
gh-112730: Use color to highlight error locations (gh-112732)
Show description for 16448ca
pablogsal
and
ambv
authored
16448ca
View commit details
Copy full SHA for 16448ca
View code at this point
Browse repository at this point
gh-108223: Refer to PEP 703 as Free Threading (#112780)
vstinner
authored
f885263
View commit details
Copy full SHA for f885263
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Show description for 5f6ac2d
vstinner
authored
5f6ac2d
View commit details
Copy full SHA for 5f6ac2d
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Show description for d9fd33a
vstinner
authored
d9fd33a
View commit details
Copy full SHA for d9fd33a
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_modules`. (#111411)
Show description for 45a36d5
yilei
and
hugovk
authored
45a36d5
View commit details
Copy full SHA for 45a36d5
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
gh-90815: Add mimalloc memory allocator (#109914)
Show description for 05f2f0a
4 people
authored
05f2f0a
View commit details
Copy full SHA for 05f2f0a
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
ambv
authored
84b7e9e
View commit details
Copy full SHA for 84b7e9e
View code at this point
Browse repository at this point
gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (#110841)
sobolevn
authored
45cfabb
View commit details
Copy full SHA for 45cfabb
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
gh-110631: Fix reST indentation (#110724)
Show description for 718391f
ezio-melotti
authored
718391f
View commit details
Copy full SHA for 718391f
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Show description for 0362cbf
3 people
authored
0362cbf
View commit details
Copy full SHA for 0362cbf
View code at this point
Browse repository at this point
Commits on Oct 3, 2023
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
AA-Turner
authored
77e9aae
View commit details
Copy full SHA for 77e9aae
View code at this point
Browse repository at this point
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
vstinner
authored
6ab6040
View commit details
Copy full SHA for 6ab6040
View code at this point
Browse repository at this point
Commits on Oct 2, 2023
gh-83180: Made launcher treat shebang 'python' tags as low priority so that active virtual environments are preferred (GH-108101)
zooba
authored
1b3bc61
View commit details
Copy full SHA for 1b3bc61
View code at this point
Browse repository at this point
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
Show description for f16e81f
AA-Turner
authored
f16e81f
View commit details
Copy full SHA for f16e81f
View code at this point
Browse repository at this point
Commits on Sep 29, 2023
gh-105323: Update readline module to detect apple editline variant (gh-108665)
corona10
authored
501939c
View commit details
Copy full SHA for 501939c
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)
vstinner
authored
3538930
View commit details
Copy full SHA for 3538930
View code at this point
Browse repository at this point
Commits on Sep 26, 2023
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Show description for b1e4f6e
vstinner
authored
b1e4f6e
View commit details
Copy full SHA for b1e4f6e
View code at this point
Browse repository at this point
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Show description for 859618c
vstinner
authored
859618c
View commit details
Copy full SHA for 859618c
View code at this point
Browse repository at this point
Commits on Sep 23, 2023
gh-109634: Use :samp: role (GH-109635)
serhiy-storchaka
authored
92af0cc
View commit details
Copy full SHA for 92af0cc
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
gh-109054: Document configure variables (#109224)
vstinner
authored
d41d2e6
View commit details
Copy full SHA for d41d2e6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.