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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modubinascii.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-05-07
uzlib: convert to submodule
Jeff Epler
2018-05-01
ubinascii: masquerade as binascii for python3 compatibility
Jeff Epler
2018-04-30
ubinascii: some functions should refuse unicode for python3 compatibility
Jeff Epler
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-31
extmod/modubinascii: Only include uzlib/tinf.h when it's really needed.
Damien George
2017-08-21
extmod/modubinascii: Don't post-increment variable that won't be used.
Damien George
2017-08-17
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
Alex Robbins
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-03
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Damien George
2017-06-15
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
Damien George
2016-09-21
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
Pavol Rusnak
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-08-24
extmod/modubinascii: Make crc32() support configurable.
Paul Sokolovsky
2016-08-24
extmod/modubinascii: implement binascii.crc32
Pavol Rusnak
2016-05-20
extmod: When including extmod headers, prefix path with extmod/.
Damien George
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2015-12-26
extmod/modubinascii: Add "separator" argument to hexlify().
Paul Sokolovsky
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-07-06
extmod/modubinascii: Re-use error string to reduce code size.
Damien George
2015-07-04
ubinascii: Fix a shadowed variable case.
Paul Sokolovsky
2015-07-04
ubinascii: b2a_base64: Optimize away a modulo operation.
Paul Sokolovsky
2015-07-04
extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.
Galen Hazelwood
2015-05-21
extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify().
Daniel Campora
2015-05-20
extmod: Add ubinascii.unhexlify
Dave Hylands
2015-01-21
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
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-11-29
modubinascii: Add, with hexlify() implementation.
Paul Sokolovsky