Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
34.3k
Star
72.1k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
iritkatriel
All time
Commit History
Commits on Oct 14, 2025
gh-97914: Reword misleading sentence on conditional expressions (#139064)
Show description for fb25d6b
3 people
authored
fb25d6b
Copy full SHA for fb25d6b
Commits on Sep 16, 2025
gh-135629: rewrite language reference section on except* to improve clarity (#136150)
iritkatriel
authored
a651ec9
Copy full SHA for a651ec9
Commits on Aug 5, 2025
gh-137288: Fix bug where boolean expressions are not associated with the correct exception handler (#137310)
iritkatriel
authored
1f2026b
Copy full SHA for 1f2026b
Commits on May 6, 2025
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
iritkatriel
authored
296cd12
Copy full SHA for 296cd12
Commits on May 5, 2025
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
iritkatriel
authored
082dbf7
Copy full SHA for 082dbf7
Commits on May 1, 2025
gh-133258: Fix crash in test_index (GH-133262)
iritkatriel
authored
a4be3bc
Copy full SHA for a4be3bc
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
iritkatriel
authored
5529213
Copy full SHA for 5529213
Commits on Apr 8, 2025
gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)
iritkatriel
authored
8c9ef8f
Copy full SHA for 8c9ef8f
Commits on Apr 4, 2025
gh-100239: fix bug in comparison (#132093)
iritkatriel
authored
68e72cf
Copy full SHA for 68e72cf
gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
iritkatriel
authored
df59226
Copy full SHA for df59226
Commits on Mar 28, 2025
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
iritkatriel
authored
2c8f329
Copy full SHA for 2c8f329
Commits on Mar 23, 2025
gh-130080: do not fold match case constants in unoptimized AST (#131577)
iritkatriel
authored
64906bb
Copy full SHA for 64906bb
Commits on Mar 21, 2025
gh-131233: remove return-in-finally in multiprocessing/connection.py (#131416)
iritkatriel
authored
3e2ccea
Copy full SHA for 3e2ccea
Commits on Mar 20, 2025
gh-130080: fix warnings in tests (#131471)
iritkatriel
authored
749e24b
Copy full SHA for 749e24b
Commits on Mar 18, 2025
gh-130080: fix warnings in tests (#131400)
iritkatriel
authored
83479c2
Copy full SHA for 83479c2
Commits on Mar 17, 2025
gh-130080: implement PEP 765 (#130087)
iritkatriel
authored
ffc2f1d
Copy full SHA for ffc2f1d
Commits on Mar 13, 2025
gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be used outside of the compiler (#130930)
iritkatriel
authored
4242c2b
Copy full SHA for 4242c2b
Commits on Feb 20, 2025
gh-130250: use support.swap_attr() in test and don't assume we're beginning with a clean system state (#130342)
iritkatriel
authored
048ee2d
Copy full SHA for 048ee2d
gh-130250: fix cleanup in test (impacts refleaks runs) (#130329)
iritkatriel
authored
c718c6b
Copy full SHA for c718c6b
Commits on Feb 19, 2025
gh-130250: fix regression in traceback.print_last (#130318)
iritkatriel
authored
6c982ae
Copy full SHA for 6c982ae
Commits on Feb 16, 2025
gh-130080: return in finally in subprocess.py (#130081)
iritkatriel
authored
56495f8
Copy full SHA for 56495f8
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
iritkatriel
authored
c9b1bf3
Copy full SHA for c9b1bf3
Commits on Feb 7, 2025
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
iritkatriel
authored
a1417b2
Copy full SHA for a1417b2
Commits on Jan 30, 2025
clearer error and suggestion when c-analyzer cannot read ignored.tsv (#129423)
iritkatriel
authored
5ab9604
Copy full SHA for 5ab9604
Commits on Jan 29, 2025
gh-100239: specialize bitwise logical binary ops on ints (#128927)
iritkatriel
authored
4815131
Copy full SHA for 4815131
Commits on Jan 25, 2025
gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971)
iritkatriel
authored
c39ae89
Copy full SHA for c39ae89
Commits on Jan 16, 2025
gh-100239: specialize long tail of binary operations (#128722)
iritkatriel
authored
3893a92
Copy full SHA for 3893a92
gh-119786: added InternalDocs/generators.md (#128524)
iritkatriel
authored
e81fe94
Copy full SHA for e81fe94
Commits on Jan 15, 2025
gh-128891: add specialized opcodes to opcode.opname (#128892)
iritkatriel
authored
5eee2fe
Copy full SHA for 5eee2fe
Commits on Dec 6, 2024
gh-119786: Add jit.md. Move adaptive.md to a section of interpreter.md. (#127175)
iritkatriel
authored
89fa7ec
Copy full SHA for 89fa7ec
Commits on Nov 22, 2024
gh-119786: add code object doc, inline locations.md into it (#126832)
iritkatriel
authored
4b12a6f
Copy full SHA for 4b12a6f
Commits on Oct 23, 2024
gh-119786: move 'changing grammar' checklist from devguide to InternalDocs (#125874)
iritkatriel
authored
de0d5c6
Copy full SHA for de0d5c6
Commits on Oct 21, 2024
gh-119786: [doc] more consistent syntax in InternalDocs (#125815)
iritkatriel
authored
d0bfff4
Copy full SHA for d0bfff4
gh-119786: move interpreter doc from devguide to InternalDocs (#125715)
iritkatriel
authored
695814c
Copy full SHA for 695814c
Commits on Oct 19, 2024
gh-125522: Fix bare except in test_math.testTan (#125544)
iritkatriel
authored
4b421e8
Copy full SHA for 4b421e8
Pagination
Previous
Next
You can’t perform that action at this time.