aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Release 0.7.70.7.7Sebastian Pipping2018-05-162-1/+4
|
* Sync list of authors with Git historySebastian Pipping2018-05-161-2/+6
|
* Merge branch 'python3-support' (#7)Sebastian Pipping2018-05-162-34/+24
|\
| * Drop future import print_functionSebastian Pipping2018-05-161-2/+0
| |
| * Turn shebang lines to explicit Python 3Sebastian Pipping2018-05-162-2/+2
| |
| * 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-292-2/+28
|
* Fix resuming from Ctrl+Z/SIGTSTP (Gentoo bug #348110)Sebastian Pipping2014-10-262-0/+19
|
* Release 0.7.6.50.7.6.5Sebastian Pipping2014-10-262-1/+4
|
* Merge branch 'check-locale'Sebastian Pipping2014-10-261-2/+52
|\
| * Handle and report about invalid locales (issue #3)Sebastian Pipping2014-10-061-2/+52
| |
* | Release 0.7.6.40.7.6.4Sebastian Pipping2014-10-261-1/+1
| |
* | Fix crash for PORT_LOGDIR containing ".log" (issue #4)Sebastian Pipping2014-10-262-1/+2
| |
* | Fix crash when log files with bad names are found, onlySebastian Pipping2014-10-262-3/+6
| |
* | Release 0.7.6.30.7.6.3Sebastian Pipping2014-10-252-1/+4
| |
* | Prevent crash with LC_TIME=ja_JP.UTF-8 (Gentoo bug #464962)Sebastian Pipping2014-10-251-3/+14
| |
* | Release 0.7.6.20.7.6.2Sebastian Pipping2014-10-252-1/+6
| |
* | Replace /etc/make.conf by /etc/portage/make.confSebastian Pipping2014-10-256-7/+7
| |
* | Replace /etc/make.conf.example by /usr/share/portage/config/make.conf.exampleSebastian Pipping2014-10-256-6/+6
| |
* | Add "make dist" supportSebastian Pipping2014-10-252-0/+13
| |
* | Make log filename parsing more robust (Gentoo bug 503904)Sebastian Pipping2014-10-241-3/+5
|/
* fix homepage0.7.6.1hasufell2013-05-096-6/+6
|
* Point to GitHub rather than SourceForgeSebastian Pipping2013-05-095-8/+8
|
* Mark file as text: man/elogv.1.esSebastian Pipping2013-05-091-0/+1
| | | | Previously, git treated it as a binary file.
* 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 accidental print statement in setup.pySebastian Pipping2013-05-091-1/+1
|
* Init .gitignoreSebastian Pipping2013-05-091-0/+2
|
* Remove generated file PKG-INFOSebastian Pipping2013-05-091-10/+0
| | | | PS: It is generated by "python setup.py sdist"
* Update project URL in setup.pySebastian Pipping2013-05-091-1/+1
|
* Set version to 0.7.6.1 in setup.pySebastian Pipping2013-05-091-1/+1
|
* pyflakes: Remove unused imports from setup.pySebastian Pipping2013-05-091-2/+0
|
* Update change logSebastian Pipping2013-05-091-1/+4
|
* Fix crash with TERM=vt100Sebastian Pipping2013-05-091-6/+9
|
* Add compression supportLuca Marturana2013-05-091-0/+3
|
* Added changelog entry of versione 0.7.5Luca Marturana2013-05-091-0/+3
|
* Add old ChangeLogsLuca Marturana2013-05-092-0/+151
|
* add compression support0.7.6hasufell2013-05-051-4/+27
| | | | gzip, bz2, xz
* Import of elogv version 0.7.50.7.5Luca Marturana2013-05-0415-0/+1889