Commits
User selector
Commit History
Commits on Jan 7, 2016
py: Change mp_obj_int_is_positive to more general mp_obj_int_sign.
Show description for d6b31e4committed
Commits on Apr 25, 2015
py: Support conversion of bignum to bytes.
Show description for 271d18ecommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 14, 2015
Commits on Jan 24, 2015
- authored andcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Oct 3, 2014
py: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Sep 15, 2014
py: Move definition of mp_sys_exit to core.
Show description for b92cbe6committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Jul 24, 2014
py: Make long ints hashable.
Show description for ffe911dcommitted
Commits on May 17, 2014
- committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 8, 2014
py: Make it so that printing a small int does not allocate heap memory.
Show description for 88d7bbacommitted
Commits on Apr 7, 2014
Commits on Apr 4, 2014
Commits on Feb 22, 2014
Add arbitrary precision integer support.
Show description for 438c88dcommitted
Commits on Feb 15, 2014
Commits on Feb 14, 2014
ffi: Implement ffivar.get()/set() methods.
Show description for 8bc3516committed
Commits on Jan 27, 2014
Commits on Jan 15, 2014
Commits on Jan 13, 2014
Loading