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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
using
on
libpython-variable
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 23, 2024
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#122054)
Show description for a9bb3c7
corona10
authored
a9bb3c7
View commit details
Copy full SHA for a9bb3c7
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Show description for dc93d11
ambv
authored
dc93d11
View commit details
Copy full SHA for dc93d11
View code at this point
Browse repository at this point
Docs: spelling and grammar fixes (#122084)
Show description for bc264ea
3 people
authored
bc264ea
View commit details
Copy full SHA for bc264ea
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
gh-120522: Apply App Store compliance patch during installation (#121947)
Show description for 728432c
freakboy3742
authored
728432c
View commit details
Copy full SHA for 728432c
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
serhiy-storchaka
authored
1a0c7b9
View commit details
Copy full SHA for 1a0c7b9
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
gh-120522: Revert "Add a `--with-app-store-compliance` configure option to patch out problematic code" (gh-120984) (#121844)
Show description for f27593a
ned-deily
authored
f27593a
View commit details
Copy full SHA for f27593a
View code at this point
Browse repository at this point
gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)
Show description for 7e91e0d
freakboy3742
and
erlend-aasland
authored
7e91e0d
View commit details
Copy full SHA for 7e91e0d
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
Docs: fix typo and duplicate word in configure.rst (#121410)
rffontenelle
authored
9ba2a46
View commit details
Copy full SHA for 9ba2a46
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
gh-120522: Add a `--with-app-store-compliance` configure option to patch out problematic code (#120984)
Show description for 48cd104
4 people
authored
48cd104
View commit details
Copy full SHA for 48cd104
View code at this point
Browse repository at this point
Commits on Jun 29, 2024
gh-121101: Document -Wall option (an alias for -Walways) (#121102)
wimglenn
authored
0a1e8ff
View commit details
Copy full SHA for 0a1e8ff
View code at this point
Browse repository at this point
Commits on May 26, 2024
docs: fix a few typos identified by codespell (#119516)
nedbat
authored
d25954d
View commit details
Copy full SHA for d25954d
View code at this point
Browse repository at this point
Commits on May 21, 2024
Docs: Add central references to free-threading-related options (#119017)
swtaarrs
authored
9fa206a
View commit details
Copy full SHA for 9fa206a
View code at this point
Browse repository at this point
Commits on May 20, 2024
gh-102136: Add -m to options that work with -i (GH-119271)
Show description for 1726902
melaniearbor
authored
1726902
View commit details
Copy full SHA for 1726902
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693)
hugovk
authored
0485922
View commit details
Copy full SHA for 0485922
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Show description for 325a1da
erlend-aasland
and
zware
authored
325a1da
View commit details
Copy full SHA for 325a1da
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-111201: A new Python REPL (GH-111567)
Show description for f27f8c7
6 people
authored
f27f8c7
View commit details
Copy full SHA for f27f8c7
View code at this point
Browse repository at this point
gh-118518: Allow perf to work without frame pointers (#112254)
pablogsal
authored
1b22d80
View commit details
Copy full SHA for 1b22d80
View code at this point
Browse repository at this point
Commits on May 1, 2024
gh-117225: Document colour use in `doctest` (#118268)
hugovk
authored
164e2c3
View commit details
Copy full SHA for 164e2c3
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
gh-115119: Detect _decimal dependencies using pkg-config (#115406)
Show description for c7e7bfc
erlend-aasland
authored
c7e7bfc
View commit details
Copy full SHA for c7e7bfc
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
gh-117804: Document how to suppress PGO unprofiled source warnings (#117859)
erlend-aasland
authored
757891e
View commit details
Copy full SHA for 757891e
View code at this point
Browse repository at this point
Docs: add link roles with Sphinx extlinks (#117850)
Show description for 3375282
hugovk
and
AlexWaygood
authored
3375282
View commit details
Copy full SHA for 3375282
View code at this point
Browse repository at this point
gh-115664: Reorganize versionadded directives for -X options (GH-116304)
Show description for 10f1a26
serhiy-storchaka
authored
10f1a26
View commit details
Copy full SHA for 10f1a26
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
gh-114099: Add documentation for iOS platform (GH-117057)
Show description for 0f27672
5 people
authored
0f27672
View commit details
Copy full SHA for 0f27672
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
gh-117058: Update GUI and packaging recommendations for macOS. (#117059)
freakboy3742
authored
44fbab4
View commit details
Copy full SHA for 44fbab4
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
gh-90300: Fix cmdline.rst (GH-116721)
Show description for 33662d4
serhiy-storchaka
authored
33662d4
View commit details
Copy full SHA for 33662d4
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.