4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Dec 21, 2024 — Dec 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hoist `import git` to module level in test module More... almost 2 years ago
Expand to test top-level deprecated names More... almost 2 years ago
Issue warnings for some deprecated attributes of modules More... almost 2 years ago
Test attribute access and importing separately More... almost 2 years ago
Start on top-level module attribute access regression tests More... almost 2 years ago
Merge pull request #1881 from EliahKagan/doc-types-tags More... almost 2 years ago
Clarify how tag objects are usually tree-ish and commit-ish More... almost 2 years ago
Merge pull request #1880 from EliahKagan/imports More... almost 2 years ago
Fix slightly unsorted imports in setup.py More... almost 2 years ago
Improve test suite import grouping/sorting, __all__ placement More... almost 2 years ago
Remove modattrs.py and related More... almost 2 years ago
Save diff of non-__all__ attributes across import changes More... almost 2 years ago
Pick a consistent type for __all__ (for now, list) More... almost 2 years ago
Don't explicitly list direct submodules in __all__ More... almost 2 years ago
Add missing submodule imports in git.objects More... almost 2 years ago
Further improve git.objects.util module docstring More... almost 2 years ago
Add the nonpublic indirect submodule aliases back for now More... almost 2 years ago
Restore relative order to fix circular import error More... almost 2 years ago
Replace wildcard imports in top-level git module More... almost 2 years ago
Fix a tiny import sorting nit More... almost 2 years ago
Remove unneeded F401 "Unused import" suppressions More... almost 2 years ago
Make F401 "unused import" suppressions more specific More... almost 2 years ago
Improve how second-level imports and __all__ are written More... almost 2 years ago
Remove old commented-out flagKeyLiteral assertions in git.remote More... almost 2 years ago
Remove old commented-out change_type assertions in git.diff More... almost 2 years ago
Improve how imports and __all__ are written in git.util More... almost 2 years ago
Add __all__ and imports in git.objects.submodule More... almost 2 years ago
Make git.objects.util module docstring more specific More... almost 2 years ago
Fix git.objects.__all__ and make submodules explicit More... almost 2 years ago
Don't patch IndexObject and Object into git.objects.submodule.util More... almost 2 years ago