Ben Kurtovic
3fb8f3214c
Fix StringMixIn.maketrans() on Py3k.
- Make a test in Py3k actually use StringMixIn instead of str.
- Minor cosmetic fix.
před 11 roky
Ben Kurtovic
1b69b5e882
Moving compat stuff exclusively for unit tests to its own file.
před 11 roky
Ben Kurtovic
7f87a1c4b3
Apply bugfixes so that some tests pass on Python 3.
- Skip CTokenizer tests if CTokenizer is not available.
- TestStringMixin: Don't make assumptions about default encoding.
- Add urllib stuff to mwparserfromhell.compat.
- Fix compat.py's line endings.
- gen.next() -> next(gen)
- assert*Equals() -> assert*Equal()
před 11 roky
Ben Kurtovic
9e26264d6b
Replace deprecated alias assertEquals() with assertEqual().
před 11 roky
Ben Kurtovic
34b85a93cd
Cosmetic change: standardize whitespace after class definition.
před 11 roky
Ben Kurtovic
49b9863b77
Handle keyword arguments in some methods with py3k correctly.
před 11 roky
Ben Kurtovic
ff51d7f5e5
Some tests for SmartLists; __reversed__ in StringMixIn
před 11 roky
Ben Kurtovic
b9d2a83b8a
Starting TestSmartList.
před 11 roky
Ben Kurtovic
0af5894647
Finish tests for py3k-only methods in TestStringMixIn.
před 11 roky
Ben Kurtovic
cf14b5ef4e
Add some missing methods to StringMixIn.
před 11 roky
Ben Kurtovic
6704bcd662
Document the remaining universal methods.
Still need to do some py3k-only ones.
před 11 roky
Ben Kurtovic
57d48f1adb
More tests for StringMixIns.
před 11 roky
Ben Kurtovic
5a0a00ba98
Change the way verify_safe() handles template params ( #25 ).
- Newlines are now allowed in template param names.
- Changes also affect handling of arguments like {{{foo}}}.
- Update unit tests: remove some unnecessary ones, and add some to cover the changes.
- Update StringMixIn tests to actually work for some of the methods.
- Update copyright notices for the C extensions.
před 11 roky
Ben Kurtovic
9a87329d69
More tests for test_other_methods()
před 11 roky
Ben Kurtovic
e2fe0120ea
Some tests for test_other_methods()
před 11 roky
Ben Kurtovic
6e748004d1
test_types(), test_other_magics(); add range to compat
před 11 roky
Ben Kurtovic
221af8a9d7
Adding some tests to TestStringMixIn
před 11 roky
Ben Kurtovic
111a71f0c2
Committing an empty file to work on later.
před 11 roky
Ben Kurtovic
fb7567d6d0
Some empty testcases.
před 11 roky
Ben Kurtovic
cd5cc6a7d0
Update copyright notices for 2013.
před 11 roky
Ben Kurtovic
816207bb5a
Simplify docs massively.
před 12 roky
Ben Kurtovic
aeb214acb5
Document compat, nodes.extras, Attribute, Parameter
před 12 roky
Ben Kurtovic
3633f31633
Relaive imports because they are awesome; more stuff in SmartList.
před 12 roky
Ben Kurtovic
fca7e9dd80
Implement Heading, HTMLTag, HTMLTagAttribute, plus some fixes.
před 12 roky
Ben Kurtovic
e4fd6ef127
Updating with a more logical project structure.
před 12 roky
Ben Kurtovic
4cb3506820
Update copyright notice; some additions.
před 12 roky
Ben Kurtovic
9d1e77000c
A bunch of updates from the past weeks.
před 12 roky
Ben Kurtovic
a880ff8bf2
mwtemplateparserfromhell -> mwparserfromhell; some additions; still incomplete
před 12 roky
Ben Kurtovic
ce8adf4b2e
Initial commit
před 12 roky