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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Argument Clinic: move converters defined in several files to libclinic
- Argument Clinic: add a parametrized converter for durations and timestamps
- `os.chmod` is missing validation for `dir_fd` and `follow_symlinks` when `path` is a file descriptor
- gh-156264: add missing checks in `os.chmod`
- [3.15] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (GH-156176)
- [3.14] gh-155941: Close the transport when client_connected_cb raises in asyncio (GH-155942)
- [3.15] gh-155941: Close the transport when client_connected_cb raises in asyncio (GH-155942)
- asyncio SSL loses received data when `get_buffer()` returns a `bytearray`
- [3.15] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235)
- [3.15] gh-154855: Ask non-ncurses curses for one more character (GH-154870)
- Docs
- Python not yet supported