Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update triple single quotes to triple double quotes (#84099) | Matt Clay | 2024-10-09 | 1 | -2/+2 |
| | | | | | | | | | * Update triple single quotes to triple double quotes This change was fully automated. The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval. * Manual conversion of docstring quotes | ||||
* | Require `from __future__ import annotations` (#81902) | Matt Clay | 2023-10-05 | 1 | -2/+1 |
| | |||||
* | no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487) | Jordan Borean | 2021-02-05 | 1 | -0/+31 |
* no_log mask suboption fallback values and defaults * Added changelog * Remove lambda expression |