24 次代码提交 (1d5db417518286180538d5ce533aac5d3bc7c365)

作者 SHA1 备注 提交日期
  Ben Kurtovic 83bcb902b8 Support manual construction of Node objects (fixes #214) 5 年前
  Hugo 59636609db Drop support for EOL Python 5 年前
  Ben Kurtovic aaffb7f66b Update copyright for 2016. 8 年前
  Ben Kurtovic e71e7b4ece Update copyright years for 2015; fix whitespace in docs. 9 年前
  Ben Kurtovic b997e4cd71 Support attributes quoted with '; add required quotes in value setter. 9 年前
  Ben Kurtovic 1312a1fb8a Some clean up for Python 2.6 support. 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. 10 年前
  Ben Kurtovic 45aec31629 Move range/xrange compatibility code to compat.py. 10 年前
  Ben Kurtovic 44484daef3 Updating tests for new __children__ protocol. 10 年前
  Ben Kurtovic 1946cf621d Add a temporary skip_style_tags until we resolve some issues. 10 年前
  Ben Kurtovic 066049b46a Update email address. 10 年前
  Ben Kurtovic de6d5074fa Tag.showtag -> Tag.wiki_markup 10 年前
  Ben Kurtovic 77c4df701b Fix assorted bugs in the Tag node. 10 年前
  Ben Kurtovic c241bff9f5 Remove .type check from assertTagNodeEqual() 11 年前
  Ben Kurtovic 1b4c01b4c0 Implement assertTagNodeEqual(), start test_tag(), add to tags.mwtest. 11 年前
  Ben Kurtovic 3fe629f541 Condense usage of wrap([Text("foo")]) to just wraptext("foo"). 11 年前
  Ben Kurtovic 06873ee6ed Add tests for __iternodes__(); add a getnodes() function. 11 年前
  Ben Kurtovic 7853e20745 Move wrap() and wraptext() TO _test_tree_equality. 11 年前
  Ben Kurtovic 094e867ee6 Add test_integration(); add a horrible abuse of PEP8 11 年前
  Ben Kurtovic 404b4479a2 Implement the remaining asserts in TreeEqualityTestCase. 11 年前
  Ben Kurtovic 892092434f Skeleton for TestBuilder; adding some nodes to TreeEqualityTestCase. 11 年前
  Ben Kurtovic a8cb275b94 Add TestUtils; implement two tests for it. 11 年前
  Ben Kurtovic e3f89af62d Adding a TreeEqualityTestCase base class. 11 年前