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 supported865 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- bpo-46826: document prefixes argument on site.getsitepackages
- gh-90980: skip getaddrinfo thread if host is already resolved, using socket.AI_NUMERIC...
- gh-81536: For nonblocking sockets, add `SSLSocket.eager_recv` to call `SSL_read` in a loop
- bpo-26571: Reinit class variable _RUNNING
- bpo-46750: only import idna when required on several common code paths
- bpo-46598: Fix ElementTree.write XML prolog for encoding 'utf-8-sig'
- gh-90738: fix logic in email.utils.unquote, previously it removed slashes in ov…
- gh-90669: Let typing.Annotated wrap dataclasses annotations
- bpo-46520: Handle identifiers that look like keywords in `ast.unparse`
- bpo-46561: Ensure operands to __get__ survive the call
- Docs
- Python not yet supported