Commits on Feb 12, 2023
Commits on Dec 29, 2022
-
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.
Commits on Dec 27, 2022
Commits on Dec 24, 2022
Commits on Jul 6, 2022
Commits on May 18, 2022
Commits on May 17, 2022
-
Revert "Remove flake8 linting in favor of
black
formatting"This reverts commit a7c5d88.
-
Remove flake8 linting in favor of
black
formatting`flake8` seems to dislike the formatting of black.
-
Run everything through 'black'
That way people who use it won't be deterred, while it unifies style everywhere.
Commits on Apr 7, 2022
Commits on Apr 6, 2022
-
feat(cmd): add the
strip_newline
flagThis 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.
Commits on Jan 21, 2022
-
set unassigned stdin to improve pyinstaller compatibility
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
Commits on Sep 18, 2021
Commits on Sep 9, 2021
-
Merge pull request #1318 from Yobmod/main
General fixes for next release