Commits
Branch selector
User selector
Commit History
Commits on Jun 9, 2025
Merge pull request #2048 from EliahKagan/conservative-quote-removal
Show description for 85c8155authored
Commits on Jun 8, 2025
Merge pull request #2049 from EliahKagan/style
Show description for 17d53b0authoredAlways use a `def` instead of assigning a `lambda`
Show description for a36b8a5committedUpdate Ruff configuration
Show description for 6f4f7f5committedImprove line-ending consistency in requirements files
Show description for 1b79d44committedDon't remove quotes if `\` or `"` are present inside
Show description for f2b8041committedAdd tests of ConfigParser with `"..."` with `"` or `\` inside
Show description for 7bcea08committedRefactor quote parsing, to prepare for more checks
Show description for c8e4aa0committedMerge pull request #2047 from EliahKagan/quoted-empty
Show description for 646dc16authoredRemove explicit empty `""` handling in ConfigParser
Show description for 2f22524committedTest that ConfigParser treats empty quotes as an empty value
Show description for 4ebe407committed
Commits on Jun 7, 2025
Merge pull request #2046 from EliahKagan/config-whitespace
Show description for 63160deauthoredTest `ConfigParser` with whitespace outside the value
Show description for e5a2db5committedMerge pull request #2045 from EliahKagan/shell-warning-refactor
Show description for 2e0d835authoredClarify `USE_SHELL` warning helper signature
Show description for 253099fcommittedMerge pull request #2044 from EliahKagan/popen-comments
Show description for b6a188bauthoredFix ambiguous `_safer_popen_windows` comment
Show description for 2b85cd1committedMerge pull request #2043 from EliahKagan/static-package-selection
Show description for 82aaa13authoredUse static notation for `setuptools` in CI `pip` commands
Show description for 727f4e9committedUse static notation for `setuptools` in installation test
Show description for 31e1c03committedMerge pull request #2042 from EliahKagan/cygwin-ci-split
Show description for e337e99authoredSmall stylistic consistency tweak
Show description for a6c623ecommittedShow differing `pytest` arguments in step name
Show description for 414de64committedSplit Cygwin CI into two test jobs
Show description for ba58f40committedMerge pull request #2040 from EliahKagan/mypy-free-threaded
Show description for 27bf23cauthoredAdd an explanatory comment for omitting "t"
Show description for b45ae86committedFix CI `mypy` command on free-threaded Python
Show description for 8905e9ecommittedMerge pull request #2039 from EliahKagan/flatten-next
Show description for 5b098ffauthoredImport `TypeAlias` from `typing_extensions` where needed
Show description for c6c0812committedStart on fixing AutoInterrupt/CatFileContentStream aliases
Show description for c6d16d0committedMerge pull request #2037 from EliahKagan/flatten
Show description for 1e463d4authoredRefactor Git.{AutoInterrupt,CatFileContentStream} nesting
Show description for 5a8a405committedMerge pull request #2036 from EliahKagan/quoted-whitespace
Show description for cf8029dauthoredPreserve quoted leading and trailing single-line whitespace
Show description for bd2b930committedTest a quoted config var with meaningful edge whitespace
Show description for 5f30320committed