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 supported756 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- bpo-45356: fix incorrect access of class property in pydoc and inspect
- bpo-45545: premptively fail on contextlib.chdir if we can't chdir back
- bpo-45545: chdir __exit__ is not safe
- bpo-45593: make SpooledTemporaryFile.truncate return new file size and improve documentation
- bpo-12499: support custom len function in textwrap.wrap
- bpo-45006 Add a data_offset field to ZipInfo
- gh-89635: Add PyUnicode_DecodeUnicodeEscapeStateful() and PyUnicode_DecodeRawUnicodeEscapeStateful()
- bpo-45295: Speed up C classmethod calls via unbound classmethods
- bpo-45528: list mmap constants in documentation
- bpo-45223: Lib/pty.py: handle stdin I/O errors same way as master I/O errors
- Docs
- Python not yet supported