FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/pathlib - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
pathlib
on
main
User selector
Datepicker
Commit history
Commits on May 18, 2026
gh-86533: Restore os.makedirs() ability to apply *mode* recursively (GH-150011)
Show description for 9770e32
authored
9770e32
View commit details
Copy full SHA for 9770e32
View code at this point
Browse repository at this point
Commits on May 10, 2026
gh-149611: Explain return values for `Path.write_text()` and `Path.write_bytes()` (#149629)
Show description for a8e3247
omkar-334
and
nedbat
authored
a8e3247
View commit details
Copy full SHA for a8e3247
View code at this point
Browse repository at this point
Commits on May 5, 2026
gh-137855: Improve import time of `pathlib` (GH-146327)
Show description for ffb543d
hugovk
authored
ffb543d
View commit details
Copy full SHA for ffb543d
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
GH-139174: Prepare `pathlib.Path.info` for new methods (part 2) (#140155)
Show description for 1bfe86c
barneygale
authored
1bfe86c
View commit details
Copy full SHA for 1bfe86c
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13 (#133831)
Show description for f4e51f2
barneygale
authored
f4e51f2
View commit details
Copy full SHA for f4e51f2
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
gh-139001: Fix thread-safety issue in `pathlib.Path` (gh-139066)
Show description for d9b4eef
colesbury
authored
d9b4eef
View commit details
Copy full SHA for d9b4eef
View code at this point
Browse repository at this point
pathlib ABCs: restore `relative_to()` and `is_relative_to()` (#138853)
Show description for 49aaee7
barneygale
authored
49aaee7
View commit details
Copy full SHA for 49aaee7
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
GH-139174: Prepare `pathlib.Path.info` for new methods (#139175)
Show description for 9e64938
barneygale
authored
9e64938
View commit details
Copy full SHA for 9e64938
View code at this point
Browse repository at this point
Commits on Sep 12, 2025
GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#134101)
Show description for 805e336
barneygale
and
encukou
authored
805e336
View commit details
Copy full SHA for 805e336
View code at this point
Browse repository at this point
Commits on Jul 27, 2025
GH-128520: pathlib ABCs: tweak protocol for virtual path strings (#134104)
Show description for 2bd4ff0
barneygale
authored
2bd4ff0
View commit details
Copy full SHA for 2bd4ff0
View code at this point
Browse repository at this point
Commits on Jul 19, 2025
gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)
sobolevn
authored
67036f1
View commit details
Copy full SHA for 67036f1
View code at this point
Browse repository at this point
Commits on May 12, 2025
GH-128520: pathlib ABCs: add `JoinablePath.__vfspath__()` (#133437)
Show description for 5dbd27d
barneygale
authored
5dbd27d
View commit details
Copy full SHA for 5dbd27d
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
GH-128520: pathlib ABCs: raise text encoding warnings at correct stack level (#133051)
Show description for fbffd70
barneygale
authored
fbffd70
View commit details
Copy full SHA for fbffd70
View code at this point
Browse repository at this point
Commits on Apr 14, 2025
GH-125866: Support complete "file:" URLs in urllib (#132378)
Show description for ccad61e
barneygale
and
picnixz
authored
ccad61e
View commit details
Copy full SHA for ccad61e
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
GH-123599: `url2pathname()`: handle authority section in file URL (#126844)
Show description for 66cdb2b
authored
66cdb2b
View commit details
Copy full SHA for 66cdb2b
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
GH-128520: pathlib ABCs: tighten up argument types (#131621)
Show description for d372472
barneygale
authored
d372472
View commit details
Copy full SHA for d372472
View code at this point
Browse repository at this point
GH-128520: pathlib ABCs: validate `magic_open()` arguments (#131617)
Show description for d716ea3
barneygale
authored
d716ea3
View commit details
Copy full SHA for d716ea3
View code at this point
Browse repository at this point
GH-128520: pathlib ABCs: reject empty pattern in `ReadablePath.glob()` (#127343)
Show description for fbfb0e1
barneygale
authored
fbfb0e1
View commit details
Copy full SHA for fbfb0e1
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
GH-123599: Deprecate duplicate `pathname2url()` implementation (#127380)
Show description for f141e8e
barneygale
and
AA-Turner
authored
f141e8e
View commit details
Copy full SHA for f141e8e
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
GH-123599: Remove duplicate `url2pathname()` implementation (#127237)
Show description for 63b5aed
barneygale
authored
63b5aed
View commit details
Copy full SHA for 63b5aed
View code at this point
Browse repository at this point
Commits on Mar 16, 2025
GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259)
Show description for 563ab5c
barneygale
authored
563ab5c
View commit details
Copy full SHA for 563ab5c
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)
Show description for 45c2ef4
barneygale
authored
45c2ef4
View commit details
Copy full SHA for 45c2ef4
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024)
Show description for 93fc3d3
barneygale
authored
93fc3d3
View commit details
Copy full SHA for 93fc3d3
View code at this point
Browse repository at this point
Commits on Mar 9, 2025
GH-130614: pathlib ABCs: support alternate separator in `full_match()` (#130991)
Show description for bbd6d17
barneygale
authored
bbd6d17
View commit details
Copy full SHA for bbd6d17
View code at this point
Browse repository at this point
GH-130614: pathlib ABCs: retain original separator in `with_name()` (#130990)
Show description for ba64cc5
barneygale
authored
ba64cc5
View commit details
Copy full SHA for ba64cc5
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
GH-128520: Merge `pathlib._local` into `pathlib` (#130748)
Show description for 4bf25a0
barneygale
authored
4bf25a0
View commit details
Copy full SHA for 4bf25a0
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)
Show description for d0eb01c
barneygale
authored
d0eb01c
View commit details
Copy full SHA for d0eb01c
View code at this point
Browse repository at this point
Commits on Mar 1, 2025
GH-127381: pathlib ABCs: remove `WritablePath.mkdir()` arguments (#130611)
Show description for c9932a9
barneygale
authored
c9932a9
View commit details
Copy full SHA for c9932a9
View code at this point
Browse repository at this point
GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)
Show description for a55dffd
barneygale
authored
a55dffd
View commit details
Copy full SHA for a55dffd
View code at this point
Browse repository at this point
Revert "GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#116392)" (#130743)
Show description for 5326c27
barneygale
authored
5326c27
View commit details
Copy full SHA for 5326c27
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#116392)
Show description for da4899b
authored
da4899b
View commit details
Copy full SHA for da4899b
View code at this point
Browse repository at this point
GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)
Show description for b545450
barneygale
authored
b545450
View commit details
Copy full SHA for b545450
View code at this point
Browse repository at this point
Commits on Feb 26, 2025
GH-125413: Add private `pathlib.Path` method to write metadata (#130238)
Show description for b251d40
barneygale
authored
b251d40
View commit details
Copy full SHA for b251d40
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424)
Show description for 78e09a4
barneygale
authored
78e09a4
View commit details
Copy full SHA for 78e09a4
View code at this point
Browse repository at this point
GH-125413: pathlib ABCs: use caching `path.info.exists()` when globbing (#130422)
Show description for 48c84a4
barneygale
authored
48c84a4
View commit details
Copy full SHA for 48c84a4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL