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 supported850 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-139679: Resolve symbolic links to directories when shutil.make_archive() is used to create a zip file
- pygettext.py crashes with UnicodeEncodeError when writing .pot files containing emoji
- gh-139875: Make `code.interact` Match REPL Behavior on ctrl+d in Multiline Entry
- gh-135660: Print the exception raised in _safe_string
- Slightly improve error message when given incorrect module path
- Improve error message in zoneinfo module when tzdata is missing
- ElementTree.find doesn't use registered namespaces when .find is called, and the inconsistency between ElementTree and ElementPath in how namespaces are defined
- mac: BASIC_REPL asyncio then ctrl+c will break the readline on mac
- Document missing AST node constructor behavior changes in ast.rst for python 3.13
- gh-70546: Document mmap object's __iter__ behavior that differs from that of bytearray.
- Docs
- Python not yet supported