0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 24, 2025 — Sep 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2031 from EliahKagan/newer-ruff More... over 1 year ago
Use newer ruff style More... over 1 year ago
Merge pull request #2026 from gcmarx/main More... over 1 year ago
incorporate review feedback from @EliahKagan More... over 1 year ago
Revert "use `strings` instead of `uname` to detect cygwin" More... over 1 year ago
Revert "debug printing" More... over 1 year ago
debug printing More... over 1 year ago
use `strings` instead of `uname` to detect cygwin More... over 1 year ago
add self to AUTHORS, add Emacs tempfiles to .gitignore More... over 1 year ago
Merge pull request #2028 from gcmarx/remove-type-assertions More... over 1 year ago
remove type assertions from util.py More... over 1 year ago
turns out f-strings before 3.8 don't support {variable=} notation, take that out More... over 1 year ago
it's is_file(), not isfile() More... over 1 year ago
don't use match-case, since it's a 3.10 feature More... over 1 year ago
check that uname_cmd points to a file; if uname_cmd were a directory, it could both exist and have os.X_OK but not work More... over 1 year ago
don't keep checking if sys.platform isn't 'cygwin' More... over 1 year ago
use pathlib.Path instead of os.path.isfile More... over 1 year ago
Revert "check for the existence/execute bit on the uname command before trying to run it" More... over 1 year ago
adding self to authors More... over 1 year ago
check for the existence/execute bit on the uname command before trying to run it More... over 1 year ago
add tests for is_cygwin_git More... over 1 year ago
Merge pull request #2024 from gitpython-developers/dependabot/github_actions/Vampire/setup-wsl-5.0.1 More... over 1 year ago
Bump Vampire/setup-wsl from 5.0.0 to 5.0.1 More... over 1 year ago
Merge pull request #2019 from ngoldbaum/setup-python-ft More... over 1 year ago
replace quansight-labs/setup-python with actions/setup-python More... over 1 year ago
Merge pull request #2018 from koyuki7w/patch-1 More... over 1 year ago
Merge pull request #2015 from Andrej730/main More... over 1 year ago
Use property decorator to support typing More... over 1 year ago
Fix some incorrect sphinx markups in the docstrings More... over 1 year ago
Merge pull request #2011 from EliahKagan/nogil More... over 1 year ago