Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 29, 2024
- committed
Test static typing of private module aliases
Show description for a2df3a8committedHoist `import git` to module level in test module
Show description for 46a739dcommitted- committed
Test attribute access and importing separately
Show description for 105f500committed- committed
Annotate basic deprecation tests; have mypy scan it
Show description for 61273aacommitted
Commits on Mar 28, 2024
Better name and document the basic deprecation test module
Show description for b8ce990committedCall repo.close() instead of manually collecting
Show description for 8bbcb26committedTest that subclassing deprecated git.util.Iterable warns
Show description for ca385a5committedUse the :exc: Sphinx role for DeprecationWarning
Show description for 21c2b72committed- committed
- committed
Test that the deprecated Commit.trailers property warns
Show description for 2c52696committedExtract no-deprecation-warning asserter as a context manager
Show description for ff4b58dcommittedDecompose new fixture logic better
Show description for e3728c3committed- committed
- committed
Fix exception in Popen.__del__ in test on Windows
Show description for a8f109ccommitted- committed
Test that deprecated Diff.renamed property warns
Show description for 2382891committed
Commits on Mar 19, 2024
Merge pull request #1881 from EliahKagan/doc-types-tags
Show description for 64ec0b1authoredClarify how tag objects are usually tree-ish and commit-ish
Show description for 838eb92committedMerge pull request #1880 from EliahKagan/imports
Show description for 4fb6d24authored- committed
Improve test suite import grouping/sorting, __all__ placement
Show description for 4a4d880committedRemove modattrs.py and related
Show description for f705fd6committedSave diff of non-__all__ attributes across import changes
Show description for ecdb6aacommittedPick a consistent type for __all__ (for now, list)
Show description for 78055a8committedDon't explicitly list direct submodules in __all__
Show description for fcc7418committedAdd missing submodule imports in git.objects
Show description for 00f4cbccommitted- committed
Add the nonpublic indirect submodule aliases back for now
Show description for 31f89a1committedRestore relative order to fix circular import error
Show description for 64c9efdcommittedReplace wildcard imports in top-level git module
Show description for 7745250committed