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
/
py
/
map.c
Age
Commit message (
Expand
)
Author
2014-03-17
py: Clean up includes.
xbe
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-02-08
py: Allow mp_map_t to be initialised by a fixed-size, const table.
Damien George
2014-01-25
Add mp_map_deinit() & mp_map_free() to finalize maps.
Paul Sokolovsky
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-12
Implemented set.remove
John R. Lenton
2014-01-12
Implemented set.discard
John R. Lenton
2014-01-12
Implemented set.clear
John R. Lenton
2014-01-08
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-07
Added dict.setdefault
John R. Lenton
2014-01-07
implemented dict.pop
John R. Lenton
2014-01-07
Added dict.clear.
John R. Lenton
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-17
py: split runtime into map, obj, builtin.
Damien