summaryrefslogtreecommitdiffstatshomepage
path: root/py/unicode.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* py/unicode: Comment-out unused function unichar_isprint.Damien George2016-12-28
* py/repl: Check for an identifier char after the keyword.Alex March2016-02-17
* py: Minor improvement to unichar_isxdigitDave Hylands2015-05-20
* extmod: Add ubinascii.unhexlifyDave Hylands2015-05-20
* py: Adjust some spaces in code style/format, purely for consistency.Damien George2015-04-09
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Tidy up a few function declarations.Damien George2014-12-10
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* py: Make unichar_charlen() accept/return machine_uint_t.Paul Sokolovsky2014-06-28
* py: Small comments, name changes, use of machine_int_t.Damien George2014-06-28
* unicode: Make get_char()/next_char()/charlen() be 8-bit compatible.Paul Sokolovsky2014-06-27
* unicode: Add utf8_ptr_to_index().Paul Sokolovsky2014-06-27
* py: Implement basic unicode functions.Chris Angelico2014-06-27
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* unicode: String API is const byte*.Paul Sokolovsky2014-06-14
* py: Rename some unichar functions for consistency.Damien George2014-05-11
* objstr: Implement .lower() and .upper().Paul Sokolovsky2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* py: Make form-feed character a space (following C isspace).Damien George2014-04-10
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky2014-02-12
* Implement octal and hex escapes in strings.Paul Sokolovsky2014-01-22
* Put unicode functions in unicode.c, and tidy their names.Damien George2013-12-30