0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 16 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DEV: add typechecking actions to `Makefile` More... about 4 years ago
GIT: ignore typechecking cache directories More... about 4 years ago
STY: place one item per line More... about 4 years ago
REF: form a `__main__` stanza More... about 4 years ago
_API: turn `dd._abc` classes to `typing` protocols More... about 4 years ago
MNT: rename metadata key to `license_files` More... about 4 years ago
REF: use `time.perf_counter()`, More... about 4 years ago
STY: place comments indented on next line More... over 4 years ago
API: measure memory via `os.sysconf()`. More... over 4 years ago
REL: require Python >= 3.11 More... over 4 years ago
STY: place one parameter per line, in function signature More... over 4 years ago
TYP: specify type hints for instance variables of `dd.bdd.BDD` More... over 4 years ago
REF: arrange regular expressions on multiple lines More... over 4 years ago
DOC: mention schematic version for CPython in `README.md` More... over 4 years ago
REF: rm unnecessary `pass` statement More... over 4 years ago
TYP: move typing information from docstrings to type hints More... over 4 years ago
_API: rename parser memoization modules More... over 4 years ago
DOC: rephrase More... over 4 years ago
DOC: add docstrings to `_rewrite_tables()`, `_main()` More... over 4 years ago
MNT: avoid unnecessary state in module scope More... over 4 years ago
STY: shorten line, by using implicit string-splicing More... over 4 years ago
STY: shorten lines More... over 4 years ago
REF: do one thing per line More... over 4 years ago
REF: rename variable (name `load` is already used in `ipython`) More... over 4 years ago
DOC: refer to module, class by full dotted path More... over 4 years ago
REF: write `import ... as ...`, instead of `from ... import` More... over 4 years ago
REF: extract `if` predicate as variable More... over 4 years ago
UI: extend error message of `dd.bdd.BDD.__del__()` More... over 4 years ago
BUG: call `decref(1)` only if node 1 is referenced More... over 4 years ago
DOC: shorten line More... over 4 years ago