Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update cmd.py | Eric Wieser | 2023-02-12 | 1 | -2/+1 |
| | |||||
* | Fix RecursionError when iterating streams | Eric Wieser | 2023-02-12 | 1 | -3/+3 |
| | |||||
* | Fix Sphinx rendering errors | Stephan Creutz | 2022-12-29 | 1 | -2/+4 |
| | | | | | | | | These errors are mostly fixed by either adding blank lines or single spaces for Sphinx documentation key words. The commit solely includes documentation changes, no functional changes. | ||||
* | Updates from review | Santos Gallegos | 2022-12-27 | 1 | -5/+5 |
| | |||||
* | Block unsafe options and protocols by default | Santos Gallegos | 2022-12-23 | 1 | -1/+46 |
| | |||||
* | Catch OSError to handle gevent monkey patching errors | Ethan Anderson | 2022-07-06 | 1 | -1/+1 |
| | |||||
* | reformat according to 'black' configuration file. | Sebastian Thiel | 2022-05-18 | 1 | -92/+31 |
| | |||||
* | Revert "Remove flake8 linting in favor of `black` formatting" | Sebastian Thiel | 2022-05-18 | 1 | -1/+1 |
| | | | | This reverts commit a7c5d887e943aa51f2270e517954c024a8c01500. | ||||
* | Remove flake8 linting in favor of `black` formatting | Sebastian Thiel | 2022-05-18 | 1 | -1/+1 |
| | | | | `flake8` seems to dislike the formatting of black. | ||||
* | Run everything through 'black' | Sebastian Thiel | 2022-05-18 | 1 | -224/+368 |
| | | | | | That way people who use it won't be deterred, while it unifies style everywhere. | ||||
* | fix(docs): remove an unexpected blank line | Hiroki Tokunaga | 2022-04-07 | 1 | -1/+0 |
| | |||||
* | docs: escape with backticks | Hiroki Tokunaga | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | chore: `s/strip_newline/&_in_stdout` | Hiroki Tokunaga | 2022-04-07 | 1 | -5/+5 |
| | |||||
* | feat(cmd): add the `strip_newline` flag | Hiroki Tokunaga | 2022-04-06 | 1 | -2/+5 |
| | | | | | | | | This commit adds the `strip_newline` flag to the `Git.execute` method. When this flag is set to `True`, it will trim the trailing `\n`. The default value is `True` for backward compatibility. Setting it to `False` is helpful for, e.g., the `git show` output, especially with the binary file, as the missing `\n` may invalidate the file. | ||||
* | set unassigned stdin to improve pyinstaller compatibility | smokephil | 2022-01-21 | 1 | -2/+3 |
| | | | | To create a window application with pyinstaller, all suprocess input and output streams must be assigned and must not be None. https://stackoverflow.com/a/51706087/7076612 | ||||
* | Add a way to force status codes inside AutoInterrupt._terminate, and let ↵ | sroet | 2021-09-18 | 1 | -7/+12 |
| | | | | tests use it | ||||
* | fix typo's | sroet | 2021-09-18 | 1 | -1/+1 |
| | |||||
* | make flake8 and mypy happy | sroet | 2021-09-18 | 1 | -10/+16 |
| | |||||
* | reuse kill_after_timeout kwarg | sroet | 2021-09-18 | 1 | -20/+46 |
| | |||||
* | update docstring | sroet | 2021-09-18 | 1 | -1/+1 |
| | |||||
* | reset default timeout to None | sroet | 2021-09-18 | 1 | -1/+1 |
| | |||||
* | change default fetch timeout to 60 s | sroet | 2021-09-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1318 from Yobmod/main | Dominic | 2021-09-09 | 1 | -14/+28 |
|\ | | | | | General fixes for next release | ||||
| * | Update changelog and version | Yobmod | 2021-08-09 | 1 | -0/+2 |
| | | |||||
| * | add type check to conf_encoding (in thoery could be bool or int) | Yobmod | 2021-08-08 | 1 | -5/+3 |
| | | |||||
| * | fix setup.py classifiers, improvefnmatchprocess handler types | yobmod | 2021-08-08 | 1 | -14/+28 |
| | | |||||
* | | Assure CWD is readable after acquiring it | 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 |
| | |