index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
moduzlib.c
Commit message (
Expand
)
Author
Age
*
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
*
all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
Jim Mussared
2023-06-08
*
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
*
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
*
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-09-19
*
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-06-02
*
extmod: Make extmod modules use MP_REGISTER_MODULE.
Jim Mussared
2022-05-18
*
all: Use mp_obj_malloc everywhere it's applicable.
Jim Mussared
2022-05-03
*
extmod/moduzlib: Fix parsing zlib header dict size.
Daniƫl van de Giessen
2022-03-08
*
py: Introduce and use mp_raise_type_arg helper.
Damien George
2021-07-15
*
extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.
Damien George
2021-07-12
*
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
py: Add mp_raise_type helper macro and use it where appropriate.
Damien George
2020-02-13
*
extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib.
Damien George
2019-12-12
*
extmod/moduzlib: Update for uzlib 2.9.2.
Paul Sokolovsky
2019-01-27
*
extmod: Update to use new mp_get_stream helper.
Damien George
2018-06-18
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-13
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
extmod/moduzlib: decompress: Remove stale "(void)n_args".
Paul Sokolovsky
2017-06-24
*
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-14
*
extmod: Use mp_raise_OSError helper function.
Damien George
2016-10-07
*
extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.
Paul Sokolovsky
2016-09-24
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
extmod/moduzlib: Support wbits arg to DecompIO.
Paul Sokolovsky
2016-09-04
*
extmod/moduzlib: Use mperrno.h for error constants.
Paul Sokolovsky
2016-09-03
*
extmod/moduzlib: Implement zlib stream decompressor class, DecompIO.
Paul Sokolovsky
2016-09-03
*
extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.
Paul Sokolovsky
2016-08-17
*
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-11
*
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
*
py, extmod: Remove include of unnecessary system headers.
Damien George
2015-03-14
*
moduzlib: Align out buffer to block size; shrink when decompression done.
Paul Sokolovsky
2015-01-28
*
moduzlib: Implement raw DEFLATE decoding support.
Paul Sokolovsky
2015-01-28
*
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-20
*
extmod: Prefix py/ for includes from py core directory.
Damien George
2015-01-01
*
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
*
moduzlib: Fix fn prototype and some code style; use it in stmhal port.
Damien George
2014-10-12
*
moduzlib: New zlib-like module, based on uzlib.
Paul Sokolovsky
2014-10-13