cpython
cpython copied to clipboard
The Python programming language
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...
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...
# 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...
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]...
# 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...
# 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...
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...
# 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...