0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added HTML 4.01 Strict class set. More... over 16 years ago
Added HTML 4.01 Strict class set. More... over 16 years ago
Tab variable is now part of html_tag. More... over 16 years ago
Tab variable is now part of html_tag. More... over 16 years ago
Relicensed under LGPL. More... over 16 years ago
Relicensed under LGPL. More... over 16 years ago
Fixed .getElementById behavior. More... over 16 years ago
Fixed .getElementById behavior. More... over 16 years ago
Added DOM API methods .appendChild, .getElementsByTagName, and .getElementById and attribute .parentNode. .get now accepts strings and classes for tag type. More... over 16 years ago
Added DOM API methods .appendChild, .getElementsByTagName, and .getElementById and attribute .parentNode. .get now accepts strings and classes for tag type. More... over 16 years ago
Removed tag(). Use get(type) instead. More... over 16 years ago
Removed tag(). Use get(type) instead. More... over 16 years ago
Fixed get(). Added append() and extend() attributes which function on the child tag list. Added a __repr__ method with attribute and child counts. More... over 16 years ago
Fixed get(). Added append() and extend() attributes which function on the child tag list. Added a __repr__ method with attribute and child counts. More... over 16 years ago
Binary addition of tags can no longer be properly handled with the removal of dummy() it is removed. Sibling tags with no parent should be created in a list. More... over 16 years ago
Binary addition of tags can no longer be properly handled with the removal of dummy() it is removed. Sibling tags with no parent should be created in a list. More... over 16 years ago
Axed dummy(). Sibling tags are now represented with lists. add(), __add__(), and the htmlparser are now list-enabled. More... over 16 years ago
Axed dummy(). Sibling tags are now represented with lists. add(), __add__(), and the htmlparser are now list-enabled. More... over 16 years ago
Better variable names. More comments. More... over 16 years ago
Better variable names. More comments. More... over 16 years ago
Non-html_tag based iterables are now supported. The .add() method now returns all arguments given. More... over 16 years ago
Non-html_tag based iterables are now supported. The .add() method now returns all arguments given. More... over 16 years ago
Old htmlpage is now basepage to fix conflicts. More... over 16 years ago
Old htmlpage is now basepage to fix conflicts. More... over 16 years ago
Moved htmlpage to html class. HTML spec classes now derive their own htmlpages. More... over 16 years ago
Moved htmlpage to html class. HTML spec classes now derive their own htmlpages. More... over 16 years ago
Fixed a rename. Updated an import. More... over 16 years ago
Fixed a rename. Updated an import. More... over 16 years ago
Forgot some brackets. More... over 16 years ago
Forgot some brackets. More... over 16 years ago