Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 0.8.3HEAD0.8.3master | Sebastian Pipping | 2023-10-07 | 2 | -3/+9 |
* | elogv: accept PORTAGE_LOGDIR | Alfred Wingate | 2023-10-06 | 1 | -2/+4 |
* | Merge branch 'complete-authors' | Sebastian Pipping | 2023-10-06 | 1 | -0/+1 |
|\ | |||||
| * | Complete information on elogv contributors | Sebastian Pipping | 2023-10-06 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'pre-commit-github-actions' | Sebastian Pipping | 2023-10-06 | 6 | -6/+108 |
|\ | |||||
| * | pre-commit: Integrate with Github Actions | Sebastian Pipping | 2023-10-06 | 1 | -0/+58 |
| * | pre-commit: Sync .git-blame-ignore-revs | Sebastian Pipping | 2023-10-06 | 1 | -0/+4 |
| * | pre-commit: Configure | Sebastian Pipping | 2023-10-06 | 1 | -0/+42 |
| * | pre-commit: Mass-apply trailing-whitespace | Sebastian Pipping | 2023-10-06 | 1 | -4/+4 |
| * | pre-commit: Mass-apply end-of-file-fixer | Sebastian Pipping | 2023-10-06 | 2 | -2/+0 |
* | | Merge branch 'pyproject-toml-fix-license' | Sebastian Pipping | 2023-10-06 | 2 | -1/+340 |
|\ \ | |||||
| * | | LICENSE: Add GPL 2 text (code license is GPL 2 or later) | Sebastian Pipping | 2023-10-06 | 1 | -0/+339 |
| * | | pyproject.toml: Get license back in sync with code headers | Sebastian Pipping | 2023-10-06 | 1 | -1/+1 |
|/ / | |||||
* / | Add .mailmap | Sebastian Pipping | 2023-10-06 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'pull-16-parona-source-black' | Sebastian Pipping | 2023-10-06 | 4 | -191/+249 |
|\ | |||||
| * | .git-blame-ignore-revs: Ignore reformat commits in blame | Alfred Wingate | 2023-10-06 | 1 | -0/+4 |
| * | elogv: Address linter issues | Alfred Wingate | 2023-10-06 | 1 | -5/+4 |
| * | pyproject.toml: Add ruff configuration | Alfred Wingate | 2023-10-06 | 1 | -0/+5 |
| * | Reformat with isort | Alfred Wingate | 2023-10-06 | 2 | -15/+14 |
| * | pyproject.toml: Add isort configuration | Alfred Wingate | 2023-10-06 | 1 | -0/+4 |
| * | Reformat with black | Alfred Wingate | 2023-10-06 | 2 | -172/+215 |
| * | pyproject.toml: Add black configuration | Alfred Wingate | 2023-10-06 | 1 | -0/+4 |
|/ | |||||
* | Release 0.8.20.8.2 | Sebastian Pipping | 2023-10-05 | 2 | -1/+4 |
* | Merge branch 'pull-15-parona-source-lzma' | Sebastian Pipping | 2023-10-05 | 2 | -21/+14 |
|\ | |||||
| * | Port to lzma | Alfred Wingate | 2023-10-05 | 2 | -13/+2 |
| * | Open files with same function to allow decompression to work seamlessly | Alfred Wingate | 2023-10-05 | 1 | -9/+13 |
|/ | |||||
* | Release 0.8.10.8.1 | Sebastian Pipping | 2023-10-05 | 2 | -1/+4 |
* | Merge branch 'pull-14-parona-source-setuptools-3' | Sebastian Pipping | 2023-10-05 | 2 | -67/+31 |
|\ | |||||
| * | pyproject.toml: add dependencies | Alfred Wingate | 2023-10-05 | 1 | -0/+4 |
| * | Move metadata from setup.py to pyproject.toml | Alfred Wingate | 2023-10-05 | 2 | -8/+13 |
| * | pyproject.toml: Use modern setuptools backend | Alfred Wingate | 2023-10-05 | 1 | -0/+3 |
| * | setup.py: Remove last distutils import | Alfred Wingate | 2023-10-05 | 1 | -3/+1 |
| * | setup.py: Convert to setuptools | Alfred Wingate | 2023-10-05 | 1 | -52/+5 |
| * | setup.py: use logging over distutils.log | Alfred Wingate | 2023-10-05 | 1 | -8/+9 |
|/ | |||||
* | Release 0.8.00.8.0 | Sebastian Pipping | 2023-07-08 | 2 | -1/+4 |
* | setup.py: Specify packages=[] to fix the build | Sebastian Pipping | 2023-07-08 | 1 | -0/+1 |
* | Fixed refactor, alignment, breaks, and readibility. | Montana Mendy | 2022-01-15 | 1 | -51/+60 |
* | Merge branch 'fix-gentoo-bug-756019'0.7.9 | Sebastian Pipping | 2020-11-23 | 3 | -7/+6 |
|\ | |||||
| * | Prepare release 0.7.9 | Sebastian Pipping | 2020-11-23 | 2 | -1/+4 |
| * | setup.py: Sync project home URL | Sebastian Pipping | 2020-11-23 | 1 | -1/+1 |
| * | Stop calling deprecated gettext.bind_textdomain_codeset | Sebastian Pipping | 2020-11-23 | 1 | -1/+0 |
| * | Drop leftover/ouf-of-sync comments on use of lgettext | Sebastian Pipping | 2020-11-23 | 1 | -4/+1 |
|/ | |||||
* | Merge pull request #11 from fturco/readme | Sebastian Pipping | 2018-08-19 | 1 | -18/+17 |
|\ | |||||
| * | fix minor problems with README | Francesco Turco | 2018-08-18 | 1 | -18/+17 |
|/ | |||||
* | Document #10, release 0.7.80.7.8 | Sebastian Pipping | 2018-07-08 | 2 | -1/+4 |
* | Fix crash for >32767 log files (fixes #10) | Sebastian Pipping | 2018-07-08 | 1 | -0/+6 |
* | Release 0.7.7.10.7.7.1 | Sebastian Pipping | 2018-05-18 | 2 | -1/+4 |
* | Merge pull request #9 from EvaSDK/fix-some-more-python3 | Sebastian Pipping | 2018-05-18 | 1 | -3/+4 |
|\ | |||||
| * | Use unicode returning gettext functions, refs #8 | Gilles Dartiguelongue | 2018-05-18 | 1 | -1/+2 |
| * | Fix window computation not being int, closes #8 | Gilles Dartiguelongue | 2018-05-18 | 1 | -2/+2 |
|/ |