Commits
User selector
Commit History
Commits on Jun 18, 2016
all: Rename mp_obj_type_t::stream_p to protocol.
Show description for 07209f8committed
Commits on Apr 4, 2016
Commits on Mar 1, 2016
Commits on Jan 27, 2016
Commits on Jan 21, 2016
unix/modsocket: accept(): Make IPv6-clean.
Show description for cb4fbc8committed
Commits on Jan 11, 2016
- authored andcommitted
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committedpy: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommittedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Nov 21, 2015
Commits on Nov 20, 2015
unix/modsocket: Implement sockaddr() function to decode raw socket address.
Show description for 3ba6165committed- committed
Commits on Oct 10, 2015
Commits on Jul 14, 2015
unix: modsocket: Implement inet_pton() in preference of inet_aton().
Show description for c48740ecommitted
Commits on Jul 13, 2015
unix: modsocket: Implement recvfrom().
Show description for b178dcccommitted
Commits on Jul 12, 2015
unix: modsocket: Implement sendto().
Show description for 3b83aebcommitted
Commits on Jul 10, 2015
unix: socket.getaddrinfo: Port is unsigned value.
Show description for 115afdbcommitted
Commits on Jul 9, 2015
unix: socket.getaddrinfo: Accept family & socktype arguments.
Show description for 8eb802acommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
- committed
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Oct 21, 2014
Implement kwargs for builtin open() and _io.FileIO
Show description for 2fe4cf7authored andcommitted
Commits on Oct 18, 2014
unix, stmhal: Implement file.readinto() method.
Show description for 1a55b6acommitted
Commits on Oct 9, 2014
unix: Rename "microsocket" module to "usocket".
Show description for 23b3b04committed
Commits on Sep 6, 2014
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
Show description for 17598d4committed
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 10, 2014
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 27, 2014
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed