cpython
https://github.com/python/cpython
Python
The Python programming language
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported965 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-85560: Fix IDLE paren matching with "else" or "yield" at the start of a continuation line
- gh-67804: Do not let Undo delete output in the IDLE Shell
- `re` docs never say that the ASCII flag affects `\p{...}` properties
- gh-157698: Document the effect of the ASCII flag on \p{...} properties
- gh-64007: Do not colorize input for input() in the IDLE Shell
- gh-157290: Add support for `%Nf` to `datetime.str{f,p}time()`
- `state_reset()` does not clear `save_marks` after an aborted match
- gh-75512: Keep the prompt with the input in progress when a thread prints in the IDLE Shell
- gh-157705: Clear save_marks in state_reset()
- gh-155695: Remove resolved names from sys.lazy_modules consistently
- Docs
- Python not yet supported