| Commit message (Expand) | Author | Age |
* | py: Make unichar_charlen() accept/return machine_uint_t. | Paul Sokolovsky | 2014-06-28 |
* | py: Small comments, name changes, use of machine_int_t. | Damien George | 2014-06-28 |
* | objstrunicode: Refactor str_index_to_ptr() following objstr. | Paul Sokolovsky | 2014-06-27 |
* | objstr: 64-bit issues. | Paul Sokolovsky | 2014-06-27 |
* | objstr: find(), rfind(), index(): Make return value be unicode-aware. | Paul Sokolovsky | 2014-06-27 |
* | objstrunicode: Re-add buffer protocol back for now, required for io.StringIO. | Paul Sokolovsky | 2014-06-27 |
* | py: Make MICROPY_PY_BUILTINS_STR_UNICODE=1 buildable. | Paul Sokolovsky | 2014-06-27 |
* | py: Prune unneeded code from objstrunicode, reuse code in objstr. | Paul Sokolovsky | 2014-06-27 |
* | objstr: Refactor to work with char pointers instead of indexes. | Paul Sokolovsky | 2014-06-14 |
* | objstr: Be 8-bit clean even for repr(). | Paul Sokolovsky | 2014-06-14 |
* | py: Make sure getattr() works with non-interned strings (by interning them). | Paul Sokolovsky | 2014-06-08 |
* | Fix str.modulo when precision is specified. | Dave Hylands | 2014-06-05 |
* | py: Raise TypeError when trying to format non-int with %x,%o,%X. | Damien George | 2014-06-05 |
* | py: Small changes to objstr.c, including a bug fix. | Damien George | 2014-06-05 |
* | objstr: Implement "%(key)s" % {} formatting for strings and dicts. | Paul Sokolovsky | 2014-06-05 |
* | Replace assert(0) with a self-documenting TODO string | Chris Angelico | 2014-06-05 |
* | Simplify detection of quote characters in mp_str_print_quoted. | Chris Angelico | 2014-06-04 |
* | py, str: Replace enum with actual function pointer. | Damien George | 2014-06-01 |
* | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George | 2014-06-01 |
* | objstr: str_uni_istype(): Spurious whitespace on empty lines. | Paul Sokolovsky | 2014-05-31 |
* | objstr: str_uni_istype(): Codestyle. | Paul Sokolovsky | 2014-05-31 |
* | add methods isspace(), isalpha(), isdigit(), isupper() and islower() to str | Kim Bauters | 2014-05-31 |
* | objstr: *strip(): If nothing is stripped, don't create dup string. | Paul Sokolovsky | 2014-05-30 |
* | objstr: *strip(): Fix handling of one-char subject strings. | Paul Sokolovsky | 2014-05-30 |
* | py: Slightly improve efficiency of mp_obj_new_str; rename str_new. | Damien George | 2014-05-25 |
* | Change const byte* to const char* where sensible. | Damien George | 2014-05-25 |
* | objlist: Implement support for arbitrary (3-arg) slices. | Paul Sokolovsky | 2014-05-25 |
* | py: Refactor slice helpers, preparing to support arbitrary slicing. | Paul Sokolovsky | 2014-05-25 |
* | py: Handle case of slice start > stop in common sequence function. | Paul Sokolovsky | 2014-05-25 |
* | objslice: Support arbitrary objects start, stop, and step. | Paul Sokolovsky | 2014-05-25 |
* | Rename configuration variables controling Python features. | Damien George | 2014-05-24 |
* | objstr: Implement .endswith(). | Paul Sokolovsky | 2014-05-24 |
* | py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL. | Damien George | 2014-05-21 |
* | objstr: startswith(): Accept optional "start" arg. | Paul Sokolovsky | 2014-05-15 |
* | py: Implement more complete bytes comparison handling. | Paul Sokolovsky | 2014-05-15 |
* | objstringio: Implement io.BytesIO. | Paul Sokolovsky | 2014-05-15 |
* | objstr.c: Partial implementation of .rsplit(). | Paul Sokolovsky | 2014-05-14 |
* | py, unix: Add copyright for modules I worked closely on. | Paul Sokolovsky | 2014-05-13 |
* | objstr: Slice indexing: support bytes properly. | Paul Sokolovsky | 2014-05-11 |
* | objstr: Make .split() support bytes. | Paul Sokolovsky | 2014-05-11 |
* | objstr: Make .join() support bytes. | Paul Sokolovsky | 2014-05-11 |
* | py: Give up and make mp_obj_str_get_data() deal with bytes too. | Paul Sokolovsky | 2014-05-11 |
* | objstr: Make *strip() accept bytes. | Paul Sokolovsky | 2014-05-11 |
* | objstr: Make .[r]partition() work with bytes. | Paul Sokolovsky | 2014-05-11 |
* | py: Fix prefix on few sequence helpers, was incorrectly "mp_". | Paul Sokolovsky | 2014-05-10 |
* | objstr: Implement .lower() and .upper(). | Paul Sokolovsky | 2014-05-10 |
* | py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED. | Damien George | 2014-05-10 |
* | bytes: Implement comparison and other binary operations. | Paul Sokolovsky | 2014-05-10 |
* | py: bytes(), str(): Add NotImplementedError for kwargs. | Paul Sokolovsky | 2014-05-06 |
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |