aboutsummaryrefslogtreecommitdiff
path: root/elogv
Commit message (Collapse)AuthorAgeFilesLines
* elogv: accept PORTAGE_LOGDIRAlfred Wingate2023-10-061-2/+4
| | | | | | | | | | | Bug: https://bugs.gentoo.org/668538 Closes: https://bugs.gentoo.org/901961 Co-authored-by: josef.95 <josef64@posteo.org> Thanks-To: Sam James <sam@gentoo.org> Thanks-To: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Thanks-To: Ninpo <ninpo@gap.la> Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Complete information on elogv contributorsSebastian Pipping2023-10-061-0/+1
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* elogv: Address linter issuesAlfred Wingate2023-10-061-5/+4
| | | | | | | * Remove unused variables. * Rename l to output_line and wrapped_line to wrapped_lines for clarity. Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Reformat with isortAlfred Wingate2023-10-061-9/+10
| | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Reformat with blackAlfred Wingate2023-10-061-110/+155
| | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Port to lzmaAlfred Wingate2023-10-051-10/+2
| | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Open files with same function to allow decompression to work seamlesslyAlfred Wingate2023-10-051-9/+13
| | | | | | | | * liblzma left mostly untouched, next commit will port it to lzma. * BZ2File -> open to allow plaintext reading, which is expected elsewhere in elogv. Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Stop calling deprecated gettext.bind_textdomain_codesetSebastian Pipping2020-11-231-1/+0
| | | | | | | Deprecated since Python 3.8, will be removed with Python 3.10. Closes: https://bugs.gentoo.org/756019 Related: a98c6ba7eabcdeafaf7bf27263073b77fd26a0d3 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Drop leftover/ouf-of-sync comments on use of lgettextSebastian Pipping2020-11-231-4/+1
| | | | | Related: a98c6ba7eabcdeafaf7bf27263073b77fd26a0d3 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Fix crash for >32767 log files (fixes #10)Sebastian Pipping2018-07-081-0/+6
|
* Use unicode returning gettext functions, refs #8Gilles Dartiguelongue2018-05-181-1/+2
| | | | | | | There is a big fat warning in python documentation [1] hinting that l*gettext might be eventually deprecated. [1] https://docs.python.org/3.6/library/gettext.html?highlight=gettext%20lgettext#gettext.lgettext
* Fix window computation not being int, closes #8Gilles Dartiguelongue2018-05-181-2/+2
|
* Sync list of authors with Git historySebastian Pipping2018-05-161-2/+6
|
* Drop future import print_functionSebastian Pipping2018-05-161-2/+0
|
* Turn shebang lines to explicit Python 3Sebastian Pipping2018-05-161-1/+1
|
* Drop pre-python 2.5 compatibility codeGilles Dartiguelongue2018-05-141-7/+1
|
* Use yield rather than returning an iterator in generator functionGilles Dartiguelongue2018-05-141-5/+2
|
* Drop unused intermediate variableGilles Dartiguelongue2018-05-141-2/+1
|
* Use enumerate to reduce loop management logicGilles Dartiguelongue2018-05-141-2/+1
|
* Drop unneeded __init__ for exception classesGilles Dartiguelongue2018-05-141-6/+5
|
* Make code compatible with python 3Gilles Dartiguelongue2018-05-141-8/+12
|
* Save one round of encoding/decoding back and forth0.7.6.6Sebastian Pipping2014-10-291-3/+4
|
* Fix crash for locale without explicit encoding (Gentoo bug #527240)Sebastian Pipping2014-10-291-1/+24
|
* Fix resuming from Ctrl+Z/SIGTSTP (Gentoo bug #348110)Sebastian Pipping2014-10-261-0/+16
|
* Merge branch 'check-locale'Sebastian Pipping2014-10-261-2/+52
|\
| * Handle and report about invalid locales (issue #3)Sebastian Pipping2014-10-061-2/+52
| |
* | Fix crash for PORT_LOGDIR containing ".log" (issue #4)Sebastian Pipping2014-10-261-1/+1
| |
* | Fix crash when log files with bad names are found, onlySebastian Pipping2014-10-261-3/+3
| |
* | Prevent crash with LC_TIME=ja_JP.UTF-8 (Gentoo bug #464962)Sebastian Pipping2014-10-251-3/+14
| |
* | Make log filename parsing more robust (Gentoo bug 503904)Sebastian Pipping2014-10-241-3/+5
|/
* Move from print statement to print functionSebastian Pipping2013-05-091-7/+9
| | | | This closes the door on Python 2.5 and earlier and opens the door to Python 3.x.
* Fix crash with TERM=vt100Sebastian Pipping2013-05-091-6/+9
|
* add compression support0.7.6hasufell2013-05-051-4/+27
| | | | gzip, bz2, xz
* Import of elogv version 0.7.50.7.5Luca Marturana2013-05-041-0/+574