Commits
User selector
Commit History
Commits on Jul 14, 2015
py: Improve allocation policy of qstr data.
Show description for ade9a05committed
Commits on Jul 2, 2015
py: Add TimeoutError exception subclassed from OSError.
Show description for 077812bcommitted
Daniel Campora
Commits on Apr 20, 2015
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Show description for c8b60f0committed
Commits on Apr 16, 2015
- committed
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 11, 2015
py: Combine load_attr and store_attr type methods into one (attr).
Show description for b1bbe96committed
Commits on Feb 27, 2015
py: Use m_{new,renew,del} consistently.
Show description for 4d77e1acommittedpy: Fix adding of traceback so that it appends to existing info.
Show description for 4852e09committed
Commits on Feb 23, 2015
py: Implement UnicodeError.
Show description for 71ebd4bcommitted
Commits on Feb 15, 2015
objexcept: Optimize traceback allocation for exception.
Show description for fa3b895committedobjexcept: Optimize using messages without formatting substitutions.
Show description for 29c4f92committed
Commits on Jan 21, 2015
py: Add mp_obj_new_str_from_vstr, and use it where relevant.
Show description for 0b9ee86committed
Commits on Jan 20, 2015
py: Use mp_arg_check_num in some _make_new functions.
Show description for 50149a5committed
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Oct 31, 2014
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Show description for 109c1decommitted
Commits on Oct 25, 2014
py: Add mp_pending_exception global variable, for VM soft interrupt.
Show description for 124df6fcommitted
Commits on Oct 22, 2014
py: Remove unused and unneeded SystemError exception.
Show description for e7a4782committed
Commits on Oct 15, 2014
Commits on Sep 30, 2014
py: Remove IOError since it's deprecated; use OSError instead.
Show description for 8b03d94committed
Commits on Sep 25, 2014
py: Tidy up exception matching; allow matching of tuple of exceptions.
Show description for 4bcd04bcommitted
Commits on Aug 30, 2014
py: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committedpy: Make tuple and list use mp_int_t/mp_uint_t.
Show description for 9c4cbe2committed
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 Aug 25, 2014
stmhal: Make enable_irq and disable_irq inline functions.
Show description for e5cbb70committedAdd save/restore_irq
Show description for 9480138authored andcommitted
Commits on Jul 25, 2014
Add support for storing args during an exception raised by an irq.
Show description for 5b7fd20committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jul 1, 2014
- committed
Try not to cause a MemoryError when raising an exception during nterrupt handling.
Show description for 2fe841dcommitted
Commits on Jun 5, 2014
Commits on May 25, 2014
Change const byte* to const char* where sensible.
Show description for 2617eebcommitted
Commits on May 24, 2014
Add SystemExit exception and use it in unix/ and stmhal/ ports.
Show description for 7a4ddd2committed
Commits on May 21, 2014
Merge pull request #607 from Anton-2/osx-clang
Show description for 0fd0168committed