aboutsummaryrefslogtreecommitdiff
path: root/py/makemoduledefs.py
AgeCommit message (Expand)Author
2022-06-14py/makemoduledefs.py: Emit useful error for legacy MP_REGISTER_MODULE.Phil Howard
2022-06-08py/makemoduledefs.py: Remove shebang line and adjust style of comment.Damien George
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-06-02py: Change makemoduledefs process so it uses output of qstr extraction.Damien George
2022-05-18py/makemoduledefs.py: Allow multiple ways to register a module.Jim Mussared
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-04-12py/makedefs: Use io.open with utf-8 encoding when processing source.Damien George
2019-03-08py: Allow registration of modules at their definition.Andrew Leech