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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-135660: Print the exception raised in _safe_string
- Slightly improve error message when given incorrect module path
- ElementTree.find doesn't use registered namespaces when .find is called, and the inconsistency between ElementTree and ElementPath in how namespaces are defined
- gh-70546: Document mmap object's __iter__ behavior that differs from that of bytearray.
- REPL: incorrect error: `terminal doesn't have the required clear capability`
- multiprocessing.Queue.empty() returns False after all producers have exited on Windows 3.13.3
- gh-140389: fixed touchpad horizontal scrolling in IDLE editor
- Add a new parameter to `@dataclass` to optionally turn off the synthesizing of a `__replace__` method
- Have internal immutable AST nodes
- [PEP 696] `TypeError` when subclassing and omitting `TypeVar` with default.
- Docs
- Python not yet supported