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 supported762 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- PEP 594: uuencode codec and binascii functions apparently not properly deprecated or documented as such
- argparse option argument with `nargs=argparse.REMAINDER` is misplaced in usage line
- gh-87245: Improve IPv6Address.ipv4_mapped documentation
- Enforce the use of `deprecated-removed` in docs
- `inspect.getfile` doesn't properly handle PEP 420
- mimetypes.guess_type could not find mimetypes added by mimetypes.add_type i.e. in PY3.10.4 // OR : different return values (PY2.7 to PY3.9.7) vs (PY3.9.11 to PY3.10.4)
- gh-94609: Make test_ssl.ThreadedEchoServer exceptions appear in a main thread
- gh-89519: Emit a warning when classmethod() wraps a non-callable descriptor
- Make dataclass function idempotent. Fix for issue #92052
- gh-87888: Make FileCookieJar use ASCII/surrogateescape
- Docs
- Python not yet supported