0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix use-after-free bug. More... about 10 years ago
Fix Textbuffer_reverse() More... about 10 years ago
Finish improved Unicode support for PEP 393. More... about 10 years ago
Py_UNICODE -> Unicode everywhere; bugfix for PEP 393. More... about 10 years ago
More PEP 393 work; update Textbuffer interface and usage. More... about 10 years ago
More reworking of CTokenizer Unicode support (incomplete) More... about 10 years ago
Merge branch 'develop' into feature/c_refactor More... about 10 years ago
Fully fix parsing templates with blank names, I hope (#111) More... about 10 years ago
Add a failing test for a missed component of #59 More... about 10 years ago
Add failing tests for #111 More... about 10 years ago
Update .travis.yml for new Travis infrastructure More... about 10 years ago
Merge pull request #114 from jayvdb/tokenizer_loading More... about 10 years ago
Merge pull request #113 from jayvdb/travis-py35 More... about 10 years ago
Delay loading of pure Python tokenizer More... about 10 years ago
Use 3.5 nightly in build matrix More... about 10 years ago
Fix unit tests for 699d063 (#109) More... about 10 years ago
Fix param blanking logic by Template.remove() (#109) More... about 10 years ago
Fix preserve_spacing behavior in Template.add() on hidden keys (#109) More... about 10 years ago
Incomplete code for C tokenizer textbuffer. More... about 10 years ago
Fix C tokenizer leaking memory. More... about 10 years ago
Fix a thread safety issue involving route state. More... about 10 years ago
Split up C tokenizer into tag_data, tok_parse, tok_support, tokens. More... about 10 years ago
Begin splitting up C tokenizer. More... about 10 years ago
Fix HTTPS requirement for enwiki API. More... about 10 years ago
Refactor _test_tokenizer; add syntax for running just one test. More... about 10 years ago
Point releases are unnecessary in appyveyor.yml. More... about 10 years ago
Remove stdint.h include for MSVC 2008. More... about 10 years ago
Fix C warnings in MSVC. More... about 10 years ago
Updates to installation/release code. More... about 10 years ago
Try out appveyor config (#95) More... about 10 years ago