aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01Actions(deps): Bump actions/setup-python from 5.0.0 to 5.1.0 (#1218)upstream-maindependabot[bot]
2024-03-19Actions(deps): Bump peter-evans/create-pull-request from 6.0.0 to 6.0.2 (#1213)dependabot[bot]
2024-03-19Actions(deps): Bump actions/checkout from 4.1.1 to 4.1.2 (#1212)dependabot[bot]
2024-03-19Grammer correction (#1206)Akash Kumar Singh
2024-02-17pre-commit: Autoupdate (#1191)github-actions[bot]
2024-02-17Actions(deps): Bump actions/setup-python from 4.7.1 to 5.0.0 (#1188)dependabot[bot]
2024-02-17Add instruction for installing with pip from GitHub directly. (#1186)Carissa Bleker
2024-02-12Actions(deps): Bump pre-commit/action from 3.0.0 to 3.0.1 (#1202)dependabot[bot]
2024-02-05Actions(deps): Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 (#1199)dependabot[bot]
2024-01-22Clarify Python features will be supported (#1196)Garrett Reynolds
2023-11-08Update README.md - remark PEP 695 as unsupported feature (#1179)Kyle Gottfried
2023-11-08Update README.md (#1178)Bill Wendling
2023-11-08Add new DISABLE_SPLIT_LIST_WITH_COMMENT flag. (#1177)Justin Lebar
2023-11-06Format '.pyi' type stub files.Bill Wendling
2023-11-06pre-commit: Autoupdate (#1172)github-actions[bot]
2023-10-25Actions(deps): Bump actions/checkout from 4.1.0 to 4.1.1 (#1175)dependabot[bot]
2023-10-17Fix SPLIT_ALL_COMMA_SEPARATED_VALUES and SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_...Alexey Pelykh
2023-10-13Update README.md - remark unsupported Python features (#1161)Kyle Gottfried
2023-10-13Update README.md - cleanup for #1162 (#1171)Kyle Gottfried
2023-10-10Actions(deps): Bump actions/setup-python from 4.7.0 to 4.7.1 (#1163)dependabot[bot]
2023-10-10Use python 3.12 for CI (#1132)Kyle Gottfried
2023-10-10Fix SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED for one-item named argument lists b...Alexey Pelykh
2023-10-10using ylib2to3 means we can test <=py311 on any python version supported by Y...Kyle Gottfried
2023-10-10Feature/no import third party provided by stdlib (#1158)Kyle Gottfried
2023-10-10#1131 fix for #1121 did not fix vscode behavior on ubuntu (#1149)Kyle Gottfried
2023-09-29Actions(deps): Bump actions/checkout from 4.0.0 to 4.1.0 (#1156)dependabot[bot]
2023-09-29Update CHANGELOG.md - mark YANKED versions (#1157)Kyle Gottfried
2023-09-26Move “use within your favorite editor” to an earlier section in README.md...Kyle Gottfried
2023-09-25copy globals() (#1150)Kyle Gottfried
2023-09-22Update CONTRIBUTING.md -- add Getting started section (#1148)Kyle Gottfried
2023-09-22Add additional project URLs (#1147)Kyle Gottfried
2023-09-22Bump version to 0.40.2Bill Wendling
2023-09-22Update CHANGELOG.mdBill Wendling
2023-09-22fix trailing backslash stripped cause windows linesep (#1140)Earlee
2023-09-21Use 'isinstance' to avoid PEP errorBill Wendling
2023-09-21Actions(deps): Bump actions/checkout from 3.6.0 to 4.0.0 (#1141)dependabot[bot]
2023-09-21pre-commit: Autoupdate (#1123)github-actions[bot]
2023-09-21pyproject.toml updates to HACKING.md (#1134)Kyle Gottfried
2023-09-19Fix SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED for one-item argument lists (#1142)Alexey Pelykh
2023-09-18Add `Editor support.md` (#1135)Kyle Gottfried
2023-09-04Do not match keywords named 'match' (#1111)Kyle Gottfried
2023-09-01Call unittest directly from tox.ini (#1133)Kyle Gottfried
2023-08-31Add default workspace recommendations for vscode (#1130)Kyle Gottfried
2023-08-31Migrate to pyproject.toml (#1131)Kyle Gottfried
2023-08-28Actions(deps): Bump actions/checkout from 3.5.3 to 3.6.0 (#1128)dependabot[bot]
2023-07-27Actions(deps): Bump actions/setup-python from 4.6.1 to 4.7.0 (#1122)dependabot[bot]
2023-07-26Fix formattingBill Wendling
2023-07-25Fix invalid style line syntax.Bill Wendling
2023-07-25Fix 'line-too-long' warningsBill Wendling
2023-07-25SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES and FORCE_MULTILINE_DICT interacti...ManiacDC