aboutsummaryrefslogtreecommitdiff
path: root/py/unicode.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-12py/unicode: Add unichar_isalnum().Yonatan Goldschmidt
2018-11-26py/unicode: Fix check for valid utf8 being stricter about contn chars.Damien George
2018-02-14py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.Damien George
2017-09-06py/objstr: Add check for valid UTF-8 when making a str from bytes.tll
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-12-28py/unicode: Comment-out unused function unichar_isprint.Damien George
2016-02-17py/repl: Check for an identifier char after the keyword.Alex March
2015-05-20py: Minor improvement to unichar_isxdigitDave Hylands
2015-05-20extmod: Add ubinascii.unhexlifyDave Hylands
2015-04-09py: Adjust some spaces in code style/format, purely for consistency.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-12-10py: Tidy up a few function declarations.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-28py: Make unichar_charlen() accept/return machine_uint_t.Paul Sokolovsky
2014-06-28py: Small comments, name changes, use of machine_int_t.Damien George
2014-06-27unicode: Make get_char()/next_char()/charlen() be 8-bit compatible.Paul Sokolovsky
2014-06-27unicode: Add utf8_ptr_to_index().Paul Sokolovsky
2014-06-27py: Implement basic unicode functions.Chris Angelico
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-14unicode: String API is const byte*.Paul Sokolovsky
2014-05-11py: Rename some unichar functions for consistency.Damien George
2014-05-10objstr: Implement .lower() and .upper().Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-04-10py: Make form-feed character a space (following C isspace).Damien George
2014-02-12Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky
2014-01-22Implement octal and hex escapes in strings.Paul Sokolovsky
2013-12-30Put unicode functions in unicode.c, and tidy their names.Damien George