Commits
User selector
Commit History
Commits on Nov 19, 2020
Always use preprocessor for MICROPY_ERROR_REPORTING
Show description for b2b8520committed
Commits on Aug 19, 2020
- committed
Commits on Jul 6, 2020
Commits on May 17, 2019
Commits on May 8, 2019
Commits on Feb 16, 2019
Support print("", flush=True)
Show description for e6b140ecommitted
Commits on Jan 15, 2019
Commits on Aug 17, 2018
Compress all translated strings with Huffman coding.
Show description for de5a9d7committed
Commits on Aug 7, 2018
- committed
Commits on Jul 11, 2018
Commits on Jun 20, 2018
Commits on May 22, 2018
py/modbuiltins: Add support for rounding integers.
Show description for b318ebfauthored andcommitted
Commits on May 14, 2018
Commits on May 10, 2018
py/modbuiltins: Make built-in dir support the __dir__ special method.
Show description for 3678a6bcommittedpy/modbuiltins: In built-in dir make use of mp_load_method_protected.
Show description for 29d28c2committedpy/modbuiltins: Make built-in hasattr work properly for user types.
Show description for 5298606committed
Commits on May 9, 2018
py/{modbuiltins,repl}: Start qstr probing from after empty qstr.
Show description for eb88803committed
Commits on Feb 19, 2018
py/modbuiltins: Simplify and generalise dir() by probing qstrs.
Show description for 98647e8committed
Commits on Feb 14, 2018
- committed
py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.
Show description for 19aee94committed
Commits on Feb 7, 2018
py/modbuiltins: For builtin_chr, use uint8_t instead of char for array.
Show description for 771dfb0committed
Commits on Jan 24, 2018
Introduce a long lived section of the heap.
Show description for 416abe3committed
Commits on Dec 5, 2017
py/modbuiltins: Use standard arg-parsing helper func for builtin print.
Show description for 58f00d7committed
Commits on Nov 22, 2017
Commits on Nov 16, 2017
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Show description for 4601759committed
Commits on Nov 2, 2017
Merge tag 'v1.9.3'
Show description for 7b393bccommitted
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 11, 2017
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Sep 17, 2017
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Show description for 9dce823committed
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 2, 2017
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Show description for 0f12082committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 7, 2017
- authored andcommitted