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
/
modgc.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2017-08-30
py: Change obsolete "///" comment formatting to normal comments.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-07-21
py/gc: Implement GC running by allocation threshold.
Paul Sokolovsky
2015-12-17
py/modgc: Remove obsolete extern declaration.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-02-07
py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t.
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-10-31
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Damien George
2014-08-10
doc: Document gc, sys, math, cmath.
Damien George
2014-07-31
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-25
modgc: Add mem_free()/mem_alloc() methods.
Paul Sokolovsky
2014-06-21
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-06
modgc: Real 64-bit cleanness.
Paul Sokolovsky
2014-06-06
modgc: 64-bit cleanness.
Paul Sokolovsky
2014-06-05
modgc: Implement return value for gc.collect(), enable on Unix.
Paul Sokolovsky
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-08
Add gc.enable, gc.disable; remove pyb.gc.
Damien George
2014-05-06
modgc: Add new module for GC-related functionality.
Paul Sokolovsky