0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix some broken tests. More... about 12 years ago
Add some tests and a new context. More... about 12 years ago
Add support for bold and italic text (part one). More... about 12 years ago
Add a couple tests and fix a couple broken ones. More... about 12 years ago
Add support for dt, dd. Refactor. Fix some broken tests. More... about 12 years ago
Fix. More... about 12 years ago
Parse *, #; add another test. More... about 12 years ago
Implement horizontal rules (----) More... about 12 years ago
Finish expected results for wiki-markup test cases. More... about 12 years ago
Add 56 tokenizer tests for wiki-markup tags. More... about 12 years ago
Strip self-closing tags correctly. More... about 12 years ago
Add builder and tokenizer tests for wiki-markup tags. More... about 12 years ago
wiki_markup stores the markup itself instead of a bool More... about 12 years ago
Tag.showtag -> Tag.wiki_markup More... about 12 years ago
Remove unused functions. More... about 12 years ago
Finish test_tag More... about 12 years ago
Start test_tag; some fixes for Tags. More... about 12 years ago
test_attribute; better setters for padding attributes More... about 12 years ago
Finish tag building test cases (#9) More... about 12 years ago
Fix assorted bugs in the Tag node. More... about 12 years ago
Some doc updates. More... about 12 years ago
Merge branch 'feature/html_tags' into develop (#9) More... about 12 years ago
Remove unnecessary markers. More... about 12 years ago
Fix resetting of fields when doing multiple tokenizations. More... about 12 years ago
Rearrange functions; remove useless prototypes. More... about 12 years ago
Actually write to buffer with invalid tag starts. More... about 12 years ago
Don't decrement refcount with PyList_SetItem(). More... about 12 years ago
Fix unsafe context definitions. More... about 12 years ago
Route failure shouldn't be consumed before it reaches Tokenizer_parse_tag(). More... about 12 years ago
Properly handle the first space after a tag name. More... about 12 years ago