cpython
cpython copied to clipboard
The Python programming language
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...
Closes #121658. Add missing MimeTypes.add_type documentation. * Issue: gh-121658 ---- 📚 Documentation preview 📚: https://cpython-previews--121665.org.readthedocs.build/
* Issue: gh-120317
Thanks Chris Jerdonek for the implementation idea. * Issue: gh-60492 ---- 📚 Documentation preview 📚: https://cpython-previews--117284.org.readthedocs.build/
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/
# 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_...
- [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 ---- 📚...
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....
# 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...