1. 969a6b3 py: Make functions static where appropriate. by Damien George · 11 years ago
  2. ecc88e9 Change some parts of the core API to use mp_uint_t instead of uint/int. by Damien George · 11 years ago
  3. adf0f2a py: Change stream protocol API: fns return uint; is_text for text. by Damien George · 11 years ago
  4. 40f3c02 Rename machine_(u)int_t to mp_(u)int_t. by Damien George · 11 years ago
  5. f600a6a py: Slightly improve efficiency of mp_obj_new_str; rename str_new. by Damien George · 11 years ago
  6. ee3fd46 Rename configuration variables controling Python features. by Damien George · 11 years ago
  7. a47b64a objstringio: Implement io.BytesIO. by Paul Sokolovsky · 11 years ago
  8. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  9. f54bcbf py, unix: Make "mpconfig.h" be first included, as other headers depend on it. by Paul Sokolovsky · 11 years ago
  10. 100cd36 objstringio: Compile only if MICROPY_ENABLE_MOD_IO defined. by Paul Sokolovsky · 11 years ago
  11. cb9dc08 modio: Implement io.StringIO class. by Paul Sokolovsky · 11 years ago