Ben Kurtovic
b7b3b2e33e
Update changelog; minor tweak to file headers
3 年前
Ben Kurtovic
1c983d3738
Assorted cleanup, linter fixes, and improvements for Python 3
3 年前
Kunal Mehta
7e5297fbe6
Drop Python 2 support
Fixes #221 .
4 年前
Hugo
59636609db
Drop support for EOL Python
6 年前
Ben Kurtovic
aaffb7f66b
Update copyright for 2016.
8 年前
Ben Kurtovic
e71e7b4ece
Update copyright years for 2015; fix whitespace in docs.
10 年前
Ben Kurtovic
8bc7ea669d
Improve test coverage; fix some node-related bugs.
* Parameters with non-integer keys can no longer be created with
showkey=False, nor have the value of this attribute be set to False
later.
* Calling Template.remove() with a Parameter object that is not part of
the template now raises ValueError instead of doing nothing.
* Added tests for HTMLEntity._unichr() being called with out-of-range
codepoints.
* Added tests for Tag.__children__() and Tag.__showtree__() involving
attributes that have no values.
10 年前
Ben Kurtovic
1312a1fb8a
Some clean up for Python 2.6 support.
* Removed unittest2 dependency on Python >2.6.
* Moved discover_tests.py into tests/.
* tokenizer.c: Fixed errors noted by -Wshorten-64-to-32.
10 年前
Marcio Faustino
88c8fb88e0
Switch to `unittest2` to be able to use new features in Python 2.6.
10 年前
Ben Kurtovic
e5f17eea00
Update copyright notices for 2014.
11 年前
Ben Kurtovic
066049b46a
Update email address.
11 年前
Ben Kurtovic
3fe629f541
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
11 年前
Ben Kurtovic
7853e20745
Move wrap() and wraptext() TO _test_tree_equality.
11 年前
Ben Kurtovic
6a385b3921
TestParameter and a fair chunk of TestTemplate.
11 年前
Ben Kurtovic
28b124a96c
Restarting work on unit tests with a test covering doc examples.
11 年前
Ben Kurtovic
4cb3506820
Update copyright notice; some additions.
12 年前
Ben Kurtovic
a880ff8bf2
mwtemplateparserfromhell -> mwparserfromhell; some additions; still incomplete
12 年前
Ben Kurtovic
ce8adf4b2e
Initial commit
12 年前