| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
|
|
|
|
|
| |
Fixes #83498
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
|
|
|
|
|
| |
* Properly quote all needed components of shell commands
* Use self.quote, add new self.join
|
| |
|
| |
|
|
|
|
|
|
| |
* Remove shells from test that will be migrated.
* Fix binary_modules test to work without win_ping.
|
|
* Re-add support for setting shell from play context
* Add integration tests
* Add more tests for shell override
* fix sanity issue
|