8000 Tags · Exirel/python-xmlunittest · GitHub
[go: up one dir, main page]

Skip to content

Tags: Exirel/python-xmlunittest

Tags

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #19 from Exirel/hotfix-1.0.1

Hotfix 1.0.1

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Exirel Florian Strzelecki
Bump to version 1.0.0

0.5.0

Toggle 0.5.0's commit message
Bump py3.x version in doc

0.4.0

Toggle 0.4.0's commit message
Fix example in README.md too

0.3.2

Toggle 0.3.2's commit message
Update doc about lxml version

0.3.1

Toggle 0.3.1's commit message
Housekeeping & version management

Thanks to an external contribution I update this project. Good!
So now `xmlunittest` will be tested with `tox`, and still support Python 2.7 and 3.4.
However, no support for older version of Python (no 2.6, no 3.3, etc.).
Also, Python 2.7 works fine with lxml 2.3.x, but not Python 3.4. So, technically, it "works" with lxml 2.3.x, but to play safe, I prefer to say "only lxml 3.x and above".

Ah, and thanks to @metamatik I now use the gender-neutral "their/them" in the documentation - I hope I didn't miss one!

And version 0.3.1, too.

0.3.0

Toggle 0.3.0's commit message
Compatibility with Python 3.4 and Python 2.7.6.

I had to fix some unit-test and add some encoding when reading files (because lxml can not create an XML document with encoding header from an unicode string).
Documentation update, with a small part for "contributing", and "compatibility".
Add a requirements.txt, because it's better for dev.
Bump setup.py and doc/conf.py version (0.2.x to 0.3.x).

0.2.0

Toggle 0.2.0's commit message
Version 0.2.0: schema validation and outputs check

0.1.1

Toggle 0.1.1's commit message
Version 0.1.1.

0.1.0

Toggle 0.1.0's commit message
Version 0.1.0: first release

0