Skip to content

Issues: python/cpython

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

pathlib.Path.move() consumes too much disk space performance Performance or resource usage stdlib Python modules in the Lib dir topic-pathlib type-bug An unexpected behavior, bug, or error
#132566 opened Apr 15, 2025 by barneygale
shutil: Inconsistent return types when using pathlib stdlib Python modules in the Lib dir topic-pathlib type-bug An unexpected behavior, bug, or error
#132322 opened Apr 9, 2025 by srittau
Make PurePath initializer args available as an attribute stdlib Python modules in the Lib dir topic-pathlib type-feature A feature request or enhancement
#131916 opened Mar 30, 2025 by barneygale
Use Windows IFileOperation to implement copying/moving/deleting in pathlib OS-windows performance Performance or resource usage stdlib Python modules in the Lib dir topic-pathlib type-feature A feature request or enhancement
#131262 opened Mar 14, 2025 by barneygale
Type hints for pathlib.types stdlib Python modules in the Lib dir topic-pathlib topic-typing type-feature A feature request or enhancement
#130798 opened Mar 3, 2025 by barneygale
Parametrize tests for pathlib.Path.copy() tests Tests in the Lib/test dir topic-pathlib type-feature A feature request or enhancement
#130614 opened Feb 26, 2025 by barneygale
Pathlib.iterdir semantics change dramatically under Python 3.13 topic-pathlib type-bug An unexpected behavior, bug, or error
#129871 opened Feb 8, 2025 by jaraco
Confusing error message when rename target is an open file stdlib Python modules in the Lib dir topic-pathlib type-bug An unexpected behavior, bug, or error
#129230 opened Jan 23, 2025 by jontwo
Add top_down parameter to (i)glob and Path.(r)glob matching {os,Path}.walk stdlib Python modules in the Lib dir topic-pathlib type-feature A feature request or enhancement
#129067 opened Jan 20, 2025 by septatrix
pathlib: Path('.').exists() returns True when current working directory (cwd) was deleted stdlib Python modules in the Lib dir topic-pathlib type-bug An unexpected behavior, bug, or error
#127264 opened Nov 25, 2024 by dan-blanchard
Doc: Summary table for pathlib awaiting review docs Documentation in the Doc dir skip issue skip news topic-pathlib
#126342 opened Nov 3, 2024 by Nodd Loading…
Path.from_uri() doesn't work if the URI contains host component 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-pathlib type-bug An unexpected behavior, bug, or error
#123599 opened Sep 2, 2024 by pekkaklarck
ProTip! Exclude everything labeled bug with -label:bug.