1. 40f3c02 Rename machine_(u)int_t to mp_(u)int_t. by Damien George · 11 years ago
  2. 9e215fa py: Make unichar_charlen() accept/return machine_uint_t. by Paul Sokolovsky · 11 years ago
  3. e04a44e py: Small comments, name changes, use of machine_int_t. by Damien George · 11 years ago
  4. 1044c3d unicode: Make get_char()/next_char()/charlen() be 8-bit compatible. by Paul Sokolovsky · 11 years ago
  5. 46d31e9 unicode: Add utf8_ptr_to_index(). by Paul Sokolovsky · 11 years ago
  6. c88987c py: Implement basic unicode functions. by Chris Angelico · 11 years ago
  7. 59c675a py: Include mpconfig.h before all other includes. by Paul Sokolovsky · 11 years ago
  8. b0bb458 unicode: String API is const byte*. by Paul Sokolovsky · 11 years ago
  9. c59af52 py: Rename some unichar functions for consistency. by Damien George · 11 years ago
  10. 6913521 objstr: Implement .lower() and .upper(). by Paul Sokolovsky · 11 years ago
  11. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  12. 175cecf py: Make form-feed character a space (following C isspace). by Damien George · 11 years ago
  13. 520e2f5 Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. by Paul Sokolovsky · 11 years ago
  14. 0b7184d Implement octal and hex escapes in strings. by Paul Sokolovsky · 12 years ago
  15. 8cc96a3 Put unicode functions in unicode.c, and tidy their names. by Damien George · 12 years ago[Renamed (85%) from py/misc.c]
  16. 429d719 Initial commit. by Damien · 12 years ago