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
- gh-71456: Treat ::FFFF: addresses as IPv4 for ordering and contains.
- bpo-32814: Handle 8BITMIME availabilty in smtplib.SMTP.send_message
- bpo-12706: timeout sentinel in ftplib and poplib documentation
- gh-73180: Chain exceptions rather than dropping the old exception.
- gh-62491: codecs text streams now split lines only with \r, \n and \r\n.
- bpo-33661: Clear Authorization header when redirect to cross-site
- gh-75128: Fix create_server to handle the case when iface isn't IPv6 enabled.
- gh-69702: Fix Condition._is_owned() is when using threading.Lock
- gh-76595: PyCapsule_Import() now imports submodules if needed.
- bpo-34098: multiprocessing.Server now uses ExceptionWithTraceback
- Docs
- Python not yet supported