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 supported888 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- bpo-46614: Allow datetime.isoformat to use "Z" UTC designator
- gh-90533: Implement BytesIO.peek()
- bpo-46646: mention that `bytes` are accepted in `ipaddress` docs
- draft: Store integers in ob_size field of PyLongObjects
- gh-91099: fix[imaplib]: call Exception with string instance
- gh-116241: Add support of multiple inheritance with typing.NamedTuple
- bpo-46964: Move PyInterpreterState.config to _PyRuntimeState.config
- gh-91090: Make started multiprocessing.Process instances and started multiprocessing.managers.BaseManager instances serialisable
- bpo-46742: Add "-d 123" / "--trace_fd 123" option to the trace module…
- gh-81536: For nonblocking sockets, add `SSLSocket.eager_recv` to call `SSL_read` in a loop
- Docs
- Python not yet supported