Commits
User selector
Commit History
Commits on Jun 7, 2025
Clarify `USE_SHELL` warning helper signature
Show description for 253099fcommittedFix ambiguous `_safer_popen_windows` comment
Show description for 2b85cd1committedImport `TypeAlias` from `typing_extensions` where needed
Show description for c6c0812committedStart on fixing AutoInterrupt/CatFileContentStream aliases
Show description for c6d16d0committedRefactor Git.{AutoInterrupt,CatFileContentStream} nesting
Show description for 5a8a405committed
Commits on May 30, 2025
Use newer ruff style
Show description for b7ce712committed
Commits on Oct 15, 2024
Commits on Mar 31, 2024
Add GitMeta alias
Show description for f6060dfcommitted- committed
Commits on Mar 29, 2024
Expand USE_SHELL docstring; clarify a test usage
Show description for bdabb21committedRead USE_SHELL in Git.execute without DeprecationWarning
Show description for 84bf2cacommitted- committed
Keep mypy from thinking Git has arbitrary class attributes
Show description for c6f518bcommittedHave USE_SHELL warn but work like normal via super()
Show description for 04eb09ccommittedImplement instance USE_SHELL lookup in __getattr__
Show description for 05de5c0committedIssue warnings whenever Git.USE_SHELL is accessed
Show description for d38e721committed
Commits on Mar 19, 2024
Pick a consistent type for __all__ (for now, list)
Show description for 78055a8committedImprove how second-level imports and __all__ are written
Show description for 3d4e476committed
Commits on Mar 15, 2024
Use Sphinx manpage references where applicable
Show description for d8ab99ccommitted
Commits on Mar 14, 2024
- committed
Make some broad mypy suppressions more specific
Show description for b070e93committed
Commits on Mar 11, 2024
- committed
Commits on Mar 10, 2024
Further improve _safer_popen_windows doc
Show description for b9d9e56committedWrap docstrings and comments in _safer_popen_windows
Show description for ad8190bcommitted
Commits on Mar 7, 2024
Fix new mypy confusion about kill_after_timeout type
Show description for 4083dd8committedFactor communicate and watchdog logic to helper
Show description for 1ef3365committedRefactor kill_after_timeout logic so mypy can check it
Show description for 4191f7dcommittedFix mypy error with creationflags in subprocess module
Show description for dc95a76committedAnnotate safer_popen broad enough for all platforms
Show description for 43b7f8acommittedSimplify _safer_popen_windows "if shell" logic
Show description for 3c5ca52committed
Commits on Mar 5, 2024
Add return-type annotation on __init__ methods
Show description for 5d7e55bcommittedFix some underindented portions of docstrings
Show description for e984bfecommittedRemove unneeded annotation on __slots__ variable
Show description for 9f226fccommitted
Commits on Mar 2, 2024
- authored
Improve stream_object_data and _parse_object_header docstrings
Show description for fc59e5ecommitted