Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Include mpconfig.h before all other includes. | Paul Sokolovsky | 2014-06-21 |
| | | | | | | It defines types used by all other headers. Fixes #691. | ||
* | unicode: String API is const byte*. | Paul Sokolovsky | 2014-06-14 |
| | | | | | We still have that char vs byte dichotomy, but majority of string operations now use byte. | ||
* | py: Rename some unichar functions for consistency. | Damien George | 2014-05-11 |
| | |||
* | objstr: Implement .lower() and .upper(). | Paul Sokolovsky | 2014-05-10 |
| | |||
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
| | | | | | | | Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/. | ||
* | py: Make form-feed character a space (following C isspace). | Damien George | 2014-04-10 |
| | | | | Eg, in CPython stdlib, email/header.py has a form-feed character. | ||
* | Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. | Paul Sokolovsky | 2014-02-12 |
| | |||
* | Implement octal and hex escapes in strings. | Paul Sokolovsky | 2014-01-22 |
| | |||
* | Put unicode functions in unicode.c, and tidy their names. | Damien George | 2013-12-30 |