index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
moduzlib.c
Age
Commit message (
Expand
)
Author
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-10-07
extmod: Use mp_raise_OSError helper function.
Damien George
2016-09-24
extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.
Paul Sokolovsky
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-04
extmod/moduzlib: Support wbits arg to DecompIO.
Paul Sokolovsky
2016-09-03
extmod/moduzlib: Use mperrno.h for error constants.
Paul Sokolovsky
2016-09-03
extmod/moduzlib: Implement zlib stream decompressor class, DecompIO.
Paul Sokolovsky
2016-08-17
extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.
Paul Sokolovsky
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-03-14
py, extmod: Remove include of unnecessary system headers.
Damien George
2015-01-28
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-20
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-01
extmod: Prefix py/ for includes from py core directory.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-10-12
moduzlib: Fix fn prototype and some code style; use it in stmhal port.
Damien George
2014-10-13
moduzlib: New zlib-like module, based on uzlib.
Paul Sokolovsky