Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Finish typing object, improve verious other types.#1279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
28 commits Select commitHold shift + click to select a range
5b6fe83
Update typing-extensions version in requirements.txt
Yobmod00b5802
Merge branch 'gitpython-developers:main' into main
Yobmod6500844
Merge branch 'gitpython-developers:main' into main
Yobmod42e4f5e
Add types to tree.Tree
Yobmodc3903d8
Make IterableList generic and update throughout
Yobmod3cef949
Rename Iterable due to typing.Iterable. Add deprecation warning
Yobmodae9d56e
Make Iterable deprecation warning on subclassing
Yobmod8bf00a6
fix an import
Yobmod26dfeb6
fix indent
Yobmod4f5d2fd
update docstring
Yobmodd9f9027
update some TBDs to configparser
Yobmodaffee35
Add typedDict
Yobmodfe594eb
Add T_Tre_cache TypeVar
Yobmod59c8944
forward ref Gitconfigparser
Yobmodb72118e
Import TypeGuard to replace casts
Yobmodfb3fec3
Update typing-extensions dependancy to <py3.10 for typeguard
Yobmoda2d9011
Add asserts and casts for T_Tree_cache
Yobmod0eae33d
Add is_flatLiteral() Typeguard[] to remote.py
Yobmod5b0465c
fix assert
Yobmoddc8d23d
Add '?' to controlcharacter literal
Yobmod7b09003
replace cast()s with asserts in remote.py
Yobmodaba4d9b
replace cast()s with asserts in fun.py
Yobmod07bfe1a
trigger checks to rurun
Yobmod09fb227
Add type to submodule to trigger checks to rurun
Yobmodeff48b8
Import typevar in util.py
Yobmod17c750a
flake8 fix
Yobmodff56dbb
fix typo
Yobmod5d7b8ba
another typo
YobmodFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletiongit/index/base.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
14 changes: 10 additions & 4 deletionsgit/index/fun.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionsgit/objects/commit.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
15 changes: 12 additions & 3 deletionsgit/objects/fun.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
21 changes: 13 additions & 8 deletionsgit/objects/submodule/base.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
9 changes: 7 additions & 2 deletionsgit/objects/submodule/util.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.