Damien George
|
30dd23aa7f
|
doc: Document gc, sys, math, cmath.
|
2014-08-10 17:50:28 +01:00 |
Damien George
|
bb4c6f35c6
|
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Addresses issue #724.
|
2014-07-31 10:49:14 +01:00 |
Damien George
|
40f3c02682
|
Rename machine_(u)int_t to mp_(u)int_t.
See discussion in issue #50.
|
2014-07-03 13:25:24 +01:00 |
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 |