aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.6.50.6.5Miroslav Šulc2020-12-151-0/+3
| | | | Signed-off-by: Miroslav Šulc <fordfrog@fordfrog.com>
* https://bugs.gentoo.org/758716Volkmar W. Pogatzki2020-12-151-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.4Patrice Clement2020-11-051-0/+3
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* reformat NEWS filePatrice Clement2020-11-051-44/+32
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove ChangeLog filePatrice Clement2020-11-051-373/+0
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update NEWSPatrice Clement2020-11-051-0/+12
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* allow expanding external entities through SAX parser.Arfrever Frehtes Taifersar Arahesis2020-11-053-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.3Patrice Clement2020-07-151-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.2Miroslav Šulc2019-10-291-1/+2
| | | | | Bug: https://bugs.gentoo.org/667590 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* fixes bug #6986860.6.1Miroslav Šulc2019-10-291-1/+1
| | | | | | | Bug: https://bugs.gentoo.org/698686 Fix by charles17@arcor.de Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* add entry to NEWSPatrice Clement2017-09-091-0/+4
|
* decode bytes string to unicode string0.6.0Patrice Clement2017-09-081-1/+1
|
* rework SaxRewriterBase and SaxRewriter classesPatrice Clement2017-08-141-4/+18
|
* assign a default value to these argsPatrice Clement2017-08-131-1/+1
|
* reformat headerPatrice Clement2017-08-131-3/+1
|
* remove useless header once againPatrice Clement2017-08-131-16/+0
|
* reformat usage textPatrice Clement2017-08-122-41/+36
|
* clean up headerPatrice Clement2017-08-121-21/+0
|
* use context managers wherever possiblePatrice Clement2017-08-121-16/+12
|
* reorganise importsPatrice Clement2017-08-121-3/+2
|
* remove useless or statementsPatrice Clement2017-08-121-9/+9
| | | | | In fact, those statements are not needed since the constructor relies on keyword arguments.
* remove ChangeLogPatrice Clement2017-08-121-18/+0
|
* add entry to NEWSPatrice Clement2017-08-121-1/+2
|
* add entry to NEWS0.5.1Patrice Clement2017-08-101-0/+4
|
* swap around string encodingPatrice Clement2017-08-101-2/+2
|
* doesn't convert str to UTF8Patrice Clement2017-08-101-1/+1
|
* convert usage to a multi line stringPatrice Clement2017-08-101-15/+14
|
* format strings in a saner wayPatrice Clement2017-08-081-2/+2
|
* change variable namePatrice Clement2017-08-082-14/+11
| | | | because cvv is indeed a magic class (except for James)
* we're at version 0.5.00.5.0Patrice Clement2017-08-081-2/+2
|
* remove obsolete directoryPatrice Clement2017-08-088-692/+0
|
* format filePatrice Clement2017-08-081-2/+7
|
* add entry to NEWS filePatrice Clement2017-08-081-0/+5
|
* remove MANIFEST.in filePatrice Clement2017-08-081-2/+0
| | | | What's this file for? Not quite sure.
* remove __version__ variable referencesPatrice Clement2017-08-083-3/+3
|
* fix importsPatrice Clement2017-08-081-2/+2
|
* autopep8 formatPatrice Clement2017-08-0810-386/+785
|
* more cleanupPatrice Clement2017-08-085-16/+1
|
* clean up INSTALL filePatrice Clement2017-08-081-2/+0
|
* add entry to NEWSPatrice Clement2017-08-081-0/+4
|
* clean up TODO filePatrice Clement2017-08-081-1/+0
|
* concatenate two ChangeLog files togetherPatrice Clement2017-08-082-88/+88
|
* remove yet another useless headerPatrice Clement2017-08-081-2/+0
|
* not needed anymorePatrice Clement2017-08-081-13/+0
|
* remove a few more headers and add braces around two print functions0.4.0Patrice Clement2017-08-077-17/+2
|
* port to python 3Patrice Clement2017-07-0423-371/+328
| | | | Closes: https://github.com/gentoo/javatoolkit/pull/1
* fix a typoPatrice Clement2017-03-231-1/+1
|
* remove extraneous spacePatrice Clement2017-03-231-1/+1
|
* Complete the previous patch, actually remove the missing import.Vlastimil Babka2011-02-131-1/+0
| | | | svn path=/projects/javatoolkit/trunk/; revision=8312
* Remove usage of PrettyPrint from pyxml, bug #354421. Thanks to Rafał ↵Vlastimil Babka2011-02-132-5/+2
| | | | | | Mużyło <galtgendo@o2.pl>. svn path=/projects/javatoolkit/trunk/; revision=8311