This isn't really in proper GNU ChangeLog format, it just happens to look that way. 2003-02-05 John J Lee * Removed mutating methods on TableSeq (other than push_table and push_cell). * Implemented iterator behaviour for HTMLTable. * 0.0.1a release. * Announced on comp.lang.python.announce. 2003-01-05 John J Lee * Nested tables. 2002-12-10 John J Lee * Added colspans and rowspans. * Improved documentation. 2002-12-03 John J Lee * In the course of testing using HTML from W3C spec, figured out what's wrong with sgmllib/htmllib, hacked around it, then discovered somebody else has already done this: switch to using HTMLParser module from Python 2.2. I guess I'll bundle it with the package, eventually, or something. 2002-12-01 John J Lee * Some basic simple.html tests pass. 2002-11-17 John J Lee * Created. * Sketched out plan. * Started writing tests. * Wrote parser. * Added some test data from W3C HTML 4.01 specification.