0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added revealed conditional comments. Wrote new DOCTYPE regex which will be used to assist parsing in the future. More... almost 17 years ago
Added revealed conditional comments. Wrote new DOCTYPE regex which will be used to assist parsing in the future. More... almost 17 years ago
More README tweaks... More... almost 17 years ago
More README tweaks... More... almost 17 years ago
Fixed README XHTML tags and added license. More... almost 17 years ago
Fixed README XHTML tags and added license. More... almost 17 years ago
Added README More... almost 17 years ago
Added README More... almost 17 years ago
Moved test files into examples folder. Allowed rendering of htmlpage's without the need for web.py More... almost 17 years ago
Moved test files into examples folder. Allowed rendering of htmlpage's without the need for web.py More... almost 17 years ago
Re-added render() for dummy element which could occur in special cases. Improved comment detection and replacement. Split allow_invalid into allow_invalid_markup and allow_invalid_attributes (if allow_invalid is set it override both individual values). More... almost 17 years ago
Re-added render() for dummy element which could occur in special cases. Improved comment detection and replacement. Split allow_invalid into allow_invalid_markup and allow_invalid_attributes (if allow_invalid is set it override both individual values). More... almost 17 years ago
Fixed conditional comments rendering ommision. More... almost 17 years ago
Fixed conditional comments rendering ommision. More... almost 17 years ago
Re-added __getattr__ so as to not break backwards compatability with Knio's code. More... almost 17 years ago
Re-added __getattr__ so as to not break backwards compatability with Knio's code. More... almost 17 years ago
Comments are now parsed using a much more stable method. They are replaced with fake tags so they act as normal tags. They also render using a more effecient method. More... almost 17 years ago
Comments are now parsed using a much more stable method. They are replaced with fake tags so they act as normal tags. They also render using a more effecient method. More... almost 17 years ago
Comments (regular and conditional) now are parsed and rendered properly. Factored out page parsing from XHTMLParse. More... almost 17 years ago
Comments (regular and conditional) now are parsed and rendered properly. Factored out page parsing from XHTMLParse. More... almost 17 years ago
Refactored parser to be more effecient (hopefully). Updated utility classes in html.py. xhtmlpage class now supports xml and doctype. More... almost 17 years ago
Refactored parser to be more effecient (hopefully). Updated utility classes in html.py. xhtmlpage class now supports xml and doctype. More... almost 17 years ago
Changed is_pretty to is_ugly and fixed how it worked. More... almost 17 years ago
Changed is_pretty to is_ugly and fixed how it worked. More... almost 17 years ago
Added 'pretty' element checks to save whitespace. More... almost 17 years ago
Added 'pretty' element checks to save whitespace. More... almost 17 years ago
Changed to use index pointers for data rather than resizing it as per Knio's suggestions. More... almost 17 years ago
Changed to use index pointers for data rather than resizing it as per Knio's suggestions. More... almost 17 years ago
Removed warnings since they have an unknown effect. More... almost 17 years ago
Removed warnings since they have an unknown effect. More... almost 17 years ago