Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update triple single quotes to triple double quotes (#84099) | Matt Clay | 2024-10-09 | 1 | -6/+6 |
| | | | | | | | | | * 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 | ||||
* | Fix up sanity problems | Jordan Borean | 2022-11-01 | 5 | -20/+20 |
| | |||||
* | Create a dedicated windows-minimal test target. (#67987) | Matt Clay | 2020-03-04 | 7 | -0/+227 |
* Create a dedicated windows-minimal test target. The windows-minimal target is a copy of the win_ping test, taking the place of that test as the windows minimal test run on multiple python versions. It includes a private copy of the win_ping module so it will work after migration. This will keep tests passing during the migration prep process. * Update sanity ignores. |