index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
makemoduledefs.py
Age
Commit message (
Expand
)
Author
2023-06-14
py/makemoduledefs.py: Automatically declare delegation attr functions.
Damien George
2023-06-14
py/makemoduledefs.py: Fix declaring multiple module delegations.
Damien George
2023-06-08
py/objmodule: Workaround for MSVC with no module delegation.
Jim Mussared
2023-06-08
py/objmodule: Add a table of built-in modules with delegation.
Jim Mussared
2023-06-08
py/makemoduledefs.py: Add a way to register extensible built-in modules.
Jim Mussared
2022-06-14
py/makemoduledefs.py: Emit useful error for legacy MP_REGISTER_MODULE.
Phil Howard
2022-06-08
py/makemoduledefs.py: Remove shebang line and adjust style of comment.
Damien George
2022-06-02
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-06-02
py: Change makemoduledefs process so it uses output of qstr extraction.
Damien George
2022-05-18
py/makemoduledefs.py: Allow multiple ways to register a module.
Jim Mussared
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-04-12
py/makedefs: Use io.open with utf-8 encoding when processing source.
Damien George
2019-03-08
py: Allow registration of modules at their definition.
Andrew Leech