Paul Sokolovsky
|
5aa740c3e2
|
modgc: Add mem_free()/mem_alloc() methods.
Return free/allocated memory on GC heap.
|
2014-06-25 14:28:11 +03:00 |
Paul Sokolovsky
|
59c675a64c
|
py: Include mpconfig.h before all other includes.
It defines types used by all other headers.
Fixes #691.
|
2014-06-21 22:43:22 +03:00 |
Emmanuel Blot
|
f6932d6506
|
Prefix ARRAY_SIZE with micropython prefix MP_
|
2014-06-19 18:54:34 +02:00 |
Paul Sokolovsky
|
380f147d2e
|
modgc: Real 64-bit cleanness.
|
2014-06-06 03:01:39 +03:00 |
Paul Sokolovsky
|
a3ef8087e8
|
modgc: 64-bit cleanness.
|
2014-06-06 02:34:17 +03:00 |
Paul Sokolovsky
|
755a55f507
|
modgc: Implement return value for gc.collect(), enable on Unix.
|
2014-06-05 22:48:02 +03:00 |
Damien George
|
ee3fd46f13
|
Rename configuration variables controling Python features.
Now of the form MICROPY_PY_*. See issue #35.
|
2014-05-24 23:03:12 +01:00 |
Damien George
|
8c1c7488b2
|
Add gc.enable, gc.disable; remove pyb.gc.
|
2014-05-08 23:04:49 +01:00 |
Paul Sokolovsky
|
f9e54e0ea5
|
modgc: Add new module for GC-related functionality.
|
2014-05-06 02:28:49 +03:00 |