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

Add support for the HTTP `Range` header to SimpleHTTPServer to solve #86809 * Issue: gh-86809

awaiting review

Follow-up of gh-101693. * Issue: gh-118928 ---- 📚 Documentation preview 📚: https://cpython-previews--118929.org.readthedocs.build/

awaiting merge

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...

awaiting review
topic-repl

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...

awaiting review

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...

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

# 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...

type-bug
OS-windows
topic-installation

* 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...

docs
topic-C-API

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 *...

stdlib
3.14

# 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...

type-feature
3.13
topic-repl