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

Changes in the `urllib.parse` module: * Add option ~_allow_none_~ _missing_as_none_ in `urlparse()`, `urlsplit()` and `urldefrag()`. If it is true, represent not defined components as None instead of an empty string....

awaiting review

* Issue: gh-41779 ---- 📚 Documentation preview 📚: https://cpython-previews--141763.org.readthedocs.build/

awaiting core review

Fixes #141045 This updates the documentation for `shutil.Error` to note that it is a subclass of `OSError`. This clarifies that code catching `OSError` will also catch `shutil.Error`, similar to how...

docs
awaiting merge
skip news

type-feature
skip issue
skip news
topic-parser

If we are going to support multiple flavors of libssl, we should also plan to ease our life in the future when we want to say "this is ok for...

awaiting change review
skip news

* Remove quadratic behavior in node ID cache clearing Co-authored-by: Jacob Walls * Add news fragment --------- (cherry picked from commit 08d8e18ad81cd45bc4a27d6da478b51ea49486e4) Co-authored-by: Seth Michael Larson Co-authored-by: Jacob Walls *...

type-security
awaiting merge
release-blocker
topic-XML

@smontanaro This should fix your issue. Sorry, I cannot test because I have no Mac. Also, I don't know why CI and buildbots did not complain before, see https://github.com/python/cpython/blob/68fcb958eb0c023cb895217fdf384206b09d12e8/Lib/_pyrepl/unix_console.py#L390-L391 https://github.com/python/cpython/blob/68fcb958eb0c023cb895217fdf384206b09d12e8/Lib/_pyrepl/unix_console.py#L166-L168...

tests
awaiting review
skip news

# Documentation > When writing, the options argument can be a dictionary providing advanced ~~decompression~~ **compression** parameters; https://github.com/python/cpython/blob/68fcb958eb0c023cb895217fdf384206b09d12e8/Doc/library/compression.zstd.rst?plain=1#L76 https://github.com/python/cpython/blob/68fcb958eb0c023cb895217fdf384206b09d12e8/Doc/library/compression.zstd.rst?plain=1#L120

docs

I had issues with multiple windows. My initial widget and my destination widget were different top level windows. This solution worked well and I can't think of any reason it...

type-feature
stdlib
topic-tkinter
pending