Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assure CWD is readable after acquiring itFix-#1334 | Sebastian Thiel | 2021-09-05 | 1 | -0/+2 |
| | | | | Fixes #1334 | ||||
* | Don't fail on import if the working dir isn't valid (#1319) | Sebastian Thiel | 2021-08-12 | 1 | -1/+4 |
| | |||||
* | rmv 3.6 README | Yobmod | 2021-08-02 | 1 | -6/+5 |
| | |||||
* | rmv 3.6 from setup.py | Yobmod | 2021-08-02 | 1 | -1/+2 |
| | |||||
* | rmv 3.6 from CI matrix | Yobmod | 2021-08-02 | 1 | -2/+1 |
| | |||||
* | increase mypy strictness (warn unused ignored and warn unreachable) | Yobmod | 2021-08-02 | 1 | -5/+3 |
| | |||||
* | increase mypy strictness (warn unused ignored) | Yobmod | 2021-08-02 | 1 | -1/+1 |
| | |||||
* | replace more TBDs wiht runtime types | Yobmod | 2021-07-31 | 1 | -6/+6 |
| | |||||
* | replace some TBDs wiht runtime types | Yobmod | 2021-07-31 | 1 | -2/+2 |
| | |||||
* | Add final types to cmd.py | Yobmod | 2021-07-31 | 1 | -19/+34 |
| | |||||
* | Add a cast to git.cmd _version_info | Yobmod | 2021-07-19 | 1 | -10/+10 |
| | |||||
* | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 1 | -8/+8 |
| | |||||
* | Make types in refs compatible with previous | Yobmod | 2021-07-19 | 1 | -8/+4 |
| | |||||
* | Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and ↵ | Yobmod | 2021-07-08 | 1 | -1/+1 |
| | | | | fix errors | ||||
* | Add missed types to Commit, uncomment to_native_path_linux() | Yobmod | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | fix conflict | Yobmod | 2021-06-17 | 1 | -9/+0 |
|\ | |||||
| * | Revert "Revert "Remove support for Python 3.5" - fix CI for now." | Sebastian Thiel | 2021-06-16 | 1 | -9/+0 |
| | | | | | | | | This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326. | ||||
| * | Revert "Remove support for Python 3.5" - fix CI for now. | Sebastian Thiel | 2021-06-16 | 1 | -0/+9 |
| | | | | | | | | | | | | This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22. See #1201 which will hopefully help to get a proper fix soon. | ||||
| * | Merge pull request #1201 from bertwesarg/remove-py35 | Sebastian Thiel | 2021-06-16 | 1 | -9/+0 |
| |\ | | | | | | | DNM before 2021-09-05: Remove support for Python 3.5 | ||||
| | * | Remove support for Python 3.5 | Bert Wesarg | 2021-03-13 | 1 | -9/+0 |
| | | | |||||
| | * | Set an end-date for python 3.5 support | Sebastian Thiel | 2021-03-13 | 1 | -2/+2 |
| | | | |||||
| | * | Restore order of operators before executing the git command only for < py3.6 | Bert Wesarg | 2021-03-13 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Python 3.6 kwargs order will be preserved and thus provide a stable order, therefore we can make 89ade7bfff534ae799d7dd693b206931d5ed3d4f conditional based on the Python. Thus make it able to pass ordered options to Git commands. See: https://www.python.org/dev/peps/pep-0468/ | ||||
* | | | rebase with dropped 3.5 | Yobmod | 2021-06-17 | 1 | -2/+1 |
|/ / | |||||
* | | flake8 and mypy fixes | Yobmod | 2021-05-16 | 1 | -4/+4 |
| | | |||||
* | | flake8 and mypy fixes | yobmod | 2021-05-13 | 1 | -20/+20 |
| | | |||||
* | | Add types to cmd.py Git | yobmod | 2021-05-13 | 1 | -65/+160 |
| | | |||||
* | | Add types to cmd.py CatFileContentStream | yobmod | 2021-05-12 | 1 | -10/+10 |
| | | |||||
* | | Add types to cmd.py AutoInterrupt | yobmod | 2021-05-12 | 1 | -17/+20 |
| | | |||||
* | | Add types to cmd.py Git | yobmod | 2021-05-12 | 1 | -17/+23 |
| | | |||||
* | | Add typing section to cmd.py | yobmod | 2021-05-12 | 1 | -0/+12 |
| | | |||||
* | | add initial types to remote.py | yobmod | 2021-05-03 | 1 | -25/+31 |
| | | |||||
* | | start add types to util.py | yobmod | 2021-02-28 | 1 | -5/+8 |
| | | |||||
* | | move cmd.py types to another branch, mark typing import as unused | yobmod | 2021-02-28 | 1 | -7/+4 |
| | | |||||
* | | drop py3.4 support | yobmod | 2021-02-28 | 1 | -4/+7 |
|/ | |||||
* | fix universal_newlines TypeError | x-santiaga-x | 2021-01-28 | 1 | -1/+3 |
| | | | | Fixes #1116 | ||||
* | Make git.cmd.Git.CatFileContentStream iterable | Hex052 | 2021-01-17 | 1 | -0/+3 |
| | | | Add __next__ method to git.cmd.Git.CatFileContentStream, so it can actually be used as an iterable | ||||
* | fix universal_newlines TypeError | Jim Wisniewski | 2020-12-30 | 1 | -3/+4 |
| | |||||
* | Fix exception causes in cmd.py | Ram Rachum | 2020-06-12 | 1 | -4/+4 |
| | |||||
* | Remove unnecessary check for PermissionError for Python < 3.3 | Harmon | 2020-02-08 | 1 | -5/+0 |
| | |||||
* | Remove and replace compat.string_types | Harmon | 2020-02-08 | 1 | -2/+1 |
| | |||||
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -7/+0 |
| | |||||
* | Remove and replace compat.unicode | Harmon | 2020-02-08 | 1 | -4/+2 |
| | |||||
* | Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython ↵ | Sebastian Thiel | 2019-10-29 | 1 | -0/+1 |
|\ | | | | | | | into imkaka-fix/deepsource-issues | ||||
| * | Merge branch 'master' into fix/deepsource-issues | Anil Khatri | 2019-10-23 | 1 | -3/+9 |
| |\ | |||||
| * | | silenced iter returns a non-iterator | Anil Khatri | 2019-10-23 | 1 | -0/+1 |
| | | | |||||
* | | | Fix #920 | Victor Luzgin | 2019-10-28 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Added exception handling for WinError6 | Ben Thayer | 2019-10-23 | 1 | -2/+5 |
| | | |||||
* | | Initial stab at fixing diffs involving submodule changes | JJ Graham | 2019-10-21 | 1 | -1/+1 |
| | | |||||
* | | Update cmd.py | Abhishek Kumar Singh | 2019-10-17 | 1 | -2/+1 |
| | | |||||
* | | Fixed#731 | Abhishek Kumar Singh | 2019-10-17 | 1 | -0/+4 |
|/ | | | Added check for local file url starting with `$HOME` / `~` to expand them using `os.path.expanduser`. |