116 Комити (08cafc05766afe98c612aca21caa1882e5c2e5c7)

Аутор SHA1 Порука Датум
  Ben Kurtovic 08cafc0576 Raise ParserError for internal problems. Improve coverage. Cleanup. пре 10 година
  Ricordisamoa 9108d49d68 fix some typos: occurance → occurrence, parasable → parsable пре 10 година
  Ben Kurtovic e5f17eea00 Update copyright notices for 2014. пре 10 година
  Ben Kurtovic 45aec31629 Move range/xrange compatibility code to compat.py. пре 10 година
  Ben Kurtovic 99d433c2d5 Change protocol for Node iteration; rename __iternodes__ to __children__. пре 10 година
  Ben Kurtovic 066049b46a Update email address. пре 10 година
  Ben Kurtovic cf90557229 Template.has() should be passed ignore_empty=False by default. пре 10 година
  Ben Kurtovic 40b92358b4 Simplify parameter removal. пре 10 година
  Ben Kurtovic f2442906db Implement support for Template.remove() taking Parameters as arguments. пре 10 година
  Ben Kurtovic bdfd0632b3 A couple very minor nitpicks. пре 10 година
  Ben Kurtovic d1a7d25220 Set right context for ExternalLink.url; Wikicode.filter_external_links() пре 10 година
  Ben Kurtovic 67f1762aa4 Doc updates, and allow passing a starting context to tokenize(). пре 10 година
  Ben Kurtovic d91c65dc1f TestExternalLink; some fixes in ExternalLink. пре 10 година
  Ben Kurtovic 5e6e5b6301 tag_defs.py -> definitions.py; more outline stuff пре 10 година
  Ben Kurtovic 8fe8b1fef5 Implement ExternalLinks as tokens and in the builder. пре 10 година
  Ben Kurtovic 0886b6fbf6 Add ExternalLink Node type. пре 10 година
  Ben Kurtovic 800bd20e39 Implement Tag.has(), Tag.get(), Tag.add(), and Tag.remove() (closes #11). пре 10 година
  Ben Kurtovic 9280cb16fe Fix behavior with quoted attrs and spaces before the =. пре 10 година
  Ben Kurtovic 53c26589ee Some node fixes; attributes with empty values now display correctly. пре 10 година
  Ben Kurtovic a7dda77474 Template.has_param() -> Template.has() пре 10 година
  Ben Kurtovic 7a4b1625d3 Strip self-closing tags correctly. пре 10 година
  Ben Kurtovic 4f52887e17 wiki_markup stores the markup itself instead of a bool пре 10 година
  Ben Kurtovic de6d5074fa Tag.showtag -> Tag.wiki_markup пре 10 година
  Ben Kurtovic 2c4bff1d68 Start test_tag; some fixes for Tags. пре 10 година
  Ben Kurtovic b8752a5c15 test_attribute; better setters for padding attributes пре 10 година
  Ben Kurtovic 77c4df701b Fix assorted bugs in the Tag node. пре 10 година
  Ben Kurtovic bee74c0ced Some doc updates. пре 11 година
  Ben Kurtovic 7d1a28a249 Support single and single-only tags like <br>. пре 11 година
  Ben Kurtovic 81e8fdd682 Give Attributes more attributes for padding data. пре 11 година
  Ben Kurtovic 6450814729 Remove 'type' attribute from tags; rework tag definitions. пре 11 година
  Ben Kurtovic 3fb8f3214c Fix StringMixIn.maketrans() on Py3k. пре 11 година
  Ben Kurtovic 61fc5b5eab Fix handling of self-closing tags (closes #31) пре 11 година
  Ben Kurtovic 81849013bc Finishing tests for Templates; some fixes. пре 11 година
  Ben Kurtovic 2ca3b2805e Implement 'before' parameter for Template.add() (closes #21) пре 11 година
  Ben Kurtovic b46c98b012 Clean up template.add(); add a before param but do not implement yet. пре 11 година
  Ben Kurtovic 786d619274 Drop force_no_field in template.remove(); implement test_remove(). пре 11 година
  Ben Kurtovic 6a385b3921 TestParameter and a fair chunk of TestTemplate. пре 11 година
  Ben Kurtovic 6bf8cfd2ad Fix tests for Python 3. пре 11 година
  Ben Kurtovic 8db40689ed Improve a few things about nodes; simply a method in Wikicode. пре 11 година
  Ben Kurtovic 404b4479a2 Implement the remaining asserts in TreeEqualityTestCase. пре 11 година
  Ben Kurtovic 34b85a93cd Cosmetic change: standardize whitespace after class definition. пре 11 година
  Ben Kurtovic 357e421fe8 Text nodes should now appear a bit better in tree form. пре 11 година
  Ben Kurtovic cd5cc6a7d0 Update copyright notices for 2013. пре 11 година
  Ben Kurtovic eed7c918bf Implement padding support for Tags completely; open_padding->padding. пре 11 година
  Ben Kurtovic a58c480639 Fix some usage of attrs; shorten a context, fix some behavior I broke. пре 11 година
  Ben Kurtovic 146d1fd006 Fix a bug in rendering Tags; attrs->attributes; update documentation. пре 11 година
  Ben Kurtovic a21c69fa1e Split off tag definitions into a new file. пре 11 година
  Ben Kurtovic 827c544721 Should correctly handle closing tags with strange spacing. пре 11 година
  Ben Kurtovic f78bcf832a Keep .type and .tag synchronized in Tags when using their setters. пре 11 година
  Ben Kurtovic 7e46601b1d Tags should fully work now in tokenizer and builder. пре 11 година