42 Commits (d53ca7837a648f82dd6959b25d981586b3eba818)

Autor SHA1 Mensaje Fecha
  Ben Kurtovic bdfd0632b3 A couple very minor nitpicks. hace 10 años
  Ben Kurtovic 5e6e5b6301 tag_defs.py -> definitions.py; more outline stuff hace 10 años
  Ben Kurtovic 800bd20e39 Implement Tag.has(), Tag.get(), Tag.add(), and Tag.remove() (closes #11). hace 10 años
  Ben Kurtovic 7a4b1625d3 Strip self-closing tags correctly. hace 11 años
  Ben Kurtovic 4f52887e17 wiki_markup stores the markup itself instead of a bool hace 11 años
  Ben Kurtovic de6d5074fa Tag.showtag -> Tag.wiki_markup hace 11 años
  Ben Kurtovic 2c4bff1d68 Start test_tag; some fixes for Tags. hace 11 años
  Ben Kurtovic 77c4df701b Fix assorted bugs in the Tag node. hace 11 años
  Ben Kurtovic bee74c0ced Some doc updates. hace 11 años
  Ben Kurtovic 7d1a28a249 Support single and single-only tags like <br>. hace 11 años
  Ben Kurtovic 81e8fdd682 Give Attributes more attributes for padding data. hace 11 años
  Ben Kurtovic 6450814729 Remove 'type' attribute from tags; rework tag definitions. hace 11 años
  Ben Kurtovic 61fc5b5eab Fix handling of self-closing tags (closes #31) hace 11 años
  Ben Kurtovic cd5cc6a7d0 Update copyright notices for 2013. hace 11 años
  Ben Kurtovic eed7c918bf Implement padding support for Tags completely; open_padding->padding. hace 11 años
  Ben Kurtovic a58c480639 Fix some usage of attrs; shorten a context, fix some behavior I broke. hace 11 años
  Ben Kurtovic 146d1fd006 Fix a bug in rendering Tags; attrs->attributes; update documentation. hace 11 años
  Ben Kurtovic a21c69fa1e Split off tag definitions into a new file. hace 11 años
  Ben Kurtovic 827c544721 Should correctly handle closing tags with strange spacing. hace 11 años
  Ben Kurtovic f78bcf832a Keep .type and .tag synchronized in Tags when using their setters. hace 11 años
  Ben Kurtovic 7e46601b1d Tags should fully work now in tokenizer and builder. hace 11 años
  Ben Kurtovic 05ec7a1a92 Improve padding support for Tags; more code for tags in tokenizer. hace 11 años
  Ben Kurtovic d1a9ba9a34 Starting tag work. hace 11 años
  Ben Kurtovic 38b664f8c5 Add missing setters for some nodes and extras (#8) hace 11 años
  Ben Kurtovic 816207bb5a Simplify docs massively. hace 11 años
  Ben Kurtovic 1caeb2d570 Build the actual Sphinx documentation, plus a number of typo fixes. hace 11 años
  Ben Kurtovic b0fbe5dc8e Document Tag. hace 11 años
  Ben Kurtovic 90b18e3abc Finish updating all to compat except for the parser. hace 11 años
  Riamse 2eb76e7de0 Adding Python 3 support hace 11 años
  Ben Kurtovic 137b9fc68f Fix some bugs; satisfy PyLint on certain inheritance things. hace 12 años
  Ben Kurtovic 219b9086d2 Finish implementing Builder for all existing Nodes; BuildStack. hace 12 años
  Ben Kurtovic 3633f31633 Relaive imports because they are awesome; more stuff in SmartList. hace 12 años
  Ben Kurtovic 9355f22d22 Implement interface for __showtree__. hace 12 años
  Ben Kurtovic c3f53f2e84 Minor fixes. hace 12 años
  Ben Kurtovic c3ee6c919d Implementing __iternodes__ protocol. hace 12 años
  Ben Kurtovic 69cfbd975f Fix args. hace 12 años
  Ben Kurtovic 253c812fb3 Implement __strip__ API for Wikicode. hace 12 años
  Ben Kurtovic f47f179dfd Add a bunch of tags, plus a translator for tag -> wikicode. hace 12 años
  Ben Kurtovic fca7e9dd80 Implement Heading, HTMLTag, HTMLTagAttribute, plus some fixes. hace 12 años