216 Commits (69922c602cea2b54c30b04078f066717b18425d6)

Author SHA1 Message Date
Damien George 71c5181a8d Convert Python types to proper Python type hierarchy. 11 years ago
Damien George eb7bfcb286 Split qstr into pools, and put initial pool in ROM. 11 years ago
Paul Sokolovsky 6ee1e383d6 str slice: Trim slice indexes to be in range. 11 years ago
Damien George c8d1384fc0 Fix int -> machine_int_t; add print to slice test. 11 years ago
Paul Sokolovsky f8b9d3c41a str: Throw TypeError for invalid index type and clean up comments. 11 years ago
Paul Sokolovsky e606cb6561 slice: Allow building with MICROPY_ENABLE_SLICE=0. 11 years ago
Paul Sokolovsky decad08ef5 str: Handle non-positive slice indexes. 11 years ago
Paul Sokolovsky 31ba60f836 str: Initial implementation of string slicing. 11 years ago
Damien George fe8fb9165c py: remove depedence on strcat and stpcpy. 11 years ago
Damien 732407f1bf Change memory allocation API to require size for free and realloc. 11 years ago
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago