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 supported938 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-88959: Add __parameters__ and __getitem__ in TypeVar and ParamSpec
- bpo-8595: Update urllib, httplib, smtplib docs to warn about global timeout value
- bpo-44170: Fix UnicodeDecodeError with multibyte utf8 characters in ShareableList
- bpo-43718: in HTTPConnection._tunnel, propagate debuglevel to HTTPResponse
- bpo-12403: Mention sys.displayhook in code module docs and the compile builtin docs
- gh-88341: Update docs for str title, istitle methods
- bpo-31538: Clarify the mailbox factory default
- bpo-32307: thread: fix stack size on musl platforms.
- bpo-44188: Fix ThreadPoolExecutor unbalanced semaphore count
- gh-63293: Deprecate providing false values besides strings, bytes, or `None` to urllib.parse functions
- Docs
- Python not yet supported