-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
GH-132566: Add
pathlib.Path.info.is_junction()
OS-windows
topic-pathlib
#132569
opened Apr 15, 2025 by
barneygale
•
Draft
pathlib.Path.move()
consumes too much disk space
performance
#132566
opened Apr 15, 2025 by
barneygale
Document behavior of Path.symlink_to() when source already exists
docs
Documentation in the Doc dir
topic-pathlib
#132416
opened Apr 11, 2025 by
bmispelon
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
GH-131916: Add
pathlib.PurePath.segments
awaiting core review
topic-pathlib
#131917
opened Mar 30, 2025 by
barneygale
Loading…
Make Python modules in the Lib dir
topic-pathlib
type-feature
A feature request or enhancement
PurePath
initializer args available as an attribute
stdlib
#131916
opened Mar 30, 2025 by
barneygale
GH-130798: Add type hints to pathlib.types
awaiting review
skip news
topic-pathlib
#131639
opened Mar 23, 2025 by
ap--
Loading…
pathlib ABCs: yield progress reports from
WritablePath._copy_from()
skip news
topic-pathlib
#131636
opened Mar 23, 2025 by
barneygale
•
Draft
Use Windows Performance or resource usage
stdlib
Python modules in the Lib dir
topic-pathlib
type-feature
A feature request or enhancement
IFileOperation
to implement copying/moving/deleting in pathlib
OS-windows
performance
#131262
opened Mar 14, 2025 by
barneygale
Type hints for Python modules in the Lib dir
topic-pathlib
topic-typing
type-feature
A feature request or enhancement
pathlib.types
stdlib
#130798
opened Mar 3, 2025 by
barneygale
Parametrize tests for Tests in the Lib/test dir
topic-pathlib
type-feature
A feature request or enhancement
pathlib.Path.copy()
tests
#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 Python modules in the Lib dir
topic-pathlib
type-feature
A feature request or enhancement
top_down
parameter to (i)glob
and Path.(r)glob
matching {os,Path}.walk
stdlib
#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…
GH-125012: Make
PurePath
emit FutureWarning
when converting separators
awaiting core review
topic-pathlib
#125863
opened Oct 23, 2024 by
barneygale
Loading…
Deprecate Windows-to-POSIX separator conversion via A feature request or enhancement
PurePosixPath(PureWindowsPath(...)))
topic-pathlib
type-feature
#125012
opened Oct 5, 2024 by
barneygale
Revisit adding lexical normalization support to A feature request or enhancement
pathlib
topic-pathlib
type-feature
#124825
opened Oct 1, 2024 by
ncoghlan
Path.from_uri()
doesn't work if the URI contains host component
3.13
#123599
opened Sep 2, 2024 by
pekkaklarck
Suffix in pathlib is not behaving like a file extension
OS-windows
topic-pathlib
type-bug
An unexpected behavior, bug, or error
#121347
opened Jul 3, 2024 by
bbilly1
gh-119993 ignore Documentation in the Doc dir
skip news
topic-pathlib
NotADirectoryError
in Path.unlink()
if missing_ok
is True
awaiting change review
docs
#120049
opened Jun 4, 2024 by
MusicalNinjaDad
Loading…
pathlib.Path.unlink raises a Documentation in the Doc dir
topic-pathlib
NotADirectoryError
if some element of the path is actually a file - this is undocumented
docs
#119993
opened Jun 3, 2024 by
MusicalNinjaDad
ProTip!
Exclude everything labeled
bug
with -label:bug.