summaryrefslogtreecommitdiffstatshomepage
path: root/py/objfloat.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master'Rachel Dowdall2014-03-22
|\
| * py: Allow 'complex()' to take a string as first argument.Damien George2014-03-21
| * py: Implement parsing of infinity and nan for floats.Damien George2014-03-21
* | Added ZeroDivisionError to float division.Rachel Dowdall2014-03-20
|/
* py: Clean up includes.xbe2014-03-17
* py: Implement integer overflow checking for * and << ops.Damien George2014-03-12
* Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.Damien George2014-03-10
* Add proper floating point printing support.Dave Hylands2014-03-10
* Implement ROMable modules. Add math module.Damien George2014-03-08
* py: Put number parsing code together in parsenum.c.Damien George2014-02-22
* Implement proper exception type hierarchy.Damien George2014-02-15
* Change mp_obj_type_t.name from const char * to qstr.Damien George2014-02-15
* Remove mp_obj_new_exception_msg_1_arg and _2_arg.Damien George2014-02-12
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.Paul Sokolovsky2014-02-12
* py: Tidy up BINARY_OPs; negation done by special NOT bytecode.Damien George2014-02-01
* Implement __bool__ and __len__ via unary_op virtual method for all types.Paul Sokolovsky2014-01-30
* Fix implicit double conversion warningmux2014-01-27
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* Make VM stack grow upwards, and so no reversed args arrays.Damien George2014-01-18
* type->print(): Distinguish str() and repr() variety by passing extra param.Paul Sokolovsky2014-01-15
* unified the bopsJohn R. Lenton2014-01-11
* py: Proper framework for built-in 'type'.Damien George2014-01-08
* Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...Damien George2014-01-07
|\
| * Co-exist with C++ (issue #85)ian-v2014-01-06
* | py: Fix up number operations and coercion.Damien George2014-01-06
|/
* Convert many object types structs to use C99 tagged initializer syntax.Paul Sokolovsky2014-01-05
* Convert Python types to proper Python type hierarchy.Damien George2014-01-04
* Change object representation from 1 big union to individual structs.Damien2013-12-21