Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | parser: Convert (u)int to mp_(u)int_t. | Damien George | 2014-07-03 |
| | |||
* | 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: Allow 'complex()' to take a string as first argument. | Damien George | 2014-03-21 |
| | |||
* | py: Implement parsing of infinity and nan for floats. | Damien George | 2014-03-21 |
| | |||
* | py: Put number parsing code together in parsenum.c. | Damien George | 2014-02-22 |