Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3.13.0a3v3.13.0a3 | Thomas Wouters | 2024-01-17 | 1 | -2/+0 |
| | |||||
* | GH-112361: Speed up pathlib by removing some temporary objects. (#112362) | Barney Gale | 2023-11-25 | 1 | -0/+2 |
Construct only one new list object (using `list.copy()`) when creating a new path object with a modified tail. This slightly speeds up `with_name()` and `with_suffix()` |