Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix invisible character typo (#123933) | Xie Yanbo | 2024-09-11 | 1 | -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. Coombs | 2024-08-27 | 1 | -65/+17 |
| | | | Applies changes from zipp 3.20.1 and jaraco/zipp#124 | ||||
* | gh-122903: Honor directories in zipfile.Path.glob. (#122908) | Jason R. Coombs | 2024-08-12 | 2 | -4/+14 |
| | |||||
* | gh-122905: Sanitize names in zipfile.Path. (#122906) | Jason R. Coombs | 2024-08-11 | 1 | -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. Coombs | 2024-06-03 | 1 | -2/+5 |
| | |||||
* | Fix typo in Lib/zipfile/_path/__init__.py (#118622) | Xie Yanbo | 2024-05-06 | 1 | -1/+1 |
| | |||||
* | gh-106531: Refresh zipfile._path with zipp 3.18. (#116835) | Jason R. Coombs | 2024-03-14 | 2 | -37/+140 |
| | | | | | * gh-106531: Refresh zipfile._path with zipp 3.18. * Add blurb | ||||
* | gh-106752: Sync with zipp 3.16.2 (#106757) | Jason R. Coombs | 2023-07-15 | 2 | -18/+53 |
| | | | | | * gh-106752: Sync with zipp 3.16.2 * Add blurb | ||||
* | gh-106752: Move zipfile._path into its own package (#106753) | Jason R. Coombs | 2023-07-14 | 1 | -0/+400 |
* gh-106752: Move zipfile._path into its own package so it may have supplementary behavior. * Add blurb |