- 25 Jan, 2014 5 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
Addresses Issue #203.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
mp_map_deinit() finalizes static map, mp_map_free() - dynamic.
-
- 24 Jan, 2014 19 commits
-
-
Damien George authored
Add basic implementation of bytes type, piggybacking on str.
-
Damien George authored
Rework makefiles. Add proper dependency checking.
-
Damien George authored
This reverts commit a215b09c.
-
Damien George authored
Move file obj to separate module
-
Damien George authored
There can be multiple emitters allocated during compile (eg byte code and native).
-
Damien George authored
Add support for freeing code emitter objects at the end of compilation.
-
Damien George authored
-
Damien George authored
Update conwaylife.py
-
Damien George authored
Want common qstrs to be first in the list so they have the lowest ids, so that in the byte code they take up the least room.
-
Damien George authored
Allow qstr's with non-ident chars, construct good identifier for them.
-
Paul Sokolovsky authored
This reuses as much str implementation as possible, from this we can make them more separate as needed.
-
mux authored
* Move gc_collect from main to py/gc.c * Define GC's memory boundaries in linker script * Issue #220
-
Dave Hylands authored
-
mux authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, readline uses system malloc, so for symmetry, use the same for non-readline case.
-
ugurthemaster authored
Import statements have been moved to the top of the file.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, add qstr's for string appearing in unix REPL loop, gross effect being less allocations for each command run.
-
- 23 Jan, 2014 16 commits
-
-
Damien George authored
Memory leaks in lexer/compiler
-
Damien George authored
-
Damien George authored
Move LED defs to mpconfigport.h
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
mux authored
-
Damien George authored
Conflicts: stm/main.c
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
mux authored
* Fix PCGCCTL bug using address instead of value. * Fix issue #211
-
mux authored
* Move RTC code from main to a separate module.
-
mux authored
* Add MICROPY_HW_HAS_LCD * Add MICROPY_HW_HAS_WLAN * Use feature test macros in main
-
Paul Sokolovsky authored
Fixes segfault on callable("string").
-
Paul Sokolovsky authored
-