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
- gh-72660: Handle unsigned long win32 error codes
- gh-88843: Do not allow to parse line breaks between quotes in sniffer regexes.
- bpo-44660: Updated email.feedparser with support for message/global emails with quoted-printable and base64 Content-Transfer-Encodings.
- gh-82837: Clarify MimeTypes obj behaviour in documentation
- bpo-32397: new option for TextWrapper to allow stable wrapping
- gh-88929: remove outdated reference to `Py_USING_MEMORY_DEBUGGER`
- bpo-8595: Update urllib, httplib, smtplib docs to warn about global timeout value
- bpo-43718: in HTTPConnection._tunnel, propagate debuglevel to HTTPResponse
- bpo-36203: Check callback is callable in PyWeakref_NewRef
- bpo-12403: Mention sys.displayhook in code module docs and the compile builtin docs
- Docs
- Python not yet supported