Commits
User selector
Commit History
Commits on Dec 4, 2019
protocols: Allow them to be (optionally) type-safe
Show description for 238e121committed
Commits on Jan 19, 2019
- committed
Commits on Jan 18, 2019
Commits on Jul 11, 2018
Commits on Jun 12, 2018
py/modio: Add uio.IOBase class to allow to define user streams.
Show description for af0932acommitted
Commits on Dec 19, 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 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 10, 2017
py: Pretend frozen files are stored under .frozen rather than the empty path.
Show description for f6a7025committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 28, 2017
Commits on May 6, 2017
Commits on May 2, 2017
py/modio: Implement uio.resource_stream(package, resource_path).
Show description for d7da2dbcommitted
Commits on Oct 7, 2016
py: Add mp_raise_OSError(errno) helper function.
Show description for 3a0a771committed
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Jun 18, 2016
all: Rename mp_obj_type_t::stream_p to protocol.
Show description for 07209f8committed
Commits on May 17, 2016
py/stream: Support both "exact size" and "one underlying call" operations.
Show description for 7f7c84bcommitted
Commits on May 2, 2016
Commits on Mar 25, 2016
Commits on Mar 24, 2016
py/modio: Initial implementation of io.BufferedWriter class.
Show description for 5d93dfbcommitted
Commits on Nov 29, 2015
Commits on Feb 15, 2015
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 19, 2014
Commits on Jun 11, 2014
py: Rename builtin "io" to "_io".
Show description for fbdf2f1committed
Commits on May 24, 2014
Rename configuration variables controling Python features.
Show description for ee3fd46committed
Commits on May 19, 2014
py: Implement proper separation between io.FileIO and io.TextIOWrapper.
Show description for 9e29666committed
Commits on May 15, 2014
objstringio: Implement io.BytesIO.
Show description for a47b64acommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 26, 2014
Commits on Apr 5, 2014
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Show description for 8b0535ecommitted