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
- bpo-36825: Make TestCase aware of the command line arguments given to TestProgram
- bpo-24263: Fix unittest to discover tests named with non-ascii characters
- bpo-34861: better cProfile CLI defaults: sort by time, restrict to top 20
- bpo-36694: Do not memoize temporary objects in the C implementation of pickle.
- bpo-18099: Don't set Content-Length for 1xx, 204 and 304 requests
- bpo-28113: Convert Win32{Symlink,Junction}Tests to use support.TESTFN
- bpo-36738: Add `array_hook` kwarg to json module functions/classes
- bpo-36667: pdb: restore SIGINT handler in sigint_handler already
- bpo-36581: Fix dir() on MagicMock with tuple specs
- gh-80744: pdb: do not read .pdbrc twice when in $HOME
- Docs
- Python not yet supported