summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile/_path
Commit message (Collapse)AuthorAgeFilesLines
* Fix invisible character typo (#123933)Xie Yanbo2024-09-111-1/+1
| | | | Remove accidental addition of zero-width character (U+FEFF) reported by @jaraco: - https://github.com/python/cpython/commit/c3f4a6b52418d9b9f091f864cb6340d0d5fc6966#commitcomment-146456562
* gh-123270: Replaced SanitizedNames with a more surgical fix. (#123354)Jason R. Coombs2024-08-271-65/+17
| | | Applies changes from zipp 3.20.1 and jaraco/zipp#124
* gh-122903: Honor directories in zipfile.Path.glob. (#122908)Jason R. Coombs2024-08-122-4/+14
|
* gh-122905: Sanitize names in zipfile.Path. (#122906)Jason R. Coombs2024-08-111-1/+63
| | | Ported from zipp 3.19.1; ref jaraco/zipp#119.
* gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)Jason R. Coombs2024-06-031-2/+5
|
* Fix typo in Lib/zipfile/_path/__init__.py (#118622)Xie Yanbo2024-05-061-1/+1
|
* gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)Jason R. Coombs2024-03-142-37/+140
| | | | | * gh-106531: Refresh zipfile._path with zipp 3.18. * Add blurb
* gh-106752: Sync with zipp 3.16.2 (#106757)Jason R. Coombs2023-07-152-18/+53
| | | | | * gh-106752: Sync with zipp 3.16.2 * Add blurb
* gh-106752: Move zipfile._path into its own package (#106753)Jason R. Coombs2023-07-141-0/+400
* gh-106752: Move zipfile._path into its own package so it may have supplementary behavior. * Add blurb