cpython
cpython copied to clipboard
The Python programming language
Add support for the HTTP `Range` header to SimpleHTTPServer to solve #86809 * Issue: gh-86809
Follow-up of gh-101693. * Issue: gh-118928 ---- 📚 Documentation preview 📚: https://cpython-previews--118929.org.readthedocs.build/
As proposed in #118878, it feels much more natural to me to display the completions menu below the current line, not above. The main advantage of this is that the...
This commit replaces `repr()` with `str()`, as the former should never be used for normal user-facing printing, and makes it explicit and consistent across the library. For example I tried...
It was deprecated in 3.12 and was originally planned to be removed in 3.14, but gh-112645 changed it to deprecation in docs only, with no pending removal version. Let's move...
# Bug report ### Bug description: Env: Win10-64 OS Python installer version: python3.12.0 How to reproduce the issue: 1. Download **Windows installer (64-bit)** from https://www.python.org/downloads/windows/ 2. Install it via following...
* Issue: gh-118875 ---- 📚 Documentation preview 📚: https://cpython-previews--118940.org.readthedocs.build/
The following public C API is new in 3.13 (beta 1, relative to 3.12), and as of this writing it looks either - undocumented, or - documented incorrectly. See the...
It was deprecated in 3.12 and set for removal in 3.14. * https://github.com/python/cpython/issues/102950 * https://github.com/python/cpython/pull/102953 I can open a PR to tackle this if that's ok. ### Linked PRs *...
# Bug report ### Bug description: I've been playing a bit with the new REPL, it's so awesome! (thanks to @pablogsal and @ambv for the core.py episode :love_letter: ) I...