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

BPO | [20779](https://bugs.python.org/issue20779) --- | :--- Nosy | @pitrou, @vajrasky, @sedrubal, @eamanu, @y0urself PRs | python/cpython#31212 Files | [add_chown_to_pathlib.patch](https://bugs.python.org/file34227/add_chown_to_pathlib.patch "Uploaded as text/plain at 2014-02-26.09:51:48 by @vajrasky") *Note: these values reflect...

type-feature
stdlib
topic-pathlib
3.14

BPO | [43480](https://bugs.python.org/issue43480) --- | :--- Nosy | @pxeger *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current...

type-feature
stdlib
3.10
topic-pathlib

# Feature or enhancement We could implement / reuse the same fast paths that we did for `os.path.*` in #101324 for `pathlib.Path.*`. It will require a little more work, since...

type-feature
performance
OS-windows
stdlib
topic-pathlib
3.14

* Issue: gh-60191

awaiting review

Improve performance of `startswith` and `endswith` by eliminating double work in `tailmatch`. Benchmark results: ``` single-character match: x.startswith('a'): Mean +- std dev: [main_startswith] 80.6 ns +- 0.7 ns -> [v2_startswith]...

performance
awaiting review

# Bug report ### Bug description: Here is my log replaced user to \name installs to documentation and bar becomes red and goes backwards gives me error code "0x80070642: User...

type-bug
OS-windows
topic-installation

# Feature or enhancement ### Proposal: In additional to the popular ISO 8601 Extended format, there's also an ISO 8601 Basic format for datetimes which is useful for filenames and...

type-feature

pathlib now treats "`.`" as a valid file extension (suffix). This brings it in line with `os.path.splitext()`. In the (private) pathlib ABCs, we add a new `ParserBase.splitext()` method that splits...

awaiting core review
topic-pathlib

# Bug report ### Bug description: After launching jobs using a ProcessPoolExecutor instance and then shutting the instance down after they are complete, a subprocess launched by the executor to...

type-bug