Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-113174: Sync with importlib_metadata 7.0 (#113175) | Jason R. Coombs | 2023-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * Sync with importlib_metadata 7.0.0 * Add blurb * Update docs to reflect changes. * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Add what's new for removed __getattr__ * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Add exclamation point, as that seems to be used for other classes. --------- Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | Sync with importlib_metadata 6.5 (GH-103584) | Jason R. Coombs | 2023-04-21 | 1 | -0/+21 |
| | |||||
* | bpo-44241: Incorporate changes from importlib_metadata 4.1. (#26382) | Jason R. Coombs | 2021-05-26 | 1 | -0/+1 |
| | |||||
* | bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) | Jason R. Coombs | 2021-05-02 | 1 | -0/+67 |
* bpo-43926: Cleaner metadata with PEP 566 JSON support. * Add blurb * Add versionchanged and versionadded declarations for changes to metadata. * Use descriptor for PEP 566 |