30 Commits (6450814729c4725760386ae9e8a24a30c46b7033)

Author SHA1 Message Date
  Ben Kurtovic 6450814729 Remove 'type' attribute from tags; rework tag definitions. 11 years ago
  Ben Kurtovic 61fc5b5eab Fix handling of self-closing tags (closes #31) 11 years ago
  Ben Kurtovic cd5cc6a7d0 Update copyright notices for 2013. 11 years ago
  Ben Kurtovic eed7c918bf Implement padding support for Tags completely; open_padding->padding. 11 years ago
  Ben Kurtovic a58c480639 Fix some usage of attrs; shorten a context, fix some behavior I broke. 11 years ago
  Ben Kurtovic 146d1fd006 Fix a bug in rendering Tags; attrs->attributes; update documentation. 11 years ago
  Ben Kurtovic a21c69fa1e Split off tag definitions into a new file. 11 years ago
  Ben Kurtovic 827c544721 Should correctly handle closing tags with strange spacing. 11 years ago
  Ben Kurtovic f78bcf832a Keep .type and .tag synchronized in Tags when using their setters. 11 years ago
  Ben Kurtovic 7e46601b1d Tags should fully work now in tokenizer and builder. 11 years ago
  Ben Kurtovic 05ec7a1a92 Improve padding support for Tags; more code for tags in tokenizer. 11 years ago
  Ben Kurtovic d1a9ba9a34 Starting tag work. 11 years ago
  Ben Kurtovic 38b664f8c5 Add missing setters for some nodes and extras (#8) 11 years ago
  Ben Kurtovic 816207bb5a Simplify docs massively. 11 years ago
  Ben Kurtovic 1caeb2d570 Build the actual Sphinx documentation, plus a number of typo fixes. 11 years ago
  Ben Kurtovic b0fbe5dc8e Document Tag. 11 years ago
  Ben Kurtovic 90b18e3abc Finish updating all to compat except for the parser. 11 years ago
  Riamse 2eb76e7de0 Adding Python 3 support 11 years ago
  Ben Kurtovic 137b9fc68f Fix some bugs; satisfy PyLint on certain inheritance things. 11 years ago
  Ben Kurtovic 219b9086d2 Finish implementing Builder for all existing Nodes; BuildStack. 11 years ago
  Ben Kurtovic 3633f31633 Relaive imports because they are awesome; more stuff in SmartList. 11 years ago
  Ben Kurtovic 9355f22d22 Implement interface for __showtree__. 12 years ago
  Ben Kurtovic c3f53f2e84 Minor fixes. 12 years ago
  Ben Kurtovic c3ee6c919d Implementing __iternodes__ protocol. 12 years ago
  Ben Kurtovic 69cfbd975f Fix args. 12 years ago
  Ben Kurtovic 253c812fb3 Implement __strip__ API for Wikicode. 12 years ago
  Ben Kurtovic f47f179dfd Add a bunch of tags, plus a translator for tag -> wikicode. 12 years ago
  Ben Kurtovic fca7e9dd80 Implement Heading, HTMLTag, HTMLTagAttribute, plus some fixes. 12 years ago