cpython icon indicating copy to clipboard operation
cpython copied to clipboard

The Python programming language

Results 1387 cpython issues
Sort by recently updated
recently updated
newest added

Fixed at EuroPython 24 sprints. Based on the discussions at #91289 and EuroPython 24 sprints, I reformatted the text output of unittests to a single line for each test. Example...

awaiting changes

Closes #121658. Add missing MimeTypes.add_type documentation. * Issue: gh-121658 ---- 📚 Documentation preview 📚: https://cpython-previews--121665.org.readthedocs.build/

docs
awaiting core review
skip news
needs backport to 3.12
needs backport to 3.13

* Issue: gh-120317

awaiting merge
skip news
topic-free-threading
needs backport to 3.13

Thanks Chris Jerdonek for the implementation idea. * Issue: gh-60492 ---- 📚 Documentation preview 📚: https://cpython-previews--117284.org.readthedocs.build/

awaiting review

Adds an example in the documentation of urllib on how to handle redirects and forward request data. * Issue: gh-58546 ---- 📚 Documentation preview 📚: https://cpython-previews--121681.org.readthedocs.build/

docs
awaiting review
skip news

# Feature or enhancement ### Proposal: Please see issue title. ### Has this already been discussed elsewhere? No response given ### Links to previous discussion of this feature: _No response_...

type-feature
topic-free-threading

- [x] improve doc according to the issue. Not sure if did it correctly. My suggestion would be to just deprecate the whole `ENABLE_USER_SITE` configuration. * Issue: gh-82419 ---- 📚...

docs
awaiting review
skip news

Previous attempt to fix gh-46376 was incomplete and overall it didn't succeed, and was reverted. However, we have discovered some dangerous issues with ctypes, that aren't fixed or documented anywhere....

awaiting review

# Bug report ### Bug description: ```python import sys import os os.set_blocking(sys.stdin.fileno(), False) sys.stdin.read() ``` Just a weird side effect I found while ckecking out #109523 on Python 3.14 using...

type-bug