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
Add a couple missing assert keywords More... over 2 years ago
Improve a couple test case docstrings More... over 2 years ago
Test static typing of private module aliases More... over 2 years ago
Hoist `import git` to module level in test module More... over 2 years ago
Expand to test top-level deprecated names More... over 2 years ago
Issue warnings for some deprecated attributes of modules More... over 2 years ago
Test attribute access and importing separately More... over 2 years ago
Start on top-level module attribute access regression tests More... over 2 years ago
Merge pull request #1881 from EliahKagan/doc-types-tags More... over 2 years ago
Clarify how tag objects are usually tree-ish and commit-ish More... over 2 years ago
Merge pull request #1880 from EliahKagan/imports More... over 2 years ago
Fix slightly unsorted imports in setup.py More... over 2 years ago
Improve test suite import grouping/sorting, __all__ placement More... over 2 years ago
Remove modattrs.py and related More... over 2 years ago
Save diff of non-__all__ attributes across import changes More... over 2 years ago
Pick a consistent type for __all__ (for now, list) More... over 2 years ago
Don't explicitly list direct submodules in __all__ More... over 2 years ago
Add missing submodule imports in git.objects More... over 2 years ago
Further improve git.objects.util module docstring More... over 2 years ago
Add the nonpublic indirect submodule aliases back for now More... over 2 years ago
Restore relative order to fix circular import error More... over 2 years ago
Replace wildcard imports in top-level git module More... over 2 years ago
Fix a tiny import sorting nit More... over 2 years ago
Remove unneeded F401 "Unused import" suppressions More... over 2 years ago
Make F401 "unused import" suppressions more specific More... over 2 years ago
Improve how second-level imports and __all__ are written More... over 2 years ago
Remove old commented-out flagKeyLiteral assertions in git.remote More... over 2 years ago
Remove old commented-out change_type assertions in git.diff More... over 2 years ago
Improve how imports and __all__ are written in git.util More... over 2 years ago
Add __all__ and imports in git.objects.submodule More... over 2 years ago