Árpád Horváth

Results 8 issues of Árpád Horváth

I would suggest a version of the `transform` method, where there is no change if a field is missing. My motivation is, that I like the idea of pyrsistent's tranformation,...

The regexp below works with rstr.xeger but with xeger it raises "KeyError: CATEGORY_DIGIT". In [44]: re = r'(1[0-2]|0[1-9])(:[0-5]\d){2} (A|P)M' In [45]: rstr.xeger(re) Out[45]: '05:55:17 PM' In [46]: xeger.Xeger().xeger(re) --------------------------------------------------------------------------- KeyError...

I have updated check_install.py. Now it can check versions in python3 as well if you run it with python3. I have checked it works with 2.7.6 as well.

If I run `get_query_tables` with this string as an argument, I think only TABLE1 should be in the value it returns, and MTYPE shouldn't be there. ```sql SELECT * FROM...

Python 3.4 and 3.5 compatibility should be dropped in the new version. End of life of the 3.5 version was 13 Sep 2020. That way xmltodict needn't use OrderedDict depending...

Fixing https://github.com/martinblech/xmltodict/issues/303 Beside solving the problem I also removed/changed some parts that only needed for Python 2 compatibility. As on PyPi Python 2 compatibility is not claimed, merging it should...

I would close it as the other pull request is better and it passes now as I fixed an issue. Fixing https://github.com/martinblech/xmltodict/issues/303

Dear msanders, I have changed table and created two new snippets: "a" and "aname". Arpad