0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DOC: format inline code in Markdown, within docstring More... over 4 years ago
STY: newline and indent after `@param`, `@type`, `@return`, `@rtype` More... over 4 years ago
ENH: add module `examples/what_is_a_bdd.py` More... over 4 years ago
REF: shorten line in `Makefile` rule `cudd` More... over 4 years ago
DOC: rephrase description of operator associativity More... over 4 years ago
PEP8: 2 blank lines after imports More... over 4 years ago
DOC: shorten lines More... over 4 years ago
REF: import module, instead of class More... over 4 years ago
DOC: format code examples as runnable code More... over 4 years ago
PEP8: 2 blank lines after imports More... over 4 years ago
DOC: format references More... over 4 years ago
DOC: format references to sections More... over 4 years ago
DOC: write "Volume", instead of "Vol." More... over 4 years ago
DOC: write "pages", instead of "pp." More... over 4 years ago
DOC: express DOI as URL More... over 4 years ago
DOC: delimit URLs using `<` and `>` in Markdown More... over 4 years ago
REL: bump copyright year range to 2022 More... over 4 years ago
BUG: set `Function.node` to `-1` inside `__dealloc__()` More... over 4 years ago
REL: change to `--plat manylinux_2_17_x86_64` for `auditwheel` More... over 4 years ago
BUG: sort tokens, for reproducible parser signature More... over 4 years ago
API: rename attribute to `Parser._lexer` More... over 4 years ago
_API: pass parameter `lexer` to parser constructor More... over 4 years ago
REL: bump version to 0.6.0 More... over 4 years ago
BUG: typos in BNF grammar in the documentation More... over 4 years ago
_API: rename positional argument to `tree`, in `_add_ast()` More... over 4 years ago
REF: reduce nesting of Python statements More... over 4 years ago
_API: rename function to `_add_ast()` More... over 4 years ago
API: build `dddmp` parser upon first call to `parse()` More... over 4 years ago
_API: enable subclassing of parser More... over 4 years ago
TYP: add type hints to parser More... over 4 years ago