Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 0.6.7HEAD0.6.7master | Miroslav Šulc | 2021-06-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> | ||||
* | correctly handling java versions in class-version-verify.py | Miroslav Šulc | 2021-06-19 | 2 | -6/+14 |
| | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> | ||||
* | release 0.6.60.6.6 | Miroslav Šulc | 2021-06-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> | ||||
* | fixed handling of module-info.class | Miroslav Šulc | 2021-06-19 | 2 | -4/+9 |
| | | | | | Closes: https://bugs.gentoo.org/742935 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> | ||||
* | fixed a typo | Miroslav Šulc | 2021-06-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> | ||||
* | release 0.6.50.6.5 | Miroslav Šulc | 2020-12-15 | 1 | -0/+3 |
| | | | | Signed-off-by: Miroslav Šulc <fordfrog@fordfrog.com> | ||||
* | https://bugs.gentoo.org/758716 | Volkmar W. Pogatzki | 2020-12-15 | 1 | -4/+4 |
| | | | | | | | | Bug: https://bugs.gentoo.org/758716 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/javatoolkit/pull/2 Signed-off-by: Miroslav Šulc <fordfrog@fordfrog.com> | ||||
* | release 0.6.40.6.4 | Patrice Clement | 2020-11-05 | 1 | -0/+3 |
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | reformat NEWS file | Patrice Clement | 2020-11-05 | 1 | -44/+32 |
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | remove ChangeLog file | Patrice Clement | 2020-11-05 | 1 | -373/+0 |
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | update NEWS | Patrice Clement | 2020-11-05 | 1 | -0/+12 |
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | allow expanding external entities through SAX parser. | Arfrever Frehtes Taifersar Arahesis | 2020-11-05 | 3 | -11/+60 |
| | | | | | | | | | | | | | | | | Python xml.sax module by default does not expand external entities since Python 3.6.7, 3.7.1 and 3.8.0: https://bugs.python.org/issue17239 3.6: https://github.com/python/cpython/commit/582d188e6e3487180891f1fc457a80dec8be26a8 3.7: https://github.com/python/cpython/commit/394e55a9279d17240ef6fe85d3b4ea3fe7b6dff5 3.8: https://github.com/python/cpython/commit/17b1d5d4e36aa57a9b25a0e694affbd1ee637e45 build.xml files may contain external entities resolving to other .xml files in given package. Closes: https://bugs.gentoo.org/698954 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | xml-rewrite-2.py: add back os.chdir() function call.0.6.3 | Patrice Clement | 2020-07-15 | 1 | -0/+2 |
| | | | | | | | Courtesy of Arfrever <arfrever@apache.org>. Closes: https://bugs.gentoo.org/698964 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | fix - check if xml file is empty0.6.2 | Miroslav Šulc | 2019-10-29 | 1 | -1/+2 |
| | | | | | Bug: https://bugs.gentoo.org/667590 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> | ||||
* | fixes bug #6986860.6.1 | Miroslav Šulc | 2019-10-29 | 1 | -1/+1 |
| | | | | | | | Bug: https://bugs.gentoo.org/698686 Fix by charles17@arcor.de Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> | ||||
* | add entry to NEWS | Patrice Clement | 2017-09-09 | 1 | -0/+4 |
| | |||||
* | decode bytes string to unicode string0.6.0 | Patrice Clement | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | rework SaxRewriterBase and SaxRewriter classes | Patrice Clement | 2017-08-14 | 1 | -4/+18 |
| | |||||
* | assign a default value to these args | Patrice Clement | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | reformat header | Patrice Clement | 2017-08-13 | 1 | -3/+1 |
| | |||||
* | remove useless header once again | Patrice Clement | 2017-08-13 | 1 | -16/+0 |
| | |||||
* | reformat usage text | Patrice Clement | 2017-08-12 | 2 | -41/+36 |
| | |||||
* | clean up header | Patrice Clement | 2017-08-12 | 1 | -21/+0 |
| | |||||
* | use context managers wherever possible | Patrice Clement | 2017-08-12 | 1 | -16/+12 |
| | |||||
* | reorganise imports | Patrice Clement | 2017-08-12 | 1 | -3/+2 |
| | |||||
* | remove useless or statements | Patrice Clement | 2017-08-12 | 1 | -9/+9 |
| | | | | | In fact, those statements are not needed since the constructor relies on keyword arguments. | ||||
* | remove ChangeLog | Patrice Clement | 2017-08-12 | 1 | -18/+0 |
| | |||||
* | add entry to NEWS | Patrice Clement | 2017-08-12 | 1 | -1/+2 |
| | |||||
* | add entry to NEWS0.5.1 | Patrice Clement | 2017-08-10 | 1 | -0/+4 |
| | |||||
* | swap around string encoding | Patrice Clement | 2017-08-10 | 1 | -2/+2 |
| | |||||
* | doesn't convert str to UTF8 | Patrice Clement | 2017-08-10 | 1 | -1/+1 |
| | |||||
* | convert usage to a multi line string | Patrice Clement | 2017-08-10 | 1 | -15/+14 |
| | |||||
* | format strings in a saner way | Patrice Clement | 2017-08-08 | 1 | -2/+2 |
| | |||||
* | change variable name | Patrice Clement | 2017-08-08 | 2 | -14/+11 |
| | | | | because cvv is indeed a magic class (except for James) | ||||
* | we're at version 0.5.00.5.0 | Patrice Clement | 2017-08-08 | 1 | -2/+2 |
| | |||||
* | remove obsolete directory | Patrice Clement | 2017-08-08 | 8 | -692/+0 |
| | |||||
* | format file | Patrice Clement | 2017-08-08 | 1 | -2/+7 |
| | |||||
* | add entry to NEWS file | Patrice Clement | 2017-08-08 | 1 | -0/+5 |
| | |||||
* | remove MANIFEST.in file | Patrice Clement | 2017-08-08 | 1 | -2/+0 |
| | | | | What's this file for? Not quite sure. | ||||
* | remove __version__ variable references | Patrice Clement | 2017-08-08 | 3 | -3/+3 |
| | |||||
* | fix imports | Patrice Clement | 2017-08-08 | 1 | -2/+2 |
| | |||||
* | autopep8 format | Patrice Clement | 2017-08-08 | 10 | -386/+785 |
| | |||||
* | more cleanup | Patrice Clement | 2017-08-08 | 5 | -16/+1 |
| | |||||
* | clean up INSTALL file | Patrice Clement | 2017-08-08 | 1 | -2/+0 |
| | |||||
* | add entry to NEWS | Patrice Clement | 2017-08-08 | 1 | -0/+4 |
| | |||||
* | clean up TODO file | Patrice Clement | 2017-08-08 | 1 | -1/+0 |
| | |||||
* | concatenate two ChangeLog files together | Patrice Clement | 2017-08-08 | 2 | -88/+88 |
| | |||||
* | remove yet another useless header | Patrice Clement | 2017-08-08 | 1 | -2/+0 |
| | |||||
* | not needed anymore | Patrice Clement | 2017-08-08 | 1 | -13/+0 |
| | |||||
* | remove a few more headers and add braces around two print functions0.4.0 | Patrice Clement | 2017-08-07 | 7 | -17/+2 |
| |