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 supported967 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-81536: For nonblocking sockets, add `SSLSocket.eager_recv` to call `SSL_read` in a loop
- gh-90906: only import idna when required on several common code paths
- gh-90669: Let typing.Annotated wrap dataclasses annotations
- gh-90678: Handle identifiers that look like keywords in `ast.unparse`
- gh-58174: Add enable/disable_interspersed_args to ArgumentParser
- gh-90179: fcntl module update supporting FreeBSD's F_KINFO proposal.
- gh-89062: add support for archiving changing files with tarfile
- gh-59170: Proxy `super().x = y` and `del super().x` (updated)
- gh-90367: add documentation for decoding newlines in the `io` module
- gh-89398: Fix argparse namespace overridden by subparsers default
- Docs
- Python not yet supported