0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix another couple bugs regarding template contexts and verify_safe(). More... over 12 years ago
Fix a couple bugs. More... over 12 years ago
Remove a bunch of white space. More... over 12 years ago
Clean up init_tokenizer(). More... over 12 years ago
Clean up whitespace / newlines. More... over 12 years ago
Forgot to check numeric/hexadecimal entities for string chars. More... over 12 years ago
Ensure that there is null terminator at the end of entitydefs. More... over 12 years ago
Fix type. More... over 12 years ago
More updates. More... over 12 years ago
Mostly implement Tokenizer_really_parse_entity(). More... over 12 years ago
Recover failing contexts when due to a template or link opening. More... almost 13 years ago
Rewrite verify_safe completely. More... almost 13 years ago
Fix memory leak. More... almost 13 years ago
Sync from upstream (6413ae21da); some doc updates. More... almost 13 years ago
Should have used the param's name here instead of its value. More... almost 13 years ago
Render the entire textbuffer correctly. More... almost 13 years ago
Replace textbuffer with our own datastructure. More... almost 13 years ago
Store tokens in a global variable instead of retrieving anew each time. More... almost 13 years ago
Replace Python list of stacks with a singly linked list. More... almost 13 years ago
Update some abstract protocols. More... almost 13 years ago
Process contexts in Tokenizer_handle_template_param() correctly. More... almost 13 years ago
Fix verify_save and propogate errors correctly in the parse func. More... almost 13 years ago
FromStringAndSize instead of FromString. More... almost 13 years ago
Propogate fix from b447e7bfc16322fc296d45be1a7f5e6769a53498 More... almost 13 years ago
contexts.WIKILINK should also fail More... almost 13 years ago
Replace Python exception machinery with a global and some macros. More... almost 13 years ago
Bugfix when text ends within param key context. More... almost 13 years ago
Fix exception implementation; some other cleanup and fixes. More... almost 13 years ago
Fix object calls. More... almost 13 years ago
Fix Py_UNICODE comparisons. More... almost 13 years ago